/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 
:root,[data-bs-theme=light] {
    --bs-blue: #5d87ff;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #fa896b;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffae1f;
    --bs-green: #13deb9;
    --bs-teal: #20c997;
    --bs-cyan: #539bff;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #2a3547;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f6f9fc;
    --bs-gray-200: #eaeff4;
    --bs-gray-300: #dfe5ef;
    --bs-gray-400: #7c8fac;
    --bs-gray-500: #5a6a85;
    --bs-gray-600: #2a3547;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #5d87ff;
    --bs-secondary: #49beff;
    --bs-success: #13deb9;
    --bs-info: #539bff;
    --bs-warning: #ffae1f;
    --bs-danger: #fa896b;
    --bs-light: #f6f9fc;
    --bs-dark: #2a3547;
    --bs-muted: #5a6a85;
    --bs-indigo: #6610f2;
    --bs-light-indigo: #ebf3fe;
    --bs-primary-rgb: 93,135,255;
    --bs-secondary-rgb: 73,190,255;
    --bs-success-rgb: 19,222,185;
    --bs-info-rgb: 83,155,255;
    --bs-warning-rgb: 255,174,31;
    --bs-danger-rgb: 250,137,107;
    --bs-light-rgb: 246,249,252;
    --bs-dark-rgb: 42,53,71;
    --bs-muted-rgb: 90,106,133;
    --bs-indigo-rgb: 102,16,242;
    --bs-light-indigo-rgb: 235,243,254;
    --bs-primary-text-emphasis: shade-color(#5d87ff, 60%);
    --bs-secondary-text-emphasis: shade-color(#49beff, 60%);
    --bs-success-text-emphasis: shade-color(#13deb9, 60%);
    --bs-info-text-emphasis: shade-color(#539bff, 60%);
    --bs-warning-text-emphasis: shade-color(#ffae1f, 60%);
    --bs-danger-text-emphasis: shade-color(#fa896b, 60%);
    --bs-light-text-emphasis: #f6f9fc;
    --bs-dark-text-emphasis: #2a3547;
    --bs-primary-bg-subtle: #ecf2ff;
    --bs-secondary-bg-subtle: #e8f7ff;
    --bs-success-bg-subtle: #e6fffa;
    --bs-info-bg-subtle: #ebf3fe;
    --bs-warning-bg-subtle: #fef5e5;
    --bs-danger-bg-subtle: #fbf2ef;
    --bs-light-bg-subtle: #f6f9fc;
    --bs-dark-bg-subtle: #2a3547;
    --bs-primary-border-subtle: #becfff;
    --bs-secondary-border-subtle: #b6e5ff;
    --bs-success-border-subtle: #a1f2e3;
    --bs-info-border-subtle: #bad7ff;
    --bs-warning-border-subtle: #ffdfa5;
    --bs-danger-border-subtle: #fdd0c4;
    --bs-light-border-subtle: #eaeff4;
    --bs-dark-border-subtle: #5a6a85;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: "Plus Jakarta Sans",sans-serif;
    --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: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #5a6a85;
    --bs-body-color-rgb: 90,106,133;
    --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(90, 106, 133, 0.75);
    --bs-secondary-color-rgb: 90,106,133;
    --bs-secondary-bg: #eaeff4;
    --bs-secondary-bg-rgb: 234,239,244;
    --bs-tertiary-color: rgba(90, 106, 133, 0.5);
    --bs-tertiary-color-rgb: 90,106,133;
    --bs-tertiary-bg: #f6f9fc;
    --bs-tertiary-bg-rgb: 246,249,252;
    --bs-heading-color: #2a3547;
    --bs-link-color: #2a3547;
    --bs-link-color-rgb: 42,53,71;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #5d87ff;
    --bs-link-hover-color-rgb: 93,135,255;
    --bs-code-color: #d63384;
    --bs-highlight-color: #5a6a85;
    --bs-highlight-bg: #ffefd2;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #ebf1f6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 7px;
    --bs-border-radius-sm: 5px;
    --bs-border-radius-lg: 15px;
    --bs-border-radius-xl: 12px;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.12);
    --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: unset;
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(93, 135, 255, 0.25);
    --bs-form-valid-color: #13deb9;
    --bs-form-valid-border-color: #13deb9;
    --bs-form-invalid-color: #fa896b;
    --bs-form-invalid-border-color: #fa896b;

    /* CUSTOM */
    --bs-custom-heading-color: #f2f2f2
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #7c8fac;
    --bs-body-color-rgb: 124,143,172;
    --bs-body-bg: #202936;
    --bs-body-bg-rgb: 32,41,54;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255,255,255;
    --bs-secondary-color: #7c8fac;
    --bs-secondary-color-rgb: 124,143,172;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52,58,64;
    --bs-tertiary-color: rgba(124, 143, 172, 0.5);
    --bs-tertiary-color-rgb: 124,143,172;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43,48,53;
    --bs-primary-text-emphasis: #9eb7ff;
    --bs-secondary-text-emphasis: #92d8ff;
    --bs-success-text-emphasis: #71ebd5;
    --bs-info-text-emphasis: #98c3ff;
    --bs-warning-text-emphasis: #ffce79;
    --bs-danger-text-emphasis: #fcb8a6;
    --bs-light-text-emphasis: #f6f9fc;
    --bs-dark-text-emphasis: #dfe5ef;
    --bs-primary-bg-subtle: #253662;
    --bs-secondary-bg-subtle: #1c455d;
    --bs-success-bg-subtle: #1b3c48;
    --bs-info-bg-subtle: #223662;
    --bs-warning-bg-subtle: #4d3a2a;
    --bs-danger-bg-subtle: #4b313d;
    --bs-light-bg-subtle: #465670;
    --bs-dark-bg-subtle: #333f55;
    --bs-primary-border-subtle: #385199;
    --bs-secondary-border-subtle: #2c7299;
    --bs-success-border-subtle: #0b856f;
    --bs-info-border-subtle: #325d99;
    --bs-warning-border-subtle: #996813;
    --bs-danger-border-subtle: #965240;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #7c8fac; 
    --bs-link-hover-color: #5d87ff;
    --bs-link-color-rgb: 124,143,172;
    --bs-link-hover-color-rgb: 93,135,255;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #7c8fac;
    --bs-highlight-bg: #66460c;
    --bs-border-color: #333f55;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #71ebd5;
    --bs-form-valid-border-color: #71ebd5;
    --bs-form-invalid-color: #fcb8a6;
    --bs-form-invalid-border-color: #fcb8a6
}

[data-bs-theme=dark] {
    --bs-heading-color: #eaeff4!important
}

[data-bs-theme=dark] .card {
    --bs-card-title-color: #eaeff4;
    --bs-card-subtitle-color: #7c8fac;
    --bs-card-box-shadow: rgba(145, 158, 171, 0.3) 0px 0px 2px 0px,rgba(145, 158, 171, 0.02) 0px 12px 24px -4px
}

[data-bs-theme=dark] .dropdown-menu {
    --bs-dropdown-box-shadow: rgba(145, 158, 171, 0.3) 0px 0px 2px 0px,rgba(145, 158, 171, 0.02) 0px 12px 24px -4px
}

[data-bs-theme=dark] .table {
    --bs-table-border-color: #333f55;
    --bs-table-bg: #202936
}

[data-bs-theme=dark] .tooltip-inner {
    color: #7c8fac!important
}

[data-bs-theme=dark] .table-primary {
    --bs-table-bg: #253662!important
}

[data-bs-theme=dark] .table-success {
    --bs-table-bg: #1b3c48!important
}

[data-bs-theme=dark] .table-info {
    --bs-table-bg: #223662!important
}

[data-bs-theme=dark] .table-warning {
    --bs-table-bg: #4d3a2a!important
}

[data-bs-theme=dark] .table-danger {
    --bs-table-bg: #4b313d!important
}

[data-bs-theme=dark] .table-dark {
    --bs-table-bg: #333f55!important
}

[data-bs-theme=dark] .bg-white {
    background-color: #202936!important
}

[data-bs-theme=dark] .table>:not(caption)>*>* {
    color: #7c8fac
}

[data-bs-theme=dark] .table-hover>tbody>tr:hover>* {
    --bs-table-bg-state: $body-bg-dark
}

[data-bs-theme=dark] .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: transparent
}

[data-bs-theme=dark] hr {
    border-color: #333f55
}

[data-bs-theme=dark] .form-check-input {
    border: 1px solid #465670
}

[data-bs-theme=dark] .blockquote-footer,[data-bs-theme=dark] .link-dark {
    color: #7c8fac!important
}

[data-bs-theme=dark] .border-white {
    border-color: #333f55!important
}

[data-bs-theme=dark] .form-control,[data-bs-theme=dark] .form-select {
    border-color: #333f55!important;
    color: #7c8fac;
    background-color: #202936
}

[data-bs-theme=dark] .form-control:focus,[data-bs-theme=dark] .form-select:focus {
    border-color: #5d87ff!important
}

[data-bs-theme=dark] input::file-selector-button {
    background-color: #202936;
    color: #7c8fac
}

[data-bs-theme=dark] .border-white {
    border-color: #333f55!important
}

[data-bs-theme=dark] .form-check-input {
    border: 1px solid #57647a
}

[data-bs-theme=dark] .floating-labels .form-control {
    border-bottom: 1px solid #333f55
}

[data-bs-theme=dark] .noUi-target,[data-bs-theme=dark] .progress {
    background: #333f55
}

[data-bs-theme=dark] .bg-light,[data-bs-theme=dark] .list-group-item-action:focus,[data-bs-theme=dark] .list-group-item-action:hover,[data-bs-theme=dark] .striped-rows .row:nth-child(odd),[data-bs-theme=dark] .text-bg-light {
    background-color: #465670!important;
    color: var(--bs-card-title-color)!important
}

[data-bs-theme=dark] .cke_button_label,[data-bs-theme=dark] .cke_combo_text,[data-bs-theme=dark] .col-form-label,[data-bs-theme=dark] .dtp .dtp-picker-time>a,[data-bs-theme=dark] .dtp table.dtp-picker-days tr>td>a,[data-bs-theme=dark] .dtp table.dtp-picker-days tr>th,[data-bs-theme=dark] .form-label,[data-bs-theme=dark] .noUi-tooltip,[data-bs-theme=dark] .picker,[data-bs-theme=dark] .ql-snow .ql-picker.ql-header .ql-picker-item::before,[data-bs-theme=dark] .ql-snow .ql-picker.ql-header .ql-picker-label::before,[data-bs-theme=dark] .text-dark {
    color: #7c8fac!important
}

[data-bs-theme=dark] .jsgrid-cell,[data-bs-theme=dark] .jsgrid-grid-header,[data-bs-theme=dark] .jsgrid-header-cell,[data-bs-theme=dark] .jsgrid-header-row>.jsgrid-header-cell,[data-bs-theme=dark] .picker__box,[data-bs-theme=dark] .preloader {
    background: #202936!important
}

[data-bs-theme=dark] .app-calendar .fc .fc-button-primary {
    background-color: var(--bs-body-bg-dark);
    border-color: var(--bs-body-bg-dark)
}

[data-bs-theme=dark] .app-calendar .fc .fc-addEventButton-button {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary)
}

[data-bs-theme=dark] .app-calendar .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame,[data-bs-theme=dark] .cke_toolbar_separator {
    background-color: #202936
}

[data-bs-theme=dark] .app-calendar .fc .fc-button-primary {
    background-color: var(--bs-body-bg-dark);
    border-color: #333f55
}

[data-bs-theme=dark] .app-calendar .fc .fc-addEventButton-button {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary)
}

[data-bs-theme=dark] .app-calendar .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
    background-color: #202936
}

[data-bs-theme=dark] .myadmin-dd-empty .dd-list .dd3-content,[data-bs-theme=dark] .myadmin-dd-empty .dd-list .dd3-handle,[data-bs-theme=dark] .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options,[data-bs-theme=dark] div:where(.swal2-container) div:where(.swal2-footer) {
    border-color: #333f55
}

[data-bs-theme=dark] .cke_chrome,[data-bs-theme=dark] .daterangepicker .calendar-table,[data-bs-theme=dark] .daterangepicker select.ampmselect,[data-bs-theme=dark] .daterangepicker select.hourselect,[data-bs-theme=dark] .daterangepicker select.minuteselect,[data-bs-theme=dark] .daterangepicker select.secondselect,[data-bs-theme=dark] .jsgrid-edit-row>.jsgrid-cell,[data-bs-theme=dark] .jsgrid-filter-row>.jsgrid-cell,[data-bs-theme=dark] .jsgrid-grid-body,[data-bs-theme=dark] .jsgrid-grid-header,[data-bs-theme=dark] .jsgrid-header-row>.jsgrid-header-cell,[data-bs-theme=dark] .jsgrid-insert-row>.jsgrid-cell,[data-bs-theme=dark] .jsgrid-pager-current-page,[data-bs-theme=dark] .jsgrid-pager-nav-button a,[data-bs-theme=dark] .jsgrid-pager-page a,[data-bs-theme=dark] .noUi-tooltip,[data-bs-theme=dark] .note-editor .note-editing-area .note-editable table td,[data-bs-theme=dark] .note-editor .note-editing-area .note-editable table th,[data-bs-theme=dark] .table-responsive .dataTables_wrapper .dataTables_filter input,[data-bs-theme=dark] .table-responsive .dataTables_wrapper .dataTables_length select,[data-bs-theme=dark] .wizard-content .wizard>.actions>ul>li>a[href="#previous"],[data-bs-theme=dark] .wizard>.content>.body input {
    border: 1px solid #333f55
}

[data-bs-theme=dark] .cke_chrome,[data-bs-theme=dark] .ql-toolbar.ql-snow {
    border: 1px solid #333f55
}

[data-bs-theme=dark] .cke_top {
    border-bottom: 1px solid #333f55
}

[data-bs-theme=dark] .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,[data-bs-theme=dark] .cke_toolgroup a.cke_button:last-child:after {
    border-right: 1px solid #333f55
}

[data-bs-theme=dark] .cke_button_icon {
    filter: brightness(0) invert(1)
}

[data-bs-theme=dark] .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,[data-bs-theme=dark] .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,[data-bs-theme=dark] .cke_top,[data-bs-theme=dark] .datepicker .datepicker-switch:hover,[data-bs-theme=dark] .datepicker .next:hover,[data-bs-theme=dark] .datepicker .prev:hover,[data-bs-theme=dark] .datepicker tfoot tr th:hover,[data-bs-theme=dark] .noUi-handle,[data-bs-theme=dark] .noUi-tooltip {
    background: #465670
}

[data-bs-theme=dark] .daterangepicker .ranges li:hover,[data-bs-theme=dark] .daterangepicker td.available:hover,[data-bs-theme=dark] .daterangepicker th.available:hover,[data-bs-theme=dark] .myadmin-dd .dd-list .dd-item .dd-handle,[data-bs-theme=dark] .myadmin-dd-empty .dd-list .dd3-content,[data-bs-theme=dark] .myadmin-dd-empty .dd-list .dd3-handle,[data-bs-theme=dark] .ql-snow .ql-picker-options,[data-bs-theme=dark] .select2-container--classic .select2-dropdown,[data-bs-theme=dark] .select2-container--classic .select2-selection--single,[data-bs-theme=dark] .select2-container--default .select2-selection--multiple,[data-bs-theme=dark] .select2-container--default .select2-selection--single,[data-bs-theme=dark] .select2-dropdown {
    background-color: #202936
}

[data-bs-theme=dark] .select2-container--classic .select2-selection--single,[data-bs-theme=dark] .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single,[data-bs-theme=dark] .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: linear-gradient(to bottom,#465670 50%,#465670 100%)
}

[data-bs-theme=dark] .picker__list-item,[data-bs-theme=dark] .twitter-typeahead .tt-menu {
    background-color: #333f55;
    color: #7c8fac;
    border: 1px solid #333f55
}

[data-bs-theme=dark] .datepicker-dropdown:before,[data-bs-theme=dark] .daterangepicker:after {
    border-bottom: 6px solid #333f55
}

[data-bs-theme=dark] .daterangepicker:before {
    border-bottom: 7px solid #333f55
}

[data-bs-theme=dark] .datepicker-dropdown:after {
    border-bottom: 6px solid #333f55
}

[data-bs-theme=dark] .datepicker-dropdown.datepicker-orient-top:after,[data-bs-theme=dark] .daterangepicker.drop-up:after {
    border-top: 6px solid #333f55
}

[data-bs-theme=dark] .datepicker-dropdown.datepicker-orient-top:before,[data-bs-theme=dark] .daterangepicker.drop-up:before {
    border-top: 7px solid #333f55
}

[data-bs-theme=dark] .daterangepicker.show-ranges.ltr .drp-calendar.left,[data-bs-theme=dark] .jsgrid-selected-row>.jsgrid-cell,[data-bs-theme=dark] .twitter-typeahead .league-name {
    border-color: #333f55
}

[data-bs-theme=dark] .cke_wysiwyg_div,[data-bs-theme=dark] .cke_wysiwyg_frame,[data-bs-theme=dark] .daterangepicker td.off,[data-bs-theme=dark] .daterangepicker td.off.end-date,[data-bs-theme=dark] .daterangepicker td.off.in-range,[data-bs-theme=dark] .daterangepicker td.off.start-date,[data-bs-theme=dark] .select2-container--classic .select2-search--dropdown .select2-search__field,[data-bs-theme=dark] .select2-container--default .select2-search--dropdown .select2-search__field,[data-bs-theme=dark] .table-responsive .dataTables_wrapper .dataTables_filter input,[data-bs-theme=dark] .table-responsive .dataTables_wrapper .dataTables_length select,[data-bs-theme=dark] .wizard-content .wizard.wizard-circle>.steps>ul>li.current:after,[data-bs-theme=dark] .wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,[data-bs-theme=dark] .wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before,[data-bs-theme=dark] .wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #333f55
}

