@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600&display=swap");

.alert-dismissible .btn-close {
    font-size: 22px;
    padding: 1.5rem
}

.border-theme-white {
    border: 1px solid var(--bs-theme-white-color)
}

.border-theme-white-2 {
    border: 2px solid var(--bs-theme-white-color)
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "\f105";
    font-family: Line Awesome Free;
    font-weight: 900
}

.btn-primary {
    box-shadow: 0 1px 2px 0 rgba(34, 197, 94, .35)
}

.btn-primary:hover {
    box-shadow: none
}

.btn-secondary {
    box-shadow: 0 1px 2px 0 rgba(149, 160, 197, .35)
}

.btn-secondary:hover {
    box-shadow: none
}

.btn-success {
    box-shadow: 0 1px 2px 0 rgba(34, 197, 173, .35)
}

.btn-success:hover {
    box-shadow: none
}

.btn-info {
    box-shadow: 0 1px 2px 0 rgba(65, 203, 216, .35)
}

.btn-info:hover {
    box-shadow: none
}

.btn-warning {
    box-shadow: 0 1px 2px 0 rgba(255, 159, 67, .35)
}

.btn-warning:hover {
    box-shadow: none
}

.btn-danger {
    box-shadow: 0 1px 2px 0 rgba(239, 77, 86, .35)
}

.btn-danger:hover {
    box-shadow: none
}

.btn-pink {
    box-shadow: 0 1px 2px 0 rgba(253, 60, 151, .35)
}

.btn-pink:hover {
    box-shadow: none
}

.btn-purple {
    box-shadow: 0 1px 2px 0 rgba(115, 103, 240, .35)
}

.btn-purple:hover {
    box-shadow: none
}

.btn-blue {
    box-shadow: 0 1px 2px 0 rgba(13, 110, 253, .35)
}

.btn-blue:hover {
    box-shadow: none
}

.btn-light {
    box-shadow: 0 1px 2px 0 rgba(244, 246, 249, .35)
}

.btn-light:hover {
    box-shadow: none
}

.btn-dark {
    box-shadow: 0 1px 2px 0 rgba(43, 45, 59, .35)
}

.btn-dark:hover {
    box-shadow: none
}

.text-gray-100 {
    color: #f4f6f9
}

.text-gray-200 {
    color: #eaeff5
}

.text-gray-300 {
    color: #d9e1ec
}

.text-gray-400 {
    color: #c1cde0
}

.text-gray-500 {
    color: #a8b5d1
}

.text-gray-600 {
    color: #95a0c5
}

.text-gray-700 {
    color: #7a82b1
}

.text-gray-800 {
    color: #555b7e
}

.text-gray-900 {
    color: #2b2d3b
}

.btn-outline-light {
    background-color: transparent;
    background-image: none;
    border-color: #d9e1ec;
    color: #7a82b1
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent
}

html[data-bs-theme=dark] .btn-light {
    box-shadow: none;
    --bs-btn-color: #f4f6f9;
    --bs-btn-bg: #303231;
    --bs-btn-border-color: #2b2d3b;
    --bs-btn-hover-color: #f4f6f9;
    --bs-btn-hover-bg: #343635;
    --bs-btn-hover-border-color: #313341;
    --bs-btn-focus-shadow-rgb: 75, 77, 88;
    --bs-btn-active-color: #f4f6f9;
    --bs-btn-active-bg: #343635;
    --bs-btn-active-border-color: #313341;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #f4f6f9;
    --bs-btn-disabled-bg: #2b2d3b;
    --bs-btn-disabled-border-color: #2b2d3b
}

html[data-bs-theme=dark] .btn-dark {
    --bs-btn-color: #303231;
    --bs-btn-bg: #f4f6f9;
    --bs-btn-border-color: #f4f6f9;
    --bs-btn-hover-color: #303231;
    --bs-btn-hover-bg: #e8eaed;
    --bs-btn-hover-border-color: #dcdde0;
    --bs-btn-focus-shadow-rgb: 207, 209, 212;
    --bs-btn-active-color: #303231;
    --bs-btn-active-bg: #dcdde0;
    --bs-btn-active-border-color: #cfd1d4;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #303231;
    --bs-btn-disabled-bg: #f4f6f9;
    --bs-btn-disabled-border-color: #f4f6f9
}

html[data-bs-theme=dark] .btn-outline-light {
    background-color: transparent;
    background-image: none;
    border-color: #555b7e;
    color: #c1cde0
}

html[data-bs-theme=dark] .btn-outline-light:active {
    background-color: transparent;
    background-image: none;
    border-color: #7a82b1;
    color: #eaeff5
}

.card {
    border: none;
    box-shadow: 0 3px 16px rgba(142, 134, 171, .05);
    margin-bottom: 1.5rem
}

.card .card-header {
    border-bottom: none;
    padding-top: var(--bs-card-spacer-x)
}

.card .card-header .card-title {
    color: var(--bs-heading-color);
    font-size: 16px;
    margin-bottom: 0
}

.card-h-100 {
    height: calc(100% - 1.5rem)
}

.offer-card {
    background-color: #000;
    background-image: url(../images/extra/pet-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.dropdown-toggle:after,
.dropend .dropdown-toggle:after,
.dropstart .dropdown-toggle:before,
.dropup .dropdown-toggle:after {
    display: none
}

.dropdown-lg {
    width: 320px
}

label {
    color: var(--bs-label-color);
    vertical-align: middle
}

.ql-editor {
    font-family: var(--bs-font-sans-serif) !important;
    min-height: 300px
}

.ql-snow .ql-stroke {
    stroke: var(--bs-label-color)
}

.ql-snow .ql-picker-options {
    background-color: var(--bs-topbar-bg)
}

.ql-snow .ql-picker.ql-header .ql-picker-item:before,
.ql-snow .ql-picker.ql-header .ql-picker-label:before {
    color: var(--bs-label-color)
}

.ql-toolbar {
    font-family: var(--bs-font-sans-serif) !important
}

.ql-toolbar.ql-snow {
    border: 1px solid var(--bs-border-color);
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: var(--bs-border-color)
}

.ql-container.ql-snow {
    border: 1px solid var(--bs-border-color);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius)
}

.uppy-Root {
    font-family: var(--bs-font-sans-serif) !important;
    z-index: 99
}

.uppy-Dashboard-inner,
.uppy-DragDrop-container {
    background-color: var(--bs-secondary-bg)
}

.uppy-Dashboard-inner {
    border: 1px solid var(--bs-border-color);
    height: 250px !important
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
    border: 1px dashed var(--bs-border-color)
}

.uppy-Dashboard-AddFiles-title {
    color: var(--bs-body-color)
}

.uppy-DragDrop-container:focus {
    box-shadow: none
}

.uppy-DragDrop--isDragDropSupported {
    border: 2px dashed #d9e1ec
}

.uppy-DragDrop-label {
    color: #2b2d3b
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
    background-color: var(--bs-card-bg)
}

.uppy-StatusBar:not([aria-hidden=true]).is-waiting {
    border-top: 1px solid var(--bs-border-color)
}

.uppy-Dashboard-Item-name,
.uppy-DashboardContent-title {
    color: var(--bs-label-color)
}

.uppy-DashboardContent-bar,
.uppy-StatusBar {
    background-color: var(--bs-card-bg)
}

.uppy-Dashboard-Item,
.uppy-DashboardContent-bar,
.uppy-StatusBar {
    border-bottom: 1px solid var(--bs-border-color)
}

.uppy-Dashboard-Item-action--remove {
    color: #840404
}

.uppy-Dashboard-Item-action--remove:focus,
.uppy-Dashboard-Item-action--remove:hover {
    box-shadow: none;
    color: #1eaf54
}

.uppy-DashboardContent-addMore:focus,
.uppy-DashboardContent-back:focus,
.uppy-DashboardContent-save:focus {
    background-color: rgba(168, 181, 209, .1)
}

.uppy-c-btn-primary:focus {
    box-shadow: none
}

input.add-file-input {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.form-switch-primary .form-check-input:checked {
    background-color: #840404;
    border-color: #840404
}

.form-switch-secondary .form-check-input:checked {
    background-color: #95a0c5;
    border-color: #95a0c5
}

.form-switch-success .form-check-input:checked {
    background-color: #22c5ad;
    border-color: #22c5ad
}

.form-switch-info .form-check-input:checked {
    background-color: #41cbd8;
    border-color: #41cbd8
}

.form-switch-warning .form-check-input:checked {
    background-color: #ff9f43;
    border-color: #ff9f43
}

.form-switch-danger .form-check-input:checked {
    background-color: #ef4d56;
    border-color: #ef4d56
}

.form-switch-pink .form-check-input:checked {
    background-color: #fd3c97;
    border-color: #fd3c97
}

.form-switch-purple .form-check-input:checked {
    background-color: #7367f0;
    border-color: #7367f0
}

.form-switch-blue .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-switch-light .form-check-input:checked {
    background-color: #f4f6f9;
    border-color: #f4f6f9
}

.form-switch-dark .form-check-input:checked {
    background-color: #2b2d3b;
    border-color: #2b2d3b
}

.selectr-option {
    background-color: transparent;
    color: var(--bs-dropdown-link-color);
    padding: .375rem 1.5rem
}

.selectr-option.selected {
    background-color: var(--bs-tertiary-bg)
}

.selectr-option.active,
.selectr-option:hover {
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-body-color)
}

.selectr-option.active {
    text-decoration: none
}

.selectr-options-container,
.selectr-selected {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    font-size: 12.992px;
    font-size: .812rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .517rem .95rem;
    width: 100%
}

.selectr-container.multiple.has-selected .selectr-selected {
    padding: calc(.517rem - 2px) .95rem
}

.selectr-container.multiple.has-selected .selectr-selected:focus-visible {
    outline: none
}

.selectr-container.open .selectr-selected {
    border-color: var(--bs-border-color) var(--bs-border-color) transparent;
    border-radius: 3px 3px 0 0
}

.selectr-container.open .selectr-selected:focus-visible {
    outline: none
}

.selectr-tag-input {
    background-color: var(--bs-card-bg);
    padding: 0
}

.selectr-tag-input:focus-visible {
    outline: none
}

.taggable .selectr-selected {
    padding: .517rem .95rem
}

.selectr-input {
    border-color: var(--bs-border-color) !important
}

.selectr-input:focus-visible {
    outline: none
}

.selectr-tag {
    background: #840404;
    border-radius: 3px
}

.selectr-tag-remove:after,
.selectr-tag-remove:before {
    width: 1px
}

.datepicker.active {
    border-radius: 4px;
    display: inline-block
}

.datepicker-dropdown.datepicker-orient-top {
    padding-bottom: 0
}

.datepicker-header .datepicker-controls .button {
    font-weight: 500
}

.datepicker-controls .button {
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    color: #7a82b1;
    font-size: 15px
}

.datepicker-view .dow {
    font-size: 12px;
    font-weight: 500
}

.datepicker-picker {
    background-color: var(--bs-body-bg)
}

.datepicker-picker span {
    border-radius: 25px
}

.datepicker-cell.focused:not(.selected),
.datepicker-cell:not(.disabled):hover {
    background-color: #840404;
    color: #fff
}

.example__complete {
    display: none;
    margin-left: 5px
}

.example__complete:after {
    content: "✔"
}

#form-validation-2 small {
    color: #ef4d56;
    display: none
}

