[data-bs-theme="light"] {
  body {
    background-color: #f8f9fa;
    color: #000;
  }

  .navbar-container {
    background: #4e73df;
    color: white;
  }

  .card-header {
    color: #4e73df !important;
  }

  button#profileButtonSmall {
    color: white;
  }

  .message-container .customer {
    background: #ececec !important;
  }

  .transfer-contact-button.active {
    background: var(--bs-success) !important;
    color: white;
  }
}