[data-bs-theme=dark] .hljs {
    background: #333f55
}

[data-bs-theme=dark] .daterangepicker select.ampmselect,[data-bs-theme=dark] .daterangepicker select.hourselect,[data-bs-theme=dark] .daterangepicker select.minuteselect,[data-bs-theme=dark] .daterangepicker select.monthselect,[data-bs-theme=dark] .daterangepicker select.secondselect,[data-bs-theme=dark] .daterangepicker select.yearselect,[data-bs-theme=dark] .jsgrid-cell,[data-bs-theme=dark] .jsgrid-grid-header,[data-bs-theme=dark] .jsgrid-header-cell,[data-bs-theme=dark] .jsgrid-header-row>.jsgrid-header-cell,[data-bs-theme=dark] div:where(.swal2-container) div:where(.swal2-popup) {
    background: #202936!important
}

[data-bs-theme=dark] table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    box-shadow: inset 0 0 0 9999px #465670
}

[data-bs-theme=dark] .cke_combo_off a.cke_combo_button:active,[data-bs-theme=dark] .cke_combo_off a.cke_combo_button:focus,[data-bs-theme=dark] .cke_combo_off a.cke_combo_button:hover,[data-bs-theme=dark] .cke_combo_on a.cke_combo_button,[data-bs-theme=dark] .jsgrid-edit-row>.jsgrid-cell,[data-bs-theme=dark] .jsgrid-filter-row>.jsgrid-cell,[data-bs-theme=dark] .jsgrid-grid-body,[data-bs-theme=dark] .jsgrid-grid-header,[data-bs-theme=dark] .jsgrid-header-row>.jsgrid-header-cell,[data-bs-theme=dark] .jsgrid-insert-row>.jsgrid-cell,[data-bs-theme=dark] .picker__box,[data-bs-theme=dark] .picker__button--clear,[data-bs-theme=dark] .picker__button--close,[data-bs-theme=dark] .picker__button--today,[data-bs-theme=dark] .ql-container.ql-snow,[data-bs-theme=dark] a.cke_button_off:active,[data-bs-theme=dark] a.cke_button_off:focus,[data-bs-theme=dark] a.cke_button_off:hover {
    border: 1px solid #333f55
}