#form-validation-2 small.error {
    display: block
}

.form-control.error {
    border-color: #ef4d56
}

.form-control.success {
    border-color: #22c5ad
}

.preview-box {
    display: flex;
    height: auto;
    justify-content: center;
    width: 100%
}

.preview-box .preview-content {
    border-radius: 5px;
    height: 50px;
    max-width: 100%;
    width: auto
}

.modal-content {
    border: none
}

.modal-header {
    background-color: #2b2d3b
}

.modal-header .modal-title {
    color: #fff;
    font-size: 15px
}

.modal-header .btn-close {
    font-size: 20px
}

.page-wrapper .page-content {
    margin-left: var(--bs-startbar-width);
    margin-top: var(--bs-topbar-height);
    min-height: calc(100vh - var(--bs-topbar-height));
    padding: 0 8px 68px;
    position: relative;
    width: 100%
}

.page-wrapper .page-content .page-title-box {
    padding: 16px 0
}

.page-wrapper .page-content .page-title-box .page-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.page-wrapper .page-content .page-title-box .breadcrumb .breadcrumb-item a {
    color: #7a82b1;
    font-size: 13px;
    font-weight: 400
}

@media (min-width:680px) {
    .page-wrapper {
        display: flex
    }
}

.shape {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0
}

.shape>svg {
    height: auto;
    transform: scale(2);
    transform-origin: top center;
    width: 100%
}

.ex-page-content h1 {
    font-size: 98px;
    font-weight: 700;
    text-shadow: rgba(137, 151, 189, .2) 1px 1px, rgba(137, 151, 189, .2) 2px 2px, rgba(137, 151, 189, .2) 3px 3px
}

.img-group .user-avatar:hover {
    z-index: 2
}

.task-accordion.accordion-item:not(:first-of-type) {
    border-top: 1px
}

.color-bg {
    background-image: url(../images/extra/color-bg-2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.social {
    border: 1px solid #a8b5d1;
    transition: .3s
}

.social i {
    color: #a8b5d1
}

.social.twitter:hover {
    background-color: #1da1f2;
    border-color: #1da1f2
}

.social.twitter:hover i {
    color: #fff
}

.social.instagram:hover {
    background: #f09433;
    background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
    border-color: #f09433
}

.social.instagram:hover i {
    color: #fff
}

.social.facebook:hover {
    background-color: #1877f2;
    border-color: #1877f2
}

.social.facebook:hover i {
    color: #fff
}

.list-arrow {
    position: relative
}

.list-arrow:before {
    color: #840404;
    content: "\f178";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    left: -22px;
    position: absolute
}

.progress {
    background-color: var(--bs-border-color)
}

.progress-vertical {
    box-shadow: none;
    display: inline-block;
    height: 250px;
    margin-bottom: 0;
    margin-right: 20px;
    min-height: 250px;
    position: relative;
    width: 8px
}

.progress-vertical .progress-bar {
    width: 100%
}

.progress-vertical-bottom {
    box-shadow: none;
    display: inline-block;
    height: 250px;
    margin-bottom: 0;
    margin-right: 20px;
    min-height: 250px;
    position: relative;
    width: 8px
}

.progress-vertical-bottom .progress-bar {
    bottom: 0;
    position: absolute;
    width: 100%
}

.progress-vertical-bottom.progress-sm,
.progress-vertical.progress-sm {
    width: 5px !important
}

.progress-vertical-bottom.progress-sm .progress-bar,
.progress-vertical.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px
}

.progress-vertical-bottom.progress-md,
.progress-vertical.progress-md {
    width: 15px !important
}

.progress-vertical-bottom.progress-md .progress-bar,
.progress-vertical.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px
}

.progress-vertical-bottom.progress-lg,
.progress-vertical.progress-lg {
    width: 20px !important
}

.progress-vertical-bottom.progress-lg .progress-bar,
.progress-vertical.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px
}

.progress-icon-spin {
    font-size: 36px
}

:root {
    --bs-topbar-height: 120px;
    --bs-topbar-bg: #fff;
    --bs-topbar-b-border-color: #dee2e6;
    --bs-topbar-nav-icon-bg: #96a0b5;
    --bs-topbar-nav-icon-color: #96a0b5;
    --bs-startbar-width: 270px;
    --bs-startbar-collapsed-width: 70px;
    --bs-startbar-bg: #fff;
    --bs-startbar-e-border-color: #dee2e6;
    --bs-menu-icon-color: #96a0b5;
    --bs-menu-link-color: #061237;
    --bs-nav-link-disc-color: #8997bd;
    --bs-menu-label-color: #717fa7;
    --bs-label-color: #656d9a;
    --bs-text-muted: var(--bs-secondary-color);
    --bs-box-shadow-sm: 0 2px 4px rgba(0, 0, 0, .075);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-theme-white-color: #fff;
    --bs-border-secondary: #95a0c5
}

html[data-bs-theme=dark] {
    --bs-light: #303231;
    --bs-light-rgb: 48, 50, 49;
    --bs-dark: #f4f6f9;
    --bs-dark-rgb: 244, 246, 249;
    --bs-label-color: #9797a5;
    --bs-theme-white-color: #2e2e31;
    --bs-body-color: #d9e1ec;
    --bs-text-muted: #aab0b9;
    --bs-box-shadow-sm: 0 2px 4px rgba(0, 0, 0, .35);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .35);
    --bs-topbar-bg: #202221;
    --bs-topbar-b-border-color: #d9e1ec;
    --bs-topbar-nav-icon-bg: #2c3640;
    --bs-topbar-nav-icon-color: #a1a8bd;
    --bs-secondary: #c3c3c3;
    --bs-secondary-rgb: 195, 195, 195;
    --bs-border-secondary: #333645
}

html[data-bs-theme=dark],
html[data-startbar=dark] {
    --bs-startbar-bg: #202221;
    --bs-startbar-e-border-color: #d9e1ec;
    --bs-menu-icon-color: #4d6089;
    --bs-menu-link-color: #a1a8bd;
    --bs-nav-link-disc-color: #8997bd;
    --bs-menu-label-color: #717fa7
}

html[data-startbar=dark] {
    --bs-dark: #f4f6f9;
    --bs-box-shadow-sm: 0 2px 4px rgba(0, 0, 0, .35);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .35)
}

.spinner-border.spinner-border-custom-1 {
    border: 5px double;
    border-right: 5px double transparent
}

.spinner-border.spinner-border-custom-2 {
    border: 5px dotted;
    border-right: 5px dotted transparent
}

.spinner-border.spinner-border-custom-3 {
    border: 5px groove;
    border-right: 5px groove transparent
}

.spinner-border.spinner-border-custom-4 {
    border: 5px dashed;
    border-right: 5px dashed transparent
}

.spinner-border.spinner-border-custom-5 {
    border: 5px outset;
    border-right: 5px outset transparent
}

.table th {
    font-weight: 500
}

.table td,
.table th {
    vertical-align: middle
}

.table td {
    font-weight: 400
}

.table.border-dashed th {
    font-weight: 500
}

.table.border-dashed td,
.table.border-dashed th {
    border-top: 1px dashed var(--bs-border-color)
}

.table.border-dashed thead th {
    border-bottom: 1px dashed var(--bs-border-color)
}

.table tbody tr:last-child td,
.table tbody tr:last-child th,
.table thead th {
    border-bottom: none
}

.table thead th:first-child {
    border-radius: 8px 0 0 8px
}

.table thead th:last-child {
    border-radius: 0 8px 8px 0
}

.table tbody tr:last-child td {
    border-bottom: none
}

.table td,
.table th {
    vertical-align: middle
}

.table tbody,
.table td,
.table tfoot,
.table th,
.table thead,
.table tr {
    border-style: dashed
}

.datatable-table>thead {
    background-color: var(--bs-light) !important
}

.datatable-table>thead>tr>th {
    background-color: var(--bs-light);
    color: #7a82b1;
    font-weight: 500
}

.dataTable-top,
.datatable-top {
    padding-top: 0
}

.datatable-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.datatable-disabled {
    visibility: visible !important
}

@media (max-width:767.98px) {

    .dataTable-top,
    .datatable-top {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: space-between
    }
}

.dataTable-bottom,
.datatable-bottom {
    margin-top: 1.5rem;
    padding: 0
}

.dataTable-table>tbody>tr>td,
.dataTable-table>tbody>tr>th,
.dataTable-table>tfoot>tr>td,
.dataTable-table>tfoot>tr>th,
.dataTable-table>thead>tr>td,
.dataTable-table>thead>tr>th,
.datatable-table>tbody>tr>td,
.datatable-table>tbody>tr>th,
.datatable-table>tfoot>tr>td,
.datatable-table>tfoot>tr>th,
.datatable-table>thead>tr>td,
.datatable-table>thead>tr>th {
    padding: .75rem;
    vertical-align: middle
}

.dataTable-table>tbody>tr>th,
.dataTable-table>tfoot>tr>th,
.dataTable-table>thead>tr>th,
.datatable-table>tbody>tr>th,
.datatable-table>tfoot>tr>th,
.datatable-table>thead>tr>th {
    border-bottom: none
}

.dataTable-sorter:before,
.datatable-sorter:before {
    border-top: 4px solid var(--bs-border-color);
    opacity: 1
}

.dataTable-sorter:after,
.datatable-sorter:after {
    border-bottom: 4px solid var(--bs-border-color);
    opacity: 1
}

.dataTable-sorter:before {
    bottom: 0
}

.datatable-editor-action .mdi {
    color: #95a0c5;
    margin-right: 5px
}

.dataTable-selector,
.datatable-selector {
    background-color: var(--bs-card-bg);
    border-color: var(--bs-border-color);
    border-radius: 4px;
    color: var(--bs-body-color)
}

.dataTable-selector:focus-visible,
.datatable-selector:focus-visible {
    outline: none
}

