html[data-premium-os-theme="dark"] {
  --po-body-bg: #0d1218;
  --po-surface: #151c24;
  --po-surface-muted: #1a2330;
  --po-surface-elevated: #202a37;
  --po-surface-overlay: rgba(18, 25, 34, 0.98);
  --po-header-bg: #0c1117;
  --po-sidebar-bg: #141b28;
  --po-sidebar-card-bg: rgba(255, 255, 255, 0.035);
  --po-sidebar-card-hover: rgba(255, 255, 255, 0.06);
  --po-sidebar-border: rgba(255, 255, 255, 0.07);
  --po-sidebar-border-strong: rgba(255, 255, 255, 0.16);
  --po-sidebar-text: rgba(226, 232, 240, 0.84);
  --po-sidebar-text-strong: #ffffff;
  --po-sidebar-text-muted: rgba(148, 163, 184, 0.9);
  --po-border-soft: #27313d;
  --po-border-strong: #34404e;
  --po-text-primary: #cfd9e6;
  --po-text-secondary: #a4b1c2;
  --po-text-muted: #8291a4;
  --po-text-strong: #f7f9fc;
  --po-primary: #6a86ff;
  --po-primary-strong: #84a0ff;
  --po-focus-ring: rgba(106, 134, 255, 0.18);
  --po-scroll-thumb: rgba(136, 151, 170, 0.2);
  --po-input-bg: #121922;
  --po-overlay-scrim: rgba(2, 6, 12, 0.62);
  --po-overlay-surface: rgba(21, 28, 36, 0.97);
  --po-tooltip-bg: rgba(7, 10, 15, 0.96);
  --po-tooltip-text: #f7f9fc;
  --po-bg-app: #0d1218;
  --po-bg-surface: #151c24;
  --po-bg-surface-2: #1a2330;
  --po-bg-elevated: #202a37;
  --po-bg-overlay: rgba(18, 25, 34, 0.98);
  --po-border-default: #27313d;
  --po-border-subtle: #34404e;
  --po-text-default: #cfd9e6;
  --po-text-subtle: #a4b1c2;
  --po-text-faint: #8291a4;
}

html[data-premium-os-theme="dark"] body,
html[data-premium-os-theme="dark"] #wrapper,
html[data-premium-os-theme="dark"] #wrapper .content,
html[data-premium-os-theme="dark"] .content,
html[data-premium-os-theme="dark"] .content-wrapper {
  background: var(--po-body-bg) !important;
}

html[data-premium-os-theme="dark"] #header,
html[data-premium-os-theme="dark"] .navbar {
  background: var(--po-header-bg);
}

html[data-premium-os-theme="dark"] .header-premium-os-theme-toggle > a,
html[data-premium-os-theme="dark"] .premium-os-profile-trigger,
html[data-premium-os-theme="dark"] .premium-os-header-actions .icon > a,
html[data-premium-os-theme="dark"] .premium-os-header-quick .icon > a {
  background: #18212c !important;
  border-color: var(--po-border-soft) !important;
}