[data-bs-theme=dark] .accordion-item,[data-bs-theme=dark] .accordion-item:focus {
    --bs-accordion-btn-color: #eaeff4;
    --bs-accordion-border-color: #333f55
}

[data-bs-theme=dark] .accordion-button:not(.collapsed) {
    color: #eaeff4
}

[data-bs-theme=dark] .breadcrumb-item+.breadcrumb-item::before,[data-bs-theme=dark] .nav-pills .nav-link,[data-bs-theme=dark] .nav-tabs .nav-link {
    color: #7c8fac
}

[data-bs-theme=dark] .ql-snow .ql-stroke {
    stroke: #7c8fac
}

[data-bs-theme=dark] .input-group-text {
    background-color: #465670;
    border: var(--bs-table-border-color);
    color: #7c8fac
}

[data-bs-theme=dark] .app-chat-offcanvas,[data-bs-theme=dark] .bootstrap-switch .bootstrap-switch-label,[data-bs-theme=dark] .cke_bottom,[data-bs-theme=dark] .cke_combo_off a.cke_combo_button:active,[data-bs-theme=dark] .cke_combo_off a.cke_combo_button:focus,[data-bs-theme=dark] .cke_combo_off a.cke_combo_button:hover,[data-bs-theme=dark] .cke_combo_on a.cke_combo_button,[data-bs-theme=dark] .dtp table.dtp-picker-days,[data-bs-theme=dark] .dtp table.dtp-picker-days tr,[data-bs-theme=dark] .dtp table.dtp-picker-days tr>td,[data-bs-theme=dark] .dtp>.dtp-content,[data-bs-theme=dark] .picker__button--clear,[data-bs-theme=dark] .picker__button--close,[data-bs-theme=dark] .picker__button--today,[data-bs-theme=dark] a.cke_button_off:active,[data-bs-theme=dark] a.cke_button_off:focus,[data-bs-theme=dark] a.cke_button_off:hover {
    background: #202936
}