.dataTable-input,
.datatable-editor-input,
.datatable-input {
    background-color: var(--bs-card-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 4px;
    color: var(--bs-body-color)
}

.dataTable-input:focus,
.datatable-editor-input:focus,
.datatable-input:focus {
    border-color: #840404
}

.dataTable-input:focus-visible,
.datatable-editor-input:focus-visible,
.datatable-input:focus-visible {
    outline: none
}

.datatable-wrapper.no-footer .datatable-container {
    border-bottom: 1px solid var(--bs-border-color)
}

.datatable-pagination a,
.datatable-pagination button {
    margin-left: 0
}

.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover,
.datatable-pagination .datatable-active button,
.datatable-pagination .datatable-active button:focus,
.datatable-pagination .datatable-active button:hover {
    background-color: #840404;
    border-color: #840404;
    color: #fff
}

.datatable-pagination a:hover,
.datatable-pagination button:hover {
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
    color: var(--bs-link-hover-color)
}

.datatable-pagination-list-item .datatable-pagination-list-item-link {
    background-color: var(--bs-card-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    color: var(--bs-body-color);
    display: block;
    font-size: 12.992px;
    font-size: .812rem;
    padding: .375rem .75rem;
    position: relative
}

.datatable-pagination-list-item:first-child .datatable-pagination-list-item-link {
    border-bottom-left-radius: var(--bs-border-radius);
    border-top-left-radius: var(--bs-border-radius)
}

.datatable-pagination-list-item:last-child .datatable-pagination-list-item-link {
    border-bottom-right-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius)
}

.datatable-pagination-list button,
.datatable-table th button {
    color: var(--bs-body-color)
}

.checkbox-all thead tr th:first-child button:after,
.checkbox-all thead tr th:first-child button:before,
.checkbox-all thead tr th:last-child button:after,
.checkbox-all thead tr th:last-child button:before {
    display: none
}

.dataTable-pagination a {
    background-color: var(--bs-card-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    color: var(--bs-body-color);
    display: block;
    font-size: 12.992px;
    font-size: .812rem;
    margin: 0;
    padding: .375rem .75rem;
    position: relative
}

.dataTable-pagination a:hover {
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
    color: var(--bs-link-hover-color)
}

.dataTable-pagination .active a,
.dataTable-pagination .active a:focus,
.dataTable-pagination .active a:hover {
    background-color: #840404;
    border-color: #840404;
    color: #fff
}

.dataTable-pagination li:first-child a {
    border-bottom-left-radius: var(--bs-border-radius);
    border-top-left-radius: var(--bs-border-radius)
}

.dataTable-pagination li:last-child a {
    border-bottom-right-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius)
}

.dataTable-wrapper.no-footer .dataTable-container {
    border-bottom: 1px solid var(--bs-border-color)
}

.datatable-editor-menu {
    background-color: var(--bs-card-bg)
}

.datatable-editor-menu a {
    align-items: center;
    display: flex
}

.datatable-editor-menu a:hover {
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
    color: var(--bs-link-hover-color)
}

.datatable-editor-separator {
    border-bottom: 1px solid var(--bs-border-color);
    margin: 0
}

.datatable-table thead th:first-of-type .datatable-sorter:has(.form-check):after,
.datatable-table thead th:first-of-type .datatable-sorter:has(.form-check):before {
    content: none
}

html[data-bs-theme=dark] .datatable-container thead,
html[data-bs-theme=dark] .table-light {
    --bs-table-color: #fff;
    --bs-table-bg: #272a27;
    --bs-table-border-color: #40424f;
    --bs-table-striped-bg: #363845;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #40424f;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #3b3d4a;
    --bs-table-hover-color: #fff
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-purple);
    --bs-tooltip-color: var(--bs-white)
}

.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: var(--bs-purple);
    --bs-popover-header-bg: var(--bs-purple);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 16px;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 8px;
    --bs-popover-body-padding-y: 0.5rem
}

.nav-tabs-custom .nav.nav-tabs {
    border-bottom: none;
    display: inline-flex
}

.nav-tabs-custom .nav.nav-tabs .nav-item {
    border: 2px solid rgba(168, 181, 209, .2);
    border-radius: 4px;
    margin-right: 5px
}

.nav-tabs-custom .nav.nav-tabs .nav-link {
    border-radius: 3px;
    padding: 10px 14px
}

.nav-tabs-custom .nav.nav-tabs .nav-link.active {
    background-color: rgba(34, 197, 94, .08);
    border-color: #840404;
    color: #840404
}

.nav-tabs-custom .nav.nav-tabs .nav-link.active i {
    color: #840404
}

.nav-tabs-custom .nav.nav-tabs .nav-link i {
    color: #95a0c5;
    font-size: 24px;
    vertical-align: middle
}

.tooltip-primary {
    --bs-tooltip-bg: var(--bs-primary)
}

.tooltip-secondary {
    --bs-tooltip-bg: var(--bs-secondary)
}

.tooltip-success {
    --bs-tooltip-bg: var(--bs-success)
}

.tooltip-info {
    --bs-tooltip-bg: var(--bs-info)
}

.tooltip-warning {
    --bs-tooltip-bg: var(--bs-warning)
}

.tooltip-danger {
    --bs-tooltip-bg: var(--bs-danger)
}

.tooltip-pink {
    --bs-tooltip-bg: var(--bs-pink)
}

.tooltip-purple {
    --bs-tooltip-bg: var(--bs-purple)
}

.tooltip-blue {
    --bs-tooltip-bg: var(--bs-blue)
}

.tooltip-light {
    --bs-tooltip-bg: var(--bs-light)
}

.tooltip-dark {
    --bs-tooltip-bg: var(--bs-dark)
}

.nav-tabs.nav-tabs-custom {
    border-bottom: 1px solid var(--bs-border-color)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: transparent;
    border-bottom: 1px solid #840404 !important
}

.nav-tabs .nav-link:hover {
    border-color: transparent
}

.fs-9 {
    font-size: 9px
}

.fs-10 {
    font-size: 10px
}