html[data-premium-os-theme="dark"] .panel_s,
html[data-premium-os-theme="dark"] .panel,
html[data-premium-os-theme="dark"] .panel_s .panel-body,
html[data-premium-os-theme="dark"] .panel .panel-body,
html[data-premium-os-theme="dark"] .panel-heading,
html[data-premium-os-theme="dark"] .panel-footer,
html[data-premium-os-theme="dark"] .widget,
html[data-premium-os-theme="dark"] .widget .panel-body,
html[data-premium-os-theme="dark"] .table-responsive,
html[data-premium-os-theme="dark"] .table,
html[data-premium-os-theme="dark"] .modal-content,
html[data-premium-os-theme="dark"] .modal-header,
html[data-premium-os-theme="dark"] .modal-body,
html[data-premium-os-theme="dark"] .modal-footer,
html[data-premium-os-theme="dark"] .dropdown-menu,
html[data-premium-os-theme="dark"] .popover,
html[data-premium-os-theme="dark"] .list-group-item,
html[data-premium-os-theme="dark"] .card,
html[data-premium-os-theme="dark"] .well,
html[data-premium-os-theme="dark"] .kan-ban-group-container,
html[data-premium-os-theme="dark"] .kan-ban-col,
html[data-premium-os-theme="dark"] .top_stats_wrapper,
html[data-premium-os-theme="dark"] .dropzone,
html[data-premium-os-theme="dark"] .dropzone .dz-message,
html[data-premium-os-theme="dark"] .bootstrap-select .dropdown-menu,
html[data-premium-os-theme="dark"] .bootstrap-select .dropdown-menu.inner,
html[data-premium-os-theme="dark"] .select2-dropdown,
html[data-premium-os-theme="dark"] .select2-results,
html[data-premium-os-theme="dark"] .select2-search--dropdown .select2-search__field,
html[data-premium-os-theme="dark"] .attachments,
html[data-premium-os-theme="dark"] .attachments_area,
html[data-premium-os-theme="dark"] .fileupload,
html[data-premium-os-theme="dark"] .fileupload-preview,
html[data-premium-os-theme="dark"] .fc-unthemed .fc-popover,
html[data-premium-os-theme="dark"] .dt-loader,
html[data-premium-os-theme="dark"] #invoices_total > dl > div,
html[data-premium-os-theme="dark"] #invoices_total > div .md\:tw-flex > div,
html[data-premium-os-theme="dark"] [class*="tw-bg-neutral-50"],
html[data-premium-os-theme="dark"] [class*="tw-bg-neutral-100"],
html[data-premium-os-theme="dark"] [class*="tw-bg-neutral-200"],
html[data-premium-os-theme="dark"] [class*="tw-bg-white"] {
  background: var(--po-surface) !important;
  color: var(--po-text-primary) !important;
}

html[data-premium-os-theme="dark"] [class*="tw-from-white"],
html[data-premium-os-theme="dark"] [class*="tw-to-white"],
html[data-premium-os-theme="dark"] [class*="tw-from-neutral-50"],
html[data-premium-os-theme="dark"] [class*="tw-to-neutral-50"] {
  background-image: none !important;
  background: var(--po-surface) !important;
}

html[data-premium-os-theme="dark"] [class*="tw-border-neutral-"],
html[data-premium-os-theme="dark"] [class*="!tw-border-neutral-"],
html[data-premium-os-theme="dark"] [class*="tw-border-white"] {
  border-color: var(--po-border-soft) !important;
}

html[data-premium-os-theme="dark"] [class*="tw-text-neutral-"],
html[data-premium-os-theme="dark"] [class*="!tw-text-neutral-"] {
  color: var(--po-text-primary) !important;
}

html[data-premium-os-theme="dark"] .panel_s,
html[data-premium-os-theme="dark"] .panel,
html[data-premium-os-theme="dark"] .table-responsive,
html[data-premium-os-theme="dark"] .modal-content,
html[data-premium-os-theme="dark"] .dropdown-menu,
html[data-premium-os-theme="dark"] .popover,
html[data-premium-os-theme="dark"] .list-group-item,
html[data-premium-os-theme="dark"] .card,
html[data-premium-os-theme="dark"] .well,
html[data-premium-os-theme="dark"] .kan-ban-group-container,
html[data-premium-os-theme="dark"] .kan-ban-col,
html[data-premium-os-theme="dark"] .top_stats_wrapper,
html[data-premium-os-theme="dark"] .dropzone,
html[data-premium-os-theme="dark"] .attachments_area,
html[data-premium-os-theme="dark"] .bootstrap-select .dropdown-menu,
html[data-premium-os-theme="dark"] .select2-dropdown {
  border-color: var(--po-border-soft) !important;
  box-shadow: var(--po-shadow-sm);
}

html[data-premium-os-theme="dark"] .panel-heading,
html[data-premium-os-theme="dark"] .panel-footer,
html[data-premium-os-theme="dark"] .modal-header,
html[data-premium-os-theme="dark"] .modal-footer,
html[data-premium-os-theme="dark"] .popover-title,
html[data-premium-os-theme="dark"] .nav-tabs,
html[data-premium-os-theme="dark"] .table > thead > tr > th,
html[data-premium-os-theme="dark"] .table > tbody > tr > td,
html[data-premium-os-theme="dark"] #calendar_filters {
  border-color: var(--po-border-soft) !important;
}