[data-bs-theme=dark] .dtp table.dtp-picker-days tr>td>a.selected {
    color: #fff!important
}

[data-bs-theme=dark] .app-calendar .fc-theme-standard th,[data-bs-theme=dark] .bg-hover-light-black:hover,[data-bs-theme=dark] .daterangepicker,[data-bs-theme=dark] .daterangepicker .calendar-table,[data-bs-theme=dark] .dropdown-item:focus,[data-bs-theme=dark] .dropdown-item:hover,[data-bs-theme=dark] .form-control:disabled,[data-bs-theme=dark] .select2-container--default.select2-container--disabled .select2-selection--single,[data-bs-theme=dark] body .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #333f55
}

[data-bs-theme=dark] .dp-off {
    background-color: #333f55!important
}

[data-bs-theme=dark] .CodeMirror,[data-bs-theme=dark] .CodeMirror-gutters,[data-bs-theme=dark] .note-btn,[data-bs-theme=dark] .note-btn.active,[data-bs-theme=dark] .note-btn.focus,[data-bs-theme=dark] .note-btn:active,[data-bs-theme=dark] .note-btn:focus,[data-bs-theme=dark] .note-btn:hover,[data-bs-theme=dark] .note-dropdown-item:hover,[data-bs-theme=dark] .note-dropdown-menu,[data-bs-theme=dark] .note-editor.note-airframe.fullscreen,[data-bs-theme=dark] .note-editor.note-frame.fullscreen,[data-bs-theme=dark] .note-input,[data-bs-theme=dark] .note-modal-content,[data-bs-theme=dark] .note-modal-header,[data-bs-theme=dark] .note-modal-header .close,[data-bs-theme=dark] .note-toolbar {
    background-color: #202936;
    border-color: #333f55;
    color: #7c8fac
}

