body {
    font-feature-settings: "salt"
}

:root {
    --bs-body-bg: #e5efff;
    --bs-body-bg-rgb: 240, 242, 248;
    --ct-heading-color: #060606;
    --ct-active-background: rgba(var(--bs-primary-rgb), 0.12);
    --ct-sidebar-background: #fff;
    --ct-sidebar-color: #1c232f;
    --ct-sidebar-color-rgb: 28, 35, 47;
    --ct-sidebar-icon-color: #778290;
    --ct-sidebar-submenu-border-color: #778290;
    --ct-sidebar-active-color: var(--bs-primary);
    --ct-sidebar-main-active-color: #1c232f;
    --ct-sidebar-main-active-background: #dfe7f1;
    --ct-sidebar-main-active-background-rgb: 223, 231, 241;
    --ct-sidebar-shadow: 0px 0px 24px rgba(27, 46, 94, 0.05);
    --ct-sidebar-caption-color: var(--bs-primary);
    --ct-sidebar-border: none;
    /* --ct-brand-background: #161c25; */
    --ct-brand-background: #ffffff;
    --ct-header-background: #fff;
    --ct-header-color: #525b69;
    --ct-header-shadow: 0 1px 0 0 var(--bs-border-color);
    --ct-card-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.1);
    --ct-breadcrumb-background: #fff;
    --ct-breadcrumb-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    --ct-header-submenu-background: #ffffff;
    --ct-header-submenu-color: #1c232f;
}

[data-ct-sidebar-theme=dark],[data-ct-theme=dark] {
    --ct-sidebar-background: #1c232f;
    --ct-sidebar-color: #ced4dc;
    --ct-sidebar-color-rgb: 206, 212, 220;
    --ct-sidebar-submenu-border-color: var(--bs-gray-600);
    --ct-sidebar-caption-color: var(--bs-primary);
    --ct-sidebar-icon-color: #778290;
    --ct-sidebar-active-color: var(--bs-primary);
    --ct-sidebar-main-active-color: #fff;
    --ct-sidebar-main-active-background: #161c25;
    --ct-sidebar-main-active-background-rgb: 22, 28, 37;
    --ct-sidebar-shadow: 0px 0px 24px rgba(27, 46, 94, 0.05);
    --ct-sidebar-border: none;
    --ct-brand-background: #161c25;
}

[data-ct-header-theme=dark] {
    --ct-header-background: #1c232f;
    --ct-header-color: #fff;
    --ct-brand-background: #161c25;
}

[data-ct-preset=preset-1] {
    --bs-blue: #7267ef;
    --bs-primary: #7267ef;
    --bs-primary-rgb: 114, 103, 239;
    --bs-primary-light: #f1f0fd;
    --bs-link-color: #7267ef;
    --bs-link-color-rgb: 114, 103, 239;
    --bs-link-hover-color: #5b52bf;
    --bs-link-hover-color-rgb: to-rgb(shift-color($ct-primary, $link-shade-percentage));
    --dt-row-selected: 114, 103, 239
}

[data-ct-preset=preset-1] .bg-light-primary {
    background: #f1f0fd;
    color: #7267ef
}

[data-ct-preset=preset-1] .link-primary {
    color: #7267ef !important
}

[data-ct-preset=preset-1] .link-primary:focus,
[data-ct-preset=preset-1] .link-primary:hover {
    color: #5b52bf !important
}

[data-ct-preset=preset-1] .btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #7267ef;
    --bs-btn-border-color: #7267ef;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #6158cb;
    --bs-btn-hover-border-color: #5b52bf;
    --bs-btn-focus-shadow-rgb: 135, 126, 241;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #5b52bf;
    --bs-btn-active-border-color: #564db3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #7267ef;
    --bs-btn-disabled-border-color: #7267ef
}

[data-ct-preset=preset-1] .btn-link {
    --bs-btn-color: #7267ef;
    --bs-btn-hover-color: #5b52bf;
    --bs-btn-active-color: #5b52bf
}

[data-ct-preset=preset-1] .text-bg-primary {
    color: #fff !important;
    background-color: RGBA(114, 103, 239, var(--bs-bg-opacity, 1)) !important
}

[data-ct-preset=preset-1] .accordion {
    --bs-accordion-btn-focus-border-color: #7267ef;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(114, 103, 239, 0.25);
    --bs-accordion-active-color: #7267ef;
    --bs-accordion-active-bg: #f1f0fd;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237267ef'%3e%3cpath fill-rule=' evenodd' d=' M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

[data-ct-preset=preset-1] .alert-primary {
    --bs-alert-color: #443e8f;
    --bs-alert-bg: #e3e1fc;
    --bs-alert-border-color: #d5d1fa;
    --bs-alert-link-color: #363272
}

[data-ct-preset=preset-1] .list-group {
    --bs-list-group-active-bg: #7267ef;
    --bs-list-group-active-border-color: #7267ef
}

[data-ct-preset=preset-1] .list-group-item-primary {
    color: #443e8f;
    background-color: #e3e1fc
}

[data-ct-preset=preset-1] .nav {
    --bs-nav-link-hover-color: #5b52bf
}

[data-ct-preset=preset-1] .nav-pills {
    --bs-nav-pills-link-active-bg: #7267ef
}

[data-ct-preset=preset-1] .pagination {
    --bs-pagination-hover-color: #5b52bf;
    --bs-pagination-focus-color: #5b52bf;
    --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(114, 103, 239, 0.25);
    --bs-pagination-active-bg: #7267ef;
    --bs-pagination-active-border-color: #7267ef
}

[data-ct-preset=preset-1] .progress {
    --bs-progress-bar-bg: #7267ef
}

[data-ct-preset=preset-1] .form-check .form-check-input.input-primary:checked {
    border-color: #7267ef;
    background-color: #7267ef
}

[data-ct-preset=preset-1] .form-check .form-check-input.input-light-primary:checked {
    border-color: #f1f0fd;
    background-color: #f1f0fd
}

[data-ct-preset=preset-1] .form-check .form-check-input.input-light-primary:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%237267ef' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

[data-ct-preset=preset-1] .form-check .form-check-input.input-light-primary:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%237267ef'/%3e%3c/svg%3e")
}

[data-ct-preset=preset-1] .form-check .form-check-input.input-light-primary:focus[type=checkbox],
[data-ct-preset=preset-1] .form-check .form-check-input.input-light-primary:focus[type=radio],
[data-ct-preset=preset-1] .form-check .form-check-input.input-primary:focus[type=checkbox],
[data-ct-preset=preset-1] .form-check .form-check-input.input-primary:focus[type=radio] {
    box-shadow: 0 0 0 .2rem rgba(114, 103, 239, .25);
    border-color: #7267ef
}

[data-ct-preset=preset-1] .form-check.form-switch .form-check-input.input-light-primary:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%237267ef'/%3e%3c/svg%3e")
}

[data-ct-preset=preset-1] .btn-light-primary {
    background: #f1f0fd;
    color: #7267ef;
    border-color: #f1f0fd
}

[data-ct-preset=preset-1] .btn-light-primary .material-icons-two-tone {
    background-color: #7267ef
}

.show>[data-ct-preset=preset-1] .btn-light-primary.dropdown-toggle,
[data-ct-preset=preset-1] .btn-check:active+.btn-light-primary,
[data-ct-preset=preset-1] .btn-check:checked+.btn-light-primary,
[data-ct-preset=preset-1] .btn-light-primary.focus,
[data-ct-preset=preset-1] .btn-light-primary:focus,
[data-ct-preset=preset-1] .btn-light-primary:hover,
[data-ct-preset=preset-1] .btn-light-primary:not(:disabled):not(.disabled).active,
[data-ct-preset=preset-1] .btn-light-primary:not(:disabled):not(.disabled):active {
    background: #7267ef;
    color: #fff;
    border-color: #7267ef
}

[data-ct-preset=preset-1] .btn-link-primary {
    background: 0 0;
    color: #7267ef;
    border-color: transparent
}

[data-ct-preset=preset-1] .btn-link-primary .material-icons-two-tone {
    background-color: #7267ef
}

.show>[data-ct-preset=preset-1] .btn-link-primary.dropdown-toggle,
[data-ct-preset=preset-1] .btn-check:active+.btn-link-primary,
[data-ct-preset=preset-1] .btn-check:checked+.btn-link-primary,
[data-ct-preset=preset-1] .btn-link-primary.focus,
[data-ct-preset=preset-1] .btn-link-primary:focus,
[data-ct-preset=preset-1] .btn-link-primary:hover,
[data-ct-preset=preset-1] .btn-link-primary:not(:disabled):not(.disabled).active,
[data-ct-preset=preset-1] .btn-link-primary:not(:disabled):not(.disabled):active {
    background: #f1f0fd;
    color: #7267ef;
    border-color: #f1f0fd
}

[data-ct-preset=preset-1] .slider-selection {
    background-image: linear-gradient(to bottom, #dddafb 0, #dddafb 100%)
}

[data-ct-preset=preset-1] .slider-selection.tick-slider-selection,
[data-ct-preset=preset-1] .slider-tick.in-selection {
    background-image: linear-gradient(to bottom, #c8c3f9 0, #c8c3f9 100%)
}

[data-ct-preset=preset-1] .swal-button:active,
[data-ct-preset=preset-1] .swal-button:not([disabled]):hover {
    background-color: #5d50ed
}

[data-ct-preset=preset-1] .swal-button:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(114, 103, 239, .29)
}

[data-ct-preset=preset-1] .swal-content__input:focus,
[data-ct-preset=preset-1] .swal-content__textarea:focus {
    border-color: rgba(114, 103, 239, .29)
}

[data-ct-preset=preset-1] .swal2-styled:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(114, 103, 239, .4) !important
}

[data-ct-preset=preset-1] .table-primary {
    --bs-table-color: #ffffff;
    --bs-table-bg: #7267ef;
    --bs-table-border-color: #8076f1;
    --bs-table-striped-bg: #796ff0;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #8076f1;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-color: #ffffff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
    --bs-table-hover-bg: rgba(255, 255, 255, 0.1)
}

/* ########## */

[data-ct-direction=rtl] {
    direction: rtl;
    text-align: right
}

[data-ct-direction=rtl] .p-l-0 {
    padding-right: 0;
    padding-left: 0
}

[data-ct-direction=rtl] .p-l-0[class*=col] {
    padding-left: 15px
}

[data-ct-direction=rtl] .p-r-0 {
    padding-left: 0;
    padding-right: 0
}

[data-ct-direction=rtl] .p-r-0[class*=col] {
    padding-right: 15px
}

[data-ct-direction=rtl] .m-l-0 {
    margin-right: 0;
    margin-left: 0
}

[data-ct-direction=rtl] .m-r-0 {
    margin-left: 0;
    margin-right: 0
}

[data-ct-direction=rtl] .p-l-5 {
    padding-right: 5px;
    padding-left: 0
}

[data-ct-direction=rtl] .p-r-5 {
    padding-left: 5px;
    padding-right: 0
}

[data-ct-direction=rtl] .m-l-5 {
    margin-right: 5px;
    margin-left: 0
}

[data-ct-direction=rtl] .m-r-5 {
    margin-left: 5px;
    margin-right: 0
}

[data-ct-direction=rtl] .p-l-10 {
    padding-right: 10px;
    padding-left: 0
}

[data-ct-direction=rtl] .p-r-10 {
    padding-left: 10px;
    padding-right: 0
}

[data-ct-direction=rtl] .m-l-10 {
    margin-right: 10px;
    margin-left: 0
}

[data-ct-direction=rtl] .m-r-10 {
    margin-left: 10px;
    margin-right: 0
}

[data-ct-direction=rtl] .p-l-15 {
    padding-right: 15px;
    padding-left: 0
}

[data-ct-direction=rtl] .p-r-15 {
    padding-left: 15px;
    padding-right: 0
}

[data-ct-direction=rtl] .m-l-15 {
    margin-right: 15px;
    margin-left: 0
}

[data-ct-direction=rtl] .m-r-15 {
    margin-left: 15px;
    margin-right: 0
}

[data-ct-direction=rtl] .p-l-20 {
    padding-right: 20px;
    padding-left: 0
}

[data-ct-direction=rtl] .p-r-20 {
    padding-left: 20px;
    padding-right: 0
}

[data-ct-direction=rtl] .m-l-20 {
    margin-right: 20px;
    margin-left: 0
}