html[data-premium-os-theme="dark"] .dashboard .widget,
html[data-premium-os-theme="dark"] .dashboard .widget .panel_s,
html[data-premium-os-theme="dark"] .dashboard .widget .panel-body,
html[data-premium-os-theme="dark"] .dashboard .top_stats_wrapper,
html[data-premium-os-theme="dark"] .dashboard .todo-panel,
html[data-premium-os-theme="dark"] .dashboard .todo-panel .panel-body,
html[data-premium-os-theme="dark"] .dashboard .finance-summary .panel-body,
html[data-premium-os-theme="dark"] .dashboard .dashboard_user_data,
html[data-premium-os-theme="dark"] .dashboard .project-status,
html[data-premium-os-theme="dark"] .dashboard .home-activity,
html[data-premium-os-theme="dark"] .dashboard .widget-body,
html[data-premium-os-theme="dark"] .dashboard #calendar,
html[data-premium-os-theme="dark"] .dashboard #calendar_filters,
html[data-premium-os-theme="dark"] .dashboard .fc-view-container {
  background: var(--po-surface) !important;
}

html[data-premium-os-theme="dark"] #menu,
html[data-premium-os-theme="dark"] .mobile-navbar,
html[data-premium-os-theme="dark"] #mobile-collapse,
html[data-premium-os-theme="dark"] #mobile-collapse.in,
html[data-premium-os-theme="dark"] #mobile-collapse.collapse.in {
  background: linear-gradient(180deg, #121a26 0%, #0f1621 100%) !important;
  color: var(--po-sidebar-text-strong) !important;
}

html[data-premium-os-theme="dark"] .dashboard .top_stats_wrapper {
  background: linear-gradient(180deg, #1a2230 0%, #151c24 100%) !important;
  border-color: #2b3747 !important;
}

html[data-premium-os-theme="dark"] .premium-os-page-header,
html[data-premium-os-theme="dark"] .premium-os-command-palette__dialog,
html[data-premium-os-theme="dark"] .premium-os-appearance-panel__dialog {
  background: var(--po-overlay-surface) !important;
  border-color: var(--po-border-soft) !important;
}

html[data-premium-os-theme="dark"] .premium-os-command-palette__search,
html[data-premium-os-theme="dark"] .premium-os-command-palette__meta-button,
html[data-premium-os-theme="dark"] .premium-os-density-toggle,
html[data-premium-os-theme="dark"] .premium-os-appearance-panel__close,
html[data-premium-os-theme="dark"] .premium-os-segmented {
  background: #18212c !important;
  border-color: var(--po-border-soft) !important;
}

html[data-premium-os-theme="dark"] .premium-os-command-palette__hint,
html[data-premium-os-theme="dark"] .premium-os-command-palette__footer kbd {
  background: #18212c !important;
  border-color: var(--po-border-soft) !important;
  color: var(--po-text-secondary) !important;
}

html[data-premium-os-theme="dark"] .premium-os-empty-state__icon,
html[data-premium-os-theme="dark"] .premium-os-sidebar-recents__item {
  background: #18212c !important;
  border-color: var(--po-border-soft) !important;
}

html[data-premium-os-theme="dark"] .dashboard .top_stats_wrapper .tw-font-medium,
html[data-premium-os-theme="dark"] .dashboard .progress-finance-status,
html[data-premium-os-theme="dark"] .dashboard .home-summary .text-muted,
html[data-premium-os-theme="dark"] .dashboard .home-summary small {
  color: var(--po-text-secondary) !important;
}

html[data-premium-os-theme="dark"] .dashboard .top_stats_wrapper .tw-font-semibold,
html[data-premium-os-theme="dark"] .dashboard .panel-heading h4,
html[data-premium-os-theme="dark"] .dashboard .widget-title,
html[data-premium-os-theme="dark"] .dashboard .todo-panel h4,
html[data-premium-os-theme="dark"] .dashboard #invoices_total strong,
html[data-premium-os-theme="dark"] .dashboard #invoices_total dt,
html[data-premium-os-theme="dark"] .dashboard #invoices_total dd {
  color: var(--po-text-strong) !important;
}

html[data-premium-os-theme="dark"] .dashboard #invoices_total > dl > div,
html[data-premium-os-theme="dark"] .dashboard #invoices_total > div .md\:tw-flex > div {
  background: #18212c !important;
  border-color: var(--po-border-soft) !important;
  box-shadow: none !important;
}