[data-bs-theme=dark] .mce-content-body p,[data-bs-theme=dark] .note-frame,[data-bs-theme=dark] .tox .tox-tbtn,[data-bs-theme=dark] a.note-dropdown-item,[data-bs-theme=dark] a.note-dropdown-item:hover,[data-bs-theme=dark] div:where(.swal2-container) .swal2-html-container {
    color: #7c8fac
}

[data-bs-theme=dark] .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled),[data-bs-theme=dark] .tox .tox-collection__item,[data-bs-theme=dark] .tox .tox-edit-area__iframe,[data-bs-theme=dark] .tox .tox-mbtn,[data-bs-theme=dark] .tox .tox-menu,[data-bs-theme=dark] .tox .tox-menubar,[data-bs-theme=dark] .tox .tox-promotion,[data-bs-theme=dark] .tox .tox-statusbar,[data-bs-theme=dark] .tox .tox-tbtn--bespoke,[data-bs-theme=dark] .tox .tox-tbtn--disabled,[data-bs-theme=dark] .tox .tox-tbtn--disabled:hover,[data-bs-theme=dark] .tox .tox-tbtn:disabled,[data-bs-theme=dark] .tox .tox-tbtn:disabled:hover,[data-bs-theme=dark] .tox .tox-toolbar,[data-bs-theme=dark] .tox .tox-toolbar-overlord,[data-bs-theme=dark] .tox .tox-toolbar__overflow,[data-bs-theme=dark] .tox .tox-toolbar__primary,[data-bs-theme=dark] .tox-tinymce,[data-bs-theme=dark] .tox:not(.tox-tinymce-inline) .tox-editor-header {
    background-color: #202936;
    border-color: #333f55;
    color: #7c8fac
}

