:root,
[data-bs-theme=light] {
  --bs-blue: #4f46e5;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ef4444;
  --bs-orange: #fd7e14;
  --bs-yellow: #f59e0b;
  --bs-green: #22c55e;
  --bs-teal: #20c997;
  --bs-cyan: #06b6d4;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6b7280;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6b7280;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #4f46e5;
  --bs-secondary: #6b7280;
  --bs-success: #22c55e;
  --bs-info: #06b6d4;
  --bs-warning: #f59e0b;
  --bs-danger: #ef4444;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 79, 70, 229;
  --bs-secondary-rgb: 107, 114, 128;
  --bs-success-rgb: 34, 197, 94;
  --bs-info-rgb: 6, 182, 212;
  --bs-warning-rgb: 245, 158, 11;
  --bs-danger-rgb: 239, 68, 68;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #4f46e5;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #22c55e;
  --bs-form-valid-border-color: #22c55e;
  --bs-form-invalid-color: #ef4444;
  --bs-form-invalid-border-color: #ef4444;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

[data-bs-theme=dark] {
  /* basic */
  /*functions*/
  /* background colors */
  /*utilities*/
  /*sidebar*/
  /* header */
  /* searchbar*/
  /*alerts*/
  /* accordion*/
  /* chatbox */
}
[data-bs-theme=dark] body {
  background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] ::-moz-placeholder {
  color: #fff;
  opacity: 0.5 !important;
}
[data-bs-theme=dark] ::placeholder {
  color: #fff;
  opacity: 0.5 !important;
}
[data-bs-theme=dark] .text-light {
  color: #dce0e5 !important;
}
[data-bs-theme=dark] .bg-light {
  background-color: #272b2f !important;
}
[data-bs-theme=dark] .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
[data-bs-theme=dark] .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-bs-theme=dark] .link-float {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .link-float:hover {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .link-drpdown {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .link-drpdown:hover {
  color: var(--bs-white) !important;
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .link-drpdown:focus {
  color: var(--bs-white) !important;
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .income-dot {
  background-color: var(--bs-danger);
}
[data-bs-theme=dark] .expenses-dot {
  background-color: var(--bs-warning);
}
[data-bs-theme=dark] .transactions-dot {
  background-color: var(--bs-primary);
}
[data-bs-theme=dark] .icon-box {
  border: 1px solid var(--bs-border-color);
}
[data-bs-theme=dark] .icon-box:hover {
  background-color: var(--bs-light-bg-subtle);
  transform: translateY(-5px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
[data-bs-theme=dark] .checkbox-card:hover {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .delivery-card:hover {
  border-color: var(--bs-blue);
  background: rgba(78, 70, 229, 0.1);
}
[data-bs-theme=dark] .delivery-card.active {
  border: 2px solid var(--bs-blue);
  background: rgba(78, 70, 229, 0.1);
}
[data-bs-theme=dark] .bg-light-blue {
  background: #e8f0fb;
}
[data-bs-theme=dark] .designer-card {
  border: 2px solid var(--bs-border-color);
}
[data-bs-theme=dark] .designer-card:hover {
  border-color: #4f46e5;
  background-color: rgba(78, 70, 229, 0.12);
}
[data-bs-theme=dark] .designer-card.active {
  border: 2px solid #4f46e5;
  background-color: rgba(78, 70, 229, 0.12);
}
[data-bs-theme=dark] .sidebar-wrapper {
  background-color: var(--bs-body-bg);
  border-right: 1px solid var(--bs-border-color);
}
[data-bs-theme=dark] .sidebar-wrapper .sidebar-wrapper-search {
  background-color: var(--bs-body-bg);
  border-bottom: 1px solid var(--bs-border-color);
  border-right: 1px solid var(--bs-border-color);
}
[data-bs-theme=dark] .sidebar-wrapper .sidebar-wrapper-search .form-control {
  border: 2px solid var(--bs-light-bg-subtle);
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .sidebar-wrapper .sidebar-wrapper-search .form-control:focus {
  box-shadow: none;
  border: 2px solid var(--bs-link-color);
  background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] .sidebar-wrapper .sidebar-wrapper-search .search-icon {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .sidebar-wrapper .sidebar-wrapper-nav .sidebar-nav-link {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .sidebar-wrapper .sidebar-wrapper-nav .sidebar-nav-link:hover {
  background-color: var(--bs-light-bg-subtle);
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .sidebar-wrapper .sidebar-wrapper-nav .sidebar-nav-link.active {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .sidebar-wrapper .sidebar-wrapper-nav .submenu .active {
  color: var(--bs-light-text-emphasis);
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .sidebar-wrapper .sidebar-wrapper-nav .submenu li a {
  color: var(--bs-secondary-text-subtle);
}
[data-bs-theme=dark] .sidebar-wrapper .sidebar-wrapper-nav .submenu li a:hover {
  color: var(--bs-body-color);
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .topheader {
  border-bottom: 1px solid var(--bs-border-color);
  background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] .topheader .brand-logo .logo-name {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .topheader .btn-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--bs-body-color);
  border-radius: 50%;
  border: 0;
  background-color: var(--bs-body-bg);
  transition: all 0.3s ease;
}
[data-bs-theme=dark] .topheader .btn-toggle:hover {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .topheader .btn-toggle:focus {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .topheader .topheader-middle .nav-link {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .topheader .topheader-middle .nav-link:hover {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .topheader .topheader-middle .nav-link:focus {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .topheader .topheader-right {
  /*Apps*/
  /* Notifications*/
  /*User*/
}
[data-bs-theme=dark] .topheader .topheader-right .nav-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--bs-body-color);
  border-radius: 50%;
  border: 0;
  background-color: var(--bs-body-bg);
  transition: all 0.3s ease;
}
[data-bs-theme=dark] .topheader .topheader-right .nav-link:hover {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .topheader .topheader-right .nav-link:focus {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-apps .dropdown-menu .app-container .col:hover {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-apps .dropdown-menu .app-container .app-icon {
  background-color: var(--bs-light-bg-subtle);
  border-radius: 50%;
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-notification .dropdown-menu .dropdown-item {
  border-bottom: 0px solid var(--bs-border-color);
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-notification .dropdown-menu .dropdown-header {
  background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-notification .dropdown-menu .dropdown-header .dropdown-header-title {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-notification .dropdown-menu .dropdown-footer {
  background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-notification .dropdown-menu .custom-badge {
  color: var(--bs-body-color);
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-notification .dropdown-menu .dropdown-noti-container .noti-msg-img img {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-notification .dropdown-menu .dropdown-noti-container .noti-msg-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-light-bg-subtle);
  border: 1px solid var(--bs-border-color);
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-notification .dropdown-menu .dropdown-noti-container .noti-msg-body .noti-msg-title {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-notification .dropdown-menu .dropdown-noti-container .noti-msg-body .noti-msg-disc {
  color: var(--bs-secondary-text-emphasis);
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-notification .dropdown-menu .dropdown-noti-container .noti-msg-body .noti-msg-time {
  color: #929191;
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-user .user-img img {
  background-color: #4f46e5;
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-user .dropdown-menu .user-name {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .topheader .topheader-right .dropdown-user .dropdown-menu .user-designation {
  color: var(--bs-gray-600);
}
[data-bs-theme=dark] .searchbar .search-control {
  border: 2px solid var(--bs-border-color);
  background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] .searchbar .search-control:focus {
  background-color: var(--bs-body-bg);
  border: 2px solid var(--bs-link-color);
}
[data-bs-theme=dark] .searchbar .keywords {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .searchbar .keywords:hover {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .searchbar .keywords:focus {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .searchbar .list-search-item {
  background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] .searchbar .list-search-item:hover {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-border-color);
}
[data-bs-theme=dark] .alert-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-light-bg-subtle);
  border: 0 solid var(--bs-border-color);
}
[data-bs-theme=dark] .alert-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
[data-bs-theme=dark] .modern-accordion {
  margin: auto;
}
[data-bs-theme=dark] .modern-accordion .accordion-item {
  box-shadow: var(--bs-box-shadow-sm);
  border: 1px solid var(--bs-border-color);
}
[data-bs-theme=dark] .modern-accordion .accordion-item:hover {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}
[data-bs-theme=dark] .modern-accordion .accordion-item .accordion-header {
  background-color: var(--bs-body-bg);
  border-bottom: 0px solid var(--bs-border-color);
}
[data-bs-theme=dark] .modern-accordion .accordion-item .accordion-header .accordion-button {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .modern-accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
[data-bs-theme=dark] .modern-accordion .accordion-item .accordion-header .accordion-button::after {
  transition: transform 0.2s ease-in-out;
}
[data-bs-theme=dark] .modern-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
[data-bs-theme=dark] .modern-accordion .accordion-item .accordion-body {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] .plus-minus-accordion .accordion-item {
  box-shadow: var(--bs-box-shadow-sm);
  border: 1px solid var(--bs-border-color);
}
[data-bs-theme=dark] .plus-minus-accordion .accordion-item .accordion-header {
  background-color: var(--bs-secondary-bg-subtle);
}
[data-bs-theme=dark] .plus-minus-accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none !important;
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .plus-minus-accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
[data-bs-theme=dark] .plus-minus-accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
[data-bs-theme=dark] .plus-minus-accordion .accordion-item .accordion-header .accordion-button .title {
  flex-grow: 1;
}
[data-bs-theme=dark] .plus-minus-accordion .accordion-item .accordion-header .accordion-button .toggle-icon {
  background: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .plus-minus-accordion .accordion-item .accordion-body {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .inventory-links .nav-link {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .inventory-links .nav-link:hover {
  background-color: var(--bs-light-bg-subtle);
  color: #fff;
}
[data-bs-theme=dark] .inventory-links .nav-link.active {
  background-color: var(--bs-blue);
  color: #ffffff;
}
[data-bs-theme=dark] .apexcharts-datalabel,
[data-bs-theme=dark] .apexcharts-datalabel-value,
[data-bs-theme=dark] .apexcharts-datalabels,
[data-bs-theme=dark] .apexcharts-pie-label {
  fill: var(--bs-body-color);
}
[data-bs-theme=dark] .react-form-wizard .wizard-icon-circle {
  background-color: var(--bs-light-bg-subtle);
  color: var(--bs-body-color);
  border: 3px solid var(--bs-border-color);
}
[data-bs-theme=dark] .react-form-wizard .wizard-nav-pills > li > a {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .vertical-timeline-element-content {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .chatbox-wrapper .chatbox-sidebar-body .chat-list-item:hover {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .chatbox-wrapper .chatbox-sidebar-body .chat-list-item.active {
  background-color: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .chatbox-wrapper .chatbox-sidebar-body .chat-list-item .chat-list-details .chat-list-message {
  color: var(--bs-secondary-text-emphasis);
}
[data-bs-theme=dark] .chatbox-wrapper .chatbox-body {
  background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] .chatbox-wrapper .chatbox-body .chat-message.received {
  text-align: left;
}
[data-bs-theme=dark] .chatbox-wrapper .chatbox-body .chat-message.received .message-content {
  background-color: var(--bs-light-bg-subtle);
  color: var(--bs-body-color);
}/*# sourceMappingURL=dark-theme.css.map */