[data-ct-direction=rtl] .m-r-20 {
    margin-left: 20px;
    margin-right: 0
}

[data-ct-direction=rtl] .p-l-25 {
    padding-right: 25px;
    padding-left: 0
}

[data-ct-direction=rtl] .p-r-25 {
    padding-left: 25px;
    padding-right: 0
}

[data-ct-direction=rtl] .m-l-25 {
    margin-right: 25px;
    margin-left: 0
}

[data-ct-direction=rtl] .m-r-25 {
    margin-left: 25px;
    margin-right: 0
}

[data-ct-direction=rtl] .p-l-30 {
    padding-right: 30px;
    padding-left: 0
}

[data-ct-direction=rtl] .p-r-30 {
    padding-left: 30px;
    padding-right: 0
}

[data-ct-direction=rtl] .m-l-30 {
    margin-right: 30px;
    margin-left: 0
}

[data-ct-direction=rtl] .m-r-30 {
    margin-left: 30px;
    margin-right: 0
}

[data-ct-direction=rtl] .p-l-35 {
    padding-right: 35px;
    padding-left: 0
}

[data-ct-direction=rtl] .p-r-35 {
    padding-left: 35px;
    padding-right: 0
}

[data-ct-direction=rtl] .m-l-35 {
    margin-right: 35px;
    margin-left: 0
}

[data-ct-direction=rtl] .m-r-35 {
    margin-left: 35px;
    margin-right: 0
}

[data-ct-direction=rtl] .p-l-40 {
    padding-right: 40px;
    padding-left: 0
}

[data-ct-direction=rtl] .p-r-40 {
    padding-left: 40px;
    padding-right: 0
}

[data-ct-direction=rtl] .m-l-40 {
    margin-right: 40px;
    margin-left: 0
}

[data-ct-direction=rtl] .m-r-40 {
    margin-left: 40px;
    margin-right: 0
}

[data-ct-direction=rtl] .p-l-45 {
    padding-right: 45px;
    padding-left: 0
}

[data-ct-direction=rtl] .p-r-45 {
    padding-left: 45px;
    padding-right: 0
}

[data-ct-direction=rtl] .m-l-45 {
    margin-right: 45px;
    margin-left: 0
}

[data-ct-direction=rtl] .m-r-45 {
    margin-left: 45px;
    margin-right: 0
}

[data-ct-direction=rtl] .p-l-50 {
    padding-right: 50px;
    padding-left: 0
}

[data-ct-direction=rtl] .p-r-50 {
    padding-left: 50px;
    padding-right: 0
}

[data-ct-direction=rtl] .m-l-50 {
    margin-right: 50px;
    margin-left: 0
}

[data-ct-direction=rtl] .m-r-50 {
    margin-left: 50px;
    margin-right: 0
}

[data-ct-direction=rtl] ol:not([class]),
[data-ct-direction=rtl] ul:not([class]) {
    padding-left: 0;
    padding-right: 2rem
}

[data-ct-direction=rtl] .list-group,
[data-ct-direction=rtl] .list-inline,
[data-ct-direction=rtl] .list-unstyled,
[data-ct-direction=rtl] dl {
    padding-right: 0;
    padding-left: 0
}

[data-ct-direction=rtl] dd {
    margin-right: 0
}

[data-ct-direction=rtl] .ph-duotone {
    direction: ltr
}

[data-ct-direction=rtl] .navbar-nav {
    padding-right: 0
}

[data-ct-direction=rtl] .breadcrumb-item+.breadcrumb-item {
    padding-right: var(--bs-breadcrumb-item-padding-x);
    padding-left: unset
}

[data-ct-direction=rtl] .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    padding-right: unset
}

[data-ct-direction=rtl] .dropdown-menu {
    text-align: right
}

[data-ct-direction=rtl] .dropdown .dropdown-item i {
    margin-right: 0;
    margin-left: 10px
}

[data-ct-direction=rtl] .alert-dismissible {
    padding-right: 1.25rem;
    padding-left: 3.75rem
}

[data-ct-direction=rtl] .alert-dismissible .btn-close {
    right: auto;
    left: 0
}

[data-ct-direction=rtl] .accordion-button::after {
    margin-right: auto;
    margin-left: 0
}

[data-ct-direction=rtl] .ct-container {
    margin-right: 280px;
    margin-left: 0
}

[data-ct-direction=rtl] .pct-c-btn {
    right: auto;
    left: 0;
    border-radius: 0 8px 8px 0;
    box-shadow: 6px 0 14px 1px rgba(27, 46, 94, .08)
}

[data-ct-direction=rtl] .ct-sidebar {
    border-left: var(--ct-sidebar-border);
    border-right: none
}

[data-ct-direction=rtl] .ct-sidebar ul {
    padding-right: 0
}

[data-ct-direction=rtl] .ct-sidebar .ct-arrow,
[data-ct-direction=rtl] .ct-sidebar .ct-badge {
    float: left
}

[data-ct-direction=rtl] .ct-sidebar .ct-micon {
    margin-right: 0;
    margin-left: 15px
}

@media (min-width:1025px) {
    [data-ct-direction=rtl] .ct-sidebar.ct-sidebar-hide {
        transform: translateX(260px)
    }

    [data-ct-direction=rtl] .ct-sidebar.ct-sidebar-hide~.ct-container,
    [data-ct-direction=rtl] .ct-sidebar.ct-sidebar-hide~.ct-footer {
        margin-right: 0
    }

    [data-ct-direction=rtl] .ct-sidebar.ct-sidebar-hide~.ct-container .page-header,
    [data-ct-direction=rtl] .ct-sidebar.ct-sidebar-hide~.ct-header {
        right: 0
    }
}

@media (max-width:1024px) {
    [data-ct-direction=rtl] .ct-container {
        margin-right: 0
    }

    [data-ct-direction=rtl] .ct-sidebar {
        left: auto;
        right: -280px
    }

    [data-ct-direction=rtl] .ct-sidebar.mob-sidebar-active,
    [data-ct-direction=rtl] .ct-sidebar~.ct-container .page-header,
    [data-ct-direction=rtl] .ct-sidebar~.ct-header {
        right: 0
    }
}

[data-ct-direction=rtl] .ct-sidebar .ct-navbar>.ct-item .ct-submenu .ct-item>.ct-link:after {
    transform: rotate(180deg)
}

[data-ct-direction=rtl] .ct-sidebar .ct-navbar>.ct-item .ct-submenu .ct-item:focus>.ct-link:after,
[data-ct-direction=rtl] .ct-sidebar .ct-navbar>.ct-item .ct-submenu .ct-item:hover>.ct-link:after {
    transform: translateX(-5px) rotate(180deg)
}

[data-ct-direction=rtl] .ct-sidebar .ct-navbar>.ct-item .ct-submenu:after {
    left: auto;
    right: 30px
}

[data-ct-direction=rtl] .ct-sidebar .ct-navbar>.ct-item .ct-submenu .ct-link {
    padding: 12px 60px 12px 30px
}

[data-ct-direction=rtl] .ct-sidebar .ct-navbar>.ct-item .ct-submenu .ct-link:after {
    left: auto;
    right: 25px
}

[data-ct-direction=rtl] .ct-sidebar .ct-navbar>.ct-item .ct-submenu .ct-submenu:after {
    left: auto;
    right: 46px
}

[data-ct-direction=rtl] .ct-sidebar .ct-navbar>.ct-item .ct-submenu .ct-submenu .ct-link {
    padding: 12px 80px 12px 30px
}

[data-ct-direction=rtl] .ct-sidebar .ct-navbar>.ct-item .ct-submenu .ct-submenu .ct-link:after {
    left: auto;
    right: 42px
}

[data-ct-direction=rtl] .ct-sidebar .ct-navbar>.ct-item .ct-submenu .ct-submenu .ct-submenu:after {
    left: auto;
    right: 63px
}

[data-ct-direction=rtl] .ct-sidebar .ct-navbar>.ct-item .ct-submenu .ct-submenu .ct-submenu .ct-link {
    padding: 12px 95px 12px 30px
}

[data-ct-direction=rtl] .ct-sidebar .ct-navbar>.ct-item .ct-submenu .ct-submenu .ct-submenu .ct-link:after {
    left: auto;
    right: 59px
}

[data-ct-direction=rtl] .ct-sidebar .ct-navbar>.ct-item .ct-navbar>li>.ct-submenu::before {
    right: 40px;
    left: auto
}

[data-ct-direction=rtl] .ct-header {
    left: 0;
    right: 280px
}

[data-ct-direction=rtl] .ct-header ul {
    padding-right: 0
}

[data-ct-direction=rtl] .ct-header .m-header {
    padding: 16px 24px 16px 10px
}

[data-ct-direction=rtl] .ct-header .user-avtar {
    margin-right: 0;
    margin-left: 10px
}

@media (max-width:575.98px) {
    [data-ct-direction=rtl] .ct-header .user-avtar {
        margin-left: 0
    }
}

[data-ct-direction=rtl] .ct-header .form-search .icon-search {
    left: auto;
    right: 15px
}

[data-ct-direction=rtl] .ct-header .form-search .btn-search {
    right: auto;
    left: 9px
}

[data-ct-direction=rtl] .ct-header .ct-h-dropdown:not(.dropdown-menu-end) {
    right: 0 !important;
    left: auto !important
}

[data-ct-direction=rtl] .ct-header .ct-h-dropdown.dropdown-menu-end {
    right: auto !important;
    left: 0 !important
}

[data-ct-direction=rtl] .ct-header .dropdown-user-profile .upgradeplan-block::before {
    right: auto;
    left: -70px
}

[data-ct-direction=rtl] .ct-header .dropdown-user-profile .upgradeplan-block::after {
    right: auto;
    left: -150px
}

[data-ct-direction=rtl] .ct-header .dropdown-user-profile .settings-block .form-switch {
    padding-left: 2.5em
}

[data-ct-direction=rtl] .ct-header .dropdown-user-profile .settings-block .form-switch .form-check-input {
    float: left
}

[data-ct-direction=rtl] .page-header {
    left: 0;
    right: 280px
}

[data-ct-direction=rtl] .page-header .h5,
[data-ct-direction=rtl] .page-header h5 {
    margin-right: 0;
    padding-right: 0;
    margin-left: 8px;
    padding-left: 8px;
    border-right: none;
    border-left: 1px solid var(--bs-border-color)
}

[data-ct-direction=rtl] .ct-footer {
    margin-left: 0;
    margin-right: 280px
}

@media (max-width:1024px) {
    [data-ct-direction=rtl] .ct-footer {
        margin-right: 0
    }
}

[data-ct-direction=rtl] .card .card-header .card-header-right {
    float: left;
    right: auto;
    left: 30px
}

[data-ct-direction=rtl] .social-widget-card i {
    right: auto;
    left: 14px
}

[data-ct-direction=rtl] .table tr td .row {
    margin-right: 0;
    margin-left: 50px
}

[data-ct-direction=rtl] .dt-scroll-headInner {
    padding-left: 17px !important;
    padding-right: 0 !important
}

[data-ct-direction=rtl] .task-card li {
    padding-left: 0;
    padding-right: 30px
}

[data-ct-direction=rtl] .task-card li .task-icon {
    right: 3px;
    left: auto
}

[data-ct-direction=rtl] .task-card .task-list:after {
    right: 10px;
    left: auto
}

[data-ct-direction=rtl] .task-card .task-list:before {
    right: 3px;
    left: auto
}

[data-ct-direction=rtl] .new-cust-card .align-middle .status {
    left: 0;
    right: auto
}

[data-ct-direction=rtl] .apexcharts-canvas {
    direction: ltr;
    text-align: left
}

[data-ct-direction=rtl] .apexcharts-legend-marker {
    margin-left: 3px
}

[data-ct-direction=rtl] .btn-group .btn {
    border-radius: var(--bs-btn-border-radius) !important
}

[data-ct-direction=rtl] .btn-group .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