[data-bs-theme=dark] .tox .tox-tbtn svg,[data-bs-theme=dark] .tox .tox-tbtn--disabled svg,[data-bs-theme=dark] .tox .tox-tbtn--disabled:hover svg,[data-bs-theme=dark] .tox .tox-tbtn:disabled svg,[data-bs-theme=dark] .tox .tox-tbtn:disabled:hover svg {
    fill: #7c8fac
}

[data-bs-theme=dark] .picker__nav--prev:before {
    border-right: .75em solid var(--bs-border-color)
}

[data-bs-theme=dark] .picker__nav--next:before {
    border-left: .75em solid var(--bs-border-color)
}

[data-bs-theme=dark] .cke_bottom {
    border-top: 1px solid var(--bs-border-color)
}

[data-bs-theme=dark] .connect-sorting,[data-bs-theme=dark] .connect-sorting-todo {
    background: var(--bs-dark-bg-subtle)
}

[data-bs-theme=dark] .wizard-content .wizard>.steps .step,[data-bs-theme=dark] .wizard-content .wizard>.steps>ul>li.current .step {
    background-color: #202936
}

[data-bs-theme=dark] .wizard-content .wizard>.steps .step {
    border: 3px solid #333f55!important
}

[data-bs-theme=dark][data-color-theme=Blue_Theme]:root,[data-bs-theme=light][data-color-theme=Blue_Theme]:root {
    --bs-primary: #5d87ff;
    --bs-primary-rgb: 93,135,255;
    --bs-light-primary: rgba(93, 135, 255, 0.1);
    --bs-primary-bg-subtle: rgba(93, 135, 255, 0.1);
    --bs-secondary: #49beff;
    --bs-secondary-rgb: 73,190,255;
    --bs-light-secondary: rgba(73, 190, 255, 0.1);
    --bs-secondary-bg-subtle: rgba(73, 190, 255, 0.1)
}