.fs-11 {
    font-size: 11px
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-18 {
    font-size: 18px !important
}

.fs-20 {
    font-size: 20px
}

.fs-22 {
    font-size: 22px !important
}

.fs-24 {
    font-size: 24px
}

.fs-26 {
    font-size: 26px
}

.fs-28 {
    font-size: 28px
}

.fs-30 {
    font-size: 30px
}

.h-80 {
    height: 300px
}

.ms-45 {
    margin-left: 45px
}

.border-dashed {
    border: 1px dashed
}

.border-theme-color {
    border-color: var(--bs-border-color)
}

.border-dashed-bottom {
    border-bottom: 1px dashed var(--bs-border-color)
}

.border-dashed-top {
    border-top: 1px dashed var(--bs-border-color)
}

.border-body-color {
    border-color: #f7f9fb
}

.border-card-bg {
    border-color: var(--bs-secondary-bg) !important
}

.border-secondary {
    border-color: var(--bs-border-secondary) !important
}

.bg-blue-subtle {
    background-color: var(--bs-blue-bg-subtle)
}

.bg-pink-subtle {
    background-color: var(--bs-pink-bg-subtle)
}

.bg-purple-subtle {
    background-color: var(--bs-purple-bg-subtle)
}

.cursor-pointer {
    cursor: pointer
}

.thumb-xs {
    font-size: 10px;
    height: 20px !important;
    width: 20px !important
}

.thumb-sm,
.thumb-xs {
    align-items: center;
    display: flex;
    font-weight: 700;
    justify-content: center
}

.thumb-sm {
    font-size: 12px;
    height: 24px !important;
    width: 24px !important
}

.thumb-md {
    font-size: 14px;
    height: 72px;
    width: 72px
}

.thumb-lg,
.thumb-md {
    align-items: center;
    display: flex;
    font-weight: 700;
    justify-content: center
}

.thumb-lg {
    font-size: 18px;
    height: 100px;
    width: 100px
}

.thumb-xl {
    font-size: 24px;
    height: 60px;
    width: 60px
}

.thumb-xl,
.thumb-xxl {
    align-items: center;
    display: flex;
    font-weight: 700;
    justify-content: center
}

.thumb-xxl {
    font-size: 32px;
    height: 80px;
    width: 80px
}

.card-bg {
    background-color: var(--bs-secondary-bg)
}

.text-card-bg {
    color: var(--bs-secondary-bg)
}

.flex-basis-0 {
    flex-basis: 0
}

hr.hr-dashed {
    border: 0;
    border-top: 1px dashed var(--bs-border-color);
    height: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
    opacity: 1;
    overflow: visible
}

[class*=" iconoir-"]:before,
[class^=iconoir-]:before {
    stroke-width: 8px
}

.icon-demo-content {
    text-align: center
}

.icon-demo-content i {
    color: #a8b5d1
}

.icon-demo-content i,
.icon-demo-content svg {
    display: block;
    font-size: 30px;
    margin: 0 auto 5px
}

.icon-demo-content svg {
    color: #95a0c5
}

.icon-demo-content .col-sm-6 {
    margin-bottom: 40px
}

.icon-demo-content .col-sm-6:hover i {
    color: #840404
}

.icon-demo-content .col-sm-6:hover path:first-of-type {
    fill: #840404
}

.icon-demo-content .col-sm-6:hover path:nth-of-type(2) {
    fill: var(--bs-secondary-color)
}

.startbar {
    background-color: var(--bs-startbar-bg);
    bottom: 0;
    box-shadow: 0 3px 16px rgba(142, 134, 171, .05);
    left: 0;
    position: fixed;
    top: 0;
    transition: .3s;
    width: var(--bs-startbar-width);
    z-index: 1005
}

.startbar .brand {
    align-items: center;
    display: flex;
    height: var(--bs-topbar-height);
    justify-content: center;
    padding: 4px;
    position: sticky;
    text-align: center;
    transition: .3s;
    width: 100%
}

.startbar .brand .logo-sm {
    height: 38px
}

.startbar .brand .logo-lg {
    height: 38px;
    margin-left: 4px;
    transition: .3s
}

.startbar .startbar-menu {
    height: 100vh;
    padding-bottom: var(--bs-topbar-height)
}

.startbar .startbar-menu .startbar-collapse {
    height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 0 16px 16px
}

.startbar .startbar-menu .navbar-nav .menu-label {
    color: var(--bs-menu-label-color);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .5px;
    letter-spacing: 1px;
    padding: 14px 8px 14px 20px;
    text-align: start;
    text-transform: uppercase;
    white-space: nowrap
}

.startbar .startbar-menu .navbar-nav .menu-label small {
    display: none
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    color: var(--bs-menu-link-color);
    display: flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 3px;
    padding: 10px 16px;
    position: relative
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link.active,
.startbar .startbar-menu .navbar-nav .nav-item .nav-link:hover {
    color: #840404
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link.active:before,
.startbar .startbar-menu .navbar-nav .nav-item .nav-link:hover:before {
    background-color: #840404 !important;
    border-color: #840404 !important
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link:before {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 5px;
    bottom: 0;
    content: "";
    left: -12px;
    position: absolute;
    top: 0;
    width: 6px
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
    content: "\f105";
    display: block;
    font-family: Line Awesome Free;
    font-weight: 900;
    line-height: 20px;
    margin-left: auto;
    transition: transform .2s
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    background-color: rgba(34, 197, 94, .05);
    border-radius: 10px
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
    color: #840404;
    transform: rotate(90deg)
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse][aria-expanded=true] i,
.startbar .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse][aria-expanded=true] span {
    color: #840404;
    font-weight: 600
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse][aria-expanded=true]:before {
    background-color: #840404;
    border: 2px solid #840404;
    content: ""
}

.startbar .startbar-menu .navbar-nav .nav-item .nav .nav-item {
    padding-left: 12px
}

.startbar .startbar-menu .navbar-nav .nav-item .nav .nav-item .nav-link {
    padding: 6px 16px 6px 40px
}

.startbar .startbar-menu .navbar-nav .nav-item .nav .nav-item .nav-link:before {
    background: rgba(137, 151, 189, .2);
    border: 1px solid var(--bs-nav-link-disc-color);
    border-radius: 50%;
    bottom: auto;
    content: "";
    height: 4px;
    left: 12px;
    position: absolute;
    top: auto;
    width: 4px
}

.startbar .startbar-menu .menu-icon {
    color: var(--bs-menu-icon-color);
    font-size: 20px;
    margin-right: 16px
}

.logo-light {
    display: none
}

.logo-dark,
html[data-bs-theme=dark] .logo-light,
html[data-startbar=dark] .logo-light {
    display: inline-block
}

html[data-bs-theme=dark] .logo-dark,
html[data-startbar=dark] .logo-dark {
    display: none
}

@media (min-width:1200px) {
    body[data-sidebar-size=collapsed] .startbar:not(:hover) {
        transition: .3s;
        width: var(--bs-startbar-collapsed-width)
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .brand {
        width: var(--bs-startbar-collapsed-width)
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .brand .logo {
        display: flex
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .brand .logo .logo-lg {
        height: 38px;

        margin-left: 0;
        transition: .3s;
        width: 0
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .navbar-nav .menu-label {
        font-weight: 600;
        padding: 0;
        text-align: center
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .navbar-nav .menu-label span {
        display: none
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .navbar-nav .menu-label small {
        display: inline-block
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .navbar-nav .nav-item .nav-link {
        justify-content: center;
        padding: 10px 18px
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .navbar-nav .nav-item .nav-link span,
    body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after,
    body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=true]:after {
        display: none
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .navbar-nav .nav-item .nav-link .menu-icon {
        margin-right: 0
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .navbar-nav .nav-item .collapse {
        display: none
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .starbar-user {
        transition: .3s;
        width: calc(var(--bs-startbar-collapsed-width) - 1px)
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .starbar-user img.thumb-lg {
        height: 40px;
        width: 40px
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .starbar-user span {
        display: none !important
    }

    body[data-sidebar-size=collapsed] .startbar:not(:hover) .update-msg {
        display: none
    }

    body[data-sidebar-size=collapsed] .page-wrapper .page-content {
        margin-left: var(--bs-startbar-collapsed-width)
    }
}

.page-wrapper .page-content {
    transition: .3s
}

@media (max-width:1199.98px) {
    body[data-sidebar-size=collapsed] .startbar {
        margin-left: calc(var(--bs-startbar-width)*-1)
    }

    .page-wrapper .page-content {
        margin-left: 0
    }

    body[data-sidebar-size=default] .brand {
        width: var(--bs-startbar-width)
    }

    body[data-sidebar-size=default] .brand .logo {
        display: block
    }

    body[data-sidebar-size=default] .brand .logo .logo-lg {
        height: 38px;
        width: auto
    }

    body[data-sidebar-size=default] .startbar-menu .navbar-nav .menu-label {
        border-color: transparent;
        font-weight: 400;
        text-align: start
    }

    body[data-sidebar-size=default] .startbar-menu .navbar-nav .menu-label span {
        display: inline-block
    }

    body[data-sidebar-size=default] .startbar-menu .navbar-nav .menu-label small {
        display: none
    }

    body[data-sidebar-size=default] .startbar-menu .navbar-nav .nav-item .nav-link {
        justify-content: start
    }

    body[data-sidebar-size=default] .startbar-menu .navbar-nav .nav-item .nav-link span,
    body[data-sidebar-size=default] .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after,
    body[data-sidebar-size=default] .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=true]:after {
        display: inline-block
    }

    body[data-sidebar-size=default] .startbar-menu .navbar-nav .nav-item .nav-link .menu-icon {
        margin-right: 8px
    }

    body[data-sidebar-size=default] .page-wrapper .page-content {
        margin-left: 0;
        transition: .3s;
        width: 100%
    }
}

.update-msg {
    background-color: rgba(34, 197, 94, .08);
    border-radius: 5px;
    margin: 50px 16px 16px;
    padding: 1.5rem 12px;
    position: relative
}

.update-msg h5 {
    color: var(--bs-menu-link-color);
    font-weight: 700
}

.update-msg .update-icon-box {
    border: 5px solid rgba(34, 197, 94, .08);
    margin-top: -40px
}

.update-msg .update-icon-box,
.update-msg a.btn {
    background-color: var(--bs-startbar-bg)
}

.startbar-overlay {
    background-color: rgba(33, 37, 41, .35);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1003
}

.startbar-enable .startbar-overlay {
    display: block
}

@media (max-width:1199.98px) {
    [data-sidebar-size=default] .startbar-overlay {
        display: block
    }
}

[dir=rtl] .startbar .nav-link[data-bs-toggle=collapse]:after {
    transform: rotate(180deg)
}

.label-border {
    margin: 12px 0
}

.label-border .border_left {
    display: inline;
    position: relative
}

.label-border .border_left:before {
    border-bottom: 2px solid rgba(34, 197, 94, .2);
    content: "";
    display: inline-block;
    position: relative;
    top: -7px;
    width: 20px
}

.label-border .border_left:after {
    border-bottom: 2px solid rgba(34, 197, 94, .5);
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 7px;
    width: 6px
}

.label-border .border_right {
    display: inline;
    position: relative
}

.label-border .border_right:before {
    border-bottom: 2px solid rgba(34, 197, 94, .2);
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    width: 20px
}

.label-border .border_right:after {
    border-bottom: 2px solid rgba(34, 197, 94, .5);
    bottom: 10px;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    width: 6px
}

.topbar {
    height: var(--bs-topbar-height);
    left: 0;
    margin-left: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s;
    width: calc(100% - var(--bs-startbar-width));
    z-index: 1000
}

.topbar .topbar-custom {
    background-color: transparent;
    transition: .3s
}

.topbar .topbar-custom.nav-sticky {
    background-color: var(--bs-body-bg);
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
    box-shadow: 0 3px 4px rgba(142, 134, 171, .1);
    transition: .3s
}

.topbar .topbar-custom.nav-sticky .nav-link.mobile-menu-btn {
    margin-left: 16px;
    transition: .3s
}

.topbar .topbar-custom.nav-sticky:last-child ul li:last-child .nav-icon {
    margin-right: 16px;
    transition: .3s
}

.topbar .topbar-custom:last-child ul li:last-child .nav-icon {
    margin-right: 0;
    transition: .3s
}

.topbar .topbar-custom .topbar-item {
    align-items: center;
    display: flex;
    height: var(--bs-topbar-height);
    transition: .3s
}

.topbar .topbar-custom .nav-link {
    margin: 0 8px
}

.topbar .topbar-custom .nav-link.mobile-menu-btn {
    margin-left: 0;
    transition: .3s
}

.topbar .topbar-custom .nav-link.nav-icon {
    align-items: center;
    background-color: var(--bs-topbar-bg);
    border-radius: 50%;
    box-shadow: 0 3px 16px rgba(142, 134, 171, .05);
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px
}

.topbar .topbar-custom .nav-link.nav-icon i {
    color: var(--bs-topbar-nav-icon-color);
    font-size: 20px;
    padding-bottom: 2px
}

.topbar .app-search {
    margin: 0;
    position: relative
}

.topbar .app-search form {
    position: relative;
    z-index: 1
}

.topbar .app-search form .form-control,
.topbar .app-search form .form-control:focus {
    background: var(--bs-topbar-bg);
    border: 1px solid transparent;
    border-radius: 30px;
    box-shadow: 0 3px 16px rgba(142, 134, 171, .05);
    font-size: 13px;
    height: 48px;
    margin: 0 8px;
    padding-left: 48px;
    width: 300px
}

.topbar .app-search form button {
    background-color: transparent;
    border: none;
    color: var(--bs-topbar-nav-icon-color);
    font-size: 22px;
    height: 30px;
    left: 16px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 30px
}

.topbar .app-search form button i {
    display: flex
}

.topbar .app-search form button:focus {
    outline: none
}

.topbar .app-search ::-moz-placeholder {
    color: var(--bs-topbar-nav-icon-color);
    font-weight: 400
}

.topbar .app-search ::placeholder {
    color: var(--bs-topbar-nav-icon-color);
    font-weight: 400
}

.topbar .app-search input.form-control:-moz-placeholder,
.topbar .app-search input.form-control::-moz-placeholder {
    color: var(--bs-topbar-nav-icon-color)
}

.topbar .app-search input.form-control:-ms-input-placeholder {
    color: var(--bs-topbar-nav-icon-color)
}

.topbar .topbar-custom.nav-sticky .topbar-item,
.topbar:has(.nav-sticky) {
    height: calc(var(--bs-topbar-height) - 20px);
    transition: .3s
}

html[data-bs-theme=dark] .topbar .topbar-custom .nav-link.nav-icon .light-mode {
    display: none
}

html[data-bs-theme=dark] .topbar .topbar-custom .nav-link.nav-icon .dark-mode,
html[data-bs-theme=light] .topbar .topbar-custom .nav-link.nav-icon .light-mode {
    display: inline-block
}

html[data-bs-theme=light] .topbar .topbar-custom .nav-link.nav-icon .dark-mode {
    display: none
}

@media (min-width:1023.98px) {
    body[data-sidebar-size=collapsed] .topbar {
        width: calc(100% - var(--bs-startbar-collapsed-width))
    }

    .welcome-text {
        display: inline-block
    }
}

@media (max-width:1024px) {

    body[data-sidebar-size=collapsed] .topbar,
    body[data-sidebar-size=default] .topbar {
        width: 100%
    }

    .welcome-text {
        display: none
    }
}

@media (max-width:767.98px) {
    .hide-phone {
        display: none !important
    }

    .topbar .topbar-custom .nav-link {
        margin: 0 4px
    }

    .topbar .topbar-custom.nav-sticky .nav-link.mobile-menu-btn {
        margin-left: 4px
    }

    .topbar .topbar-custom.nav-sticky:last-child ul li:last-child .nav-icon {
        margin-right: 4px
    }
}

@media (max-width:380px) {
    .topbar .topbar-custom {
        margin: 0
    }
}

.dropdown-icon-item {
    border: 1px solid transparent;
    border-radius: 3px;
    color: var(--bs-body-color);
    display: block;
    line-height: 36px;
    padding: 16px 0 8px;
    text-align: center
}

.dropdown-icon-item img {
    height: 36px
}

.dropdown-icon-item span {
    display: block;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown-icon-item:hover {
    background-color: #fff
}

.footer {
    background-color: var(--bs-body-bg);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.chat-box-left {
    background-color: var(--bs-secondary-bg);
    border-radius: 8px;
    float: left;
    height: 710px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 340px
}

.chat-box-left .chat-body-left {
    height: 556px
}

.chat-box-right {
    background-color: var(--bs-body-bg);
    border-radius: 8px;
    display: block;
    height: 710px;
    margin-bottom: 20px;
    margin-left: 361px;
    position: relative;
    width: auto
}

.chat-box-right .chat-body {
    height: 540px;
    padding: 16px
}

.chat-box-right .chat-body .chat-detail {
    max-height: 610px
}

.chat-box-right .chat-body .chat-detail .chat-box .user-chat p {
    background-color: var(--bs-secondary-bg);
    border-radius: 16px 16px 16px 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    margin-bottom: 4px;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 14px;
    width: 75%
}

.chat-box-right .chat-body .chat-detail .chat-box.reverse {
    align-items: flex-end;
    display: flex;
    flex-direction: column
}

.chat-box-right .chat-body .chat-detail .chat-box.reverse .user-chat {
    display: contents;
    width: 100%
}

.chat-box-right .chat-body .chat-detail .chat-box.reverse .user-chat p {
    background-color: #840404;
    border-radius: 16px 16px 0 16px;
    color: #fff;
    text-align: end
}

.chat-box-right .chat-body .chat-detail .chat-box .chat-time {
    font-size: 10px
}

.chat-box-right .chat-footer {
    background-color: var(--bs-secondary-bg);
    border-radius: 8px;
    bottom: 0;
    left: 0;
    padding: 16px;
    position: absolute;
    width: 100%
}

.chat-box-right .chat-footer .chat-features a {
    color: #c1cde0;
    font-size: 22px;
    margin-left: 12px
}

.chat-box-right .chat-footer .chat-features a:hover {
    color: #840404
}

.chat-box-right .chat-footer input.form-control {
    border: none
}

@media (min-width:1024px) and (max-width:1680px) {
    .chat-box-left {
        float: left;
        width: 310px
    }

    .chat-box-right {
        margin-left: 330px;
        width: auto
    }
}

@media (min-width:767px) and (max-width:1023.98px) {
    .chat-box-left {
        float: none;
        width: 100%
    }

    .chat-box-right {
        margin-left: 0;
        width: 100%
    }
}

@media (max-width:767px) {
    .chat-box-left {
        float: none;
        width: 100%
    }

    .chat-box-right {
        margin: 0;
        width: 100%
    }
}

@media (max-width:660px) {
    .chat-box-left {
        float: none;
        width: 100%
    }

    .chat-box-right {
        margin: 0;
        width: 100%
    }
}

@media (max-width:568px) {
    .chat-box-left {
        float: none;
        width: 100%
    }

    .chat-box-right {
        margin: 0;
        width: 100%
    }
}

.kanban-board {
    align-items: stretch;
    display: flex;
    margin-bottom: .75rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    position: relative
}

.kanban-board .kanban-col {
    margin-inline-end: 24px;
    margin-inline-end: 1.5rem;
    min-width: 320px;
    min-width: 20rem;
    position: relative;
    width: 100%
}

.kanban-board .kanban-col:last-child {
    margin-inline-end: 0
}

.kanban-board .kanban-col .add-btn {
    display: none;
    position: relative
}

.kanban-board .kanban-col:hover .add-btn {
    display: inline-block
}

.kanban-board .kanban-col .card {
    cursor: grab
}

.card.gu-mirror {
    cursor: grabbing
}

.pricing-content li {
    color: #7a82b1;
    font-weight: 500;
    margin-bottom: 14px
}

.pricing-content li:before {
    background-color: rgba(34, 197, 94, .1);
    border-radius: 50%;
    color: #840404;
    content: "\f00c";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-size: 9px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    margin-right: 8px;
    text-align: center;
    width: 20px
}

.animate-blink {
    animation: a-animate-blink 1s step-start 0s infinite;
    animation-fill-mode: none
}

@keyframes a-animate-blink {
    50% {
        opacity: 0
    }
}

@media print {
    .page-wrapper .page-content {
        margin-top: 0;
        width: 100%
    }
}

.starability-basic,
.starability-checkmark,
.starability-fade,
.starability-grow,
.starability-growRotate,
.starability-slot {
    min-height: auto
}

.starability-basic>input:checked+label,
.starability-basic>input:focus+label,
.starability-checkmark>input:checked+label,
.starability-checkmark>input:focus+label,
.starability-fade>input:checked+label,
.starability-fade>input:focus+label,
.starability-grow>input:checked+label,
.starability-grow>input:focus+label,
.starability-growRotate>input:checked+label,
.starability-growRotate>input:focus+label,
.starability-slot>input:checked+label,
.starability-slot>input:focus+label {
    outline: none;
    text-decoration: none
}

.ribbon1 {
    position: absolute;
    right: 10px;
    top: -6.1px
}

.ribbon1:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 10px solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0
}

.ribbon1 span {
    border-top-right-radius: 6px;
    display: block;
    font-size: 11px;
    font-weight: 500;
    padding: 6px 4px 0;
    width: 60px
}

.ribbon1 span:after,
.ribbon1 span:before {
    content: "";
    position: absolute
}

.ribbon1 span:before {
    height: 6px;
    left: -4px;
    top: 0;
    width: 4px
}

.ribbon1 span:after {
    border-radius: 8px 8px 0 0;
    height: 6px;
    left: -6px;
    top: 0;
    width: 6px
}

.ribbon1 span.rib1-primary,
.ribbon1 span:before {
    background: #840404
}

.ribbon1 span.rib1-primary:after {
    background: #17843f
}

.ribbon1 span.rib1-secondary,
.ribbon1 span:before {
    background: #95a0c5
}

.ribbon1 span.rib1-secondary:after {
    background: #6474aa
}

.ribbon1 span.rib1-success,
.ribbon1 span:before {
    background: #22c5ad
}

.ribbon1 span.rib1-success:after {
    background: #178474
}

.ribbon1 span.rib1-info,
.ribbon1 span:before {
    background: #41cbd8
}

.ribbon1 span.rib1-info:after {
    background: #239eaa
}

.ribbon1 span.rib1-warning,
.ribbon1 span:before {
    background: #ff9f43
}

.ribbon1 span.rib1-warning:after {
    background: #f67800
}

.ribbon1 span.rib1-danger,
.ribbon1 span:before {
    background: #ef4d56
}

.ribbon1 span.rib1-danger:after {
    background: #dc141f
}

.ribbon1 span.rib1-pink,
.ribbon1 span:before {
    background: #fd3c97
}

.ribbon1 span.rib1-pink:after {
    background: #ea0270
}

.ribbon1 span.rib1-purple,
.ribbon1 span:before {
    background: #7367f0
}

.ribbon1 span.rib1-purple:after {
    background: #3321e9
}

.ribbon1 span.rib1-blue,
.ribbon1 span:before {
    background: #0d6efd
}

.ribbon1 span.rib1-blue:after {
    background: #024dbc
}

.ribbon1 span.rib1-light,
.ribbon1 span:before {
    background: #f4f6f9
}

.ribbon1 span.rib1-light:after {
    background: #c3cede
}

.ribbon1 span.rib1-dark,
.ribbon1 span:before {
    background: #2b2d3b
}

.ribbon1 span.rib1-dark:after {
    background: #0b0b0f
}

.ribbon1.rib1-primary:after {
    border-top-color: #840404
}

.ribbon1.rib1-secondary:after {
    border-top-color: #95a0c5
}

.ribbon1.rib1-success:after {
    border-top-color: #22c5ad
}

.ribbon1.rib1-info:after {
    border-top-color: #41cbd8
}

.ribbon1.rib1-warning:after {
    border-top-color: #ff9f43
}

.ribbon1.rib1-danger:after {
    border-top-color: #ef4d56
}

.ribbon1.rib1-pink:after {
    border-top-color: #fd3c97
}

.ribbon1.rib1-purple:after {
    border-top-color: #7367f0
}

.ribbon1.rib1-blue:after {
    border-top-color: #0d6efd
}

.ribbon1.rib1-light:after {
    border-top-color: #f4f6f9
}

.ribbon1.rib1-dark:after {
    border-top-color: #2b2d3b
}

.ribbon2 {
    border-top-left-radius: 3px;
    padding: 8px 0;
    position: absolute;
    right: 12px;
    text-align: center;
    top: -6px;
    width: 30px
}

.ribbon2:after,
.ribbon2:before {
    content: "";
    position: absolute
}

.ribbon2:before {
    border-right: 6px solid transparent;
    height: 0;
    right: -5.5px;
    top: .1px;
    width: 0
}

.ribbon2:after {
    border-bottom: 18px solid transparent;
    bottom: -18px;
    height: 0;
    left: 0;
    width: 0
}

.ribbon2.rib2-primary {
    background: #840404
}

.ribbon2.rib2-primary:before {
    border-bottom: 6px solid #17843f
}

.ribbon2.rib2-primary:after {
    border-left: 15px solid #840404;
    border-right: 15px solid #840404
}

.ribbon2.rib2-secondary {
    background: #95a0c5
}

.ribbon2.rib2-secondary:before {
    border-bottom: 6px solid #6474aa
}

.ribbon2.rib2-secondary:after {
    border-left: 15px solid #95a0c5;
    border-right: 15px solid #95a0c5
}

.ribbon2.rib2-success {
    background: #22c5ad
}

.ribbon2.rib2-success:before {
    border-bottom: 6px solid #178474
}

.ribbon2.rib2-success:after {
    border-left: 15px solid #22c5ad;
    border-right: 15px solid #22c5ad
}

.ribbon2.rib2-info {
    background: #41cbd8
}

.ribbon2.rib2-info:before {
    border-bottom: 6px solid #239eaa
}

.ribbon2.rib2-info:after {
    border-left: 15px solid #41cbd8;
    border-right: 15px solid #41cbd8
}

.ribbon2.rib2-warning {
    background: #ff9f43
}

.ribbon2.rib2-warning:before {
    border-bottom: 6px solid #f67800
}

.ribbon2.rib2-warning:after {
    border-left: 15px solid #ff9f43;
    border-right: 15px solid #ff9f43
}

.ribbon2.rib2-danger {
    background: #ef4d56
}

.ribbon2.rib2-danger:before {
    border-bottom: 6px solid #dc141f
}

.ribbon2.rib2-danger:after {
    border-left: 15px solid #ef4d56;
    border-right: 15px solid #ef4d56
}

.ribbon2.rib2-pink {
    background: #fd3c97
}

.ribbon2.rib2-pink:before {
    border-bottom: 6px solid #ea0270
}

.ribbon2.rib2-pink:after {
    border-left: 15px solid #fd3c97;
    border-right: 15px solid #fd3c97
}

.ribbon2.rib2-purple {
    background: #7367f0
}

.ribbon2.rib2-purple:before {
    border-bottom: 6px solid #3321e9
}

.ribbon2.rib2-purple:after {
    border-left: 15px solid #7367f0;
    border-right: 15px solid #7367f0
}

.ribbon2.rib2-blue {
    background: #0d6efd
}

.ribbon2.rib2-blue:before {
    border-bottom: 6px solid #024dbc
}

.ribbon2.rib2-blue:after {
    border-left: 15px solid #0d6efd;
    border-right: 15px solid #0d6efd
}

.ribbon2.rib2-light {
    background: #f4f6f9
}

.ribbon2.rib2-light:before {
    border-bottom: 6px solid #c3cede
}

.ribbon2.rib2-light:after {
    border-left: 15px solid #f4f6f9;
    border-right: 15px solid #f4f6f9
}

.ribbon2.rib2-dark {
    background: #2b2d3b
}

.ribbon2.rib2-dark:before {
    border-bottom: 6px solid #0b0b0f
}

.ribbon2.rib2-dark:after {
    border-left: 15px solid #2b2d3b;
    border-right: 15px solid #2b2d3b
}

.ribbon3 {
    font-size: 11px;
    font-weight: 500;
    height: 26px;
    line-height: 26px;
    padding-right: 12px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: 10px;
    width: 70px
}

.ribbon3:after,
.ribbon3:before {
    content: "";
    position: absolute
}

.ribbon3:before {
    border-right: 9px solid transparent;
    bottom: -8.5px;
    height: 0;
    right: .1px;
    width: 0
}

.ribbon3:after {
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    height: 0;
    left: -14.5px;
    width: 0
}

.ribbon3.rib3-primary {
    background: #840404
}

.ribbon3.rib3-primary:before {
    border-top: 9px solid #17843f
}

.ribbon3.rib3-primary:after {
    border-right: 15px solid #840404
}

.ribbon3.rib3-secondary {
    background: #95a0c5
}

.ribbon3.rib3-secondary:before {
    border-top: 9px solid #6474aa
}

.ribbon3.rib3-secondary:after {
    border-right: 15px solid #95a0c5
}

.ribbon3.rib3-success {
    background: #22c5ad
}

.ribbon3.rib3-success:before {
    border-top: 9px solid #178474
}

.ribbon3.rib3-success:after {
    border-right: 15px solid #22c5ad
}

.ribbon3.rib3-info {
    background: #41cbd8
}

.ribbon3.rib3-info:before {
    border-top: 9px solid #239eaa
}

.ribbon3.rib3-info:after {
    border-right: 15px solid #41cbd8
}

.ribbon3.rib3-warning {
    background: #ff9f43
}

.ribbon3.rib3-warning:before {
    border-top: 9px solid #f67800
}

.ribbon3.rib3-warning:after {
    border-right: 15px solid #ff9f43
}

.ribbon3.rib3-danger {
    background: #ef4d56
}

.ribbon3.rib3-danger:before {
    border-top: 9px solid #dc141f
}

.ribbon3.rib3-danger:after {
    border-right: 15px solid #ef4d56
}

.ribbon3.rib3-pink {
    background: #fd3c97
}

.ribbon3.rib3-pink:before {
    border-top: 9px solid #ea0270
}

.ribbon3.rib3-pink:after {
    border-right: 15px solid #fd3c97
}

.ribbon3.rib3-purple {
    background: #7367f0
}

.ribbon3.rib3-purple:before {
    border-top: 9px solid #3321e9
}

.ribbon3.rib3-purple:after {
    border-right: 15px solid #7367f0
}

.ribbon3.rib3-blue {
    background: #0d6efd
}

.ribbon3.rib3-blue:before {
    border-top: 9px solid #024dbc
}

.ribbon3.rib3-blue:after {
    border-right: 15px solid #0d6efd
}

.ribbon3.rib3-light {
    background: #f4f6f9
}

.ribbon3.rib3-light:before {
    border-top: 9px solid #c3cede
}

.ribbon3.rib3-light:after {
    border-right: 15px solid #f4f6f9
}

.ribbon3.rib3-dark {
    background: #2b2d3b
}

.ribbon3.rib3-dark:before {
    border-top: 9px solid #0b0b0f
}

.ribbon3.rib3-dark:after {
    border-right: 15px solid #2b2d3b
}

.ribbon4 {
    height: 188px;
    left: 8px;
    overflow: hidden;
    position: absolute;
    top: -8px;
    width: 100%
}

.ribbon4:after,
.ribbon4:before {
    content: "";
    position: absolute
}

.ribbon4:before {
    border-radius: 8px 8px 0 0;
    height: 8px;
    right: 44px;
    width: 40px
}

.ribbon4:after {
    border-radius: 0 8px 8px 0;
    height: 40px;
    right: 0;
    top: 44px;
    width: 8px
}

.ribbon4.rib4-primary:after,
.ribbon4.rib4-primary:before {
    background: #1a9a49
}

.ribbon4.rib4-secondary:after,
.ribbon4.rib4-secondary:before {
    background: #7482b3
}

.ribbon4.rib4-success:after,
.ribbon4.rib4-success:before {
    background: #1a9a87
}

.ribbon4.rib4-info:after,
.ribbon4.rib4-info:before {
    background: #27b2bf
}

.ribbon4.rib4-warning:after,
.ribbon4.rib4-warning:before {
    background: #ff8510
}

.ribbon4.rib4-danger:after,
.ribbon4.rib4-danger:before {
    background: #eb1e2a
}

.ribbon4.rib4-pink:after,
.ribbon4.rib4-pink:before {
    background: #fc0a7c
}

.ribbon4.rib4-purple:after,
.ribbon4.rib4-purple:before {
    background: #4839eb
}

.ribbon4.rib4-blue:after,
.ribbon4.rib4-blue:before {
    background: #0257d5
}

.ribbon4.rib4-light:after,
.ribbon4.rib4-light:before {
    background: #d3dbe7
}

.ribbon4.rib4-dark:after,
.ribbon4.rib4-dark:before {
    background: #16171e
}

.ribbon4 .ribbon4-band {
    border: 1px dashed;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    right: -50px;
    text-align: center;
    top: 16px;
    transform: rotate(45deg);
    width: 170px;
    z-index: 2
}

.ribbon4 .ribbon4-band.ribbon4-band-primary {
    background: #840404;
    box-shadow: 0 0 0 3px #840404, 0 21px 5px -18px rgba(122, 130, 177, .6)
}

.ribbon4 .ribbon4-band.ribbon4-band-secondary {
    background: #95a0c5;
    box-shadow: 0 0 0 3px #95a0c5, 0 21px 5px -18px rgba(122, 130, 177, .6)
}

.ribbon4 .ribbon4-band.ribbon4-band-success {
    background: #22c5ad;
    box-shadow: 0 0 0 3px #22c5ad, 0 21px 5px -18px rgba(122, 130, 177, .6)
}

.ribbon4 .ribbon4-band.ribbon4-band-info {
    background: #41cbd8;
    box-shadow: 0 0 0 3px #41cbd8, 0 21px 5px -18px rgba(122, 130, 177, .6)
}

.ribbon4 .ribbon4-band.ribbon4-band-warning {
    background: #ff9f43;
    box-shadow: 0 0 0 3px #ff9f43, 0 21px 5px -18px rgba(122, 130, 177, .6)
}

.ribbon4 .ribbon4-band.ribbon4-band-danger {
    background: #ef4d56;
    box-shadow: 0 0 0 3px #ef4d56, 0 21px 5px -18px rgba(122, 130, 177, .6)
}

.ribbon4 .ribbon4-band.ribbon4-band-pink {
    background: #fd3c97;
    box-shadow: 0 0 0 3px #fd3c97, 0 21px 5px -18px rgba(122, 130, 177, .6)
}

.ribbon4 .ribbon4-band.ribbon4-band-purple {
    background: #7367f0;
    box-shadow: 0 0 0 3px #7367f0, 0 21px 5px -18px rgba(122, 130, 177, .6)
}

.ribbon4 .ribbon4-band.ribbon4-band-blue {
    background: #0d6efd;
    box-shadow: 0 0 0 3px #0d6efd, 0 21px 5px -18px rgba(122, 130, 177, .6)
}

.ribbon4 .ribbon4-band.ribbon4-band-light {
    background: #f4f6f9;
    box-shadow: 0 0 0 3px #f4f6f9, 0 21px 5px -18px rgba(122, 130, 177, .6)
}

.ribbon4 .ribbon4-band.ribbon4-band-dark {
    background: #2b2d3b;
    box-shadow: 0 0 0 3px #2b2d3b, 0 21px 5px -18px rgba(122, 130, 177, .6)
}

.activity .activity-info {
    display: flex;
    margin: 5px 0;
    min-height: 60px;
    position: relative
}

.activity .activity-info:before {
    border-left: 2px dotted var(--bs-border-color);
    bottom: 0;
    content: "";
    left: 18px;
    position: absolute;
    top: 42px
}

.activity .activity-info .icon-info-activity i {
    align-items: center;
    border: 1px solid var(--bs-border-color);
    border-radius: 50%;
    box-shadow: 0 0 1px .25px;
    color: var(--bs-secondary-color);
    display: flex;
    font-size: 18px;
    height: 36px;
    justify-content: center;
    margin-left: 2px;
    width: 36px
}

.activity .activity-info .activity-info-text {
    margin-left: 16px;
    width: 100%
}

.activity .activity-info .activity-info-text a,
.activity .activity-info .activity-info-text span {
    color: #7a82b1
}

.icon-item {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center
}

.icon-item,
.icon-item.icon-item-md {
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem
}

.tracking-item {
    border-left: 1px solid var(--bs-border-color);
    margin-left: 150px;
    padding: 24px 30px;
    position: relative
}

.tracking-item .tracking-date {
    font-size: 12px;
    font-weight: 500;
    left: -160px;
    position: absolute;
    text-align: right;
    width: 120px
}

.tracking-item .tracking-icon {
    background-color: var(--bs-secondary-bg);
    border-radius: 50%;
    height: 18px;
    left: -9px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    width: 18px
}

.tracking-item .tracking-icon.icon-inner {
    box-shadow: 0 0 1px 1px #c1cde0;
    color: #a8b5d1;
    font-size: 4px
}

.fc-event {
    background-color: rgba(34, 197, 94, .18);
    border: none;
    border-radius: 2px;
    color: #840404;
    cursor: move;
    font-size: 13px;
    margin: 5px;
    padding: 7px 5px;
    text-align: center
}

.fc .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk h2 {
    color: #840404;
    font-size: 16px;
    text-transform: uppercase
}

.fc .fc-toolbar.fc-header-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 1.5rem
}

.fc .fc-col-header-cell-cushion {
    color: var(--bs-body-color);
    padding: 10px 0
}

.fc .fc-button {
    font-size: 12.992px;
    font-size: .812rem
}

.fc .fc-button-primary {
    background: transparent;
    border: 1px solid var(--bs-border-color);
    box-shadow: none;
    color: #95a0c5;
    text-shadow: none;
    text-transform: capitalize
}

.fc .fc-button-primary:hover {
    background: #840404;
    border-color: var(--bs-border-color);
    color: #fff
}

.fc .fc-button-primary.active,
.fc .fc-button-primary:active,
.fc .fc-button-primary:focus {
    box-shadow: none;
    text-shadow: none
}

.fc .fc-button-primary:disabled {
    background: rgba(34, 197, 94, .1);
    border-color: var(--bs-border-color);
    color: #840404;
    opacity: 1
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background: #840404;
    border-color: var(--bs-border-color);
    color: #fff
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none
}

.fc .fc-daygrid-day-number {
    color: var(--bs-body-color);
    font-weight: 500
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: transparent;
    border-radius: 24px;
    padding: 4px
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
    background-color: rgba(34, 197, 94, .18);
    border-radius: 8px
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-number {
    font-size: 16px;
    font-weight: 800
}

.fc-license-message {
    display: none
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid var(--bs-border-color)
}

.fc-day-other {
    background-image: linear-gradient(-45deg, var(--bs-secondary-bg) 25%, transparent 25%, transparent 50%, var(--bs-secondary-bg) 50%, rgba(122, 130, 177, .2) 75%, transparent 75%, transparent);
    background-size: 10px 10px
}

.fc-h-event .fc-event-main {
    color: #840404;
    font-weight: 500
}

.fc-daygrid-dot-event .fc-event-title {
    font-weight: 500
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    background-color: var(--bs-card-bg);
    border-radius: 4px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    color: #840404
}

[data-simplebar] {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative
}

.simplebar-wrapper {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    overflow: hidden;
    width: inherit
}

.simplebar-mask {
    direction: inherit;
    height: auto !important;
    overflow: hidden;
    width: auto !important;
    z-index: 0
}

.simplebar-mask,
.simplebar-offset {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.simplebar-offset {
    box-sizing: inherit !important;
    direction: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    box-sizing: border-box !important;
    direction: inherit;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    scrollbar-width: none;
    width: auto;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    height: 0;
    width: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    pointer-events: none;
    width: 100%
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    flex-basis: 0;
    flex-grow: inherit;
    flex-shrink: 0;
    float: left;
    height: 100%;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: -1
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    height: 1000%;
    left: 0;
    min-height: 1px;
    min-width: 1px;
    opacity: 0;
    top: 0;
    width: 1000%;
    z-index: -1
}

.simplebar-height-auto-observer,
.simplebar-track {
    overflow: hidden;
    pointer-events: none;
    position: absolute
}

.simplebar-track {
    bottom: 0;
    right: 0;
    z-index: 1
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    left: 0;
    min-height: 10px;
    position: absolute;
    right: 0
}

.simplebar-scrollbar:before {
    background: rgba(168, 181, 209, .5);
    border-radius: 7px;
    content: "";
    left: 2px;
    opacity: 0;
    position: absolute;
    right: 2px;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 10px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    bottom: 2px;
    top: 2px
}

.simplebar-track.simplebar-horizontal {
    height: 11px;
    left: 0
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 7px;
    left: 0;
    min-height: 0;
    min-width: 10px;
    right: auto;
    top: 2px;
    width: auto
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    left: 0;
    right: auto
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    height: 500px;
    opacity: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: fixed;
    visibility: hidden;
    width: 500px
}

.simplebar-hide-scrollbar {
    left: 0;
    overflow-y: scroll;
    position: fixed;
    scrollbar-width: none;
    visibility: hidden;
    -ms-overflow-style: none
}

.apexcharts-grid,
.apexcharts-gridline,
.apexcharts-gridline line,
.apexcharts-gridlines-horizontal,
.apexcharts-gridlines-vertical,
.apexcharts-xaxis line,
.apexcharts-xaxis-tick {
    pointer-events: none;
    stroke: var(--bs-border-color)
}

.apexcharts-xaxis line {
    display: none
}

.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-grid-borders line,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-radar-series line,
.apexcharts-radar-series path,
.apexcharts-radar-series polygon {
    pointer-events: none;
    stroke: var(--bs-border-color)
}

.apexcharts text,
.apexcharts-data-labels text,
.apexcharts-legend-text {
    font-family: var(--bs-font-sans-serif) !important
}

.apexcharts-legend-text {
    color: var(--bs-heading-color) !important;
    opacity: .8
}

.apexcharts-pie-label {
    fill: #fff !important
}

.apexcharts-xaxis text,
.apexcharts-yaxis text {
    opacity: .8
}

.apexcharts-data-labels,
.apexcharts-datalabels text,
.apexcharts-xaxis text,
.apexcharts-yaxis text {
    font-family: var(--bs-font-sans-serif) !important;
    fill: var(--bs-heading-color)
}

.apexcharts-yaxis-annotation-label {
    color: var(--bs-heading-color);
    opacity: .8
}

.apexcharts-point-annotations text,
.apexcharts-xaxis-annotations text,
.apexcharts-yaxis-annotations text {
    fill: #fff
}

.tick text {
    font-family: var(--bs-font-sans-serif) !important;
    font-size: 12px;
    font-size: .75rem
}

.extended-x-line,
.extended-y-line,
.horizontal-grid-line,
.vertical-grid-line {
    stroke: #d9e1ec
}

.bar-chart .percentage-label,
.donut-text,
.legend-entry-name,
.legend-entry-value,
.tick text {
    fill: var(--bs-heading-color);
    opacity: .8
}

.apex-charts {
    min-height: 10px
}

.apexcharts-tooltip-title {
    background: var(--bs-body-bg) !important;
    border-color: #f4f6f9;
    color: var(--bs-body-color)
}

.apexcharts-tooltip,
.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
    font-family: var(--bs-font-sans-serif) !important
}

.apexcharts-tooltip {
    background: var(--bs-body-bg) !important;
    border-color: var(--bs-border-color) !important;
    white-space: normal
}

.apexcharts-xaxistooltip {
    background-color: var(--bs-body-bg);
    border-color: var(--bs-body-bg);
    color: #2b2d3b
}

.apexcharts-xaxistooltip-top:after,
.apexcharts-xaxistooltip-top:before {
    border-top-color: var(--bs-body-bg)
}

.apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
    border-bottom-color: var(--bs-body-bg)
}

.apexcharts-xaxistooltip:after,
.apexcharts-xaxistooltip:before {
    border-color: var(--bs-body-bg)
}

.apexcharts-datalabel-label,
.apexcharts-title-text {
    color: var(--bs-heading-color);
    font-family: var(--bs-font-sans-serif) !important
}

.apexcharts-datalabel-value {
    color: #f4f6f9
}

.apexcharts-legend-marker {
    height: 5px;
    margin-right: 5px;
    vertical-align: middle
}

.apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-text.apexcharts-xaxis-label,
.apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-text.apexcharts-yaxis-label,
.apexcharts-xaxis .apexcharts-yaxis-texts-g .apexcharts-text.apexcharts-xaxis-label,
.apexcharts-xaxis .apexcharts-yaxis-texts-g .apexcharts-text.apexcharts-yaxis-label,
.apexcharts-yaxis .apexcharts-xaxis-texts-g .apexcharts-text.apexcharts-xaxis-label,
.apexcharts-yaxis .apexcharts-xaxis-texts-g .apexcharts-text.apexcharts-yaxis-label,
.apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-text.apexcharts-xaxis-label,
.apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-text.apexcharts-yaxis-label {
    font-weight: 500
}

.apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-label,
.apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-value {
    font-family: var(--bs-font-sans-serif) !important;
    fill: var(--bs-heading-color);
    color: var(--bs-heading-color);
    opacity: .8
}

.apexcharts-grid-row {
    background-color: rgba(168, 181, 209, .2)
}

.superpose {
    color: #eaeff5;
    height: 350px;
    width: 100%
}

.superpose .superclock {
    margin: auto;
    position: relative;
    width: 300px
}

.superpose .superclock .superclock1 {
    left: 10px;
    position: absolute;
    top: 10px
}

.superpose .superclock .superclock2 {
    left: 60px;
    position: absolute;
    top: 60px
}

.superpose .superclock .superclock3 {
    left: 110px;
    position: absolute;
    top: 110px
}

.drop-shadow {
    filter: drop-shadow(0 8px 4px #f4f6f9)
}

.tui-chart .tui-chart-chartExportMenu-area {
    z-index: 50
}

.pill-bar .apexcharts-bar-series.apexcharts-plot-series .apexcharts-series path {
    clip-path: inset(0 0 4% 0 round 30px)
}

.gauge text {
    fill: var(--bs-heading-color);
    font-family: var(--bs-font-sans-serif) !important
}

.tui-chart .tui-chart-chartExportMenu-area .tui-chart-chartExportMenu-button {
    display: none
}

.tui-chart text {
    fill: var(--bs-body-color);
    font-family: var(--bs-font-sans-serif) !important
}

.gmaps {
    background: #f4f6f9;
    border-radius: 3px;
    height: 300px
}

.overlay {
    background: #840404;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
    text-align: center
}

.overlay_arrow {
    height: 0;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 0
}

.overlay_arrow.above {
    border-top: 10px solid #840404;
    bottom: -9px
}

.overlay_arrow.above,
.overlay_arrow.below {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.overlay_arrow.below {
    border-bottom: 10px solid #840404;
    top: -9px
}

.svgMap-map-wrapper {
    background: #f4f6f9;
    overflow: hidden;
    padding-top: 50%;
    position: relative;
    width: 100%
}

.jvm-container text {
    fill: var(--bs-heading-color) !important
}

.jvm-container text,
.jvm-tooltip {
    font-family: var(--bs-font-sans-serif) !important
}

.jvm-tooltip {
    background-color: #840404
}

code[class*=language-],
pre[class*=language-] {
    color: #9efeff;
    direction: ltr;
    font-size: 14px;
    font-weight: 400;
    -webkit-hyphens: none;
    hyphens: none;
    letter-spacing: .5px;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    text-align: left;
    text-shadow: 0 1px #222245;
    white-space: pre;
    word-break: normal;
    word-spacing: normal
}

code[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
pre[class*=language-]::-moz-selection {
    background: #a599e9;
    color: inherit
}

code[class*=language-] ::-moz-selection,
code[class*=language-] ::selection,
code[class*=language-]::-moz-selection,
code[class*=language-]::selection,
pre[class*=language-] ::-moz-selection,
pre[class*=language-] ::selection,
pre[class*=language-]::-moz-selection,
pre[class*=language-]::selection {
    background: #a599e9;
    color: inherit
}

pre[class*=language-] {
    margin: 0;
    overflow: auto;
    padding: 2em
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
    background: #151516
}

:not(pre)>code[class*=language-] {
    border-radius: .3em;
    padding: .1em
}

.token {
    font-weight: 400
}

.token.cdata,
.token.comment,
.token.prolog {
    color: #b362ff
}

.token.atrule,
.token.delimiter,
.token.important,
.token.keyword,
.token.selector {
    color: #ff9d00
}

.token.attr-name,
.token.operator {
    color: #ffb454
}

.token.punctuation {
    color: #fff
}

.token.boolean {
    color: #ff628c
}

.token.builtin,
.token.doctype,
.token.tag,
.token.tag .punctuation {
    color: #ff9d00
}

.token.entity,
.token.symbol {
    color: #6897bb
}

.token.constant,
.token.number,
.token.property,
.token.variable {
    color: #ff628c
}

.token.char,
.token.string {
    color: #a5ff90
}

.token.attr-value,
.token.attr-value .punctuation {
    color: #a5c261
}

.token.attr-value .punctuation:first-child {
    color: #a9b7c6
}

.token.url {
    color: #287bde;
    text-decoration: underline
}

.token.function {
    color: #fad000
}

.token.regex {
    background: #364135
}

.token.bold {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.inserted {
    background: #0f0
}

.token.deleted {
    background: #ff000d
}

code.language-css .token.property,
code.language-css .token.property+.token.punctuation {
    color: #a9b7c6
}

code.language-css .token.id,
code.language-css .token.selector>.token.attribute,
code.language-css .token.selector>.token.class,
code.language-css .token.selector>.token.pseudo-class,
code.language-css .token.selector>.token.pseudo-element {
    color: #ffc66d
}

.token.class-name {
    color: #fb94ff
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
    background: 0 0
}

.line-highlight.line-highlight {
    background: linear-gradient(90deg, rgba(179, 98, 255, .17), transparent);
    margin-top: 36px
}

.line-highlight.line-highlight:before,
.line-highlight.line-highlight[data-end]:after {
    content: ""
}

pre.language-css,
pre.language-html,
pre.language-javascript {
    max-height: 220px;
    overflow-y: auto
}

pre.language-css::-webkit-scrollbar,
pre.language-html::-webkit-scrollbar,
pre.language-javascript::-webkit-scrollbar {
    -webkit-appearance: none
}

pre.language-css::-webkit-scrollbar:vertical,
pre.language-html::-webkit-scrollbar:vertical,
pre.language-javascript::-webkit-scrollbar:vertical {
    margin-right: 5px;
    width: 5px
}

pre.language-css::-webkit-scrollbar:horizontal,
pre.language-html::-webkit-scrollbar:horizontal,
pre.language-javascript::-webkit-scrollbar:horizontal {
    height: 10px
}

pre.language-css::-webkit-scrollbar-thumb,
pre.language-html::-webkit-scrollbar-thumb,
pre.language-javascript::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: none;
    border-radius: 10px;
    margin-right: 5px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

pre.language-css::-webkit-scrollbar-track,
pre.language-html::-webkit-scrollbar-track,
pre.language-javascript::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px
}

pre.language-css::-webkit-scrollbar-corner,
pre.language-html::-webkit-scrollbar-corner,
pre.language-javascript::-webkit-scrollbar-corner {
    background: transparent
}

pre.language-css:hover::-webkit-scrollbar-thumb,
pre.language-html:hover::-webkit-scrollbar-thumb,
pre.language-javascript:hover::-webkit-scrollbar-thumb {
    background-color: rgba(244, 246, 249, .3);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.swal2-popup {
    background: var(--bs-secondary-bg);
    padding: 1.5rem
}

.swal2-popup .swal2-title {
    color: var(--bs-body-color);
    font-size: 20px;
    font-weight: 500
}

.swal2-popup .swal2-content {
    color: #95a0c5;
    font-size: 15px
}

.swal2-popup.swal2-toast {
    background-color: var(--bs-secondary-bg);
    box-shadow: 0 0 .625em rgba(85, 91, 126, .2)
}

.swal2-popup.swal2-toast .swal2-title {
    line-height: 1.2
}

.swal2-popup .swal2-styled {
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #22c5ad;
    font-size: 12.992px;
    font-size: .812rem
}

.swal2-popup .swal2-styled.swal2-confirm:focus {
    box-shadow: none
}

.swal2-popup .swal2-styled.swal2-deny {
    background-color: #840404;
    font-size: 12.992px;
    font-size: .812rem
}

.swal2-popup .swal2-styled.swal2-deny:focus {
    box-shadow: none
}

.swal2-popup .swal2-styled.swal2-cancel {
    background-color: #ef4d56;
    font-size: 12.992px;
    font-size: .812rem
}

.swal2-close:focus,
.swal2-popup .swal2-styled.swal2-cancel:focus {
    box-shadow: none
}

.swal2-footer {
    border-top: 1px solid var(--bs-border-color)
}

.swal2-actions .btn-danger,
.swal2-actions .btn-success {
    border: none
}

.swal2-actions .btn-danger:focus,
.swal2-actions .btn-success:focus {
    box-shadow: none
}

div:where(.swal2-container) .swal2-html-container {
    color: var(--bs-text-muted)
}

div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
    border: 1px solid var(--bs-border-color);
    box-shadow: none;
    color: var(--bs-body-color)
}

div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
    border: 1px solid #840404;
    box-shadow: none
}

.swal2-icon {
    height: 3em;
    margin: 1em auto;
    width: 3em
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: 22px;
    width: 30px
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 9px
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 9px
}

.swal2-icon .swal2-icon-content {
    font-size: 40px
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    height: 70px;
    width: 40px
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    left: -13px;
    top: -23px
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    left: 36px;
    top: -12px
}

.swal2-icon.swal2-success .swal2-success-fix {
    height: 60px;
    left: 12px;
    top: 0;
    width: 6px
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    left: 6px;
    top: 28px;
    width: 18px
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    right: 4px;
    top: 23px;
    width: 30px
}

@keyframes swal2-animate-success-line-tip {
    0% {
        left: .0625em;
        top: 1.1875em;
        width: 0
    }

    54% {
        left: 4px;
        top: 24px;
        width: 0
    }

    70% {
        left: 0;
        top: 27px;
        width: 22px
    }

    84% {
        left: 8px;
        top: 30px;
        width: 16px
    }

    to {
        left: 6px;
        top: 28px;
        width: 18px
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        right: 2.875em;
        top: 3.375em;
        width: 0
    }

    65% {
        right: 30px;
        top: 40px;
        width: 0
    }

    84% {
        right: 0;
        top: 22px;
        width: 34px
    }

    to {
        right: 4px;
        top: 23px;
        width: 30px
    }
}

.noUi-target {
    background: rgba(168, 181, 209, .2);
    border: 1px solid var(--bs-border-color);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(168, 181, 209, .1), 0 3px 6px -5px rgba(168, 181, 209, .2)
}

.noUi-horizontal .noUi-handle {
    height: 16px;
    right: -8px;
    top: -6px;
    width: 16px
}

.noUi-horizontal {
    height: 7px
}

.noUi-handle {
    background: #840404;
    border: 2px solid var(--bs-border-color);
    border-radius: 50px;
    box-shadow: none
}

.noUi-handle:after,
.noUi-handle:before {
    background: #fff;
    height: 4px;
    left: 4px;
    top: 4px;
    width: 1px
}

.noUi-handle:after {
    left: 7px
}

.noUi-connect {
    background: #1fb155
}

.noUi-vertical {
    width: 7px
}

.noUi-vertical .noUi-handle {
    height: 16px;
    right: -5.5px;
    top: -10px;
    width: 16px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    height: 1px;
    left: 3px;
    top: 7px;
    width: 5px
}

.noUi-vertical .noUi-handle:after {
    height: 1px;
    left: 3px;
    top: 4px;
    width: 5px
}

.noUi-vertical .noUi-origin {
    top: 0
}

.noUi-marker {
    background: rgba(168, 181, 209, .2);
    position: absolute
}

.noUi-marker-large,
.noUi-marker-sub {
    background: rgba(168, 181, 209, .3)
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 12px
}

.example-val:before {
    content: "Value: "
}

.noUi-tooltip {
    display: none
}

.noUi-active .noUi-tooltip {
    display: block
}

.noUi-tooltip {
    background: #fafbfc;
    border: 1px solid var(--bs-border-color);
    color: #7a82b1;
    font-size: 10px;
    padding: 2px 4px
}

ul.listree-submenu-items {
    border-left: 1px dashed var(--bs-border-color)
}

ul.listree-submenu-items li a {
    display: block;
    margin-bottom: 12px
}

.folder-icon div.listree-submenu-heading.collapsed:before {
    content: "\f07b";
    font-family: Font Awesome\ 5 Free
}

.folder-icon div.listree-submenu-heading.expanded:before {
    content: "\f07c";
    font-family: Font Awesome\ 5 Free
}

[dir=rtl] ul.listree-submenu-items {
    border-right: none
}

.listree-submenu-heading {
    padding-bottom: 12px
}