html[data-premium-os-theme="dark"] .dashboard .nav-tabs,
html[data-premium-os-theme="dark"] .dashboard .nav-tabs > li,
html[data-premium-os-theme="dark"] .dashboard .nav-tabs > li > a,
html[data-premium-os-theme="dark"] .dashboard .nav-tabs > li.active > a,
html[data-premium-os-theme="dark"] .dashboard .nav-tabs > li.active > a:hover,
html[data-premium-os-theme="dark"] .dashboard .nav-tabs > li.active > a:focus {
  background: transparent !important;
}

html[data-premium-os-theme="dark"] .dashboard .nav-tabs > li > a {
  border-color: transparent !important;
  color: var(--po-text-secondary) !important;
}

html[data-premium-os-theme="dark"] .dashboard .nav-tabs > li.active > a,
html[data-premium-os-theme="dark"] .dashboard .nav-tabs > li > a:hover,
html[data-premium-os-theme="dark"] .dashboard .nav-tabs > li > a:focus {
  background: var(--po-surface-muted) !important;
  border-color: var(--po-border-soft) !important;
  color: var(--po-text-strong) !important;
}

html[data-premium-os-theme="dark"] .table > thead > tr > th,
html[data-premium-os-theme="dark"] .dataTables_scrollHead thead th {
  background: var(--po-bg-elevated) !important;
  color: #f7f9fc !important;
}

html[data-premium-os-theme="dark"] .footer,
html[data-premium-os-theme="dark"] footer,
html[data-premium-os-theme="dark"] .footer * {
  background: transparent !important;
  color: var(--po-text-secondary) !important;
}

html[data-premium-os-theme="dark"] .footer {
  background: var(--po-body-bg) !important;
  border-top: 1px solid var(--po-border-soft) !important;
}

html[data-premium-os-theme="dark"] .form-control,
html[data-premium-os-theme="dark"] .bootstrap-select .btn-default,
html[data-premium-os-theme="dark"] .select2-selection,
html[data-premium-os-theme="dark"] .input-group-addon,
html[data-premium-os-theme="dark"] .select-placeholder,
html[data-premium-os-theme="dark"] .dataTables_wrapper .dataTables_filter input,
html[data-premium-os-theme="dark"] .dataTables_wrapper .dataTables_length select {
  background: var(--po-input-bg) !important;
  border-color: var(--po-border-soft) !important;
  color: var(--po-text-primary) !important;
}

html[data-premium-os-theme="dark"] .form-control::placeholder,
html[data-premium-os-theme="dark"] input::placeholder,
html[data-premium-os-theme="dark"] textarea::placeholder {
  color: var(--po-text-muted);
}

html[data-premium-os-theme="dark"] #top_search #search_input {
  background: #18212c !important;
}

html[data-premium-os-theme="dark"] #header .nav > li > a,
html[data-premium-os-theme="dark"] .dropdown-menu > li > a,
html[data-premium-os-theme="dark"] label,
html[data-premium-os-theme="dark"] .control-label,
html[data-premium-os-theme="dark"] .modal-title,
html[data-premium-os-theme="dark"] .panel-title,
html[data-premium-os-theme="dark"] .nav-tabs > li > a,
html[data-premium-os-theme="dark"] .text-muted,
html[data-premium-os-theme="dark"] small,
html[data-premium-os-theme="dark"] .small,
html[data-premium-os-theme="dark"] .table > thead > tr > th,
html[data-premium-os-theme="dark"] .table > tbody > tr > td,
html[data-premium-os-theme="dark"] .dataTables_wrapper .dataTables_info,
html[data-premium-os-theme="dark"] .dataTables_wrapper .dataTables_paginate,
html[data-premium-os-theme="dark"] .fc-toolbar h2,
html[data-premium-os-theme="dark"] .fc-day-number,
html[data-premium-os-theme="dark"] .legendLabel,
html[data-premium-os-theme="dark"] .chart-legend li {
  color: var(--po-text-primary) !important;
}

html[data-premium-os-theme="dark"] .dropdown-header,
html[data-premium-os-theme="dark"] .text-muted,
html[data-premium-os-theme="dark"] small,
html[data-premium-os-theme="dark"] .small,
html[data-premium-os-theme="dark"] .control-label,
html[data-premium-os-theme="dark"] .dataTables_wrapper .dataTables_info,
html[data-premium-os-theme="dark"] .fc-day-header {
  color: var(--po-text-muted) !important;
}