[data-bs-theme=dark][data-color-theme=Blue_Theme]:root .btn-primary,[data-bs-theme=light][data-color-theme=Blue_Theme]:root .btn-primary {
    --bs-btn-bg: #5d87ff;
    --bs-btn-border-color: #5d87ff;
    --bs-btn-hover-bg: #4f73d9;
    --bs-btn-hover-border-color: #4f73d9
}

[data-bs-theme=dark][data-color-theme=Blue_Theme]:root .btn-secondary,[data-bs-theme=light][data-color-theme=Blue_Theme]:root .btn-secondary {
    --bs-btn-bg: #49beff;
    --bs-btn-border-color: #49beff;
    --bs-btn-hover-bg: #3ea2d9;
    --bs-btn-hover-border-color: #3a98cc
}

[data-bs-theme=dark][data-color-theme=Aqua_Theme]:root,[data-bs-theme=light][data-color-theme=Aqua_Theme]:root {
    --bs-primary: #0074ba;
    --bs-primary-rgb: 0,116,186;
    --bs-light-primary: rgba(0, 116, 186, 0.1);
    --bs-primary-bg-subtle: rgba(0, 116, 186, 0.1);
    --bs-secondary: #47d7bc;
    --bs-secondary-rgb: 71,215,188;
    --bs-light-secondary: rgba(71, 215, 188, 0.1);
    --bs-secondary-bg-subtle: rgba(71, 215, 188, 0.1)
}

[data-bs-theme=dark][data-color-theme=Aqua_Theme]:root .btn-primary,[data-bs-theme=light][data-color-theme=Aqua_Theme]:root .btn-primary {
    --bs-btn-bg: #0074ba;
    --bs-btn-border-color: #0074ba;
    --bs-btn-hover-bg: #00639e;
    --bs-btn-hover-border-color: #00639e
}

[data-bs-theme=dark][data-color-theme=Aqua_Theme]:root .btn-secondary,[data-bs-theme=light][data-color-theme=Aqua_Theme]:root .btn-secondary {
    --bs-btn-bg: #47d7bc;
    --bs-btn-border-color: #47d7bc;
    --bs-btn-hover-bg: #3cb7a0;
    --bs-btn-hover-border-color: #3cb7a0
}

[data-bs-theme=dark][data-color-theme=Purple_Theme]:root,[data-bs-theme=light][data-color-theme=Purple_Theme]:root {
    --bs-primary: #763ebd;
    --bs-primary-rgb: 118,62,189;
    --bs-light-primary: rgba(118, 62, 189, 0.1);
    --bs-primary-bg-subtle: rgba(118, 62, 189, 0.1);
    --bs-secondary: #95cfd5;
    --bs-secondary-rgb: 149,207,213;
    --bs-light-secondary: rgba(149, 207, 213, 0.1);
    --bs-secondary-bg-subtle: rgba(149, 207, 213, 0.1)
}

[data-bs-theme=dark][data-color-theme=Purple_Theme]:root .btn-primary,[data-bs-theme=light][data-color-theme=Purple_Theme]:root .btn-primary {
    --bs-btn-bg: #763ebd;
    --bs-btn-border-color: #763ebd;
    --bs-btn-hover-bg: #6435a1;
    --bs-btn-hover-border-color: #6435a1
}