[data-ct-direction=rtl] .btn-group .btn:not(:first-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

[data-ct-direction=rtl] .btn-group .btn:first-of-type {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

[data-ct-direction=rtl] .btn-group>.btn-group:not(:first-child)>.btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

[data-ct-direction=rtl] .btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important
}

[data-ct-direction=rtl] .btn-page .btn-group .btn.btn-outline-secondary:last-child {
    border-left: 1px solid #6c757d;
    border-right: none
}

[data-ct-direction=rtl] .btn-page .btn-group .btn:first-child {
    border-left: none
}

[data-ct-direction=rtl] .btn-page .btn-group .btn.btn-outline-danger:last-child {
    border-left: 1px solid #ea4d4d
}

[data-ct-direction=rtl] .btn-page .btn-group label.btn-outline-secondary:first-of-type {
    border-right: 1px solid #6c757d;
    border-left: none
}

[data-ct-direction=rtl] ul.pagination {
    padding-right: 0
}

[data-ct-direction=rtl] .page-item:not(:first-child) .page-link {
    margin-left: 0;
    margin-right: -1px
}

[data-ct-direction=rtl] .page-item:last-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

[data-ct-direction=rtl] .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

[data-ct-direction=rtl] .dropdown-toggle::after {
    margin-left: 0;
    margin-right: .255em
}

[data-ct-direction=rtl] .modal-header .btn-close {
    margin: calc(var(--bs-modal-header-padding-y) * -.5) auto calc(var(--bs-modal-header-padding-x) * -.5) calc(var(--bs-modal-header-padding-y) * -.5)
}

[data-ct-direction=rtl] .toast-header .btn-close {
    margin-right: var(--bs-toast-padding-x);
    margin-left: calc(var(--bs-toast-padding-x) * -.5)
}

[data-ct-direction=rtl] .notifier-container {
    right: auto;
    left: 4px
}

[data-ct-direction=rtl] .notifier-container .notifier:not(.shown) {
    transform: translateX(-100%)
}

[data-ct-direction=rtl] .vtree,
[data-ct-direction=rtl] pre[class*=language-]>code {
    direction: ltr;
    text-align: left
}

[data-ct-direction=rtl] .form-select,
[data-ct-direction=rtl] select.custom-select,
[data-ct-direction=rtl] select.dataTable-input,
[data-ct-direction=rtl] select.dataTable-selector,
[data-ct-direction=rtl] select.form-control {
    background-position: left 1rem center
}

[data-ct-direction=rtl] .form-check {
    padding-left: 0;
    padding-right: 1.85em
}

[data-ct-direction=rtl] .form-check .form-check-input {
    float: right;
    margin-right: -1.85em
}

[data-ct-direction=rtl] .address-check .form-check {
    padding-right: 0
}

[data-ct-direction=rtl] .address-btns {
    justify-content: flex-end !important
}

[data-ct-direction=rtl] .form-select,
[data-ct-direction=rtl] select.custom-select,
[data-ct-direction=rtl] select.dataTable-selector {
    padding-left: 2rem;
    padding-right: 1rem
}

[data-ct-direction=rtl] .form-switch {
    padding-left: 0;
    padding-right: 2.5em
}

[data-ct-direction=rtl] .form-switch .form-check-input {
    margin-right: -2.5em;
    background-position: right center
}

[data-ct-direction=rtl] .form-switch .form-check-input:checked {
    background-position: left center
}

[data-ct-direction=rtl] .custom-switch-v1.form-switch {
    padding-right: 2.9em
}

[data-ct-direction=rtl] .custom-switch-v1.form-switch .form-check-input {
    margin-right: -2.9em
}

[data-ct-direction=rtl] .input-group>* {
    border-radius: 4px !important
}

[data-ct-direction=rtl] .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
[data-ct-direction=rtl] .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
[data-ct-direction=rtl] .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
[data-ct-direction=rtl] .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

[data-ct-direction=rtl] .input-group>.form-floating:not(:first-child)>.form-control,
[data-ct-direction=rtl] .input-group>.form-floating:not(:first-child)>.form-select,
[data-ct-direction=rtl] .input-group>:not(:first-child):not(.dropdown-menu):not(.form-floating) {
    margin-right: -2px;
    margin-left: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

[data-ct-direction=rtl] .form-floating>label {
    width: auto;
    left: auto;
    right: 0
}

[data-ct-direction=rtl] .form-check-inline {
    margin-right: 0;
    margin-left: 1rem
}

[data-ct-direction=rtl] .choices[data-type*=select-multiple] .choices__button,
[data-ct-direction=rtl] .choices[data-type*=text] .choices__button {
    margin: 0 8px 0 -4px;
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, .35)
}

[data-ct-direction=rtl] .choices[data-type*=select-one]:after {
    right: auto;
    left: 11.5px
}

[data-ct-direction=rtl] .choices__list--multiple .choices__item[data-deletable] {
    padding-right: 10px;
    padding-left: 5px
}

[data-ct-direction=rtl] .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    right: auto;
    left: 0
}

[data-ct-direction=rtl] .CodeMirror,
[data-ct-direction=rtl] .editor-toolbar {
    direction: ltr;
    text-align: left
}

[data-ct-direction=rtl] .dataTable-sorter::after,
[data-ct-direction=rtl] .dataTable-sorter::before,
[data-ct-direction=rtl] .datatable-sorter::after,
[data-ct-direction=rtl] .datatable-sorter::before {
    right: auto;
    left: 4px
}

[data-ct-direction=rtl] .dataTable-dropdown label select,
[data-ct-direction=rtl] .datatable-dropdown label select {
    margin-right: 0;
    margin-left: 8px
}

[data-ct-direction=rtl] .dataTables_length select.form-select {
    padding-right: .7rem;
    padding-left: 30px
}

[data-ct-direction=rtl] .dataTables_scrollFootInner,
[data-ct-direction=rtl] .dataTables_scrollHeadInner {
    padding-right: 0 !important;
    width: calc(100% - 17px) !important
}

[data-ct-direction=rtl] table.dataTable tfoot td,
[data-ct-direction=rtl] table.dataTable tfoot th,
[data-ct-direction=rtl] table.dataTable thead td,
[data-ct-direction=rtl] table.dataTable thead th,
[data-ct-direction=rtl] table.datatable tfoot td,
[data-ct-direction=rtl] table.datatable tfoot th,
[data-ct-direction=rtl] table.datatable thead td,
[data-ct-direction=rtl] table.datatable thead th,
[data-ct-direction=rtl] table.datatable-table tfoot td,
[data-ct-direction=rtl] table.datatable-table tfoot th,
[data-ct-direction=rtl] table.datatable-table thead td,
[data-ct-direction=rtl] table.datatable-table thead th {
    text-align: right
}

[data-ct-direction=rtl] table.dataTable .form-control,
[data-ct-direction=rtl] table.datatable .form-control,
[data-ct-direction=rtl] table.datatable-table .form-control {
    padding-left: 30px;
    padding-right: .75rem
}

[data-ct-direction=rtl] .datatable-sorter {
    padding-right: 0;
    padding-left: 18px
}