html[data-premium-os-theme="dark"] .table > tbody > tr:hover,
html[data-premium-os-theme="dark"] .table.dataTable tbody tr:hover,
html[data-premium-os-theme="dark"] .dropdown-menu > li > a:hover,
html[data-premium-os-theme="dark"] .dropdown-menu > li > a:focus,
html[data-premium-os-theme="dark"] .nav-tabs > li > a:hover,
html[data-premium-os-theme="dark"] .nav-tabs > li.active > a,
html[data-premium-os-theme="dark"] .nav-tabs > li.active > a:hover,
html[data-premium-os-theme="dark"] .fc-state-hover,
html[data-premium-os-theme="dark"] .fc-day:hover {
  background: var(--po-surface-muted) !important;
  color: var(--po-text-strong) !important;
}

html[data-premium-os-theme="dark"] .pagination > li > a,
html[data-premium-os-theme="dark"] .pagination > li > span,
html[data-premium-os-theme="dark"] .btn-default,
html[data-premium-os-theme="dark"] .btn-secondary,
html[data-premium-os-theme="dark"] .fc button,
html[data-premium-os-theme="dark"] .fc-state-default {
  background: var(--po-surface) !important;
  border-color: var(--po-border-soft) !important;
  color: var(--po-text-secondary) !important;
}

html[data-premium-os-theme="dark"] .pagination > .active > a,
html[data-premium-os-theme="dark"] .pagination > .active > span,
html[data-premium-os-theme="dark"] .pagination > li > a:hover,
html[data-premium-os-theme="dark"] .pagination > li > span:hover,
html[data-premium-os-theme="dark"] .fc-state-active,
html[data-premium-os-theme="dark"] .fc button:hover {
  background: var(--po-surface-muted) !important;
  border-color: var(--po-border-strong) !important;
  color: var(--po-text-strong) !important;
}

html[data-premium-os-theme="dark"] .fc-unthemed .fc-divider,
html[data-premium-os-theme="dark"] .fc-unthemed .fc-popover,
html[data-premium-os-theme="dark"] .fc-unthemed .fc-list-heading td,
html[data-premium-os-theme="dark"] .fc-unthemed .fc-list-view,
html[data-premium-os-theme="dark"] .fc-unthemed td,
html[data-premium-os-theme="dark"] .fc-unthemed th,
html[data-premium-os-theme="dark"] .fc-row,
html[data-premium-os-theme="dark"] .fc-head-container,
html[data-premium-os-theme="dark"] .fc-view,
html[data-premium-os-theme="dark"] .fc-view > table,
html[data-premium-os-theme="dark"] .fc-bg,
html[data-premium-os-theme="dark"] .fc-content-skeleton,
html[data-premium-os-theme="dark"] .fc-content-skeleton table,
html[data-premium-os-theme="dark"] .fc-basic-view .fc-body .fc-row {
  background: var(--po-surface) !important;
  border-color: var(--po-border-soft) !important;
}

html[data-premium-os-theme="dark"] .fc-unthemed .fc-today,
html[data-premium-os-theme="dark"] .fc-widget-content.fc-today {
  background: rgba(106, 134, 255, 0.12) !important;
}

html[data-premium-os-theme="dark"] .fc-other-month,
html[data-premium-os-theme="dark"] .fc-past,
html[data-premium-os-theme="dark"] .fc-future,
html[data-premium-os-theme="dark"] td.fc-day,
html[data-premium-os-theme="dark"] .fc-day-top,
html[data-premium-os-theme="dark"] .fc-content-skeleton tbody td {
  background: #131922 !important;
}

html[data-premium-os-theme="dark"] .fc-event,
html[data-premium-os-theme="dark"] .fc-day-grid-event {
  border-color: transparent !important;
  box-shadow: none;
}

html[data-premium-os-theme="dark"] .fc-unthemed td.fc-day-top,
html[data-premium-os-theme="dark"] .fc-day-number,
html[data-premium-os-theme="dark"] .fc-content,
html[data-premium-os-theme="dark"] .fc-axis {
  color: var(--po-text-primary) !important;
}

html[data-premium-os-theme="dark"] .fc button,
html[data-premium-os-theme="dark"] .fc-button-group .fc-button,
html[data-premium-os-theme="dark"] .fc-state-default {
  background: #18212c !important;
  border-color: var(--po-border-soft) !important;
  color: var(--po-text-primary) !important;
}