[data-bs-theme=dark][data-color-theme=Purple_Theme]:root .btn-secondary,[data-bs-theme=light][data-color-theme=Purple_Theme]:root .btn-secondary {
    --bs-btn-bg: #95cfd5;
    --bs-btn-border-color: #95cfd5;
    --bs-btn-hover-bg: #7fb0b5;
    --bs-btn-hover-border-color: #7fb0b5
}

[data-bs-theme=dark][data-color-theme=Green_Theme]:root,[data-bs-theme=light][data-color-theme=Green_Theme]:root {
    --bs-primary: #0a7ea4;
    --bs-primary-rgb: 10,126,164;
    --bs-light-primary: rgba(10, 126, 164, 0.1);
    --bs-primary-bg-subtle: rgba(10, 126, 164, 0.1);
    --bs-secondary: #ccda4e;
    --bs-secondary-rgb: 204,218,78;
    --bs-light-secondary: rgba(204, 218, 78, 0.1);
    --bs-secondary-bg-subtle: rgba(204, 218, 78, 0.1)
}

[data-bs-theme=dark][data-color-theme=Green_Theme]:root .btn-primary,[data-bs-theme=light][data-color-theme=Green_Theme]:root .btn-primary {
    --bs-btn-bg: #0a7ea4;
    --bs-btn-border-color: #0a7ea4;
    --bs-btn-hover-bg: #096b8b;
    --bs-btn-hover-border-color: #096b8b
}

[data-bs-theme=dark][data-color-theme=Green_Theme]:root .btn-secondary,[data-bs-theme=light][data-color-theme=Green_Theme]:root .btn-secondary {
    --bs-btn-bg: #ccda4e;
    --bs-btn-border-color: #ccda4e;
    --bs-btn-hover-bg: #d4e069;
    --bs-btn-hover-border-color: #d4e069
}

[data-bs-theme=dark][data-color-theme=Cyan_Theme]:root,[data-bs-theme=light][data-color-theme=Cyan_Theme]:root {
    --bs-primary: #01c0c8;
    --bs-primary-rgb: 1,192,200;
    --bs-light-primary: rgba(1, 192, 200, 0.1);
    --bs-primary-bg-subtle: rgba(1, 192, 200, 0.1);
    --bs-secondary: #fb9678;
    --bs-secondary-rgb: 251,150,120;
    --bs-light-secondary: rgba(251, 150, 120, 0.1);
    --bs-secondary-bg-subtle: rgba(251, 150, 120, 0.1)
}

[data-bs-theme=dark][data-color-theme=Cyan_Theme]:root .btn-primary,[data-bs-theme=light][data-color-theme=Cyan_Theme]:root .btn-primary {
    --bs-btn-bg: #01c0c8;
    --bs-btn-border-color: #01c0c8;
    --bs-btn-hover-bg: #01a3aa;
    --bs-btn-hover-border-color: #01a3aa
}

[data-bs-theme=dark][data-color-theme=Cyan_Theme]:root .btn-secondary,[data-bs-theme=light][data-color-theme=Cyan_Theme]:root .btn-secondary {
    --bs-btn-bg: #fb9678;
    --bs-btn-border-color: #fb9678;
    --bs-btn-hover-bg: #d58066;
    --bs-btn-hover-border-color: #d58066
}

[data-bs-theme=dark][data-color-theme=Orange_Theme]:root,[data-bs-theme=light][data-color-theme=Orange_Theme]:root {
    --bs-primary: #fa896b;
    --bs-primary-rgb: 250,137,107;
    --bs-light-primary: rgba(250, 137, 107, 0.1);
    --bs-primary-bg-subtle: rgba(250, 137, 107, 0.1);
    --bs-secondary: #0074ba;
    --bs-secondary-rgb: 0,116,186;
    --bs-light-secondary: rgba(0, 116, 186, 0.1);
    --bs-secondary-bg-subtle: rgba(0, 116, 186, 0.1)
}

[data-bs-theme=dark][data-color-theme=Orange_Theme]:root .btn-primary,[data-bs-theme=light][data-color-theme=Orange_Theme]:root .btn-primary {
    --bs-btn-bg: #fa896b;
    --bs-btn-border-color: #fa896b;
    --bs-btn-hover-bg: #d5745b;
    --bs-btn-hover-border-color: #d5745b
}

[data-bs-theme=dark][data-color-theme=Orange_Theme]:root .btn-secondary,[data-bs-theme=light][data-color-theme=Orange_Theme]:root .btn-secondary {
    --bs-btn-bg: #0074ba;
    --bs-btn-border-color: #0074ba;
    --bs-btn-hover-bg: #00639e;
    --bs-btn-hover-border-color: #00639e
}