[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting:after,
[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting:before,
[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting_asc:after,
[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting_asc:before,
[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting_asc_disabled:after,
[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting_asc_disabled:before,
[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting_desc:after,
[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting_desc:before,
[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting_desc_disabled:after,
[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting_desc_disabled:before,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting:after,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting:before,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting_asc:after,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting_asc:before,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting_asc_disabled:after,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting_asc_disabled:before,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting_desc:after,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting_desc:before,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting_desc_disabled:after,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting_desc_disabled:before {
    left: 10px;
    right: unset
}

[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting,
[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting_asc,
[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting_asc_disabled,
[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting_desc,
[data-ct-direction=rtl] table.dataTable thead>tr>td.sorting_desc_disabled,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting_asc,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting_asc_disabled,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting_desc,
[data-ct-direction=rtl] table.dataTable thead>tr>th.sorting_desc_disabled {
    padding-right: .75rem;
    padding-left: 26px
}

[data-ct-direction=rtl] div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    margin-right: .5em
}

[data-ct-direction=rtl] div.dataTables_wrapper div.dataTables_filter {
    text-align: left
}

[data-ct-direction=rtl] div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
    padding-left: calc(var(--bs-gutter-x) * .5)
}

[data-ct-direction=rtl] div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
    padding-right: calc(var(--bs-gutter-x) * .5)
}

[data-ct-direction=rtl] div.dt-container div.dt-length select {
    margin-right: 0;
    margin-left: .5em
}

[data-ct-direction=rtl] div.dt-container div.dt-search input {
    margin-left: 0;
    margin-right: .5em
}

@media (max-width:767px) {

    [data-ct-direction=rtl] div.dataTables_wrapper div.dataTables_filter,
    [data-ct-direction=rtl] div.dataTables_wrapper div.dataTables_info,
    [data-ct-direction=rtl] div.dataTables_wrapper div.dataTables_length,
    [data-ct-direction=rtl] div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

[data-ct-direction=rtl] table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
[data-ct-direction=rtl] table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
    padding-left: .75rem;
    padding-right: 30px
}

[data-ct-direction=rtl] table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
[data-ct-direction=rtl] table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    left: auto;
    right: 5px
}

[data-ct-direction=rtl] .ct-icon-checkbox {
    padding-right: 0
}

[data-ct-direction=rtl] #cke5-inline-demo .demo-row .demo-row__half:first-of-type {
    padding-right: 0;
    padding-left: .5rem
}

[data-ct-direction=rtl] #cke5-inline-demo .demo-row .demo-row__half:last-of-type {
    padding-right: .5rem;
    padding-left: 0
}

[data-ct-direction=rtl] .mail-wrapper .mail-menulist {
    margin-right: 0;
    margin-left: var(--bs-gutter-x)
}

[data-ct-direction=rtl] .mail-option .mail-buttons {
    right: auto;
    left: 5px;
    transform-origin: left
}

[data-ct-direction=rtl] .mail-wrapper .mail-menulist .list-group-item-action .material-icons-two-tone {
    margin-left: 8px;
    margin-right: 0
}

[data-ct-direction=rtl] .mail-wrapper .mail-menulist .list-group-item-action i {
    margin-right: unset;
    margin-left: 8px
}

[data-ct-direction=rtl] .nav {
    padding-right: 0
}

[data-ct-direction=rtl] .chat-wrapper .chat-user_list {
    margin-right: 0;
    margin-left: var(--bs-gutter-x)
}

[data-ct-direction=rtl] .chat-wrapper .chat-user_info {
    margin-right: var(--bs-gutter-x);
    margin-left: 0
}

[data-ct-direction=rtl] .chat-wrapper .chat-user_info .justify-content-start {
    justify-content: flex-start !important
}

[data-ct-direction=rtl] .table-body.card-body .table tr td:first-child,
[data-ct-direction=rtl] .table-body.card-body .table tr th:first-child,
[data-ct-direction=rtl] .table-card .card-body .table tr td:first-child,
[data-ct-direction=rtl] .table-card .card-body .table tr th:first-child {
    padding-right: 25px;
    padding-left: .75rem
}

@media (max-width:575.98px) {

    [data-ct-direction=rtl] .table-body.card-body .table tr td:first-child,
    [data-ct-direction=rtl] .table-body.card-body .table tr th:first-child,
    [data-ct-direction=rtl] .table-card .card-body .table tr td:first-child,
    [data-ct-direction=rtl] .table-card .card-body .table tr th:first-child {
        padding-right: 20px
    }
}

[data-ct-direction=rtl] .table-body.card-body .table tr td:last-child,
[data-ct-direction=rtl] .table-body.card-body .table tr th:last-child,
[data-ct-direction=rtl] .table-card .card-body .table tr td:last-child,
[data-ct-direction=rtl] .table-card .card-body .table tr th:last-child {
    padding-left: 25px;
    padding-right: .75rem
}

@media (max-width:575.98px) {

    [data-ct-direction=rtl] .table-body.card-body .table tr td:last-child,
    [data-ct-direction=rtl] .table-body.card-body .table tr th:last-child,
    [data-ct-direction=rtl] .table-card .card-body .table tr td:last-child,
    [data-ct-direction=rtl] .table-card .card-body .table tr th:last-child {
        padding-left: 20px
    }
}

[data-ct-direction=rtl] .tbl-product .prod-action-links {
    left: var(--bs-card-spacer-x);
    right: unset
}

[data-ct-direction=rtl] .dataTable-table th a {
    margin-left: 16px;
    padding-right: 0
}

[data-ct-direction=rtl] .list-inline-item:not(:last-child) {
    margin-right: 0;
    margin-left: .5rem
}

[data-ct-direction=rtl] .form-select.is-invalid:not([multiple]):not([size]),
[data-ct-direction=rtl] .form-select.is-invalid:not([multiple])[size="1"],
[data-ct-direction=rtl] .form-select.is-valid:not([multiple]):not([size]),
[data-ct-direction=rtl] .form-select.is-valid:not([multiple])[size="1"],
[data-ct-direction=rtl] .was-validated .form-select:invalid:not([multiple]):not([size]),
[data-ct-direction=rtl] .was-validated .form-select:invalid:not([multiple])[size="1"],
[data-ct-direction=rtl] .was-validated .form-select:valid:not([multiple]):not([size]),
[data-ct-direction=rtl] .was-validated .form-select:valid:not([multiple])[size="1"] {
    background-position: left .75rem center, center left 2.75rem;
    padding-right: .75rem
}

[data-ct-direction=rtl] .was-validated textarea.custom-select:invalid,
[data-ct-direction=rtl] .was-validated textarea.custom-select:valid,
[data-ct-direction=rtl] .was-validated textarea.dataTable-input:invalid,
[data-ct-direction=rtl] .was-validated textarea.dataTable-input:valid,
[data-ct-direction=rtl] .was-validated textarea.dataTable-selector:invalid,
[data-ct-direction=rtl] .was-validated textarea.dataTable-selector:valid,
[data-ct-direction=rtl] .was-validated textarea.form-control:invalid,
[data-ct-direction=rtl] .was-validated textarea.form-control:valid,
[data-ct-direction=rtl] textarea.form-control.is-invalid,
[data-ct-direction=rtl] textarea.form-control.is-valid,
[data-ct-direction=rtl] textarea.is-invalid.custom-select,
[data-ct-direction=rtl] textarea.is-invalid.dataTable-input,
[data-ct-direction=rtl] textarea.is-invalid.dataTable-selector,
[data-ct-direction=rtl] textarea.is-valid.custom-select,
[data-ct-direction=rtl] textarea.is-valid.dataTable-input,
[data-ct-direction=rtl] textarea.is-valid.dataTable-selector {
    background-position: top calc(.375em + .4rem) left calc(.375em + .4rem);
    padding-left: calc(1.5em + 1.6rem);
    padding-right: .75rem
}

[data-ct-direction=rtl] .form-control.is-invalid,
[data-ct-direction=rtl] .form-control.is-valid,
[data-ct-direction=rtl] .is-invalid.custom-select,
[data-ct-direction=rtl] .is-invalid.dataTable-input,
[data-ct-direction=rtl] .is-invalid.dataTable-selector,
[data-ct-direction=rtl] .is-valid.custom-select,
[data-ct-direction=rtl] .is-valid.dataTable-input,
[data-ct-direction=rtl] .is-valid.dataTable-selector,
[data-ct-direction=rtl] .was-validated .custom-select:invalid,
[data-ct-direction=rtl] .was-validated .custom-select:valid,
[data-ct-direction=rtl] .was-validated .dataTable-input:invalid,
[data-ct-direction=rtl] .was-validated .dataTable-input:valid,
[data-ct-direction=rtl] .was-validated .dataTable-selector:invalid,
[data-ct-direction=rtl] .was-validated .dataTable-selector:valid,
[data-ct-direction=rtl] .was-validated .form-control:invalid,
[data-ct-direction=rtl] .was-validated .form-control:valid {
    background-position: left calc(.375em + .4rem) center;
    padding-left: calc(1.5em + 1.6rem);
    padding-right: .75rem
}

[data-ct-direction=rtl] .ct-footer .footer-link .list-inline-item:not(:last-child) {
    margin-right: 0;
    margin-left: .9rem
}

[data-ct-direction=rtl] .cropper {
    direction: ltr
}

[data-ct-direction=rtl] .user-group .avtar+.avtar,
[data-ct-direction=rtl] .user-group .avtar+img,
[data-ct-direction=rtl] .user-group img+.avtar,
[data-ct-direction=rtl] .user-group img+img {
    margin-left: 0;
    margin-right: -14px
}

[data-ct-direction=rtl] .auth-main .auth-wrapper .auth-form img+span {
    padding-left: 0;
    padding-right: 10px
}

[data-ct-direction=rtl] .progress-stacked {
    overflow: hidden
}

[data-ct-direction=rtl] .progress-stacked .progress:not(:first-child) .progress-bar {
    border-radius: 8px 0 0 8px
}

[data-ct-direction=rtl] .progress-stacked .progress:not(:last-child) .progress-bar {
    border-radius: 0 8px 8px 0
}

[data-ct-direction=rtl] .statistics-card-1 .card-body .img-bg {
    right: auto;
    left: 0;
    transform: rotateY(180deg)
}

[data-ct-direction=rtl] .latest-activity-card .card-body .latest-update-box .update-meta:after {
    right: auto;
    left: 32px
}

[data-ct-direction=rtl] .latest-activity-card .card-body .latest-update-box .update-meta .update-icon {
    margin-left: 0;
    margin-right: 10px
}

@media only screen and (max-width:575px) {
    [data-ct-direction=rtl] .latest-activity-card .card-body .latest-update-box .update-meta .update-icon {
        margin-left: 10px;
        margin-right: 0
    }
}

[data-ct-direction=rtl] .fslightbox-container {
    direction: ltr
}

[data-ct-direction=rtl] .form-search .icon-search {
    left: auto;
    right: 15px
}

[data-ct-direction=rtl] .form-search .btn-search {
    right: auto;
    left: 9px
}

[data-ct-direction=rtl] .account-pills.nav-pills .nav-link.active::after,
[data-ct-direction=rtl] .account-pills.nav-pills .show>.nav-link::after {
    right: auto;
    left: 0
}

[data-ct-direction=rtl] .acc-feeds-list .feed-title::before {
    right: auto;
    left: 5px
}

[data-ct-direction=rtl] .acc-feeds-list .feed-title::after {
    right: auto;
    left: 0
}

@media (min-width:576px) {
    [data-ct-direction=rtl] .footer-wrapper .justify-content-sm-end {
        justify-content: flex-end !important
    }
}

[data-ct-direction=rtl] .ecom-wrapper .ecom-filter {
    margin-left: var(--bs-gutter-x);
    margin-right: unset
}

[data-ct-direction=rtl] .color-checkbox {
    padding: 0;
    margin-left: 8px
}

[data-ct-direction=rtl] .gallery-hover-data {
    justify-content: flex-end !important
}

[data-ct-direction=rtl] .offcanvas-header .btn-close {
    margin-left: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-right: 0
}

[data-ct-direction=rtl] .dataTables_scrollHeadInner {
    padding-right: 0 !important;
    padding-left: 17px
}

[data-ct-direction=rtl] .datatable-table th a {
    text-align: right
}

[data-ct-direction=rtl] .datatable-pagination ul {
    padding-right: 0
}

[data-ct-direction=rtl] .uppy-StatusBar-actions {
    left: auto;
    right: 10px
}

[data-ct-direction=rtl] .typeahead>ul {
    padding-right: 0;
    text-align: right
}

[data-ct-direction=rtl] .switch {
    margin-right: 0;
    margin-left: 8px
}

[data-ct-direction=rtl] #tree-msg {
    text-align: left
}

[data-ct-direction=rtl] .tns-outer {
    direction: ltr
}

[data-ct-direction=rtl] #BC .slider-handle {
    margin-left: -12px;
    margin-right: auto
}

[data-ct-direction=rtl] .notifier-close {
    left: 4px;
    right: auto
}

[data-ct-direction=rtl] .list-group[class*=list-group-horizontal] {
    flex-direction: column;
    justify-content: flex-end
}

[data-ct-direction=rtl] .list-group.list-group-horizontal {
    flex-direction: row-reverse
}

@media (min-width:576px) {
    [data-ct-direction=rtl] .list-group.list-group-horizontal-sm {
        flex-direction: row-reverse
    }
}

@media (min-width:768px) {
    [data-ct-direction=rtl] .list-group.list-group-horizontal-md {
        flex-direction: row-reverse
    }
}

@media (min-width:992px) {
    [data-ct-direction=rtl] .list-group.list-group-horizontal-lg {
        flex-direction: row-reverse
    }
}

@media (min-width:1200px) {
    [data-ct-direction=rtl] .list-group.list-group-horizontal-xl {
        flex-direction: row-reverse
    }
}

@media (min-width:1400px) {
    [data-ct-direction=rtl] .list-group.list-group-horizontal-xxl {
        flex-direction: row-reverse
    }
}

[data-ct-direction=rtl] .auth-main .auth-sidefooter .footer-link li+li {
    padding-left: 0;
    padding-right: 12px
}

[data-ct-direction=rtl] .auth-main .auth-sidefooter .footer-link li+li:after {
    left: auto;
    right: 0
}

[data-ct-direction=rtl] .proj-t-card .pt-badge {
    padding: 60px 20px 20px 50px;
    right: auto;
    left: -35px
}

[data-ct-direction=rtl] .latest-update-card .card-body .latest-update-box:after {
    left: auto;
    right: 82px
}

[data-ct-direction=rtl] .price-card .product-list li {
    padding: 4px 25px 4px 0
}

[data-ct-direction=rtl] .price-card .product-list li .ph-duotone {
    left: auto;
    right: 0
}

[data-ct-direction=rtl] .feed-card .card-body.p-t-0.p-b-0 {
    padding-left: 0;
    padding-right: 12px
}

[data-ct-direction=rtl] .feed-card .card-body .border-feed {
    border-radius: 0 4px 4px 0
}

[data-ct-direction=rtl] .user-Messages-card .u-img .tot-msg,
[data-ct-direction=rtl] .user-activity-card .u-img .profile-img {
    right: auto;
    left: -5px
}

[data-ct-direction=rtl] .order-card .card-icon {
    left: -17px;
    right: auto
}

[data-ct-direction=rtl] .client-map .client-card-box .client-border {
    border-right: none;
    border-left: 1px solid var(--bs-border-color)
}

[data-ct-direction=rtl] .chat-avtar .chat-badge {
    right: auto;
    left: 1px
}

[data-ct-direction=rtl] .list-inline.ms-auto.flex-wrap {
    justify-content: flex-end !important
}

[data-ct-direction=rtl] .user-profile-list .datatable-table>thead>tr>th {
    text-align: right
}

[data-ct-direction=rtl] .simplebar-track {
    right: auto;
    left: 0
}

[data-ct-theme=dark] {
    --bs-body-bg: #161c25;
    --bs-body-bg-rgb: 22, 28, 37;
    --ct-heading-color: rgba(255, 255, 255, 0.8);
    --ct-sidebar-background: #1c232f;
    --ct-sidebar-color: #ced4dc;
    --ct-sidebar-icon-color: #778290;
    --ct-sidebar-main-active-color: #fff;
    --ct-sidebar-main-active-background: #161c25;
    --ct-sidebar-active-color: var(--bs-primary);
    --ct-sidebar-caption: var(--bs-primary);
    --ct-sidebar-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    --ct-brand-color: #161c25;
    --ct-header-background: #1c232f;
    --ct-header-color: #fff;
    --ct-header-shadow: 0 1px 0 0 var(--bs-border-color);
    --ct-active-background: rgba(var(--bs-primary-rgb), 0.12);
    --ct-breadcrumb-background: #1c232f;
    --ct-breadcrumb-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    --ct-card-box-shadow: none;
    --ct-header-submenu-background: #293445;
    --ct-header-submenu-color: var(--bs-body-color);
    --bs-heading-color: #fafafa;
    --bs-body-color: #bfbfbf;
    --bs-body-color-rgb: to-rgb(#bfbfbf);
    --bs-border-color: #334055;
    --ck-color-image-caption-background: #1e2632;
    --ck-color-image-caption-text: #bfbfbf
}

[data-ct-theme=dark] .swal2-popup {
    background: #36465f !important;
}

[data-ct-theme=dark] .text-muted {
    color: #748892 !important
}

[data-ct-theme=dark] .card {
    --bs-card-border-color: #334055;
    --bs-card-bg: #1e2632
}

[data-ct-theme=dark] .card.card-border-none {
    border-top: none
}

[data-ct-theme=dark] .offcanvas,
[data-ct-theme=dark] .offcanvas-lg,
[data-ct-theme=dark] .offcanvas-md,
[data-ct-theme=dark] .offcanvas-sm,
[data-ct-theme=dark] .offcanvas-xl,
[data-ct-theme=dark] .offcanvas-xxl {
    --bs-offcanvas-bg: #1c232f
}

[data-ct-theme=dark] .list-group {
    --bs-list-group-bg: #1e2632;
    --bs-list-group-border-color: #232d3b;
    --bs-list-group-disabled-bg: #1a212b;
    --bs-list-group-action-hover-bg: #202835;
    --bs-list-group-action-hover-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: #202835;
    --bs-list-group-action-active-color: var(--bs-body-color)
}

[data-ct-theme=dark] .preset-btn {
    --bs-gray-300: #202835
}

[data-ct-theme=dark] .progress {
    --bs-progress-bg: #202835;
    background: #202835
}

[data-ct-theme=dark] .btn:not(.btn-light) {
    --bs-btn-color: var(--bs-heading-color)
}

[data-ct-theme=dark] .bg-light-secondary,
[data-ct-theme=dark] .btn-light-secondary,
[data-ct-theme=dark] .btn-link-dark,
[data-ct-theme=dark] .btn-link-secondary {
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .pct-c-btn {
    background: #202835;
    border-color: #202835
}

[data-ct-theme=dark] .dropdown-menu {
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-bg: #293445;
    --bs-dropdown-link-hover-bg: #1c232f;
    --bs-dropdown-divider-bg: #202835
}

[data-ct-theme=dark] .pagination {
    --bs-pagination-bg: #1c232f;
    --bs-pagination-border-color: #232d3b;
    --bs-pagination-hover-bg: #212b38;
    --bs-pagination-hover-border-color: #232d3b;
    --bs-pagination-focus-bg: #212b38;
    --bs-pagination-disabled-bg: #181e28;
    --bs-pagination-disabled-border-color: #232d3b
}

[data-ct-theme=dark] .accordion-item {
    --bs-accordion-bg: #1c232f;
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-btn-bg: #1c232f;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-active-bg: rgba(var(--bs-primary-rgb), 0.2);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dbe0e5'%3e%3cpath fill-rule=' evenodd' d=' M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

[data-ct-theme=dark] .navbar.navbar-light .navbar-nav {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #ffffff;
    --bs-navbar-brand-color: #ffffff;
    --bs-navbar-brand-hover-color: #ffffff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-ct-theme=dark] .nav-tabs {
    --bs-nav-tabs-border-color: var(--bs-border-color)
}

[data-ct-theme=dark] .nav-tabs .nav-item.show .nav-link,
[data-ct-theme=dark] .nav-tabs .nav-link.active {
    --bs-nav-tabs-link-active-color: var(--bs-body-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color)
}

[data-ct-theme=dark] .btn-close.btn-close-white {
    filter: none
}

[data-ct-theme=dark] .modal {
    --bs-modal-bg: #1e2632;
    --bs-modal-header-border-color: #232d3b;
    --bs-modal-footer-border-color: #232d3b
}

[data-ct-theme=dark] .toast {
    --bs-toast-bg: #1e2632;
    --bs-toast-color: var(--bs-body-color);
    --bs-toast-header-bg: #212b38;
    --bs-toast-header-color: var(--bs-heading-color)
}

[data-ct-theme=dark] .vtree a.vtree-leaf-label {
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .vtree li.vtree-leaf a.vtree-leaf-label:hover,
[data-ct-theme=dark] .vtree li.vtree-leaf.vtree-selected>a.vtree-leaf-label {
    background-color: #252f3f;
    outline-color: #252f3f
}

[data-ct-theme=dark] .custom-select,
[data-ct-theme=dark] .datatable-input,
[data-ct-theme=dark] .datatable-selector,
[data-ct-theme=dark] .form-control,
[data-ct-theme=dark] .form-select {
    background-color: #293445;
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .custom-select:not(:focus),
[data-ct-theme=dark] .datatable-input:not(:focus),
[data-ct-theme=dark] .datatable-selector:not(:focus),
[data-ct-theme=dark] .form-control:not(:focus),
[data-ct-theme=dark] .form-select:not(:focus) {
    border-color: #334055
}

[data-ct-theme=dark] .custom-select.is-valid,
[data-ct-theme=dark] .datatable-input.is-valid,
[data-ct-theme=dark] .datatable-selector.is-valid,
[data-ct-theme=dark] .form-control.is-valid,
[data-ct-theme=dark] .form-select.is-valid {
    border-color: var(--bs-success)
}

[data-ct-theme=dark] .custom-select.is-invalid,
[data-ct-theme=dark] .datatable-input.is-invalid,
[data-ct-theme=dark] .datatable-selector.is-invalid,
[data-ct-theme=dark] .form-control.is-invalid,
[data-ct-theme=dark] .form-select.is-invalid {
    border-color: var(--bs-danger)
}

[data-ct-theme=dark] .cust-header-theme,
[data-ct-theme=dark] .cust-sidebar-theme {
    display: none
}

[data-ct-theme=dark] .form-control-plaintext {
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .form-check-input:not(:checked),
[data-ct-theme=dark] .form-control::file-selector-button,
[data-ct-theme=dark] .input-group-text {
    background-color: #293445;
    color: var(--bs-body-color);
    border-color: #334055
}

[data-ct-theme=dark] .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #232d3b
}

[data-ct-theme=dark] .form-select,
[data-ct-theme=dark] select.custom-select,
[data-ct-theme=dark] select.datatable-input,
[data-ct-theme=dark] select.datatable-selector,
[data-ct-theme=dark] select.form-control {
    background-color: #293445;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236f747f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px
}

[data-ct-theme=dark] .form-range::-webkit-slider-runnable-track {
    background-color: #293445
}

[data-ct-theme=dark] .drp-search .form-control {
    background: 0 0
}

[data-ct-theme=dark] .loader {
    background-color: rgba(22, 28, 37, .5)
}

[data-ct-theme=dark] .text-dark {
    color: var(--bs-body-color) !important
}

[data-ct-theme=dark] .carousel-dark .carousel-caption h5 {
    color: #000
}

[data-ct-theme=dark][data-ct-preset*=preset-] .mail-wrapper .mail-menulist .list-group-item.active .material-icons-two-tone {
    background-color: var(--bs-body-color)
}

[data-ct-theme=dark][data-ct-preset*=preset-] .mail-wrapper .mail-menulist .list-group-item.active .avtar {
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .alert-primary {
    color: #7267ef;
    background: rgba(114, 103, 239, .2);
    border-color: rgba(114, 103, 239, .2)
}

[data-ct-theme=dark] .alert-primary .alert-link {
    color: #7267ef
}

[data-ct-theme=dark] .badge.bg-light-primary {
    background: rgba(114, 103, 239, .2);
    color: #7267ef;
    border-color: rgba(114, 103, 239, .2)
}

[data-ct-theme=dark] .icon-svg-primary {
    fill: rgba(114, 103, 239, .2);
    stroke: #7267ef
}

[data-ct-theme=dark] .bg-light-primary {
    background: rgba(114, 103, 239, .2)
}

[data-ct-theme=dark] .btn-light-primary:not(:hover) {
    background: rgba(114, 103, 239, .2) !important;
    border-color: rgba(114, 103, 239, .2)
}

[data-ct-theme=dark] .btn-link-primary:active,
[data-ct-theme=dark] .btn-link-primary:focus,
[data-ct-theme=dark] .btn-link-primary:hover,
[data-ct-theme=dark] .btn-link-primary:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-link-primary:not(:disabled):not(.disabled):active {
    background: rgba(114, 103, 239, .2);
    border-color: rgba(114, 103, 239, .2)
}

[data-ct-theme=dark] .form-check .form-check-input.input-light-primary:checked {
    border-color: rgba(114, 103, 239, .2);
    background-color: rgba(114, 103, 239, .2)
}

[data-ct-theme=dark] .alert-secondary {
    color: #5b6b79;
    background: rgba(91, 107, 121, .2);
    border-color: rgba(91, 107, 121, .2)
}

[data-ct-theme=dark] .alert-secondary .alert-link {
    color: #5b6b79
}

[data-ct-theme=dark] .badge.bg-light-secondary {
    background: rgba(91, 107, 121, .2);
    color: #5b6b79;
    border-color: rgba(91, 107, 121, .2)
}

[data-ct-theme=dark] .icon-svg-secondary {
    fill: rgba(91, 107, 121, .2);
    stroke: #5b6b79
}

[data-ct-theme=dark] .bg-light-secondary {
    background: rgba(91, 107, 121, .2)
}

[data-ct-theme=dark] .btn-light-secondary:not(:hover) {
    background: rgba(91, 107, 121, .2) !important;
    border-color: rgba(91, 107, 121, .2)
}

[data-ct-theme=dark] .btn-link-secondary:active,
[data-ct-theme=dark] .btn-link-secondary:focus,
[data-ct-theme=dark] .btn-link-secondary:hover,
[data-ct-theme=dark] .btn-link-secondary:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-link-secondary:not(:disabled):not(.disabled):active {
    background: rgba(91, 107, 121, .2);
    border-color: rgba(91, 107, 121, .2)
}

[data-ct-theme=dark] .form-check .form-check-input.input-light-secondary:checked {
    border-color: rgba(91, 107, 121, .2);
    background-color: rgba(91, 107, 121, .2)
}

[data-ct-theme=dark] .alert-success {
    color: #17c666;
    background: rgba(23, 198, 102, .2);
    border-color: rgba(23, 198, 102, .2)
}

[data-ct-theme=dark] .alert-success .alert-link {
    color: #17c666
}

[data-ct-theme=dark] .badge.bg-light-success {
    background: rgba(23, 198, 102, .2);
    color: #17c666;
    border-color: rgba(23, 198, 102, .2)
}

[data-ct-theme=dark] .icon-svg-success {
    fill: rgba(23, 198, 102, .2);
    stroke: #17c666
}

[data-ct-theme=dark] .bg-light-success {
    background: rgba(23, 198, 102, .2)
}

[data-ct-theme=dark] .btn-light-success:not(:hover) {
    background: rgba(23, 198, 102, .2) !important;
    border-color: rgba(23, 198, 102, .2)
}

[data-ct-theme=dark] .btn-link-success:active,
[data-ct-theme=dark] .btn-link-success:focus,
[data-ct-theme=dark] .btn-link-success:hover,
[data-ct-theme=dark] .btn-link-success:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-link-success:not(:disabled):not(.disabled):active {
    background: rgba(23, 198, 102, .2);
    border-color: rgba(23, 198, 102, .2)
}

[data-ct-theme=dark] .form-check .form-check-input.input-light-success:checked {
    border-color: rgba(23, 198, 102, .2);
    background-color: rgba(23, 198, 102, .2)
}

[data-ct-theme=dark] .alert-info {
    color: #3ec9d6;
    background: rgba(62, 201, 214, .2);
    border-color: rgba(62, 201, 214, .2)
}

[data-ct-theme=dark] .alert-info .alert-link {
    color: #3ec9d6
}

[data-ct-theme=dark] .badge.bg-light-info {
    background: rgba(62, 201, 214, .2);
    color: #3ec9d6;
    border-color: rgba(62, 201, 214, .2)
}

[data-ct-theme=dark] .icon-svg-info {
    fill: rgba(62, 201, 214, .2);
    stroke: #3ec9d6
}

[data-ct-theme=dark] .bg-light-info {
    background: rgba(62, 201, 214, .2)
}

[data-ct-theme=dark] .btn-light-info:not(:hover) {
    background: rgba(62, 201, 214, .2) !important;
    border-color: rgba(62, 201, 214, .2)
}

[data-ct-theme=dark] .btn-link-info:active,
[data-ct-theme=dark] .btn-link-info:focus,
[data-ct-theme=dark] .btn-link-info:hover,
[data-ct-theme=dark] .btn-link-info:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-link-info:not(:disabled):not(.disabled):active {
    background: rgba(62, 201, 214, .2);
    border-color: rgba(62, 201, 214, .2)
}

[data-ct-theme=dark] .form-check .form-check-input.input-light-info:checked {
    border-color: rgba(62, 201, 214, .2);
    background-color: rgba(62, 201, 214, .2)
}

[data-ct-theme=dark] .alert-warning {
    color: #ffa21d;
    background: rgba(255, 162, 29, .2);
    border-color: rgba(255, 162, 29, .2)
}

[data-ct-theme=dark] .alert-warning .alert-link {
    color: #ffa21d
}

[data-ct-theme=dark] .badge.bg-light-warning {
    background: rgba(255, 162, 29, .2);
    color: #ffa21d;
    border-color: rgba(255, 162, 29, .2)
}

[data-ct-theme=dark] .icon-svg-warning {
    fill: rgba(255, 162, 29, .2);
    stroke: #ffa21d
}

[data-ct-theme=dark] .bg-light-warning {
    background: rgba(255, 162, 29, .2)
}

[data-ct-theme=dark] .btn-light-warning:not(:hover) {
    background: rgba(255, 162, 29, .2) !important;
    border-color: rgba(255, 162, 29, .2)
}

[data-ct-theme=dark] .btn-link-warning:active,
[data-ct-theme=dark] .btn-link-warning:focus,
[data-ct-theme=dark] .btn-link-warning:hover,
[data-ct-theme=dark] .btn-link-warning:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-link-warning:not(:disabled):not(.disabled):active {
    background: rgba(255, 162, 29, .2);
    border-color: rgba(255, 162, 29, .2)
}

[data-ct-theme=dark] .form-check .form-check-input.input-light-warning:checked {
    border-color: rgba(255, 162, 29, .2);
    background-color: rgba(255, 162, 29, .2)
}

[data-ct-theme=dark] .alert-danger {
    color: #ea4d4d;
    background: rgba(234, 77, 77, .2);
    border-color: rgba(234, 77, 77, .2)
}

[data-ct-theme=dark] .alert-danger .alert-link {
    color: #ea4d4d
}

[data-ct-theme=dark] .badge.bg-light-danger {
    background: rgba(234, 77, 77, .2);
    color: #ea4d4d;
    border-color: rgba(234, 77, 77, .2)
}

[data-ct-theme=dark] .icon-svg-danger {
    fill: rgba(234, 77, 77, .2);
    stroke: #ea4d4d
}

[data-ct-theme=dark] .bg-light-danger {
    background: rgba(234, 77, 77, .2)
}

[data-ct-theme=dark] .btn-light-danger:not(:hover) {
    background: rgba(234, 77, 77, .2) !important;
    border-color: rgba(234, 77, 77, .2)
}

[data-ct-theme=dark] .btn-link-danger:active,
[data-ct-theme=dark] .btn-link-danger:focus,
[data-ct-theme=dark] .btn-link-danger:hover,
[data-ct-theme=dark] .btn-link-danger:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-link-danger:not(:disabled):not(.disabled):active {
    background: rgba(234, 77, 77, .2);
    border-color: rgba(234, 77, 77, .2)
}

[data-ct-theme=dark] .form-check .form-check-input.input-light-danger:checked {
    border-color: rgba(234, 77, 77, .2);
    background-color: rgba(234, 77, 77, .2)
}

[data-ct-theme=dark] .alert-light {
    color: #f8f9fa;
    background: rgba(248, 249, 250, .2);
    border-color: rgba(248, 249, 250, .2)
}

[data-ct-theme=dark] .alert-light .alert-link {
    color: #f8f9fa
}

[data-ct-theme=dark] .badge.bg-light-light {
    background: rgba(248, 249, 250, .2);
    color: #f8f9fa;
    border-color: rgba(248, 249, 250, .2)
}

[data-ct-theme=dark] .icon-svg-light {
    fill: rgba(248, 249, 250, .2);
    stroke: #f8f9fa
}

[data-ct-theme=dark] .bg-light-light {
    background: rgba(248, 249, 250, .2)
}

[data-ct-theme=dark] .btn-light-light:not(:hover) {
    background: rgba(248, 249, 250, .2) !important;
    border-color: rgba(248, 249, 250, .2)
}

[data-ct-theme=dark] .btn-link-light:active,
[data-ct-theme=dark] .btn-link-light:focus,
[data-ct-theme=dark] .btn-link-light:hover,
[data-ct-theme=dark] .btn-link-light:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-link-light:not(:disabled):not(.disabled):active {
    background: rgba(248, 249, 250, .2);
    border-color: rgba(248, 249, 250, .2)
}

[data-ct-theme=dark] .form-check .form-check-input.input-light-light:checked {
    border-color: rgba(248, 249, 250, .2);
    background-color: rgba(248, 249, 250, .2)
}

[data-ct-theme=dark] .alert-dark {
    color: #131920;
    background: rgba(19, 25, 32, .2);
    color: var(--bs-body-color);
    background-color: #293445;
    border-color: #334055
}

[data-ct-theme=dark] .alert-dark .alert-link {
    color: #131920;
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .badge.bg-light-dark {
    background: rgba(19, 25, 32, .2);
    color: #131920;
    border-color: rgba(19, 25, 32, .2)
}

[data-ct-theme=dark] .icon-svg-dark {
    fill: rgba(19, 25, 32, .2);
    stroke: #131920
}

[data-ct-theme=dark] .bg-light-dark {
    background: rgba(19, 25, 32, .2)
}

[data-ct-theme=dark] .btn-light-dark:not(:hover) {
    background: rgba(19, 25, 32, .2) !important;
    border-color: rgba(19, 25, 32, .2);
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .btn-link-dark:active,
[data-ct-theme=dark] .btn-link-dark:focus,
[data-ct-theme=dark] .btn-link-dark:hover,
[data-ct-theme=dark] .btn-link-dark:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-link-dark:not(:disabled):not(.disabled):active {
    background: rgba(19, 25, 32, .2);
    border-color: rgba(19, 25, 32, .2)
}

[data-ct-theme=dark] .form-check .form-check-input.input-light-dark:checked {
    background-color: rgba(19, 25, 32, .2);
    border-color: rgba(255, 255, 255, .2)
}

[data-ct-theme=dark] .form-check .form-check-input.input-light-dark:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

[data-ct-theme=dark] .form-check .form-check-input.input-light-dark:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e")
}

[data-ct-theme=dark] .custom-switch-v1.form-check .form-check-input.input-light-dark:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4.1' fill='%2334495E'/%3e%3c/svg%3e")
}

[data-ct-theme=dark] .form-floating>.custom-select:not(:-moz-placeholder-shown)~label::after,
[data-ct-theme=dark] .form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
    background: #293445
}

[data-ct-theme=dark] .form-floating>.custom-select:focus~label::after,
[data-ct-theme=dark] .form-floating>.custom-select:not(:placeholder-shown)~label::after,
[data-ct-theme=dark] .form-floating>.form-control-plaintext~label::after,
[data-ct-theme=dark] .form-floating>.form-control:focus~label::after,
[data-ct-theme=dark] .form-floating>.form-control:not(:placeholder-shown)~label::after,
[data-ct-theme=dark] .form-floating>.form-select~label::after {
    background: #293445
}

[data-ct-theme=dark][data-ct-preset=preset-1] .form-check .form-check-input.input-light-primary:checked {
    border-color: rgba(114, 103, 239, .2);
    background-color: rgba(114, 103, 239, .2)
}

[data-ct-theme=dark][data-ct-preset=preset-1] .btn-light-primary {
    background: rgba(114, 103, 239, .2);
    color: #7267ef;
    border-color: rgba(114, 103, 239, .2)
}

[data-ct-theme=dark][data-ct-preset=preset-1] .btn-light-primary .material-icons-two-tone {
    background-color: #7267ef
}

.show>[data-ct-theme=dark][data-ct-preset=preset-1] .btn-light-primary.dropdown-toggle,
[data-ct-theme=dark][data-ct-preset=preset-1] .btn-light-primary.focus,
[data-ct-theme=dark][data-ct-preset=preset-1] .btn-light-primary:focus,
[data-ct-theme=dark][data-ct-preset=preset-1] .btn-light-primary:hover,
[data-ct-theme=dark][data-ct-preset=preset-1] .btn-light-primary:not(:disabled):not(.disabled).active,
[data-ct-theme=dark][data-ct-preset=preset-1] .btn-light-primary:not(:disabled):not(.disabled):active {
    background: #7267ef;
    color: #fff;
    border-color: #7267ef
}

[data-ct-theme=dark][data-ct-preset=preset-1] .btn-check:active+.btn-light-primary,
[data-ct-theme=dark][data-ct-preset=preset-1] .btn-check:checked+.btn-light-primary {
    background: #7267ef !important;
    color: #fff;
    border-color: #7267ef
}

[data-ct-theme=dark][data-ct-preset=preset-1] .btn-link-primary {
    background: 0 0;
    color: #7267ef;
    border-color: transparent
}

[data-ct-theme=dark][data-ct-preset=preset-1] .btn-link-primary .material-icons-two-tone {
    background-color: #7267ef
}

.show>[data-ct-theme=dark][data-ct-preset=preset-1] .btn-link-primary.dropdown-toggle,
[data-ct-theme=dark][data-ct-preset=preset-1] .btn-check:active+.btn-link-primary,
[data-ct-theme=dark][data-ct-preset=preset-1] .btn-check:checked+.btn-link-primary,
[data-ct-theme=dark][data-ct-preset=preset-1] .btn-link-primary.focus,
[data-ct-theme=dark][data-ct-preset=preset-1] .btn-link-primary:focus,
[data-ct-theme=dark][data-ct-preset=preset-1] .btn-link-primary:hover,
[data-ct-theme=dark][data-ct-preset=preset-1] .btn-link-primary:not(:disabled):not(.disabled).active,
[data-ct-theme=dark][data-ct-preset=preset-1] .btn-link-primary:not(:disabled):not(.disabled):active {
    background: rgba(114, 103, 239, .2);
    color: #7267ef;
    border-color: rgba(114, 103, 239, .2)
}

/* ########### */
[data-ct-theme=dark] .card .bg-light,
[data-ct-theme=dark] .card .card-footer.bg-light {
    background-color: rgba(0, 0, 0, .15) !important
}

[data-ct-theme=dark] .card .border {
    border-color: #343a3e !important
}

[data-ct-theme=dark] .chat-card .received-chat .msg {
    background-color: #161c25
}

[data-ct-theme=dark] .chat-card .received-chat .msg:after {
    border-bottom-color: #161c25
}

[data-ct-theme=dark] .flat-card .row-table .br {
    border-color: transparent
}

[data-ct-theme=dark] .datepicker-footer,
[data-ct-theme=dark] .datepicker-picker,
[data-ct-theme=dark] .introjs-tooltip,
[data-ct-theme=dark] .notifier {
    background-color: #202835
}

[data-ct-theme=dark] .datepicker-cell.focused:not(.selected),
[data-ct-theme=dark] .datepicker-cell:not(.disabled):hover {
    background: var(--bs-primary)
}

[data-ct-theme=dark] .datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
    background-color: rgba(var(--bs-primary), .3)
}

[data-ct-theme=dark] .datepicker-cell.range {
    background: #202835
}

[data-ct-theme=dark] .datepicker-controls .btn {
    background: 0 0;
    border: transparent;
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .material-icons-two-tone:not([class*=text]) {
    background-color: var(--bs-body-color)
}

[data-ct-theme=dark] .flatpickr-calendar {
    background: var(--bs-body-bg);
    box-shadow: none
}

[data-ct-theme=dark] .flatpickr-calendar .flatpickr-month,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-months .flatpickr-next-month,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    color: var(--bs-body-color);
    fill: var(--bs-body-color)
}

[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day,
[data-ct-theme=dark] .flatpickr-calendar span.flatpickr-weekday {
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.flatpickr-disabled,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.nextMonthDay,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.notAllowed,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.notAllowed.nextMonthDay,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.notAllowed.prevMonthDay,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.prevMonthDay {
    color: var(--bs-body-color);
    opacity: .3
}

[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.inRange,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.nextMonthDay.inRange,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.nextMonthDay.today.inRange,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.nextMonthDay:focus,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.nextMonthDay:hover,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.prevMonthDay.inRange,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.prevMonthDay.today.inRange,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.prevMonthDay:focus,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.prevMonthDay:hover,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day.today.inRange,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day:focus,
[data-ct-theme=dark] .flatpickr-calendar .flatpickr-day:hover {
    background: #334055;
    border-color: #334055;
    box-shadow: -5px 0 0 #334055, 5px 0 0 #334055
}

[data-ct-theme=dark] .flatpickr-calendar.arrowTop:after,
[data-ct-theme=dark] .flatpickr-calendar.arrowTop:before {
    border-bottom-color: var(--bs-body-bg)
}

[data-ct-theme=dark] .flatpickr-calendar.arrowBottom:after,
[data-ct-theme=dark] .flatpickr-calendar.arrowBottom:before {
    border-top-color: var(--bs-body-bg)
}

[data-ct-theme=dark] .flatpickr-calendar.hasTime .flatpickr-time {
    border-top: none
}

[data-ct-theme=dark] .flatpickr-time .flatpickr-am-pm,
[data-ct-theme=dark] .flatpickr-time input {
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .flatpickr-time .flatpickr-am-pm:focus,
[data-ct-theme=dark] .flatpickr-time .flatpickr-am-pm:hover,
[data-ct-theme=dark] .flatpickr-time input:focus,
[data-ct-theme=dark] .flatpickr-time input:hover {
    background: #334055
}

[data-ct-theme=dark] .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: var(--bs-body-color)
}

[data-ct-theme=dark] .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: var(--bs-body-color)
}

[data-ct-theme=dark] .choices__inner {
    border-color: rgba(255, 255, 255, .15);
    background: 0 0
}

[data-ct-theme=dark] .choices__inner .choices__input {
    background: 0 0;
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .choices[data-type*=select-one]:after {
    border-color: var(--bs-body-color) transparent transparent
}

[data-ct-theme=dark] .choices[data-type*=select-one] .choices__input {
    background-color: transparent;
    border-bottom: none
}

[data-ct-theme=dark] .choices.is-disabled .choices__inner,
[data-ct-theme=dark] .choices.is-disabled .choices__input {
    background: 0 0
}

[data-ct-theme=dark] .choices__list--dropdown {
    background: var(--bs-body-bg)
}

[data-ct-theme=dark] .noUi-target {
    box-shadow: none;
    background: rgba(0, 0, 0, .1);
    border-color: rgba(255, 255, 255, .15)
}

[data-ct-theme=dark] .noUi-handle {
    background: var(--bs-body-bg);
    border-color: rgba(255, 255, 255, .15);
    box-shadow: none
}

[data-ct-theme=dark] .noUi-handle:after,
[data-ct-theme=dark] .noUi-handle:before {
    background: var(--bs-body-color)
}

[data-ct-theme=dark] .noUi-tooltip {
    background: var(--bs-body-bg);
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .typeahead>ul {
    background: var(--bs-body-bg)
}

[data-ct-theme=dark] .ql-container.ql-snow,
[data-ct-theme=dark] .ql-toolbar.ql-snow {
    border-color: #334055
}

[data-ct-theme=dark] .ql-snow .ql-picker {
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .ql-snow .ql-stroke {
    stroke: var(--bs-body-color)
}

[data-ct-theme=dark] .ck {
    --ck-color-base-background: var(--bs-body-bg);
    --ck-color-toolbar-background: var(--bs-body-bg);
    --ck-color-base-border: #334055;
    --ck-color-toolbar-border: #334055;
    --ck-color-dropdown-panel-border: rgba(0, 0, 0, 0.5);
    --ck-color-button-default-background: transparent;
    --ck-color-text: var(--bs-body-color);
    --ck-color-list-background: var(--bs-body-bg);
    --ck-color-button-default-hover-background: #334055;
    --ck-color-button-default-active-background: #334055;
    --ck-color-button-on-active-background: #334055;
    --ck-color-button-on-background: #334055;
    --ck-color-button-on-hover-background: #334055;
    --ck-color-list-button-hover-background: #334055;
    --ck-color-dropdown-panel-background: var(--bs-body-bg);
    --ck-color-input-background: var(--bs-body-bg);
    --ck-color-panel-background: var(--bs-body-bg);
    --ck-color-panel-border: #334055
}

[data-ct-theme=dark] .ck.ck-editor__editable.ck-editor__editable_inline {
    background: var(--bs-body-bg) !important;
    border-color: #334055
}

[data-ct-theme=dark] #cke5-inline-demo .ck-content {
    border-color: #334055
}

[data-ct-theme=dark] .CodeMirror,
[data-ct-theme=dark] .editor-toolbar {
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    border-color: #334055
}

[data-ct-theme=dark] .editor-toolbar i.separator {
    border-left-color: #334055;
    border-right-color: #334055
}

[data-ct-theme=dark] .editor-toolbar a {
    color: var(--bs-body-color) !important
}

[data-ct-theme=dark] .editor-toolbar a.active,
[data-ct-theme=dark] .editor-toolbar a:hover {
    background: #334055;
    border-color: #334055
}

[data-ct-theme=dark] .dropzone,
[data-ct-theme=dark] .uppy-Dashboard-inner,
[data-ct-theme=dark] .uppy-DragDrop-container {
    background: #232d3b;
    border-color: #334055
}

[data-ct-theme=dark] .uppy-DashboardTab-btn:hover {
    background: #334055
}

[data-ct-theme=dark] .uppy-Dashboard-AddFiles-title,
[data-ct-theme=dark] .uppy-DashboardTab-btn {
    color: var(--bs-body-color)
}

[data-ct-theme=dark] [data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
    border-color: #334055
}

[data-ct-theme=dark] .uppy-DashboardContent-bar,
[data-ct-theme=dark] .uppy-StatusBar {
    border: none;
    color: var(--bs-body-color);
    background: #334055
}

[data-ct-theme=dark] .datatable-table,
[data-ct-theme=dark] .table {
    --bs-table-color: #fff;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-border-color: #334055
}

[data-ct-theme=dark] .datatable-table thead th,
[data-ct-theme=dark] .table thead th {
    color: var(--bs-body-color);
    background: #334055;
    border-color: #334055
}

[data-ct-theme=dark] .datatable-table td,
[data-ct-theme=dark] .datatable-table th,
[data-ct-theme=dark] .datatable-table>:not(:last-child)>:last-child>*,
[data-ct-theme=dark] .table td,
[data-ct-theme=dark] .table th,
[data-ct-theme=dark] .table>:not(:last-child)>:last-child>* {
    border-color: #334055
}

[data-ct-theme=dark] .datatable-table[class*=bg-]>:not(caption)>*>*,
[data-ct-theme=dark] .table[class*=bg-]>:not(caption)>*>* {
    color: #fff
}

[data-ct-theme=dark] .datatable-table::not([class*=bg-])>:not(caption)>*>*,
[data-ct-theme=dark] .table::not([class*=bg-])>:not(caption)>*>* {
    background-color: transparent;
    color: var(--bs-body-color)
}

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

[data-ct-theme=dark] .datatable-pagination a {
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .datatable-pagination .active a,
[data-ct-theme=dark] .datatable-pagination .datatable-pagination-list-item.datatable-active a {
    color: #fff
}

[data-ct-theme=dark] .datatable-sorter::after {
    border-bottom-color: var(--bs-body-color)
}

[data-ct-theme=dark] .datatable-sorter::before {
    border-top-color: var(--bs-body-color)
}

[data-ct-theme=dark] .datatable-table.dataTable[class*=table-] thead th,
[data-ct-theme=dark] .dtfh-floatingparentfoot table th,
[data-ct-theme=dark] .table.dataTable[class*=table-] thead th,
[data-ct-theme=dark] div.DTFC_LeftHeadWrapper table,
[data-ct-theme=dark] div.DTFC_RightHeadWrapper table,
[data-ct-theme=dark] div.dataTables_scrollBody>table>tbody tr:first-child td,
[data-ct-theme=dark] div.dataTables_scrollBody>table>tbody tr:first-child th,
[data-ct-theme=dark] table.DTFC_Cloned tr,
[data-ct-theme=dark] table.dataTable tbody tr>.dtfc-fixed-left,
[data-ct-theme=dark] table.dataTable tbody tr>.dtfc-fixed-right,
[data-ct-theme=dark] table.datatable.fixedHeader-floating,
[data-ct-theme=dark] table.datatable.fixedHeader-locked {
    background: var(--bs-body-bg)
}

[data-ct-theme=dark] .table.datatable[class*=table-] thead th,
[data-ct-theme=dark] table.dataTable tfoot tr>.dtfc-fixed-left,
[data-ct-theme=dark] table.dataTable tfoot tr>.dtfc-fixed-right,
[data-ct-theme=dark] table.dataTable thead tr>.dtfc-fixed-left,
[data-ct-theme=dark] table.dataTable thead tr>.dtfc-fixed-right {
    background: #334055
}

[data-ct-theme=dark] .datatable-pagination .datatable-active a,
[data-ct-theme=dark] .datatable-pagination .datatable-active a:focus,
[data-ct-theme=dark] .datatable-pagination .datatable-active a:hover,
[data-ct-theme=dark] .datatable-pagination .datatable-active button,
[data-ct-theme=dark] .datatable-pagination .datatable-active button:focus,
[data-ct-theme=dark] .datatable-pagination .datatable-active button:hover,
[data-ct-theme=dark] .datatable-pagination a:hover,
[data-ct-theme=dark] .datatable-pagination button:hover {
    background: var(--bs-body-bg)
}

[data-ct-theme=dark] .table-bordered>:not(caption)>* {
    border-width: 0
}

[data-ct-theme=dark] table.datatable>tbody>tr.child ul.dtr-details>li {
    border-bottom-color: #334055
}

[data-ct-theme=dark] .apexcharts-legend-text {
    color: var(--bs-body-color) !important
}

[data-ct-theme=dark] text {
    fill: var(--bs-body-color) !important
}

[data-ct-theme=dark] .apexcharts-data-labels text,
[data-ct-theme=dark] .apexcharts-datalabels text {
    fill: #fff !important
}

[data-ct-theme=dark] .apexcharts-canvas line {
    stroke: transparent !important
}

[data-ct-theme=dark] .apexcharts-menu,
[data-ct-theme=dark] .apexcharts-xaxistooltip,
[data-ct-theme=dark] .apexcharts-yaxistooltip {
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    border-color: var(--bs-border-color)
}

[data-ct-theme=dark] .apexcharts-theme-light .apexcharts-menu-item:hover {
    background: var(--bs-body-bg)
}

[data-ct-theme=dark] .apexcharts-xaxistooltip-bottom:after {
    border-bottom-color: var(--bs-body-bg)
}

[data-ct-theme=dark] .auth-main .auth-wrapper.v2,
[data-ct-theme=dark] .auth-main .auth-wrapper.v3,
[data-ct-theme=dark] .fc .fc-list-sticky .fc-list-day>*,
[data-ct-theme=dark] .fc .fc-scrollgrid-section-sticky>* {
    background: #1e2632
}

[data-ct-theme=dark] .table-bordered,
[data-ct-theme=dark] .table-bordered td,
[data-ct-theme=dark] .table-bordered th {
    border-color: #334055
}

[data-ct-theme=dark] .contact-form.bg-white {
    background: #1e2632 !important
}

[data-ct-theme=dark] .fc-event.event-primary {
    background: rgba(114, 103, 239, .2) !important;
    color: #7267ef !important
}

[data-ct-theme=dark] .fc-event.event-primary.fc-h-event .fc-event-main {
    color: #7267ef
}

[data-ct-theme=dark] .fc-event.event-primary.fc-h-event:focus,
[data-ct-theme=dark] .fc-event.event-primary.fc-h-event:hover {
    background: #7267ef;
    color: #fff
}

[data-ct-theme=dark] .fc-event.event-secondary {
    background: rgba(91, 107, 121, .2) !important;
    color: #5b6b79 !important
}

[data-ct-theme=dark] .fc-event.event-secondary.fc-h-event .fc-event-main {
    color: #5b6b79
}

[data-ct-theme=dark] .fc-event.event-secondary.fc-h-event:focus,
[data-ct-theme=dark] .fc-event.event-secondary.fc-h-event:hover {
    background: #5b6b79;
    color: #fff
}

[data-ct-theme=dark] .fc-event.event-success {
    background: rgba(23, 198, 102, .2) !important;
    color: #17c666 !important
}

[data-ct-theme=dark] .fc-event.event-success.fc-h-event .fc-event-main {
    color: #17c666
}

[data-ct-theme=dark] .fc-event.event-success.fc-h-event:focus,
[data-ct-theme=dark] .fc-event.event-success.fc-h-event:hover {
    background: #17c666;
    color: #fff
}

[data-ct-theme=dark] .fc-event.event-info {
    background: rgba(62, 201, 214, .2) !important;
    color: #3ec9d6 !important
}

[data-ct-theme=dark] .fc-event.event-info.fc-h-event .fc-event-main {
    color: #3ec9d6
}

[data-ct-theme=dark] .fc-event.event-info.fc-h-event:focus,
[data-ct-theme=dark] .fc-event.event-info.fc-h-event:hover {
    background: #3ec9d6;
    color: #fff
}

[data-ct-theme=dark] .fc-event.event-warning {
    background: rgba(255, 162, 29, .2) !important;
    color: #ffa21d !important
}

[data-ct-theme=dark] .fc-event.event-warning.fc-h-event .fc-event-main {
    color: #ffa21d
}

[data-ct-theme=dark] .fc-event.event-warning.fc-h-event:focus,
[data-ct-theme=dark] .fc-event.event-warning.fc-h-event:hover {
    background: #ffa21d;
    color: #fff
}

[data-ct-theme=dark] .fc-event.event-danger {
    background: rgba(234, 77, 77, .2) !important;
    color: #ea4d4d !important
}

[data-ct-theme=dark] .fc-event.event-danger.fc-h-event .fc-event-main {
    color: #ea4d4d
}

[data-ct-theme=dark] .fc-event.event-danger.fc-h-event:focus,
[data-ct-theme=dark] .fc-event.event-danger.fc-h-event:hover {
    background: #ea4d4d;
    color: #fff
}

[data-ct-theme=dark] .fc-event.event-light {
    background: rgba(248, 249, 250, .2) !important;
    color: #f8f9fa !important
}

[data-ct-theme=dark] .fc-event.event-light.fc-h-event .fc-event-main {
    color: #f8f9fa
}

[data-ct-theme=dark] .fc-event.event-light.fc-h-event:focus,
[data-ct-theme=dark] .fc-event.event-light.fc-h-event:hover {
    background: #f8f9fa;
    color: #fff
}

[data-ct-theme=dark] .fc-event.event-dark {
    background: rgba(19, 25, 32, .2) !important;
    color: #131920 !important
}

[data-ct-theme=dark] .fc-event.event-dark.fc-h-event .fc-event-main {
    color: #131920
}

[data-ct-theme=dark] .fc-event.event-dark.fc-h-event:focus,
[data-ct-theme=dark] .fc-event.event-dark.fc-h-event:hover {
    background: #131920;
    color: #fff
}

[data-ct-theme=dark] .btns-gallery .btn-light-primary:not(.active),
[data-ct-theme=dark] .btns-gallery .btn-light-primary:not(:active),
[data-ct-theme=dark] .btns-gallery .btn-light-primary:not(:focus),
[data-ct-theme=dark] .btns-gallery .btn-light-primary:not(:hover) {
    background: 0 0 !important;
    border-color: transparent;
    color: #4f6585
}

[data-ct-theme=dark] .btns-gallery .btn-light-primary.active {
    background: var(--bs-primary) !important
}

[data-ct-theme=dark] .jvm-container path {
    fill: #334055
}

[data-ct-theme=dark] .btn-light-primary .material-icons-two-tone {
    background-color: #7267ef
}

[data-ct-theme=dark] .btn-light-primary:hover {
    background: #7267ef;
    border-color: #7267ef
}

[data-ct-theme=dark] .btn-light-primary:hover .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-primary.focus,
[data-ct-theme=dark] .btn-light-primary:focus {
    background: #7267ef;
    border-color: #7267ef
}

[data-ct-theme=dark] .btn-light-primary.focus .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-primary:focus .material-icons-two-tone {
    background-color: #fff
}

.show>[data-ct-theme=dark] .btn-light-primary.dropdown-toggle,
[data-ct-theme=dark] .btn-light-primary:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-light-primary:not(:disabled):not(.disabled):active {
    background: #7267ef;
    border-color: #7267ef
}

.show>[data-ct-theme=dark] .btn-light-primary.dropdown-toggle .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-primary:not(:disabled):not(.disabled).active .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-primary:not(:disabled):not(.disabled):active .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-secondary .material-icons-two-tone {
    background-color: #5b6b79
}

[data-ct-theme=dark] .btn-light-secondary:hover {
    background: #5b6b79;
    border-color: #5b6b79
}

[data-ct-theme=dark] .btn-light-secondary:hover .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-secondary.focus,
[data-ct-theme=dark] .btn-light-secondary:focus {
    background: #5b6b79;
    border-color: #5b6b79
}

[data-ct-theme=dark] .btn-light-secondary.focus .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-secondary:focus .material-icons-two-tone {
    background-color: #fff
}

.show>[data-ct-theme=dark] .btn-light-secondary.dropdown-toggle,
[data-ct-theme=dark] .btn-light-secondary:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-light-secondary:not(:disabled):not(.disabled):active {
    background: #5b6b79;
    border-color: #5b6b79
}

.show>[data-ct-theme=dark] .btn-light-secondary.dropdown-toggle .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-secondary:not(:disabled):not(.disabled).active .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-secondary:not(:disabled):not(.disabled):active .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-success .material-icons-two-tone {
    background-color: #17c666
}

[data-ct-theme=dark] .btn-light-success:hover {
    background: #17c666;
    border-color: #17c666
}

[data-ct-theme=dark] .btn-light-success:hover .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-success.focus,
[data-ct-theme=dark] .btn-light-success:focus {
    background: #17c666;
    border-color: #17c666
}

[data-ct-theme=dark] .btn-light-success.focus .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-success:focus .material-icons-two-tone {
    background-color: #fff
}

.show>[data-ct-theme=dark] .btn-light-success.dropdown-toggle,
[data-ct-theme=dark] .btn-light-success:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-light-success:not(:disabled):not(.disabled):active {
    background: #17c666;
    border-color: #17c666
}

.show>[data-ct-theme=dark] .btn-light-success.dropdown-toggle .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-success:not(:disabled):not(.disabled).active .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-success:not(:disabled):not(.disabled):active .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-info .material-icons-two-tone {
    background-color: #3ec9d6
}

[data-ct-theme=dark] .btn-light-info:hover {
    background: #3ec9d6;
    border-color: #3ec9d6
}

[data-ct-theme=dark] .btn-light-info:hover .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-info.focus,
[data-ct-theme=dark] .btn-light-info:focus {
    background: #3ec9d6;
    border-color: #3ec9d6
}

[data-ct-theme=dark] .btn-light-info.focus .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-info:focus .material-icons-two-tone {
    background-color: #fff
}

.show>[data-ct-theme=dark] .btn-light-info.dropdown-toggle,
[data-ct-theme=dark] .btn-light-info:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-light-info:not(:disabled):not(.disabled):active {
    background: #3ec9d6;
    border-color: #3ec9d6
}

.show>[data-ct-theme=dark] .btn-light-info.dropdown-toggle .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-info:not(:disabled):not(.disabled).active .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-info:not(:disabled):not(.disabled):active .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-warning .material-icons-two-tone {
    background-color: #ffa21d
}

[data-ct-theme=dark] .btn-light-warning:hover {
    background: #ffa21d;
    border-color: #ffa21d
}

[data-ct-theme=dark] .btn-light-warning:hover .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-warning.focus,
[data-ct-theme=dark] .btn-light-warning:focus {
    background: #ffa21d;
    border-color: #ffa21d
}

[data-ct-theme=dark] .btn-light-warning.focus .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-warning:focus .material-icons-two-tone {
    background-color: #fff
}

.show>[data-ct-theme=dark] .btn-light-warning.dropdown-toggle,
[data-ct-theme=dark] .btn-light-warning:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-light-warning:not(:disabled):not(.disabled):active {
    background: #ffa21d;
    border-color: #ffa21d
}

.show>[data-ct-theme=dark] .btn-light-warning.dropdown-toggle .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-warning:not(:disabled):not(.disabled).active .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-warning:not(:disabled):not(.disabled):active .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-danger .material-icons-two-tone {
    background-color: #ea4d4d
}

[data-ct-theme=dark] .btn-light-danger:hover {
    background: #ea4d4d;
    border-color: #ea4d4d
}

[data-ct-theme=dark] .btn-light-danger:hover .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-danger.focus,
[data-ct-theme=dark] .btn-light-danger:focus {
    background: #ea4d4d;
    border-color: #ea4d4d
}

[data-ct-theme=dark] .btn-light-danger.focus .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-danger:focus .material-icons-two-tone {
    background-color: #fff
}

.show>[data-ct-theme=dark] .btn-light-danger.dropdown-toggle,
[data-ct-theme=dark] .btn-light-danger:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-light-danger:not(:disabled):not(.disabled):active {
    background: #ea4d4d;
    border-color: #ea4d4d
}

.show>[data-ct-theme=dark] .btn-light-danger.dropdown-toggle .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-danger:not(:disabled):not(.disabled).active .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-danger:not(:disabled):not(.disabled):active .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-light .material-icons-two-tone {
    background-color: #f8f9fa
}

[data-ct-theme=dark] .btn-light-light:hover {
    background: #f8f9fa;
    border-color: #f8f9fa
}

[data-ct-theme=dark] .btn-light-light:hover .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-light.focus,
[data-ct-theme=dark] .btn-light-light:focus {
    background: #f8f9fa;
    border-color: #f8f9fa
}

[data-ct-theme=dark] .btn-light-light.focus .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-light:focus .material-icons-two-tone {
    background-color: #fff
}

.show>[data-ct-theme=dark] .btn-light-light.dropdown-toggle,
[data-ct-theme=dark] .btn-light-light:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-light-light:not(:disabled):not(.disabled):active {
    background: #f8f9fa;
    border-color: #f8f9fa
}

.show>[data-ct-theme=dark] .btn-light-light.dropdown-toggle .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-light:not(:disabled):not(.disabled).active .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-light:not(:disabled):not(.disabled):active .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-dark .material-icons-two-tone {
    background-color: #131920
}

[data-ct-theme=dark] .btn-light-dark:hover {
    background: #131920;
    border-color: #131920
}

[data-ct-theme=dark] .btn-light-dark:hover .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .btn-light-dark.focus,
[data-ct-theme=dark] .btn-light-dark:focus {
    background: #131920;
    border-color: #131920
}

[data-ct-theme=dark] .btn-light-dark.focus .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-dark:focus .material-icons-two-tone {
    background-color: #fff
}

.show>[data-ct-theme=dark] .btn-light-dark.dropdown-toggle,
[data-ct-theme=dark] .btn-light-dark:not(:disabled):not(.disabled).active,
[data-ct-theme=dark] .btn-light-dark:not(:disabled):not(.disabled):active {
    background: #131920;
    border-color: #131920
}

.show>[data-ct-theme=dark] .btn-light-dark.dropdown-toggle .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-dark:not(:disabled):not(.disabled).active .material-icons-two-tone,
[data-ct-theme=dark] .btn-light-dark:not(:disabled):not(.disabled):active .material-icons-two-tone {
    background-color: #fff
}

[data-ct-theme=dark] .mail-wrapper .mail-table tr:not(.unread) {
    background: rgba(0, 0, 0, .3)
}

[data-ct-theme=dark] .product-card .btn-prod-card {
    border-color: rgba(255, 255, 255, .4)
}

[data-ct-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-ct-theme=dark] .playbutton-wrapper [data-action],
[data-ct-theme=dark] .tns-outer [data-action],
[data-ct-theme=dark] .uppy-DragDrop-label,
[data-ct-theme=dark] .uppy-Root,
[data-ct-theme=dark] .uppy-StatusBar-content {
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .slider-track,
[data-ct-theme=dark] .slider.slider-disabled .slider-track {
    background: var(--bs-body-bg)
}

[data-ct-theme=dark] div:where(.swal2-container) .swal2-range {
    background: var(--bs-body-bg) !important
}

[data-ct-theme=dark] .modal-body .bd-example-row {
    background: var(--bs-body-bg)
}

[data-ct-theme=dark] .auth-main .auth-wrapper .saprator:after {
    background: rgba(255, 255, 255, .2)
}

[data-ct-theme=dark] .component-page .footer .footer-link a:not(:hover) {
    color: var(--bs-body-color)
}

[data-ct-theme=dark] .latest-update-card .card-body .latest-update-box:after {
    background: #334055
}

[data-ct-theme=dark] .user-profile-list table tr td {
    background: #1e2632
}

[data-ct-theme=dark] .apexcharts-tooltip.apexcharts-theme-light {
    color: var(--bs-body-color);
    border-color: #212b38;
    background: #1c232f
}

[data-ct-theme=dark] .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: #181e28;
    border-bottom-color: #212b38
}

[data-ct-theme=dark] .choices[data-type*=select-one] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==)
}

[data-ct-theme=dark] .checkout-tabs .nav-item .nav-link {
    color: rgba(255, 255, 255, .8)
}

[data-ct-theme=dark] .auth-main .bg-overlay.bg-white {
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}