html[data-premium-os-theme="dark"] canvas,
html[data-premium-os-theme="dark"] svg text,
html[data-premium-os-theme="dark"] .apexcharts-text,
html[data-premium-os-theme="dark"] .chartjs-render-monitor,
html[data-premium-os-theme="dark"] .flot-text text,
html[data-premium-os-theme="dark"] .legendLabel {
  color: var(--po-text-primary) !important;
}

html[data-premium-os-theme="dark"] .screen-options-btn,
html[data-premium-os-theme="dark"] .dashboard .screen-options-btn,
html[data-premium-os-theme="dark"] .dataTables_wrapper .dataTables_filter input,
html[data-premium-os-theme="dark"] .dataTables_wrapper .dataTables_length select,
html[data-premium-os-theme="dark"] .bootstrap-select .dropdown-toggle,
html[data-premium-os-theme="dark"] .select2-dropdown,
html[data-premium-os-theme="dark"] .select2-results,
html[data-premium-os-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered,
html[data-premium-os-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__placeholder {
  background: #18212c !important;
  border-color: var(--po-border-soft) !important;
  color: var(--po-text-primary) !important;
}

html[data-premium-os-theme="dark"] .select2-container--default .select2-results__option,
html[data-premium-os-theme="dark"] .bootstrap-select .dropdown-menu > li > a,
html[data-premium-os-theme="dark"] .bootstrap-select .dropdown-menu.inner > li > a {
  background: transparent !important;
  color: var(--po-text-primary) !important;
}

html[data-premium-os-theme="dark"] .select2-container--default .select2-results__option--highlighted[aria-selected],
html[data-premium-os-theme="dark"] .bootstrap-select .dropdown-menu > li > a:hover,
html[data-premium-os-theme="dark"] .bootstrap-select .dropdown-menu > li > a:focus,
html[data-premium-os-theme="dark"] .bootstrap-select .dropdown-menu.inner > li > a:hover,
html[data-premium-os-theme="dark"] .bootstrap-select .dropdown-menu.inner > li > a:focus {
  background: var(--po-surface-muted) !important;
  color: var(--po-text-strong) !important;
}

html[data-premium-os-theme="dark"] .dropzone {
  background: var(--po-surface) !important;
  border: 1px dashed var(--po-border-strong) !important;
}

html[data-premium-os-theme="dark"] .dropzone .dz-message,
html[data-premium-os-theme="dark"] .dropzone .dz-message span,
html[data-premium-os-theme="dark"] .dropzone .dz-message .note {
  background: transparent !important;
  color: var(--po-text-secondary) !important;
}

html[data-premium-os-theme="dark"] .invoice-quick-info > [class*="col-"] > .row,
html[data-premium-os-theme="dark"] .estimates-stats > [class*="col-"] > .row,
html[data-premium-os-theme="dark"] .projects-summary-heading + .tw-mb-2 dl > a,
html[data-premium-os-theme="dark"] .tickets-summary-heading + dl > a,
html[data-premium-os-theme="dark"] .contracts-summary-heading + dl > a {
  background: var(--po-surface) !important;
  border-color: var(--po-border-soft) !important;
  box-shadow: none !important;
  color: var(--po-text-primary) !important;
}

html[data-premium-os-theme="dark"] .invoice-quick-info .progress,
html[data-premium-os-theme="dark"] .estimates-stats .progress {
  background: var(--po-surface-muted) !important;
}

html[data-premium-os-theme="dark"] .alert-info {
  background: rgba(42, 86, 132, 0.18) !important;
  border-color: rgba(94, 151, 214, 0.26) !important;
  color: #c6defa !important;
}

html[data-premium-os-theme="dark"] .alert-warning {
  background: rgba(122, 84, 18, 0.18) !important;
  border-color: rgba(231, 173, 68, 0.24) !important;
  color: #f5d39c !important;
}

html[data-premium-os-theme="dark"] .alert-danger {
  background: rgba(111, 34, 40, 0.22) !important;
  border-color: rgba(232, 117, 124, 0.22) !important;
  color: #f3bcc3 !important;
}

html[data-premium-os-theme="dark"] .alert-success {
  background: rgba(25, 84, 58, 0.2) !important;
  border-color: rgba(74, 196, 138, 0.22) !important;
  color: #bfe7d4 !important;
}
