@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700,900);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-light.eot);
    src: local("Cerebri-sans Light"), url(../fonts/cerebrisans-light.woff) format("woff");
    font-weight: 300
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-regular.eot);
    src: local("Cerebri-sans Regular"), url(../fonts/cerebrisans-regular.woff) format("woff");
    font-weight: 400
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-medium.eot);
    src: local("Cerebri-sans Medium"), url(../fonts/cerebrisans-medium.woff) format("woff");
    font-weight: 500
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-semibold.eot);
    src: local("Cerebri-sans Semibold"), url(../fonts/cerebrisans-semibold.woff) format("woff");
    font-weight: 600
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-bold.eot);
    src: local("Cerebri-sans Bold"), url(../fonts/cerebrisans-bold.woff) format("woff");
    font-weight: 700
}

:root {
    --ct-link-color: #00aca5;
    --ct-link-hover-color: #00aca5;
    --ct-border-color: #dee2e6;
    --ct-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    --ct-box-shadow-sm: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    --ct-box-shadow-lg: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    --ct-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --ct-component-active-color: #fff;
    --ct-component-active-bg: #00aca5;
    --ct-text-muted: #98a6ad;
    --ct-blockquote-footer-color: #98a6ad;
    --ct-hr-color: #e5e8eb;
    --ct-mark-bg: #fcf8e3;
    --ct-c: #6c757d;
    --ct-table-bg: transparent;
    --ct-table-accent-bg: transparent;
    --ct-table-striped-color: var(--ct-table-color);
    --ct-table-striped-bg: #f7f8f9;
    --ct-table-active-color: var(--ct-table-color);
    --ct-table-active-bg: #f7f8f9;
    --ct-table-hover-color: var(--ct-table-color);
    --ct-table-hover-bg: #f7f8f9;
    --ct-table-border-color: #dee2e6;
    --ct-table-group-separator-color: #dee2e6;
    --ct-table-caption-color: var(--ct-text-muted);
    --ct-input-btn-focus-color: rgba(102, 88, 221, 0.25);
    --ct-btn-box-shadow: 0px 2px 6px 0px;
    --ct-btn-active-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ct-btn-link-color: var(--ct-link-color);
    --ct-btn-link-hover-color: var(--ct-link-hover-color);
    --ct-btn-link-disabled-color: #98a6ad;
    --ct-form-text-color: var(--ct-text-muted);
    --ct-input-bg: #fff;
    --ct-input-disabled-bg: #fff;
    --ct-input-color: #6c757d;
    --ct-input-border-color: #ced4da;
    --ct-input-box-shadow: var(--ct-box-shadow-inset);
    --ct-input-focus-bg: var(--ct-input-bg);
    --ct-input-focus-border-color: #b9bfc4;
    --ct-input-focus-color: var(--ct-input-color);
    --ct-input-placeholder-color: #adb5bd;
    --ct-input-plaintext-color: #6c757d;
    --ct-form-check-input-bg: #fff;
    --ct-form-check-input-border: 1px solid #adb5bd;
    --ct-form-check-input-checked-color: var(--ct-component-active-color);
    --ct-form-check-input-checked-bg-color: var(--ct-component-active-bg);
    --ct-form-check-input-checked-border-color: var(--ct-form-check-input-checked-bg-color);
    --ct-form-check-input-indeterminate-color: var(--ct-component-active-color);
    --ct-form-check-input-indeterminate-bg-color: var(--ct-component-active-bg);
    --ct-form-check-input-indeterminate-border-color: var(--ct-form-check-input-indeterminate-bg-color);
    --ct-form-switch-color: #dee2e6;
    --ct-input-group-addon-color: var(--ct-input-color);
    --ct-input-group-addon-bg: #eceff1;
    --ct-input-group-addon-border-color: #ced4da;
    --ct-form-select-color: var(--ct-input-color);
    --ct-form-select-bg: var(--ct-input-bg);
    --ct-form-select-disabled-color: #98a6ad;
    --ct-form-select-disabled-bg: #eceff1;
    --ct-form-select-indicator-color: #343a40;
    --ct-form-range-track-bg: #dee2e6;
    --ct-form-range-track-box-shadow: var(--ct-box-shadow-inset);
    --ct-form-range-thumb-box-shadow: 0 .1rem .25rem rgba(0, 0, 0, 0.1);
    --ct-form-range-thumb-active-bg: #d1cdf5;
    --ct-form-range-thumb-disabled-bg: #adb5bd;
    --ct-form-file-button-color: var(--ct-input-color);
    --ct-form-file-button-bg: var(--ct-input-group-addon-bg);
    --ct-form-file-button-hover-bg: #e0e3e5;
    --ct-nav-link-disabled-color: #98a6ad;
    --ct-nav-tabs-border-color: #dee2e6;
    --ct-nav-tabs-link-hover-border-color: #eceff1 #eceff1 var(--ct-nav-tabs-border-color);
    --ct-nav-tabs-link-active-color: #6c757d;
    --ct-nav-tabs-link-active-bg: #fff;
    --ct-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 var(--ct-nav-tabs-link-active-bg);
    --ct-navbar-dark-color: rgba(255, 255, 255, 0.55);
    --ct-navbar-dark-hover-color: rgba(255, 255, 255, 0.75);
    --ct-navbar-dark-active-color: #fff;
    --ct-navbar-dark-disabled-color: rgba(255, 255, 255, 0.25);
    --ct-navbar-dark-toggler-border-color: rgba(255, 255, 255, 0.1);
    --ct-navbar-light-color: rgba(0, 0, 0, 0.55);
    --ct-navbar-light-hover-color: rgba(0, 0, 0, 0.7);
    --ct-navbar-light-active-color: rgba(0, 0, 0, 0.9);
    --ct-navbar-light-disabled-color: rgba(0, 0, 0, 0.3);
    --ct-navbar-light-toggler-border-color: rgba(0, 0, 0, 0.1);
    --ct-dropdown-color: #6c757d;
    --ct-dropdown-bg: #fff;
    --ct-dropdown-border-color: #e5e8ea;
    --ct-dropdown-divider-bg: #eceff1;
    --ct-dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.175);
    --ct-dropdown-link-color: #6c757d;
    --ct-dropdown-link-hover-bg: #f7f8f9;
    --ct-dropdown-link-active-color: #323a46;
    --ct-dropdown-link-active-bg: #f7f8f9;
    --ct-dropdown-link-disabled-color: #98a6ad;
    --ct-dropdown-dark-color: #dee2e6;
    --ct-dropdown-dark-bg: #343a40;
    --ct-dropdown-dark-border-color: var(--ct-dropdown-border-color);
    --ct-dropdown-dark-divider-bg: var(--ct-dropdown-divider-bg);
    --ct-dropdown-dark-link-color: var(--ct-dropdown-dark-color);
    --ct-dropdown-dark-link-hover-color: #fff;
    --ct-dropdown-dark-link-hover-bg: rgba(255, 255, 255, 0.15);
    --ct-dropdown-dark-link-active-color: var(--ct-dropdown-link-active-color);
    --ct-dropdown-dark-link-active-bg: var(--ct-dropdown-link-active-bg);
    --ct-dropdown-dark-link-disabled-color: #adb5bd;
    --ct-dropdown-dark-header-color: #adb5bd;
    --ct-pagination-color: #323a46;
    --ct-pagination-bg: #fff;
    --ct-pagination-border-color: #dee2e6;
    --ct-pagination-focus-color: var(--ct-link-hover-color);
    --ct-pagination-focus-bg: #eceff1;
    --ct-pagination-focus-box-shadow: 0 0 0 0.15rem var(--ct-input-btn-focus-color);
    --ct-pagination-hover-color: #323a46;
    --ct-pagination-hover-bg: #eceff1;
    --ct-pagination-hover-border-color: #dee2e6;
    --ct-pagination-disabled-color: #98a6ad;
    --ct-pagination-disabled-bg: #fff;
    --ct-pagination-disabled-border-color: #dee2e6;
    --ct-card-border-color: #eceff1;
    --ct-card-box-shadow: var(--ct-box-shadow-sm);
    --ct-card-cap-bg: #edeff1;
    --ct-card-bg: #fff;
    --ct-accordion-color: #6c757d;
    --ct-accordion-border-color: rgba(0, 0, 0, 0.125);
    --ct-accordion-button-active-bg: #f0eefc;
    --ct-accordion-button-active-color: #5c4fc7;
    --ct-accordion-button-focus-border-color: var(--ct-input-focus-border-color);
    --ct-accordion-button-focus-box-shadow: 0 0 0 0.15rem var(--ct-input-btn-focus-color);
    --ct-tooltip-color: #fff;
    --ct-tooltip-bg: #000;
    --ct-popover-bg: #fff;
    --ct-popover-border-color: #dee2e6;
    --ct-popover-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.2);
    --ct-popover-header-bg: #f0f0f0;
    --ct-popover-body-color: #6c757d;
    --ct-popover-arrow-color: #fff;
    --ct-popover-arrow-outer-color: #dee2e6;
    --ct-toast-background-color: rgba(255, 255, 255, 0.85);
    --ct-toast-border-color: rgba(0, 0, 0, 0.1);
    --ct-toast-box-shadow: var(--ct-box-shadow);
    --ct-toast-header-color: #98a6ad;
    --ct-toast-header-background-color: rgba(255, 255, 255, 0.85);
    --ct-toast-header-border-color: rgba(0, 0, 0, 0.05);
    --ct-badge-color: #fff;
    --ct-modal-content-bg: #fff;
    --ct-modal-content-box-shadow-xs: 0 .25rem .5rem rgba(0, 0, 0, 0.5);
    --ct-modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba(0, 0, 0, 0.5);
    --ct-modal-backdrop-bg: #323a46;
    --ct-modal-header-border-color: var(--ct-border-color);
    --ct-modal-footer-border-color: var(--ct-border-color);
    --ct-progress-bg: #eef0f2;
    --ct-progress-box-shadow: var(--ct-box-shadow-inset);
    --ct-progress-bar-color: #fff;
    --ct-progress-bar-bg: #00aca5;
    --ct-list-group-color: inherit;
    --ct-list-group-bg: #fff;
    --ct-list-group-border-color: #eceff1;
    --ct-list-group-hover-bg: #f7f8f9;
    --ct-list-group-disabled-color: #98a6ad;
    --ct-list-group-disabled-bg: #fff;
    --ct-list-group-action-color: #6c757d;
    --ct-list-group-action-active-color: #6c757d;
    --ct-list-group-action-active-bg: #eceff1;
    --ct-thumbnail-bg: #f5f5f5;
    --ct-thumbnail-border-color: #dee2e6;
    --ct-thumbnail-box-shadow: var(--ct-box-shadow-sm);
    --ct-figure-caption-color: #98a6ad;
    --ct-breadcrumb-divider-color: #ced4da;
    --ct-breadcrumb-active-color: #adb5bd;
    --ct-carousel-control-color: #fff;
    --ct-carousel-indicator-active-bg: #fff;
    --ct-carousel-caption-color: #fff;
    --ct-carousel-dark-indicator-active-bg: #000;
    --ct-carousel-dark-caption-color: #000;
    --ct-btn-close-color: #000;
    --ct-code-color: #f672a7;
    --ct-kbd-color: #fff;
    --ct-kbd-bg: #323a46;
    --ct-pre-color: #323a46;
    --ct-bg-leftbar: #fff;
    --ct-bg-leftbar-dark: #38414a;
    --ct-bg-leftbar-brand: #4a81d4;
    --ct-bg-leftbar-gradient: #683ba9;
    --ct-twocolumn-sidebar-bg: #fff;
    --ct-twocolumn-sidebar-iconview-bg: #00aca5;
    --ct-menu-item-color-dark: #9097a7;
    --ct-menu-item-hover-color-dark: #c8cddc;
    --ct-menu-item-active-color-dark: #fff;
    --ct-menu-item: #6e768e;
    --ct-menu-item-hover: #00acc1;
    --ct-menu-item-active: #00acc1;
    --ct-menu-sub-item-active: #00acc1;
    --ct-menuitem-active-bg: rgba(0, 172, 193, 0.07);
    --ct-hori-menu-item-color: #6e7488;
    --ct-rightbar-bg: #fff;
    --ct-bg-topbar-light: #fff;
    --ct-bg-topbar-dark: #3a3a3a;
    --ct-box-shadow-condensed: 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
    --ct-footer-bg: #efefef;
    --ct-auth-bg: #fff;
    --ct-auth-bg-alt: #00aca5;
    --ct-apex-grid-color: #f9f9fd;
    --ct-chat-primary-user-bg: #fef5e4;
    --ct-chat-secondary-user-bg: #f1f3fa;
    --ct-text-color-h: #343a40;
    --ct-card-overlay-color: #3e4852;
    --ct-card-overlay-bg: rgba(255, 255, 255, 0.8);
    --ct-input-light-bg: #f3f7f9;
    --ct-components-shadow-sm: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    --ct-components-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    --ct-components-shadow-lg: 0 0 45px 0 rgba(0, 0, 0, 0.12)
}

body[data-layout-color=dark] {
    --ct-body-bg: #303841;
    --ct-body-color: #94a0ad;
    --ct-link-color: #00aca5;
    --ct-link-hover-color: #fff;
    --ct-border-color: #424e5a;
    --ct-box-shadow: 0px 0px 35px 0px rgba(66, 72, 80, 0.15);
    --ct-box-shadow-sm: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    --ct-box-shadow-lg: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    --ct-box-shadow-inset: inset 0 -.1rem 0 rgba(0, 0, 0, 0.075);
    --ct-component-active-color: #fff;
    --ct-component-active-bg: #00aca5;
    --ct-text-muted: #8c98a5;
    --ct-blockquote-footer-color: #cedeef;
    --ct-hr-color: #424e5a;
    --ct-mark-bg: #fcf8e3;
    --ct-table-color: var(--ct-body-color);
    --ct-table-bg: transparent;
    --ct-table-accent-bg: transparent;
    --ct-table-striped-color: var(--ct-body-color);
    --ct-table-striped-bg: #3b4651;
    --ct-table-active-color: var(--ct-body-color);
    --ct-table-active-bg: #3b4651;
    --ct-table-hover-color: var(--ct-body-color);
    --ct-table-hover-bg: #3b4651;
    --ct-table-border-color: #424e5a;
    --ct-table-group-separator-color: #424e5a;
    --ct-table-caption-color: var(--ct-text-muted);
    --ct-input-btn-focus-color: rgba(102, 88, 221, 0.25);
    --ct-btn-box-shadow: 0 0 0;
    --ct-btn-active-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ct-btn-link-color: var(--ct-link-color);
    --ct-btn-link-hover-color: var(--ct-link-hover-color);
    --ct-btn-link-disabled-color: #cedeef;
    --ct-form-text-color: var(--ct-text-muted);
    --ct-input-bg: #3b4651;
    --ct-input-disabled-bg: #3b4651;
    --ct-input-color: var(--ct-body-color);
    --ct-input-border-color: #424e5a;
    --ct-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    --ct-input-focus-bg: var(--ct-input-bg);
    --ct-input-focus-border-color: #475461;
    --ct-input-focus-color: var(--ct-body-color);
    --ct-input-placeholder-color: #586877;
    --ct-input-plaintext-color: var(--ct-body-color);
    --ct-form-check-input-bg: #3b4651;
    --ct-form-check-input-border: 1px solid #5d7186;
    --ct-form-check-input-checked-color: var(--ct-component-active-color);
    --ct-form-check-input-checked-bg-color: var(--ct-component-active-bg);
    --ct-form-check-input-checked-border-color: var(--ct-form-check-input-checked-bg-color);
    --ct-form-check-input-indeterminate-color: var(--ct-component-active-color);
    --ct-form-check-input-indeterminate-bg-color: var(--ct-component-active-bg);
    --ct-form-check-input-indeterminate-border-color: var(--ct-form-check-input-indeterminate-bg-color);
    --ct-form-switch-color: #5d7186;
    --ct-input-group-addon-color: var(--ct-body-color);
    --ct-input-group-addon-bg: #36404a;
    --ct-input-group-addon-border-color: #424e5a;
    --ct-form-select-color: var(--ct-body-color);
    --ct-form-select-bg: var(--ct-input-bg);
    --ct-form-select-disabled-color: #cedeef;
    --ct-form-select-disabled-bg: #36404a;
    --ct-form-select-indicator-color: #f7f7f7;
    --ct-form-range-track-bg: #424e5a;
    --ct-form-range-track-box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, 0.1);
    --ct-form-range-thumb-box-shadow: 0 .1rem .25rem rgba(0, 0, 0, 0.1);
    --ct-form-range-thumb-active-bg: #d1cdf5;
    --ct-form-range-thumb-disabled-bg: #8c98a5;
    --ct-form-file-button-color: var(--ct-body-color);
    --ct-form-file-button-bg: var(--ct-input-group-addon-bg);
    --ct-form-file-button-hover-bg: #333d46;
    --ct-nav-link-disabled-color: #cedeef;
    --ct-nav-tabs-border-color: #424e5a;
    --ct-nav-tabs-link-hover-border-color: #36404a #36404a var(--ct-nav-tabs-border-color);
    --ct-nav-tabs-link-active-color: #dee2e6;
    --ct-nav-tabs-link-active-bg: #424e5a;
    --ct-nav-tabs-link-active-border-color: #424e5a #424e5a var(--ct-nav-tabs-link-active-bg);
    --ct-navbar-dark-color: rgba(255, 255, 255, 0.55);
    --ct-navbar-dark-hover-color: rgba(255, 255, 255, 0.75);
    --ct-navbar-dark-active-color: #fff;
    --ct-navbar-dark-disabled-color: rgba(255, 255, 255, 0.25);
    --ct-navbar-dark-toggler-border-color: rgba(255, 255, 255, 0.1);
    --ct-navbar-light-color: rgba(247, 247, 247, 0.5);
    --ct-navbar-light-hover-color: rgba(247, 247, 247, 0.7);
    --ct-navbar-light-active-color: rgba(247, 247, 247, 0.9);
    --ct-navbar-light-disabled-color: rgba(247, 247, 247, 0.3);
    --ct-navbar-light-toggler-border-color: rgba(247, 247, 247, 0.1);
    --ct-dropdown-color: var(--ct-body-color);
    --ct-dropdown-bg: #3b4651;
    --ct-dropdown-border-color: #414d59;
    --ct-dropdown-divider-bg: #475461;
    --ct-dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.175);
    --ct-dropdown-link-color: var(--ct-body-color);
    --ct-dropdown-link-hover-bg: #424e5a;
    --ct-dropdown-link-active-color: #f3f7f9;
    --ct-dropdown-link-active-bg: #424e5a;
    --ct-dropdown-link-disabled-color: #5d7186;
    --ct-dropdown-dark-color: #424e5a;
    --ct-dropdown-dark-bg: #f7f7f7;
    --ct-dropdown-dark-border-color: var(--ct-dropdown-border-color);
    --ct-dropdown-dark-divider-bg: var(--ct-dropdown-divider-bg);
    --ct-dropdown-dark-link-color: var(--ct-dropdown-dark-color);
    --ct-dropdown-dark-link-hover-color: #fff;
    --ct-dropdown-dark-link-hover-bg: rgba(255, 255, 255, 0.15);
    --ct-dropdown-dark-link-active-color: var(--ct-dropdown-link-active-color);
    --ct-dropdown-dark-link-active-bg: var(--ct-dropdown-link-active-bg);
    --ct-dropdown-dark-link-disabled-color: #8c98a5;
    --ct-dropdown-dark-header-color: #8c98a5;
    --ct-pagination-color: #f3f7f9;
    --ct-pagination-bg: #3b4651;
    --ct-pagination-border-color: #424e5a;
    --ct-pagination-focus-color: var(--ct-link-hover-color);
    --ct-pagination-focus-bg: #424e5a;
    --ct-pagination-focus-box-shadow: 0 0 0 0.15rem var(--ct-input-btn-focus-color);
    --ct-pagination-hover-color: #f3f7f9;
    --ct-pagination-hover-bg: #424e5a;
    --ct-pagination-hover-border-color: #475461;
    --ct-pagination-disabled-color: #cedeef;
    --ct-pagination-disabled-bg: #424e5a;
    --ct-pagination-disabled-border-color: #424e5a;
    --ct-card-border-color: #36404a;
    --ct-card-box-shadow: var(--ct-box-shadow-sm);
    --ct-card-cap-bg: #424e5a;
    --ct-card-bg: #36404a;
    --ct-accordion-color: var(--ct-body-color);
    --ct-accordion-border-color: rgba(0, 0, 0, 0.125);
    --ct-accordion-button-active-bg: #f0eefc;
    --ct-accordion-button-active-color: #5c4fc7;
    --ct-accordion-button-focus-border-color: var(--ct-input-focus-border-color);
    --ct-accordion-button-focus-box-shadow: 0 0 0 0.15rem var(--ct-input-btn-focus-color);
    --ct-tooltip-color: #fff;
    --ct-tooltip-bg: #000;
    --ct-popover-bg: #3c4853;
    --ct-popover-border-color: #424e5a;
    --ct-popover-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.2);
    --ct-popover-header-bg: #323a46;
    --ct-popover-body-color: #cedeef;
    --ct-popover-arrow-color: #3c4853;
    --ct-popover-arrow-outer-color: #4c5a67;
    --ct-toast-background-color: rgba(54, 64, 74, 0.85);
    --ct-toast-border-color: rgba(0, 0, 0, 0.1);
    --ct-toast-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
    --ct-toast-header-color: #cedeef;
    --ct-toast-header-background-color: rgba(50, 58, 70, 0.85);
    --ct-toast-header-border-color: rgba(0, 0, 0, 0.05);
    --ct-badge-color: #fff;
    --ct-modal-content-bg: #36404a;
    --ct-modal-content-box-shadow-xs: 0 .25rem .5rem rgba(0, 0, 0, 0.5);
    --ct-modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba(0, 0, 0, 0.5);
    --ct-modal-backdrop-bg: #f3f7f9;
    --ct-modal-header-border-color: #414d59;
    --ct-modal-footer-border-color: #414d59;
    --ct-progress-bg: #424e5a;
    --ct-progress-box-shadow: var(--ct-box-shadow-inset);
    --ct-progress-bar-color: #fff;
    --ct-progress-bar-bg: #00aca5;
    --ct-list-group-bg: #36404a;
    --ct-list-group-border-color: #424e5a;
    --ct-list-group-hover-bg: #3b4651;
    --ct-list-group-disabled-color: #cedeef;
    --ct-list-group-disabled-bg: var(--ct-list-group-bg);
    --ct-list-group-action-color: #8c98a5;
    --ct-list-group-action-active-color: var(--ct-body-color);
    --ct-list-group-action-active-bg: #36404a;
    --ct-thumbnail-bg: #424e5a;
    --ct-thumbnail-border-color: #424e5a;
    --ct-thumbnail-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    --ct-figure-caption-color: #cedeef;
    --ct-breadcrumb-divider-color: #5d7186;
    --ct-breadcrumb-active-color: #8c98a5;
    --ct-carousel-control-color: #fff;
    --ct-carousel-indicator-active-bg: #fff;
    --ct-carousel-caption-color: #fff;
    --ct-carousel-dark-indicator-active-bg: #000;
    --ct-carousel-dark-caption-color: #000;
    --ct-btn-close-color: #f7f7f7;
    --ct-code-color: #f672a7;
    --ct-kbd-color: #fff;
    --ct-kbd-bg: #424e5a;
    --ct-pre-color: #f3f7f9;
    --ct-bg-leftbar: #fff;
    --ct-bg-leftbar-dark: #37424c;
    --ct-bg-leftbar-brand: #4a81d4;
    --ct-bg-leftbar-gradient: #683ba9;
    --ct-twocolumn-sidebar-bg: #fff;
    --ct-twocolumn-sidebar-iconview-bg: #00aca5;
    --ct-menu-item-color-dark: #9097a7;
    --ct-menu-item-hover-color-dark: #c8cddc;
    --ct-menu-item-active-color-dark: #fff;
    --ct-menu-item: #6e768e;
    --ct-menu-item-hover: #00acc1;
    --ct-menu-item-active: #00acc1;
    --ct-menu-sub-item-active: #00acc1;
    --ct-menuitem-active-bg: rgba(0, 172, 193, 0.07);
    --ct-hori-menu-item-color: #919eab;
    --ct-rightbar-bg: #3b4651;
    --ct-bg-topbar-light: #3c4752;
    --ct-bg-topbar-dark: #3c4752;
    --ct-box-shadow-condensed: 3px 5px 10px 0 rgb(50, 58, 66);
    --ct-footer-bg: #2b323a;
    --ct-auth-bg: #36404a;
    --ct-auth-bg-alt: #3e4852;
    --ct-apex-grid-color: #3e4852;
    --ct-chat-primary-user-bg: #404c58;
    --ct-chat-secondary-user-bg: #404c58;
    --ct-text-color-h: #acbfd2;
    --ct-card-overlay-color: #fff;
    --ct-card-overlay-bg: rgba(255, 255, 255, 0.1);
    --ct-input-light-bg: #3b4550;
    --ct-components-shadow-sm: none;
    --ct-components-shadow: none;
    --ct-components-shadow-lg: none
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --ct-blue: #4a81d4;
    --ct-indigo: #675aa9;
    --ct-purple: #00aca5;
    --ct-pink: #f672a7;
    --ct-red: #f1556c;
    --ct-orange: #fd7e14;
    --ct-yellow: #f7b84b;
    --ct-green: #1abc9c;
    --ct-teal: #02a8b5;
    --ct-cyan: #4fc6e1;
    --ct-white: #fff;
    --ct-gray: #98a6ad;
    --ct-gray-dark: #343a40;
    --ct-gray-100: #f7f8f9;
    --ct-gray-200: #eceff1;
    --ct-gray-300: #dee2e6;
    --ct-gray-400: #ced4da;
    --ct-gray-500: #adb5bd;
    --ct-gray-600: #98a6ad;
    --ct-gray-700: #6c757d;
    --ct-gray-800: #343a40;
    --ct-gray-900: #323a46;
    --ct-primary: #00aca5;
    --ct-secondary: #6c757d;
    --ct-success: #1abc9c;
    --ct-info: #4fc6e1;
    --ct-warning: #f7b84b;
    --ct-danger: #f1556c;
    --ct-light: #eceff1;
    --ct-dark: #323a46;
    --ct-pink: #f672a7;
    --ct-blue: #4a81d4;
    --ct-primary-rgb: 13, 110, 253;
    --ct-secondary-rgb: 108, 117, 125;
    --ct-success-rgb: 25, 135, 84;
    --ct-info-rgb: 13, 202, 240;
    --ct-warning-rgb: 255, 193, 7;
    --ct-danger-rgb: 220, 53, 69;
    --ct-light-rgb: 248, 249, 250;
    --ct-dark-rgb: 33, 37, 41;
    --ct-white-rgb: 255, 255, 255;
    --ct-black-rgb: 0, 0, 0;
    --ct-body-color-rgb: 108, 117, 125;
    --ct-body-bg-rgb: 245, 245, 245;
    --ct-font-sans-serif: "Roboto", sans-serif;
    --ct-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --ct-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --ct-body-font-family: Roboto, sans-serif;
    --ct-body-font-size: 0.9rem;
    --ct-body-font-weight: 400;
    --ct-body-line-height: 1.5;
    --ct-body-color: #6c757d;
    --ct-body-bg: #f5f5f5
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--ct-body-font-family);
    font-size: var(--ct-body-font-size);
    font-weight: var(--ct-body-font-weight);
    line-height: var(--ct-body-line-height);
    color: var(--ct-body-color);
    text-align: var(--ct-body-text-align);
    background-color: var(--ct-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1.5rem 0;
    color: var(--ct-hr-color);
    background-color: currentColor;
    border: 0;
    opacity: 1
}

hr:not([size]) {
    height: 1px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.1
}

.h1, h1 {
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.25rem
    }
}

.h2, h2 {
    font-size: calc(1.3125rem + .75vw)
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.875rem
    }
}

.h3, h3 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.5rem
    }
}

.h4, h4 {
    font-size: 1.125rem
}

.h5, h5 {
    font-size: .9375rem
}

.h6, h6 {
    font-size: .75rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2.5rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

.small, small {
    font-size: .75rem
}

.mark, mark {
    padding: .2em;
    background-color: var(--ct-mark-bg)
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--ct-link-color);
    text-decoration: none
}

a:hover {
    color: var(--ct-link-hover-color);
    text-decoration: none
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: var(--ct-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 87.5%;
    color: var(--ct-pre-color)
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: 87.5%;
    color: var(--ct-code-color);
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: var(--ct-kbd-color);
    background-color: var(--ct-kbd-bg);
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .85rem;
    padding-bottom: .85rem;
    color: var(--ct-table-caption-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.09375rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.1
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.1
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.1
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.1
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.1
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.1
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .75rem;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1.5rem;
    font-size: 1.09375rem
}

.blockquote > :last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
    font-size: .75rem;
    color: var(--ct-blockquote-footer-color)
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--ct-thumbnail-bg);
    border: 1px solid var(--ct-thumbnail-border-color);
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .75rem;
    line-height: 1
}

.figure-caption {
    font-size: .75rem;
    color: var(--ct-figure-caption-color)
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--ct-gutter-x, 12px);
    padding-left: var(--ct-gutter-x, 12px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }
}

.row {
    --ct-gutter-x: 24px;
    --ct-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--ct-gutter-y));
    margin-right: calc(-.5 * var(--ct-gutter-x));
    margin-left: calc(-.5 * var(--ct-gutter-x))
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--ct-gutter-x) * .5);
    padding-left: calc(var(--ct-gutter-x) * .5);
    margin-top: var(--ct-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0, .gx-0 {
    --ct-gutter-x: 0
}

.g-0, .gy-0 {
    --ct-gutter-y: 0
}

.g-1, .gx-1 {
    --ct-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --ct-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --ct-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --ct-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --ct-gutter-x: 1rem
}

.g-3, .gy-3 {
    --ct-gutter-y: 1rem
}

.g-4, .gx-4 {
    --ct-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --ct-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --ct-gutter-x: 3rem
}

.g-5, .gy-5 {
    --ct-gutter-y: 3rem
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0, .gx-sm-0 {
        --ct-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --ct-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --ct-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --ct-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --ct-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --ct-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --ct-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --ct-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --ct-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --ct-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --ct-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --ct-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0, .gx-md-0 {
        --ct-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --ct-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --ct-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --ct-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --ct-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --ct-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --ct-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --ct-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --ct-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --ct-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --ct-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --ct-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0, .gx-lg-0 {
        --ct-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --ct-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --ct-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --ct-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --ct-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --ct-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --ct-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --ct-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --ct-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --ct-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --ct-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --ct-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0, .gx-xl-0 {
        --ct-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --ct-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --ct-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --ct-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --ct-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --ct-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --ct-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --ct-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --ct-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --ct-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --ct-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --ct-gutter-y: 3rem
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --ct-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --ct-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --ct-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --ct-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --ct-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --ct-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --ct-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --ct-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --ct-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --ct-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --ct-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --ct-gutter-y: 3rem
    }
}

.table {
    --ct-table-bg: var(--ct-table-bg);
    --ct-table-accent-bg: var(--ct-table-accent-bg);
    --ct-table-striped-color: var(--ct-table-striped-color);
    --ct-table-striped-bg: var(--ct-table-striped-bg);
    --ct-table-active-color: var(--ct-table-active-color);
    --ct-table-active-bg: var(--ct-table-active-bg);
    --ct-table-hover-color: var(--ct-table-hover-color);
    --ct-table-hover-bg: var(--ct-table-hover-bg);
    width: 100%;
    margin-bottom: 1.5rem;
    color: var(--ct-table-color);
    vertical-align: top;
    border-color: var(--ct-table-border-color)
}

.table > :not(caption) > * > * {
    padding: .85rem .85rem;
    background-color: var(--ct-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--ct-table-accent-bg)
}

.table > tbody {
    vertical-align: inherit
}

.table > thead {
    vertical-align: bottom
}

.table > :not(:first-child) {
    border-top: 2px solid var(--ct-table-group-separator-color)
}

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .5rem .5rem
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 1px
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-borderless > :not(:first-child) {
    border-top-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --ct-table-accent-bg: var(--ct-table-striped-bg);
    color: var(--ct-table-striped-color)
}

.table-active {
    --ct-table-accent-bg: var(--ct-table-active-bg);
    color: var(--ct-table-active-color)
}

.table-hover > tbody > tr:hover > * {
    --ct-table-accent-bg: var(--ct-table-hover-bg);
    color: var(--ct-table-hover-color)
}

.table-primary {
    --ct-table-bg: #e0def8;
    --ct-table-striped-bg: #343a40;
    --ct-table-striped-color: #fff;
    --ct-table-active-bg: #cfcee6;
    --ct-table-active-color: #343a40;
    --ct-table-hover-bg: #d3d2ea;
    --ct-table-hover-color: #343a40;
    color: #343a40;
    border-color: #cfcee6
}

.table-secondary {
    --ct-table-bg: #e2e3e5;
    --ct-table-striped-bg: #343a40;
    --ct-table-striped-color: #fff;
    --ct-table-active-bg: #d1d2d5;
    --ct-table-active-color: #343a40;
    --ct-table-hover-bg: #d5d6d9;
    --ct-table-hover-color: #343a40;
    color: #343a40;
    border-color: #d1d2d5
}

.table-success {
    --ct-table-bg: #d1f2eb;
    --ct-table-striped-bg: #343a40;
    --ct-table-striped-color: #fff;
    --ct-table-active-bg: #c1e0da;
    --ct-table-active-color: #343a40;
    --ct-table-hover-bg: #c5e4de;
    --ct-table-hover-color: #343a40;
    color: #343a40;
    border-color: #c1e0da
}

.table-info {
    --ct-table-bg: #dcf4f9;
    --ct-table-striped-bg: #343a40;
    --ct-table-striped-color: #fff;
    --ct-table-active-bg: #cbe1e7;
    --ct-table-active-color: #343a40;
    --ct-table-hover-bg: #cfe6eb;
    --ct-table-hover-color: #343a40;
    color: #343a40;
    border-color: #cbe1e7
}

.table-warning {
    --ct-table-bg: #fdf1db;
    --ct-table-striped-bg: #343a40;
    --ct-table-striped-color: #fff;
    --ct-table-active-bg: #e9dfcc;
    --ct-table-active-color: #343a40;
    --ct-table-hover-bg: #eee3cf;
    --ct-table-hover-color: #343a40;
    color: #343a40;
    border-color: #e9dfcc
}

.table-danger {
    --ct-table-bg: #fcdde2;
    --ct-table-striped-bg: #343a40;
    --ct-table-striped-color: #fff;
    --ct-table-active-bg: #e8cdd2;
    --ct-table-active-color: #343a40;
    --ct-table-hover-bg: #edd1d6;
    --ct-table-hover-color: #343a40;
    color: #343a40;
    border-color: #e8cdd2
}

.table-light {
    --ct-table-bg: #f7f8f9;
    --ct-table-striped-bg: #343a40;
    --ct-table-striped-color: #fff;
    --ct-table-active-bg: #e4e5e7;
    --ct-table-active-color: #343a40;
    --ct-table-hover-bg: #e8eaeb;
    --ct-table-hover-color: #343a40;
    color: #343a40;
    border-color: #e4e5e7
}

.table-dark {
    --ct-table-bg: #323a46;
    --ct-table-striped-bg: white;
    --ct-table-striped-color: #343a40;
    --ct-table-active-bg: #474e59;
    --ct-table-active-color: #fff;
    --ct-table-hover-bg: #414954;
    --ct-table-hover-color: #fff;
    color: #fff;
    border-color: #474e59
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.45rem + 1px);
    padding-bottom: calc(.45rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.09375rem
}

.col-form-label-sm {
    padding-top: calc(.28rem + 1px);
    padding-bottom: calc(.28rem + 1px);
    font-size: .7875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .75rem;
    color: var(--ct-form-text-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .45rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--ct-input-color);
    background-color: var(--ct-input-bg);
    background-clip: padding-box;
    border: 1px solid var(--ct-input-border-color);
    -webkit-appearance: none;
    appearance: none;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: var(--ct-input-focus-color);
    background-color: var(--ct-input-focus-bg);
    border-color: var(--ct-input-focus-border-color);
    outline: 0;
    box-shadow: none
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: var(--ct-input-placeholder-color);
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: var(--ct-input-disabled-bg);
    opacity: 1
}

.form-control::file-selector-button {
    padding: .45rem .9rem;
    margin: -.45rem -.9rem;
    -webkit-margin-end: .9rem;
    margin-inline-end: .9rem;
    color: var(--ct-form-file-button-color);
    background-color: var(--ct-form-file-button-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--ct-form-file-button-hover-bg)
}

.form-control::-webkit-file-upload-button {
    padding: .45rem .9rem;
    margin: -.45rem -.9rem;
    -webkit-margin-end: .9rem;
    margin-inline-end: .9rem;
    color: var(--ct-form-file-button-color);
    background-color: var(--ct-form-file-button-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--ct-form-file-button-hover-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .45rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--ct-input-plaintext-color);
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .56rem + 2px);
    padding: .28rem .8rem;
    font-size: .7875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .28rem .8rem;
    margin: -.28rem -.8rem;
    -webkit-margin-end: .8rem;
    margin-inline-end: .8rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .28rem .8rem;
    margin: -.28rem -.8rem;
    -webkit-margin-end: .8rem;
    margin-inline-end: .8rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .9rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .56rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .45rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .2rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .2rem
}

.form-select {
    display: block;
    width: 100%;
    max-width: 180px;
    padding: .45rem 2.7rem .45rem .9rem;
    -moz-padding-start: calc(.9rem - 3px);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--ct-form-select-color);
    background-color: var(--ct-form-select-bg);
    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='%238b96a0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .9rem center;
    background-size: 14px 10px;
    border: 1px solid var(--ct-input-border-color);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: var(--ct-input-focus-border-color);
    outline: 0;
    box-shadow: none
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .9rem;
    background-image: none
}

.form-select:disabled {
    color: var(--ct-form-select-disabled-color);
    background-color: var(--ct-form-select-disabled-bg);
    border-color: var(--ct-form-select-disabled-border-color)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--ct-form-select-color)
}

.form-select-sm {
    padding-top: .28rem;
    padding-bottom: .28rem;
    padding-left: .8rem;
    font-size: .7875rem;
    border-radius: .2rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.09375rem;
    border-radius: .3rem
}

.form-check {
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.643em;
    margin-bottom: 0
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.643em
}

.form-check-input {
    width: 1.143em;
    height: 1.143em;
    margin-top: .1785em;
    vertical-align: top;
    background-color: var(--ct-form-check-input-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--ct-form-check-input-border);
    -webkit-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: var(--ct-input-focus-border-color);
    outline: 0;
    box-shadow: none
}

.form-check-input:checked {
    background-color: var(--ct-form-check-input-checked-bg-color);
    border-color: var(--ct-form-check-input-checked-border-color)
}

.form-check-input: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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input: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='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: var(--ct-form-check-input-indeterminate-bg-color);
    border-color: var(--ct-form-check-input-indeterminate-border-color);
    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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    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='%238b96a0'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    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='%238b96a0'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    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='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.3rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f5f5f5
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f5f5
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: var(--ct-component-active-bg);
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: var(--ct-form-range-thumb-active-bg)
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--ct-form-range-track-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: var(--ct-component-active-bg);
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: var(--ct-form-range-thumb-active-bg)
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--ct-form-range-track-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--ct-form-range-thumb-disabled-bg)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--ct-form-range-thumb-disabled-bg)
}

.form-floating {
    position: relative
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .9rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control {
    padding: 1rem .9rem
}

.form-floating > .form-control::placeholder {
    color: transparent
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group > .form-control:focus, .input-group > .form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .45rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--ct-input-group-addon-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--ct-input-group-addon-bg);
    border: 1px solid var(--ct-input-group-addon-border-color);
    border-radius: .2rem
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    border-radius: .3rem
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    padding: .28rem .8rem;
    font-size: .7875rem;
    border-radius: .2rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3.6rem
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #1abc9c
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .375rem .75rem;
    margin-top: .1rem;
    font-size: .7875rem;
    color: #fff;
    background-color: rgba(26, 188, 156, .9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #1abc9c;
    padding-right: calc(1.5em + .9rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #1abc9c;
    box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .9rem);
    background-position: top calc(.375em + .225rem) right calc(.375em + .225rem)
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #1abc9c
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.95rem;
    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='%238b96a0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .9rem center, center right 2.7rem;
    background-size: 14px 10px, calc(.75em + .45rem) calc(.75em + .45rem)
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
    border-color: #1abc9c;
    box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .25)
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #1abc9c
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #1abc9c
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #1abc9c
}

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #f1556c
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .375rem .75rem;
    margin-top: .1rem;
    font-size: .7875rem;
    color: #fff;
    background-color: rgba(241, 85, 108, .9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #f1556c;
    padding-right: calc(1.5em + .9rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1556c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1556c' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #f1556c;
    box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .9rem);
    background-position: top calc(.375em + .225rem) right calc(.375em + .225rem)
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #f1556c
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.95rem;
    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='%238b96a0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1556c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1556c' stroke='none'/%3e%3c/svg%3e");
    background-position: right .9rem center, center right 2.7rem;
    background-size: 14px 10px, calc(.75em + .45rem) calc(.75em + .45rem)
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
    border-color: #f1556c;
    box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .25)
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #f1556c
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
    background-color: #f1556c
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #f1556c
}

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .45rem .9rem;
    font-size: .875rem;
    border-radius: .15rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #6c757d
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .15rem var(--ct-input-btn-focus-color)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #00aca5;
    border-color: #00aca5
}

.btn-primary:hover {
    color: #fff;
    background-color: #574bbc;
    border-color: #5246b1
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #574bbc;
    border-color: #5246b1;
    box-shadow: 0 0 0 .15rem rgba(125, 113, 226, .5)
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #5246b1;
    border-color: #4d42a6
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem rgba(125, 113, 226, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00aca5;
    border-color: #00aca5
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .15rem rgba(130, 138, 145, .5)
}

.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-success {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c
}

.btn-success:hover {
    color: #fff;
    background-color: #16a085;
    border-color: #15967d
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #16a085;
    border-color: #15967d;
    box-shadow: 0 0 0 .15rem rgba(60, 198, 171, .5)
}

.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #15967d;
    border-color: #148d75
}

.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem rgba(60, 198, 171, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c
}

.btn-info {
    color: #fff;
    background-color: #4fc6e1;
    border-color: #4fc6e1
}

.btn-info:hover {
    color: #fff;
    background-color: #43a8bf;
    border-color: #3f9eb4
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: #fff;
    background-color: #43a8bf;
    border-color: #3f9eb4;
    box-shadow: 0 0 0 .15rem rgba(105, 207, 230, .5)
}

.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3f9eb4;
    border-color: #3b95a9
}

.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem rgba(105, 207, 230, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #4fc6e1;
    border-color: #4fc6e1
}

.btn-warning {
    color: #343a40;
    background-color: #f7b84b;
    border-color: #f7b84b
}

.btn-warning:hover {
    color: #343a40;
    background-color: #f8c366;
    border-color: #f8bf5d
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #343a40;
    background-color: #f8c366;
    border-color: #f8bf5d;
    box-shadow: 0 0 0 .15rem rgba(218, 165, 73, .5)
}

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
    color: #343a40;
    background-color: #f9c66f;
    border-color: #f8bf5d
}

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem rgba(218, 165, 73, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #343a40;
    background-color: #f7b84b;
    border-color: #f7b84b
}

.btn-danger {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c
}

.btn-danger:hover {
    color: #fff;
    background-color: #cd485c;
    border-color: #c14456
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #cd485c;
    border-color: #c14456;
    box-shadow: 0 0 0 .15rem rgba(243, 111, 130, .5)
}

.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c14456;
    border-color: #b54051
}

.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem rgba(243, 111, 130, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c
}

.btn-light {
    color: #343a40;
    background-color: #eceff1;
    border-color: #eceff1
}

.btn-light:hover {
    color: #343a40;
    background-color: #eff1f3;
    border-color: #eef1f2
}

.btn-check:focus + .btn-light, .btn-light:focus {
    color: #343a40;
    background-color: #eff1f3;
    border-color: #eef1f2;
    box-shadow: 0 0 0 .15rem rgba(208, 212, 214, .5)
}

.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
    color: #343a40;
    background-color: #f0f2f4;
    border-color: #eef1f2
}

.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem rgba(208, 212, 214, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #343a40;
    background-color: #eceff1;
    border-color: #eceff1
}

.btn-dark {
    color: #fff;
    background-color: #323a46;
    border-color: #323a46
}

.btn-dark:hover {
    color: #fff;
    background-color: #2b313c;
    border-color: #282e38
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #2b313c;
    border-color: #282e38;
    box-shadow: 0 0 0 .15rem rgba(81, 88, 98, .5)
}

.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #282e38;
    border-color: #262c35
}

.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem rgba(81, 88, 98, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #323a46;
    border-color: #323a46
}

.btn-pink {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7
}

.btn-pink:hover {
    color: #fff;
    background-color: #d1618e;
    border-color: #c55b86
}

.btn-check:focus + .btn-pink, .btn-pink:focus {
    color: #fff;
    background-color: #d1618e;
    border-color: #c55b86;
    box-shadow: 0 0 0 .15rem rgba(247, 135, 180, .5)
}

.btn-check:active + .btn-pink, .btn-check:checked + .btn-pink, .btn-pink.active, .btn-pink:active, .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #c55b86;
    border-color: #b9567d
}

.btn-check:active + .btn-pink:focus, .btn-check:checked + .btn-pink:focus, .btn-pink.active:focus, .btn-pink:active:focus, .show > .btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem rgba(247, 135, 180, .5)
}

.btn-pink.disabled, .btn-pink:disabled {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7
}

.btn-blue {
    color: #fff;
    background-color: #4a81d4;
    border-color: #4a81d4
}

.btn-blue:hover {
    color: #fff;
    background-color: #3f6eb4;
    border-color: #3b67aa
}

.btn-blue:focus, .btn-check:focus + .btn-blue {
    color: #fff;
    background-color: #3f6eb4;
    border-color: #3b67aa;
    box-shadow: 0 0 0 .15rem rgba(101, 148, 218, .5)
}

.btn-blue.active, .btn-blue:active, .btn-check:active + .btn-blue, .btn-check:checked + .btn-blue, .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #3b67aa;
    border-color: #38619f
}

.btn-blue.active:focus, .btn-blue:active:focus, .btn-check:active + .btn-blue:focus, .btn-check:checked + .btn-blue:focus, .show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem rgba(101, 148, 218, .5)
}

.btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #4a81d4;
    border-color: #4a81d4
}

.btn-outline-primary {
    color: #00aca5;
    border-color: #00aca5
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00aca5;
    border-color: #00aca5
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .5)
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #00aca5;
    border-color: #00aca5
}

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00aca5;
    background-color: transparent
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .15rem rgba(108, 117, 125, .5)
}

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .15rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-success {
    color: #1abc9c;
    border-color: #1abc9c
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .5)
}

.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c
}

.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
    box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #1abc9c;
    background-color: transparent
}

.btn-outline-info {
    color: #4fc6e1;
    border-color: #4fc6e1
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #4fc6e1;
    border-color: #4fc6e1
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .5)
}

.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
    color: #fff;
    background-color: #4fc6e1;
    border-color: #4fc6e1
}

.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
    box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #4fc6e1;
    background-color: transparent
}

.btn-outline-warning {
    color: #f7b84b;
    border-color: #f7b84b
}

.btn-outline-warning:hover {
    color: #343a40;
    background-color: #f7b84b;
    border-color: #f7b84b
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .5)
}

.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
    color: #343a40;
    background-color: #f7b84b;
    border-color: #f7b84b
}

.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f7b84b;
    background-color: transparent
}

.btn-outline-danger {
    color: #f1556c;
    border-color: #f1556c
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .5)
}

.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c
}

.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f1556c;
    background-color: transparent
}

.btn-outline-light {
    color: #eceff1;
    border-color: #eceff1
}

.btn-outline-light:hover {
    color: #343a40;
    background-color: #eceff1;
    border-color: #eceff1
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 .15rem rgba(236, 239, 241, .5)
}

.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
    color: #343a40;
    background-color: #eceff1;
    border-color: #eceff1
}

.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
    box-shadow: 0 0 0 .15rem rgba(236, 239, 241, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #eceff1;
    background-color: transparent
}

.btn-outline-dark {
    color: #323a46;
    border-color: #323a46
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #323a46;
    border-color: #323a46
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .15rem rgba(50, 58, 70, .5)
}

.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
    color: #fff;
    background-color: #323a46;
    border-color: #323a46
}

.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .15rem rgba(50, 58, 70, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #323a46;
    background-color: transparent
}

.btn-outline-pink {
    color: #f672a7;
    border-color: #f672a7
}

.btn-outline-pink:hover {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7
}

.btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
    box-shadow: 0 0 0 .15rem rgba(246, 114, 167, .5)
}

.btn-check:active + .btn-outline-pink, .btn-check:checked + .btn-outline-pink, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show, .btn-outline-pink:active {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7
}

.btn-check:active + .btn-outline-pink:focus, .btn-check:checked + .btn-outline-pink:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus, .btn-outline-pink:active:focus {
    box-shadow: 0 0 0 .15rem rgba(246, 114, 167, .5)
}

.btn-outline-pink.disabled, .btn-outline-pink:disabled {
    color: #f672a7;
    background-color: transparent
}

.btn-outline-blue {
    color: #4a81d4;
    border-color: #4a81d4
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #4a81d4;
    border-color: #4a81d4
}

.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
    box-shadow: 0 0 0 .15rem rgba(74, 129, 212, .5)
}

.btn-check:active + .btn-outline-blue, .btn-check:checked + .btn-outline-blue, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show, .btn-outline-blue:active {
    color: #fff;
    background-color: #4a81d4;
    border-color: #4a81d4
}

.btn-check:active + .btn-outline-blue:focus, .btn-check:checked + .btn-outline-blue:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus, .btn-outline-blue:active:focus {
    box-shadow: 0 0 0 .15rem rgba(74, 129, 212, .5)
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #4a81d4;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: var(--ct-btn-link-color);
    text-decoration: none
}

.btn-link:hover {
    color: var(--ct-btn-link-hover-color);
    text-decoration: none
}

.btn-link:focus {
    text-decoration: none
}

.btn-link.disabled, .btn-link:disabled {
    color: var(--ct-btn-link-disabled-color)
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .28rem .8rem;
    font-size: .7875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown, .dropend, .dropstart, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .25rem 0;
    margin: 0;
    font-size: .875rem;
    color: var(--ct-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--ct-dropdown-bg);
    background-clip: padding-box;
    border: 1px solid var(--ct-dropdown-border-color);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .45rem 0;
    overflow: hidden;
    border-top: 1px solid var(--ct-dropdown-divider-bg)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .375rem 1.2rem;
    clear: both;
    font-weight: 400;
    color: var(--ct-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--ct-dropdown-link-hover-color);
    background-color: var(--ct-dropdown-link-hover-bg)
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--ct-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--ct-dropdown-link-active-bg)
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--ct-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .25rem 1.2rem;
    margin-bottom: 0;
    font-size: .7875rem;
    color: inherit;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .375rem 1.2rem;
    color: var(--ct-dropdown-link-color)
}

.dropdown-menu-dark {
    color: var(--ct-dropdown-dark-color);
    background-color: var(--ct-dropdown-dark-bg);
    border-color: var(--ct-dropdown-dark-border-color)
}

.dropdown-menu-dark .dropdown-item {
    color: var(--ct-dropdown-dark-link-color)
}

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
    color: var(--ct-dropdown-dark-link-hover-color);
    background-color: var(--ct-dropdown-dark-link-hover-bg)
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: var(--ct-dropdown-dark-link-active-color);
    background-color: var(--ct-dropdown-dark-link-active-bg)
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
    color: var(--ct-dropdown-dark-link-disabled-color)
}

.dropdown-menu-dark .dropdown-divider {
    border-color: var(--ct-dropdown-dark-divider-bg)
}

.dropdown-menu-dark .dropdown-item-text {
    color: var(--ct-dropdown-dark-link-color)
}

.dropdown-menu-dark .dropdown-header {
    color: var(--ct-dropdown-dark-header-color)
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .675rem;
    padding-left: .675rem
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .6rem;
    padding-left: .6rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: var(--ct-link-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus, .nav-link:hover {
    color: var(--ct-link-hover-color)
}

.nav-link.disabled {
    color: var(--ct-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid var(--ct-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: var(--ct-nav-tabs-link-hover-border-color);
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: var(--ct-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--ct-nav-tabs-link-active-color);
    background-color: var(--ct-nav-tabs-link-active-bg);
    border-color: var(--ct-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--ct-component-active-color);
    background-color: var(--ct-component-active-bg)
}

.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .75rem;
    padding-bottom: .75rem
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .33594rem;
    padding-bottom: .33594rem;
    margin-right: 1rem;
    font-size: 1.09375rem;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.09375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .15rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .15rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--ct-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-sm .offcanvas-bottom, .navbar-expand-sm .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-md .offcanvas-bottom, .navbar-expand-md .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-xl .offcanvas-bottom, .navbar-expand-xl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-xxl .offcanvas-bottom, .navbar-expand-xxl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
}

.navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-light .navbar-brand {
    color: var(--ct-navbar-light-active-color)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: var(--ct-navbar-light-active-color)
}

.navbar-light .navbar-nav .nav-link {
    color: var(--ct-navbar-light-color)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--ct-navbar-light-hover-color)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: var(--ct-navbar-light-disabled-color)
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: var(--ct-navbar-light-active-color)
}

.navbar-light .navbar-toggler {
    color: var(--ct-navbar-light-color);
    border-color: var(--ct-navbar-light-toggler-border-color)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='var%28--ct-navbar-light-color%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: var(--ct-navbar-light-color)
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: var(--ct-navbar-light-active-color)
}

.navbar-dark .navbar-brand {
    color: var(--ct-navbar-dark-active-color)
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: var(--ct-navbar-dark-active-color)
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--ct-navbar-dark-color)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--ct-navbar-dark-hover-color)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: var(--ct-navbar-dark-disabled-color)
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: var(--ct-navbar-dark-active-color)
}

.navbar-dark .navbar-toggler {
    color: var(--ct-navbar-dark-color);
    border-color: var(--ct-navbar-dark-toggler-border-color)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='var%28--ct-navbar-dark-color%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: var(--ct-navbar-dark-color)
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: var(--ct-navbar-dark-active-color)
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--ct-card-bg);
    background-clip: border-box;
    border: 0 solid var(--ct-card-border-color);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem
}

.card-title {
    margin-bottom: 1.005rem
}

.card-subtitle {
    margin-top: -.5025rem;
    margin-bottom: 0
}

.card-text{
    text-align: center;
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link + .card-link {
    margin-left: 1.5rem
}

.card-header {
    padding: 1.005rem 1.5rem;
    margin-bottom: 0;
    background-color: var(--ct-card-cap-bg);
    border-bottom: 0 solid var(--ct-card-border-color)
}

.card-header:first-child {
    border-radius: .25rem .25rem 0 0
}

.card-footer {
    padding: 1.005rem 1.5rem;
    background-color: var(--ct-card-cap-bg);
    border-top: 0 solid var(--ct-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 .25rem .25rem
}

.card-header-tabs {
    margin-right: -.75rem;
    margin-bottom: -1.005rem;
    margin-left: -.75rem;
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--ct-card-bg);
    border-bottom-color: var(--ct-card-bg)
}

.card-header-pills {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: .25rem
}

.card-img, .card-img-bottom, .card-img-top {
    width: auto;
    margin: 0 auto;
    display: block;
}

.card-img, .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-group > .card {
    margin-bottom: 12px
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: .875rem;
    color: var(--ct-accordion-color);
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--ct-accordion-button-active-color);
    background-color: var(--ct-accordion-button-active-bg);
    box-shadow: inset 0 -1px 0 var(--ct-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--ct-accordion-button-active-color%29'%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");
    transform: rotate(180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--ct-accordion-color%29'%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");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--ct-accordion-button-focus-border-color);
    outline: 0;
    box-shadow: var(--ct-accordion-button-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: transparent;
    border: 1px solid var(--ct-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: var(--ct-breadcrumb-divider-color);
    content: "󰅂"
}

.breadcrumb-item.active {
    color: var(--ct-breadcrumb-active-color)
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: var(--ct-pagination-color);
    background-color: var(--ct-pagination-bg);
    border: 1px solid var(--ct-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--ct-pagination-hover-color);
    background-color: var(--ct-pagination-hover-bg);
    border-color: var(--ct-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--ct-pagination-focus-color);
    background-color: var(--ct-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--ct-pagination-focus-box-shadow)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: var(--ct-component-active-color);
    background-color: var(--ct-component-active-bg);
    border-color: var(--ct-component-active-bg)
}

.page-item.disabled .page-link {
    color: var(--ct-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--ct-pagination-disabled-bg);
    border-color: var(--ct-pagination-disabled-border-color)
}

.page-link {
    padding: .5rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.09375rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .7875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .3em .4em;
    font-size: .9em;
    font-weight: 700;
    line-height: 1;
    color: var(--ct-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.rating-badge{
    min-width: 48px;
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    display: none;
    position: relative;
    padding: .75rem 1.25rem;
    margin-top: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.75rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .9375rem 1.25rem
}

.alert-primary {
    color: #3d3585;
    background-color: #e0def8;
    border-color: #d1cdf5
}

.alert-primary .alert-link {
    color: #312a6a
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    color: #10715e;
    background-color: #d1f2eb;
    border-color: #baebe1
}

.alert-success .alert-link {
    color: #0d5a4b
}

.alert-info {
    color: #2f7787;
    background-color: #dcf4f9;
    border-color: #caeef6
}

.alert-info .alert-link {
    color: #265f6c
}

.alert-warning {
    color: #946e2d;
    background-color: #fdf1db;
    border-color: #fdeac9
}

.alert-warning .alert-link {
    color: #765824
}

.alert-danger {
    color: #913341;
    background-color: #fcdde2;
    border-color: #fbccd3
}

.alert-danger .alert-link {
    color: #742934
}

.alert-light {
    color: #8e8f91;
    background-color: #fbfcfc;
    border-color: #f9fafb
}

.alert-light .alert-link {
    color: #727274
}

.alert-dark {
    color: #1e232a;
    background-color: #d6d8da;
    border-color: #c2c4c8
}

.alert-dark .alert-link {
    color: #181c22
}

.alert-pink {
    color: #944464;
    background-color: #fde3ed;
    border-color: #fcd5e5
}

.alert-pink .alert-link {
    color: #763650
}

.alert-blue {
    color: #2c4d7f;
    background-color: #dbe6f6;
    border-color: #c9d9f2
}

.alert-blue .alert-link {
    color: #233e66
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: .75rem
    }
}

.profile-my-level .progress-bar-text{
    display: inline-block;
    line-height: 1.5rem;
    height: 1.5rem;
    color: var(--ct-text-color-h);
    overflow: hidden;
}

.progress {
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: var(--ct-progress-bg);
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding-left: 10px;
    text-align: left;
    color: var(--ct-progress-bar-color);
    white-space: nowrap;
    background-color: var(--ct-progress-bar-bg);
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: .75rem .75rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--ct-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: var(--ct-list-group-action-color);
    text-decoration: none;
    background-color: var(--ct-list-group-hover-bg)
}

.list-group-item-action:active {
    color: var(--ct-list-group-action-active-color);
    background-color: var(--ct-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    color: var(--ct-list-group-color);
    background-color: var(--ct-list-group-bg);
    border: 1px solid var(--ct-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
    color: var(--ct-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--ct-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--ct-component-active-color);
    background-color: var(--ct-component-active-bg);
    border-color: var(--ct-component-active-bg)
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #3d3585;
    background-color: #e0def8
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #3d3585;
    background-color: #cac8df
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #3d3585;
    border-color: #3d3585
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.list-group-item-success {
    color: #10715e;
    background-color: #d1f2eb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #10715e;
    background-color: #bcdad4
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #10715e;
    border-color: #10715e
}

.list-group-item-info {
    color: #2f7787;
    background-color: #dcf4f9
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #2f7787;
    background-color: #c6dce0
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #2f7787;
    border-color: #2f7787
}

.list-group-item-warning {
    color: #946e2d;
    background-color: #fdf1db
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #946e2d;
    background-color: #e4d9c5
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #946e2d;
    border-color: #946e2d
}

.list-group-item-danger {
    color: #913341;
    background-color: #fcdde2
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #913341;
    background-color: #e3c7cb
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #913341;
    border-color: #913341
}

.list-group-item-light {
    color: #8e8f91;
    background-color: #fbfcfc
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #8e8f91;
    background-color: #e2e3e3
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #8e8f91;
    border-color: #8e8f91
}

.list-group-item-dark {
    color: #1e232a;
    background-color: #d6d8da
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1e232a;
    background-color: #c1c2c4
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1e232a;
    border-color: #1e232a
}

.list-group-item-pink {
    color: #944464;
    background-color: #fde3ed
}

.list-group-item-pink.list-group-item-action:focus, .list-group-item-pink.list-group-item-action:hover {
    color: #944464;
    background-color: #e4ccd5
}

.list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #944464;
    border-color: #944464
}

.list-group-item-blue {
    color: #2c4d7f;
    background-color: #dbe6f6
}

.list-group-item-blue.list-group-item-action:focus, .list-group-item-blue.list-group-item-action:hover {
    color: #2c4d7f;
    background-color: #c5cfdd
}

.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #2c4d7f;
    border-color: #2c4d7f
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--ct-btn-close-color);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b96a0'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: var(--ct-btn-close-color);
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .15rem var(--ct-input-btn-focus-color);
    opacity: 1
}

.btn-close.disabled, .btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: var(--ct-toast-background-color);
    background-clip: padding-box;
    border: 1px solid var(--ct-toast-border-color);
    box-shadow: var(--ct-toast-box-shadow);
    border-radius: .25rem
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container > :not(:last-child) {
    margin-bottom: 12px
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: var(--ct-toast-header-color);
    background-color: var(--ct-toast-header-background-color);
    background-clip: padding-box;
    border-bottom: 1px solid var(--ct-toast-header-border-color);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--ct-modal-content-bg);
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: .2rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: var(--ct-modal-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0 solid var(--ct-modal-header-border-color);
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 0 solid var(--ct-modal-footer-border-color);
    border-bottom-right-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.modal-footer > * {
    margin: .25rem
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .7875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: var(--ct-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: var(--ct-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: var(--ct-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: var(--ct-tooltip-bg)
}

.tooltip-inner {
    max-width: 200px;
    padding: .375rem .75rem;
    color: var(--ct-tooltip-color);
    text-align: center;
    background-color: var(--ct-tooltip-bg);
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .7875rem;
    word-wrap: break-word;
    background-color: var(--ct-popover-bg);
    background-clip: padding-box;
    border: 1px solid var(--ct-popover-border-color);
    border-radius: .25rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: var(--ct-popover-arrow-outer-color)
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: var(--ct-popover-arrow-color)
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: var(--ct-popover-arrow-outer-color)
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: var(--ct-popover-arrow-color)
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: var(--ct-popover-arrow-outer-color)
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: var(--ct-popover-arrow-color)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid var(--ct-popover-header-bg)
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: var(--ct-popover-arrow-outer-color)
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: var(--ct-popover-arrow-color)
}

.popover-header {
    padding: .7rem .8rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--ct-popover-header-color);
    background-color: var(--ct-popover-header-bg);
    border-bottom: 1px solid var(--ct-popover-border-color);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .7rem .8rem;
    color: var(--ct-popover-body-color)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: var(--ct-carousel-control-color);
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: var(--ct-carousel-control-color);
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--ct-carousel-indicator-active-bg);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--ct-carousel-caption-color);
    text-align: center
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: var(--ct-carousel-dark-indicator-active-bg)
}

.carousel-dark .carousel-caption {
    color: var(--ct-carousel-dark-caption-color)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: var(--ct-modal-content-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: var(--ct-modal-backdrop-bg)
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 0 solid transparent;
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 0 solid transparent;
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 0 solid transparent;
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 0 solid transparent;
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #00aca5
}

.link-primary:focus, .link-primary:hover {
    color: #00aca5
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus, .link-secondary:hover {
    color: #4c5258
}

.link-success {
    color: #1abc9c
}

.link-success:focus, .link-success:hover {
    color: #12846d
}

.link-info {
    color: #4fc6e1
}

.link-info:focus, .link-info:hover {
    color: #378b9e
}

.link-warning {
    color: #f7b84b
}

.link-warning:focus, .link-warning:hover {
    color: #f9cd81
}

.link-danger {
    color: #f1556c
}

.link-danger:focus, .link-danger:hover {
    color: #a93c4c
}

.link-light {
    color: #eceff1
}

.link-light:focus, .link-light:hover {
    color: #f2f4f5
}

.link-dark {
    color: #323a46
}

.link-dark:focus, .link-dark:hover {
    color: #232931
}

.link-pink {
    color: #f672a7
}

.link-pink:focus, .link-pink:hover {
    color: #ac5075
}

.link-blue {
    color: #4a81d4
}

.link-blue:focus, .link-blue:hover {
    color: #345a94
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--ct-aspect-ratio);
    content: ""
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --ct-aspect-ratio: 100%
}

.ratio-4x3 {
    --ct-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --ct-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --ct-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 1
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: var(--ct-box-shadow) !important
}

.shadow-sm {
    box-shadow: var(--ct-box-shadow-sm) !important
}

.shadow-lg {
    box-shadow: var(--ct-box-shadow-lg) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid var(--ct-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid var(--ct-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid var(--ct-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid var(--ct-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid var(--ct-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #00aca5 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #1abc9c !important
}

.border-info {
    border-color: #4fc6e1 !important
}

.border-warning {
    border-color: #f7b84b !important
}

.border-danger {
    border-color: #f1556c !important
}

.border-light {
    border-color: #eceff1 !important
}

.border-dark {
    border-color: #323a46 !important
}

.border-pink {
    border-color: #f672a7 !important
}

.border-blue {
    border-color: #4a81d4 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .375rem !important
}

.gap-2 {
    gap: .75rem !important
}

.gap-3 {
    gap: 1.5rem !important
}

.gap-4 {
    gap: 2.25rem !important
}

.gap-5 {
    gap: 4.5rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .375rem !important
}

.m-2 {
    margin: .75rem !important
}

.m-3 {
    margin: 1.5rem !important
}

.m-4 {
    margin: 2.25rem !important
}

.m-5 {
    margin: 4.5rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .375rem !important;
    margin-left: .375rem !important
}

.mx-2 {
    margin-right: .75rem !important;
    margin-left: .75rem !important
}

.mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important
}

.mx-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .375rem !important;
    margin-bottom: .375rem !important
}

.my-2 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
}

.my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important
}

.my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .375rem !important
}

.mt-2 {
    margin-top: .75rem !important
}

.mt-3 {
    margin-top: 1.5rem !important
}

.mt-4 {
    margin-top: 2.25rem !important
}

.mt-5 {
    margin-top: 4.5rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .375rem !important
}

.me-2 {
    margin-right: .75rem !important
}

.me-3 {
    margin-right: 1.5rem !important
}

.me-4 {
    margin-right: 2.25rem !important
}

.me-5 {
    margin-right: 4.5rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .375rem !important
}

.mb-2 {
    margin-bottom: .75rem !important
}

.mb-3 {
    margin-bottom: 1.5rem !important
}

.mb-4 {
    margin-bottom: 2.25rem !important
}

.mb-5 {
    margin-bottom: 4.5rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .375rem !important
}

.ms-2 {
    margin-left: .75rem !important
}

.ms-3 {
    margin-left: 1.5rem !important
}

.ms-4 {
    margin-left: 2.25rem !important
}

.ms-5 {
    margin-left: 4.5rem !important
}

.ms-auto {
    margin-left: auto !important
}

.m-n1 {
    margin: -.375rem !important
}

.m-n2 {
    margin: -.75rem !important
}

.m-n3 {
    margin: -1.5rem !important
}

.m-n4 {
    margin: -2.25rem !important
}

.m-n5 {
    margin: -4.5rem !important
}

.mx-n1 {
    margin-right: -.375rem !important;
    margin-left: -.375rem !important
}

.mx-n2 {
    margin-right: -.75rem !important;
    margin-left: -.75rem !important
}

.mx-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important
}

.mx-n4 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important
}

.mx-n5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important
}

.my-n1 {
    margin-top: -.375rem !important;
    margin-bottom: -.375rem !important
}

.my-n2 {
    margin-top: -.75rem !important;
    margin-bottom: -.75rem !important
}

.my-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.my-n4 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important
}

.my-n5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important
}

.mt-n1 {
    margin-top: -.375rem !important
}

.mt-n2 {
    margin-top: -.75rem !important
}

.mt-n3 {
    margin-top: -1.5rem !important
}

.mt-n4 {
    margin-top: -2.25rem !important
}

.mt-n5 {
    margin-top: -4.5rem !important
}

.me-n1 {
    margin-right: -.375rem !important
}

.me-n2 {
    margin-right: -.75rem !important
}

.me-n3 {
    margin-right: -1.5rem !important
}

.me-n4 {
    margin-right: -2.25rem !important
}

.me-n5 {
    margin-right: -4.5rem !important
}

.mb-n1 {
    margin-bottom: -.375rem !important
}

.mb-n2 {
    margin-bottom: -.75rem !important
}

.mb-n3 {
    margin-bottom: -1.5rem !important
}

.mb-n4 {
    margin-bottom: -2.25rem !important
}

.mb-n5 {
    margin-bottom: -4.5rem !important
}

.ms-n1 {
    margin-left: -.375rem !important
}

.ms-n2 {
    margin-left: -.75rem !important
}

.ms-n3 {
    margin-left: -1.5rem !important
}

.ms-n4 {
    margin-left: -2.25rem !important
}

.ms-n5 {
    margin-left: -4.5rem !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .375rem !important
}

.p-2 {
    padding: .75rem !important
}

.p-3 {
    padding: 1.5rem !important
}

.p-4 {
    padding: 2.25rem !important
}

.p-5 {
    padding: 4.5rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .375rem !important;
    padding-left: .375rem !important
}

.px-2 {
    padding-right: .75rem !important;
    padding-left: .75rem !important
}

.px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important
}

.px-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .375rem !important;
    padding-bottom: .375rem !important
}

.py-2 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important
}

.py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .375rem !important
}

.pt-2 {
    padding-top: .75rem !important
}

.pt-3 {
    padding-top: 1.5rem !important
}

.pt-4 {
    padding-top: 2.25rem !important
}

.pt-5 {
    padding-top: 4.5rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .375rem !important
}

.pe-2 {
    padding-right: .75rem !important
}

.pe-3 {
    padding-right: 1.5rem !important
}

.pe-4 {
    padding-right: 2.25rem !important
}

.pe-5 {
    padding-right: 4.5rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .375rem !important
}

.pb-2 {
    padding-bottom: .75rem !important
}

.pb-3 {
    padding-bottom: 1.5rem !important
}

.pb-4 {
    padding-bottom: 2.25rem !important
}

.pb-5 {
    padding-bottom: 4.5rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .375rem !important
}

.ps-2 {
    padding-left: .75rem !important
}

.ps-3 {
    padding-left: 1.5rem !important
}

.ps-4 {
    padding-left: 2.25rem !important
}

.ps-5 {
    padding-left: 4.5rem !important
}

.font-monospace {
    font-family: var(--ct-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.35rem + 1.2vw) !important
}

.fs-2 {
    font-size: calc(1.3125rem + .75vw) !important
}

.fs-3 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-4 {
    font-size: 1.125rem !important
}

.fs-5 {
    font-size: .9375rem !important
}

.fs-6 {
    font-size: .75rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --ct-text-opacity: 1;
    color: rgba(var(--ct-primary-rgb), var(--ct-text-opacity)) !important
}

.text-secondary {
    --ct-text-opacity: 1;
    color: rgba(var(--ct-secondary-rgb), var(--ct-text-opacity)) !important
}

.text-success {
    --ct-text-opacity: 1;
    color: rgba(var(--ct-success-rgb), var(--ct-text-opacity)) !important
}

.text-info {
    --ct-text-opacity: 1;
    color: rgba(var(--ct-info-rgb), var(--ct-text-opacity)) !important
}

.text-warning {
    --ct-text-opacity: 1;
    color: rgba(var(--ct-warning-rgb), var(--ct-text-opacity)) !important
}

.text-danger {
    --ct-text-opacity: 1;
    color: rgba(var(--ct-danger-rgb), var(--ct-text-opacity)) !important
}

.text-light {
    --ct-text-opacity: 1;
    color: rgba(var(--ct-light-rgb), var(--ct-text-opacity)) !important
}

.text-dark {
    --ct-text-opacity: 1;
    color: rgba(var(--ct-dark-rgb), var(--ct-text-opacity)) !important
}

.text-black {
    --ct-text-opacity: 1;
    color: rgba(var(--ct-black-rgb), var(--ct-text-opacity)) !important
}

.text-white {
    --ct-text-opacity: 1;
    color: rgba(var(--ct-white-rgb), var(--ct-text-opacity)) !important
}

.text-body {
    --ct-text-opacity: 1;
    color: rgba(var(--ct-body-color-rgb), var(--ct-text-opacity)) !important
}

.text-muted {
    --ct-text-opacity: 1;
    color: var(--ct-text-muted) !important
}

.text-black-50 {
    --ct-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --ct-text-opacity: 1;
    color: rgba(255, 255, 255, .8) !important
}

.text-reset {
    --ct-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --ct-text-opacity: 0.25
}

.text-opacity-50 {
    --ct-text-opacity: 0.5
}

.text-opacity-75 {
    --ct-text-opacity: 0.75
}

.text-opacity-100 {
    --ct-text-opacity: 1
}

.bg-primary {
    --ct-bg-opacity: 1;
    background-color: rgba(var(--ct-primary-rgb), var(--ct-bg-opacity)) !important
}

.bg-secondary {
    --ct-bg-opacity: 1;
    background-color: rgba(var(--ct-secondary-rgb), var(--ct-bg-opacity)) !important
}

.bg-success {
    --ct-bg-opacity: 1;
    background-color: rgba(var(--ct-success-rgb), var(--ct-bg-opacity)) !important
}

.bg-info {
    --ct-bg-opacity: 1;
    background-color: rgba(var(--ct-info-rgb), var(--ct-bg-opacity)) !important
}

.bg-warning {
    --ct-bg-opacity: 1;
    background-color: rgba(var(--ct-warning-rgb), var(--ct-bg-opacity)) !important
}

.bg-danger {
    --ct-bg-opacity: 1;
    background-color: rgba(var(--ct-danger-rgb), var(--ct-bg-opacity)) !important
}

.bg-light {
    --ct-bg-opacity: 1;
    background-color: rgba(var(--ct-light-rgb), var(--ct-bg-opacity)) !important
}

.bg-dark {
    --ct-bg-opacity: 1;
    background-color: rgba(var(--ct-dark-rgb), var(--ct-bg-opacity)) !important
}

.bg-black {
    --ct-bg-opacity: 1;
    background-color: rgba(var(--ct-black-rgb), var(--ct-bg-opacity)) !important
}

.bg-white {
    --ct-bg-opacity: 1;
    background-color: rgba(var(--ct-white-rgb), var(--ct-bg-opacity)) !important
}

.bg-body {
    --ct-bg-opacity: 1;
    background-color: rgba(var(--ct-body-bg-rgb), var(--ct-bg-opacity)) !important
}

.bg-transparent {
    --ct-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --ct-bg-opacity: 0.1
}

.bg-opacity-25 {
    --ct-bg-opacity: 0.25
}

.bg-opacity-50 {
    --ct-bg-opacity: 0.5
}

.bg-opacity-75 {
    --ct-bg-opacity: 0.75
}

.bg-opacity-100 {
    --ct-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--ct-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .375rem !important
    }

    .gap-sm-2 {
        gap: .75rem !important
    }

    .gap-sm-3 {
        gap: 1.5rem !important
    }

    .gap-sm-4 {
        gap: 2.25rem !important
    }

    .gap-sm-5 {
        gap: 4.5rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .375rem !important
    }

    .m-sm-2 {
        margin: .75rem !important
    }

    .m-sm-3 {
        margin: 1.5rem !important
    }

    .m-sm-4 {
        margin: 2.25rem !important
    }

    .m-sm-5 {
        margin: 4.5rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .375rem !important;
        margin-left: .375rem !important
    }

    .mx-sm-2 {
        margin-right: .75rem !important;
        margin-left: .75rem !important
    }

    .mx-sm-3 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-4 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .mx-sm-5 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .375rem !important;
        margin-bottom: .375rem !important
    }

    .my-sm-2 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .my-sm-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-4 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .my-sm-5 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .375rem !important
    }

    .mt-sm-2 {
        margin-top: .75rem !important
    }

    .mt-sm-3 {
        margin-top: 1.5rem !important
    }

    .mt-sm-4 {
        margin-top: 2.25rem !important
    }

    .mt-sm-5 {
        margin-top: 4.5rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .375rem !important
    }

    .me-sm-2 {
        margin-right: .75rem !important
    }

    .me-sm-3 {
        margin-right: 1.5rem !important
    }

    .me-sm-4 {
        margin-right: 2.25rem !important
    }

    .me-sm-5 {
        margin-right: 4.5rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .375rem !important
    }

    .mb-sm-2 {
        margin-bottom: .75rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-4 {
        margin-bottom: 2.25rem !important
    }

    .mb-sm-5 {
        margin-bottom: 4.5rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .375rem !important
    }

    .ms-sm-2 {
        margin-left: .75rem !important
    }

    .ms-sm-3 {
        margin-left: 1.5rem !important
    }

    .ms-sm-4 {
        margin-left: 2.25rem !important
    }

    .ms-sm-5 {
        margin-left: 4.5rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .m-sm-n1 {
        margin: -.375rem !important
    }

    .m-sm-n2 {
        margin: -.75rem !important
    }

    .m-sm-n3 {
        margin: -1.5rem !important
    }

    .m-sm-n4 {
        margin: -2.25rem !important
    }

    .m-sm-n5 {
        margin: -4.5rem !important
    }

    .mx-sm-n1 {
        margin-right: -.375rem !important;
        margin-left: -.375rem !important
    }

    .mx-sm-n2 {
        margin-right: -.75rem !important;
        margin-left: -.75rem !important
    }

    .mx-sm-n3 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-sm-n4 {
        margin-right: -2.25rem !important;
        margin-left: -2.25rem !important
    }

    .mx-sm-n5 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important
    }

    .my-sm-n1 {
        margin-top: -.375rem !important;
        margin-bottom: -.375rem !important
    }

    .my-sm-n2 {
        margin-top: -.75rem !important;
        margin-bottom: -.75rem !important
    }

    .my-sm-n3 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-sm-n4 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important
    }

    .my-sm-n5 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important
    }

    .mt-sm-n1 {
        margin-top: -.375rem !important
    }

    .mt-sm-n2 {
        margin-top: -.75rem !important
    }

    .mt-sm-n3 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n4 {
        margin-top: -2.25rem !important
    }

    .mt-sm-n5 {
        margin-top: -4.5rem !important
    }

    .me-sm-n1 {
        margin-right: -.375rem !important
    }

    .me-sm-n2 {
        margin-right: -.75rem !important
    }

    .me-sm-n3 {
        margin-right: -1.5rem !important
    }

    .me-sm-n4 {
        margin-right: -2.25rem !important
    }

    .me-sm-n5 {
        margin-right: -4.5rem !important
    }

    .mb-sm-n1 {
        margin-bottom: -.375rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -.75rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -1.5rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -2.25rem !important
    }

    .mb-sm-n5 {
        margin-bottom: -4.5rem !important
    }

    .ms-sm-n1 {
        margin-left: -.375rem !important
    }

    .ms-sm-n2 {
        margin-left: -.75rem !important
    }

    .ms-sm-n3 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n4 {
        margin-left: -2.25rem !important
    }

    .ms-sm-n5 {
        margin-left: -4.5rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .375rem !important
    }

    .p-sm-2 {
        padding: .75rem !important
    }

    .p-sm-3 {
        padding: 1.5rem !important
    }

    .p-sm-4 {
        padding: 2.25rem !important
    }

    .p-sm-5 {
        padding: 4.5rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .375rem !important;
        padding-left: .375rem !important
    }

    .px-sm-2 {
        padding-right: .75rem !important;
        padding-left: .75rem !important
    }

    .px-sm-3 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-4 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .px-sm-5 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .375rem !important;
        padding-bottom: .375rem !important
    }

    .py-sm-2 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .py-sm-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-4 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .py-sm-5 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .375rem !important
    }

    .pt-sm-2 {
        padding-top: .75rem !important
    }

    .pt-sm-3 {
        padding-top: 1.5rem !important
    }

    .pt-sm-4 {
        padding-top: 2.25rem !important
    }

    .pt-sm-5 {
        padding-top: 4.5rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .375rem !important
    }

    .pe-sm-2 {
        padding-right: .75rem !important
    }

    .pe-sm-3 {
        padding-right: 1.5rem !important
    }

    .pe-sm-4 {
        padding-right: 2.25rem !important
    }

    .pe-sm-5 {
        padding-right: 4.5rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .375rem !important
    }

    .pb-sm-2 {
        padding-bottom: .75rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-4 {
        padding-bottom: 2.25rem !important
    }

    .pb-sm-5 {
        padding-bottom: 4.5rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .375rem !important
    }

    .ps-sm-2 {
        padding-left: .75rem !important
    }

    .ps-sm-3 {
        padding-left: 1.5rem !important
    }

    .ps-sm-4 {
        padding-left: 2.25rem !important
    }

    .ps-sm-5 {
        padding-left: 4.5rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .375rem !important
    }

    .gap-md-2 {
        gap: .75rem !important
    }

    .gap-md-3 {
        gap: 1.5rem !important
    }

    .gap-md-4 {
        gap: 2.25rem !important
    }

    .gap-md-5 {
        gap: 4.5rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .375rem !important
    }

    .m-md-2 {
        margin: .75rem !important
    }

    .m-md-3 {
        margin: 1.5rem !important
    }

    .m-md-4 {
        margin: 2.25rem !important
    }

    .m-md-5 {
        margin: 4.5rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .375rem !important;
        margin-left: .375rem !important
    }

    .mx-md-2 {
        margin-right: .75rem !important;
        margin-left: .75rem !important
    }

    .mx-md-3 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-4 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .mx-md-5 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .375rem !important;
        margin-bottom: .375rem !important
    }

    .my-md-2 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .my-md-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-4 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .my-md-5 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .375rem !important
    }

    .mt-md-2 {
        margin-top: .75rem !important
    }

    .mt-md-3 {
        margin-top: 1.5rem !important
    }

    .mt-md-4 {
        margin-top: 2.25rem !important
    }

    .mt-md-5 {
        margin-top: 4.5rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .375rem !important
    }

    .me-md-2 {
        margin-right: .75rem !important
    }

    .me-md-3 {
        margin-right: 1.5rem !important
    }

    .me-md-4 {
        margin-right: 2.25rem !important
    }

    .me-md-5 {
        margin-right: 4.5rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .375rem !important
    }

    .mb-md-2 {
        margin-bottom: .75rem !important
    }

    .mb-md-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-4 {
        margin-bottom: 2.25rem !important
    }

    .mb-md-5 {
        margin-bottom: 4.5rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .375rem !important
    }

    .ms-md-2 {
        margin-left: .75rem !important
    }

    .ms-md-3 {
        margin-left: 1.5rem !important
    }

    .ms-md-4 {
        margin-left: 2.25rem !important
    }

    .ms-md-5 {
        margin-left: 4.5rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -.375rem !important
    }

    .m-md-n2 {
        margin: -.75rem !important
    }

    .m-md-n3 {
        margin: -1.5rem !important
    }

    .m-md-n4 {
        margin: -2.25rem !important
    }

    .m-md-n5 {
        margin: -4.5rem !important
    }

    .mx-md-n1 {
        margin-right: -.375rem !important;
        margin-left: -.375rem !important
    }

    .mx-md-n2 {
        margin-right: -.75rem !important;
        margin-left: -.75rem !important
    }

    .mx-md-n3 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-md-n4 {
        margin-right: -2.25rem !important;
        margin-left: -2.25rem !important
    }

    .mx-md-n5 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important
    }

    .my-md-n1 {
        margin-top: -.375rem !important;
        margin-bottom: -.375rem !important
    }

    .my-md-n2 {
        margin-top: -.75rem !important;
        margin-bottom: -.75rem !important
    }

    .my-md-n3 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-md-n4 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important
    }

    .my-md-n5 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important
    }

    .mt-md-n1 {
        margin-top: -.375rem !important
    }

    .mt-md-n2 {
        margin-top: -.75rem !important
    }

    .mt-md-n3 {
        margin-top: -1.5rem !important
    }

    .mt-md-n4 {
        margin-top: -2.25rem !important
    }

    .mt-md-n5 {
        margin-top: -4.5rem !important
    }

    .me-md-n1 {
        margin-right: -.375rem !important
    }

    .me-md-n2 {
        margin-right: -.75rem !important
    }

    .me-md-n3 {
        margin-right: -1.5rem !important
    }

    .me-md-n4 {
        margin-right: -2.25rem !important
    }

    .me-md-n5 {
        margin-right: -4.5rem !important
    }

    .mb-md-n1 {
        margin-bottom: -.375rem !important
    }

    .mb-md-n2 {
        margin-bottom: -.75rem !important
    }

    .mb-md-n3 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n4 {
        margin-bottom: -2.25rem !important
    }

    .mb-md-n5 {
        margin-bottom: -4.5rem !important
    }

    .ms-md-n1 {
        margin-left: -.375rem !important
    }

    .ms-md-n2 {
        margin-left: -.75rem !important
    }

    .ms-md-n3 {
        margin-left: -1.5rem !important
    }

    .ms-md-n4 {
        margin-left: -2.25rem !important
    }

    .ms-md-n5 {
        margin-left: -4.5rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .375rem !important
    }

    .p-md-2 {
        padding: .75rem !important
    }

    .p-md-3 {
        padding: 1.5rem !important
    }

    .p-md-4 {
        padding: 2.25rem !important
    }

    .p-md-5 {
        padding: 4.5rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .375rem !important;
        padding-left: .375rem !important
    }

    .px-md-2 {
        padding-right: .75rem !important;
        padding-left: .75rem !important
    }

    .px-md-3 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-4 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .px-md-5 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .375rem !important;
        padding-bottom: .375rem !important
    }

    .py-md-2 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .py-md-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-4 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .py-md-5 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .375rem !important
    }

    .pt-md-2 {
        padding-top: .75rem !important
    }

    .pt-md-3 {
        padding-top: 1.5rem !important
    }

    .pt-md-4 {
        padding-top: 2.25rem !important
    }

    .pt-md-5 {
        padding-top: 4.5rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .375rem !important
    }

    .pe-md-2 {
        padding-right: .75rem !important
    }

    .pe-md-3 {
        padding-right: 1.5rem !important
    }

    .pe-md-4 {
        padding-right: 2.25rem !important
    }

    .pe-md-5 {
        padding-right: 4.5rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .375rem !important
    }

    .pb-md-2 {
        padding-bottom: .75rem !important
    }

    .pb-md-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-4 {
        padding-bottom: 2.25rem !important
    }

    .pb-md-5 {
        padding-bottom: 4.5rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .375rem !important
    }

    .ps-md-2 {
        padding-left: .75rem !important
    }

    .ps-md-3 {
        padding-left: 1.5rem !important
    }

    .ps-md-4 {
        padding-left: 2.25rem !important
    }

    .ps-md-5 {
        padding-left: 4.5rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .375rem !important
    }

    .gap-lg-2 {
        gap: .75rem !important
    }

    .gap-lg-3 {
        gap: 1.5rem !important
    }

    .gap-lg-4 {
        gap: 2.25rem !important
    }

    .gap-lg-5 {
        gap: 4.5rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .375rem !important
    }

    .m-lg-2 {
        margin: .75rem !important
    }

    .m-lg-3 {
        margin: 1.5rem !important
    }

    .m-lg-4 {
        margin: 2.25rem !important
    }

    .m-lg-5 {
        margin: 4.5rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .375rem !important;
        margin-left: .375rem !important
    }

    .mx-lg-2 {
        margin-right: .75rem !important;
        margin-left: .75rem !important
    }

    .mx-lg-3 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-4 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .mx-lg-5 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .375rem !important;
        margin-bottom: .375rem !important
    }

    .my-lg-2 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .my-lg-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-4 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .my-lg-5 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .375rem !important
    }

    .mt-lg-2 {
        margin-top: .75rem !important
    }

    .mt-lg-3 {
        margin-top: 1.5rem !important
    }

    .mt-lg-4 {
        margin-top: 2.25rem !important
    }

    .mt-lg-5 {
        margin-top: 4.5rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .375rem !important
    }

    .me-lg-2 {
        margin-right: .75rem !important
    }

    .me-lg-3 {
        margin-right: 1.5rem !important
    }

    .me-lg-4 {
        margin-right: 2.25rem !important
    }

    .me-lg-5 {
        margin-right: 4.5rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .375rem !important
    }

    .mb-lg-2 {
        margin-bottom: .75rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-4 {
        margin-bottom: 2.25rem !important
    }

    .mb-lg-5 {
        margin-bottom: 4.5rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .375rem !important
    }

    .ms-lg-2 {
        margin-left: .75rem !important
    }

    .ms-lg-3 {
        margin-left: 1.5rem !important
    }

    .ms-lg-4 {
        margin-left: 2.25rem !important
    }

    .ms-lg-5 {
        margin-left: 4.5rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .m-lg-n1 {
        margin: -.375rem !important
    }

    .m-lg-n2 {
        margin: -.75rem !important
    }

    .m-lg-n3 {
        margin: -1.5rem !important
    }

    .m-lg-n4 {
        margin: -2.25rem !important
    }

    .m-lg-n5 {
        margin: -4.5rem !important
    }

    .mx-lg-n1 {
        margin-right: -.375rem !important;
        margin-left: -.375rem !important
    }

    .mx-lg-n2 {
        margin-right: -.75rem !important;
        margin-left: -.75rem !important
    }

    .mx-lg-n3 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-lg-n4 {
        margin-right: -2.25rem !important;
        margin-left: -2.25rem !important
    }

    .mx-lg-n5 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important
    }

    .my-lg-n1 {
        margin-top: -.375rem !important;
        margin-bottom: -.375rem !important
    }

    .my-lg-n2 {
        margin-top: -.75rem !important;
        margin-bottom: -.75rem !important
    }

    .my-lg-n3 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-lg-n4 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important
    }

    .my-lg-n5 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important
    }

    .mt-lg-n1 {
        margin-top: -.375rem !important
    }

    .mt-lg-n2 {
        margin-top: -.75rem !important
    }

    .mt-lg-n3 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n4 {
        margin-top: -2.25rem !important
    }

    .mt-lg-n5 {
        margin-top: -4.5rem !important
    }

    .me-lg-n1 {
        margin-right: -.375rem !important
    }

    .me-lg-n2 {
        margin-right: -.75rem !important
    }

    .me-lg-n3 {
        margin-right: -1.5rem !important
    }

    .me-lg-n4 {
        margin-right: -2.25rem !important
    }

    .me-lg-n5 {
        margin-right: -4.5rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -.375rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -.75rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -2.25rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -4.5rem !important
    }

    .ms-lg-n1 {
        margin-left: -.375rem !important
    }

    .ms-lg-n2 {
        margin-left: -.75rem !important
    }

    .ms-lg-n3 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n4 {
        margin-left: -2.25rem !important
    }

    .ms-lg-n5 {
        margin-left: -4.5rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .375rem !important
    }

    .p-lg-2 {
        padding: .75rem !important
    }

    .p-lg-3 {
        padding: 1.5rem !important
    }

    .p-lg-4 {
        padding: 2.25rem !important
    }

    .p-lg-5 {
        padding: 4.5rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .375rem !important;
        padding-left: .375rem !important
    }

    .px-lg-2 {
        padding-right: .75rem !important;
        padding-left: .75rem !important
    }

    .px-lg-3 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-4 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .px-lg-5 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .375rem !important;
        padding-bottom: .375rem !important
    }

    .py-lg-2 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .py-lg-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-4 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .py-lg-5 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .375rem !important
    }

    .pt-lg-2 {
        padding-top: .75rem !important
    }

    .pt-lg-3 {
        padding-top: 1.5rem !important
    }

    .pt-lg-4 {
        padding-top: 2.25rem !important
    }

    .pt-lg-5 {
        padding-top: 4.5rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .375rem !important
    }

    .pe-lg-2 {
        padding-right: .75rem !important
    }

    .pe-lg-3 {
        padding-right: 1.5rem !important
    }

    .pe-lg-4 {
        padding-right: 2.25rem !important
    }

    .pe-lg-5 {
        padding-right: 4.5rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .375rem !important
    }

    .pb-lg-2 {
        padding-bottom: .75rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-4 {
        padding-bottom: 2.25rem !important
    }

    .pb-lg-5 {
        padding-bottom: 4.5rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .375rem !important
    }

    .ps-lg-2 {
        padding-left: .75rem !important
    }

    .ps-lg-3 {
        padding-left: 1.5rem !important
    }

    .ps-lg-4 {
        padding-left: 2.25rem !important
    }

    .ps-lg-5 {
        padding-left: 4.5rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .375rem !important
    }

    .gap-xl-2 {
        gap: .75rem !important
    }

    .gap-xl-3 {
        gap: 1.5rem !important
    }

    .gap-xl-4 {
        gap: 2.25rem !important
    }

    .gap-xl-5 {
        gap: 4.5rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .375rem !important
    }

    .m-xl-2 {
        margin: .75rem !important
    }

    .m-xl-3 {
        margin: 1.5rem !important
    }

    .m-xl-4 {
        margin: 2.25rem !important
    }

    .m-xl-5 {
        margin: 4.5rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .375rem !important;
        margin-left: .375rem !important
    }

    .mx-xl-2 {
        margin-right: .75rem !important;
        margin-left: .75rem !important
    }

    .mx-xl-3 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-4 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .mx-xl-5 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .375rem !important;
        margin-bottom: .375rem !important
    }

    .my-xl-2 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .my-xl-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-4 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .my-xl-5 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .375rem !important
    }

    .mt-xl-2 {
        margin-top: .75rem !important
    }

    .mt-xl-3 {
        margin-top: 1.5rem !important
    }

    .mt-xl-4 {
        margin-top: 2.25rem !important
    }

    .mt-xl-5 {
        margin-top: 4.5rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .375rem !important
    }

    .me-xl-2 {
        margin-right: .75rem !important
    }

    .me-xl-3 {
        margin-right: 1.5rem !important
    }

    .me-xl-4 {
        margin-right: 2.25rem !important
    }

    .me-xl-5 {
        margin-right: 4.5rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .375rem !important
    }

    .mb-xl-2 {
        margin-bottom: .75rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-4 {
        margin-bottom: 2.25rem !important
    }

    .mb-xl-5 {
        margin-bottom: 4.5rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .375rem !important
    }

    .ms-xl-2 {
        margin-left: .75rem !important
    }

    .ms-xl-3 {
        margin-left: 1.5rem !important
    }

    .ms-xl-4 {
        margin-left: 2.25rem !important
    }

    .ms-xl-5 {
        margin-left: 4.5rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .m-xl-n1 {
        margin: -.375rem !important
    }

    .m-xl-n2 {
        margin: -.75rem !important
    }

    .m-xl-n3 {
        margin: -1.5rem !important
    }

    .m-xl-n4 {
        margin: -2.25rem !important
    }

    .m-xl-n5 {
        margin: -4.5rem !important
    }

    .mx-xl-n1 {
        margin-right: -.375rem !important;
        margin-left: -.375rem !important
    }

    .mx-xl-n2 {
        margin-right: -.75rem !important;
        margin-left: -.75rem !important
    }

    .mx-xl-n3 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xl-n4 {
        margin-right: -2.25rem !important;
        margin-left: -2.25rem !important
    }

    .mx-xl-n5 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important
    }

    .my-xl-n1 {
        margin-top: -.375rem !important;
        margin-bottom: -.375rem !important
    }

    .my-xl-n2 {
        margin-top: -.75rem !important;
        margin-bottom: -.75rem !important
    }

    .my-xl-n3 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xl-n4 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important
    }

    .my-xl-n5 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important
    }

    .mt-xl-n1 {
        margin-top: -.375rem !important
    }

    .mt-xl-n2 {
        margin-top: -.75rem !important
    }

    .mt-xl-n3 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n4 {
        margin-top: -2.25rem !important
    }

    .mt-xl-n5 {
        margin-top: -4.5rem !important
    }

    .me-xl-n1 {
        margin-right: -.375rem !important
    }

    .me-xl-n2 {
        margin-right: -.75rem !important
    }

    .me-xl-n3 {
        margin-right: -1.5rem !important
    }

    .me-xl-n4 {
        margin-right: -2.25rem !important
    }

    .me-xl-n5 {
        margin-right: -4.5rem !important
    }

    .mb-xl-n1 {
        margin-bottom: -.375rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -.75rem !important
    }

    .mb-xl-n3 {
        margin-bottom: -1.5rem !important
    }

    .mb-xl-n4 {
        margin-bottom: -2.25rem !important
    }

    .mb-xl-n5 {
        margin-bottom: -4.5rem !important
    }

    .ms-xl-n1 {
        margin-left: -.375rem !important
    }

    .ms-xl-n2 {
        margin-left: -.75rem !important
    }

    .ms-xl-n3 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n4 {
        margin-left: -2.25rem !important
    }

    .ms-xl-n5 {
        margin-left: -4.5rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .375rem !important
    }

    .p-xl-2 {
        padding: .75rem !important
    }

    .p-xl-3 {
        padding: 1.5rem !important
    }

    .p-xl-4 {
        padding: 2.25rem !important
    }

    .p-xl-5 {
        padding: 4.5rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .375rem !important;
        padding-left: .375rem !important
    }

    .px-xl-2 {
        padding-right: .75rem !important;
        padding-left: .75rem !important
    }

    .px-xl-3 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-4 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .px-xl-5 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .375rem !important;
        padding-bottom: .375rem !important
    }

    .py-xl-2 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .py-xl-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-4 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .py-xl-5 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .375rem !important
    }

    .pt-xl-2 {
        padding-top: .75rem !important
    }

    .pt-xl-3 {
        padding-top: 1.5rem !important
    }

    .pt-xl-4 {
        padding-top: 2.25rem !important
    }

    .pt-xl-5 {
        padding-top: 4.5rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .375rem !important
    }

    .pe-xl-2 {
        padding-right: .75rem !important
    }

    .pe-xl-3 {
        padding-right: 1.5rem !important
    }

    .pe-xl-4 {
        padding-right: 2.25rem !important
    }

    .pe-xl-5 {
        padding-right: 4.5rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .375rem !important
    }

    .pb-xl-2 {
        padding-bottom: .75rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-4 {
        padding-bottom: 2.25rem !important
    }

    .pb-xl-5 {
        padding-bottom: 4.5rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .375rem !important
    }

    .ps-xl-2 {
        padding-left: .75rem !important
    }

    .ps-xl-3 {
        padding-left: 1.5rem !important
    }

    .ps-xl-4 {
        padding-left: 2.25rem !important
    }

    .ps-xl-5 {
        padding-left: 4.5rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .375rem !important
    }

    .gap-xxl-2 {
        gap: .75rem !important
    }

    .gap-xxl-3 {
        gap: 1.5rem !important
    }

    .gap-xxl-4 {
        gap: 2.25rem !important
    }

    .gap-xxl-5 {
        gap: 4.5rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .375rem !important
    }

    .m-xxl-2 {
        margin: .75rem !important
    }

    .m-xxl-3 {
        margin: 1.5rem !important
    }

    .m-xxl-4 {
        margin: 2.25rem !important
    }

    .m-xxl-5 {
        margin: 4.5rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .375rem !important;
        margin-left: .375rem !important
    }

    .mx-xxl-2 {
        margin-right: .75rem !important;
        margin-left: .75rem !important
    }

    .mx-xxl-3 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-4 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .mx-xxl-5 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .375rem !important;
        margin-bottom: .375rem !important
    }

    .my-xxl-2 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .my-xxl-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-4 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .my-xxl-5 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .375rem !important
    }

    .mt-xxl-2 {
        margin-top: .75rem !important
    }

    .mt-xxl-3 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-4 {
        margin-top: 2.25rem !important
    }

    .mt-xxl-5 {
        margin-top: 4.5rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .375rem !important
    }

    .me-xxl-2 {
        margin-right: .75rem !important
    }

    .me-xxl-3 {
        margin-right: 1.5rem !important
    }

    .me-xxl-4 {
        margin-right: 2.25rem !important
    }

    .me-xxl-5 {
        margin-right: 4.5rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .375rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .75rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 2.25rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 4.5rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .375rem !important
    }

    .ms-xxl-2 {
        margin-left: .75rem !important
    }

    .ms-xxl-3 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-4 {
        margin-left: 2.25rem !important
    }

    .ms-xxl-5 {
        margin-left: 4.5rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .m-xxl-n1 {
        margin: -.375rem !important
    }

    .m-xxl-n2 {
        margin: -.75rem !important
    }

    .m-xxl-n3 {
        margin: -1.5rem !important
    }

    .m-xxl-n4 {
        margin: -2.25rem !important
    }

    .m-xxl-n5 {
        margin: -4.5rem !important
    }

    .mx-xxl-n1 {
        margin-right: -.375rem !important;
        margin-left: -.375rem !important
    }

    .mx-xxl-n2 {
        margin-right: -.75rem !important;
        margin-left: -.75rem !important
    }

    .mx-xxl-n3 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xxl-n4 {
        margin-right: -2.25rem !important;
        margin-left: -2.25rem !important
    }

    .mx-xxl-n5 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important
    }

    .my-xxl-n1 {
        margin-top: -.375rem !important;
        margin-bottom: -.375rem !important
    }

    .my-xxl-n2 {
        margin-top: -.75rem !important;
        margin-bottom: -.75rem !important
    }

    .my-xxl-n3 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xxl-n4 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important
    }

    .my-xxl-n5 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important
    }

    .mt-xxl-n1 {
        margin-top: -.375rem !important
    }

    .mt-xxl-n2 {
        margin-top: -.75rem !important
    }

    .mt-xxl-n3 {
        margin-top: -1.5rem !important
    }

    .mt-xxl-n4 {
        margin-top: -2.25rem !important
    }

    .mt-xxl-n5 {
        margin-top: -4.5rem !important
    }

    .me-xxl-n1 {
        margin-right: -.375rem !important
    }

    .me-xxl-n2 {
        margin-right: -.75rem !important
    }

    .me-xxl-n3 {
        margin-right: -1.5rem !important
    }

    .me-xxl-n4 {
        margin-right: -2.25rem !important
    }

    .me-xxl-n5 {
        margin-right: -4.5rem !important
    }

    .mb-xxl-n1 {
        margin-bottom: -.375rem !important
    }

    .mb-xxl-n2 {
        margin-bottom: -.75rem !important
    }

    .mb-xxl-n3 {
        margin-bottom: -1.5rem !important
    }

    .mb-xxl-n4 {
        margin-bottom: -2.25rem !important
    }

    .mb-xxl-n5 {
        margin-bottom: -4.5rem !important
    }

    .ms-xxl-n1 {
        margin-left: -.375rem !important
    }

    .ms-xxl-n2 {
        margin-left: -.75rem !important
    }

    .ms-xxl-n3 {
        margin-left: -1.5rem !important
    }

    .ms-xxl-n4 {
        margin-left: -2.25rem !important
    }

    .ms-xxl-n5 {
        margin-left: -4.5rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .375rem !important
    }

    .p-xxl-2 {
        padding: .75rem !important
    }

    .p-xxl-3 {
        padding: 1.5rem !important
    }

    .p-xxl-4 {
        padding: 2.25rem !important
    }

    .p-xxl-5 {
        padding: 4.5rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .375rem !important;
        padding-left: .375rem !important
    }

    .px-xxl-2 {
        padding-right: .75rem !important;
        padding-left: .75rem !important
    }

    .px-xxl-3 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-4 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .px-xxl-5 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .375rem !important;
        padding-bottom: .375rem !important
    }

    .py-xxl-2 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .py-xxl-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-4 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .py-xxl-5 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .375rem !important
    }

    .pt-xxl-2 {
        padding-top: .75rem !important
    }

    .pt-xxl-3 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-4 {
        padding-top: 2.25rem !important
    }

    .pt-xxl-5 {
        padding-top: 4.5rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .375rem !important
    }

    .pe-xxl-2 {
        padding-right: .75rem !important
    }

    .pe-xxl-3 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-4 {
        padding-right: 2.25rem !important
    }

    .pe-xxl-5 {
        padding-right: 4.5rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .375rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .75rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 2.25rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 4.5rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .375rem !important
    }

    .ps-xxl-2 {
        padding-left: .75rem !important
    }

    .ps-xxl-3 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-4 {
        padding-left: 2.25rem !important
    }

    .ps-xxl-5 {
        padding-left: 4.5rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.25rem !important
    }

    .fs-2 {
        font-size: 1.875rem !important
    }

    .fs-3 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.custom-accordion .accordion-arrow {
    font-size: 1.2rem;
    position: absolute;
    right: 0
}

.custom-accordion a.collapsed i.accordion-arrow:before {
    content: "\F0142"
}

.alert-primary {
    color: #00aca5;
    background-color: rgba(102, 88, 221, .18);
    border-color: rgba(102, 88, 221, .18)
}

.alert-primary .alert-link {
    color: #00aca5
}

.alert-secondary {
    color: #4c5258;
    background-color: rgba(108, 117, 125, .18);
    border-color: rgba(108, 117, 125, .18)
}

.alert-secondary .alert-link {
    color: #4c5258
}

.alert-success {
    color: #12846d;
    background-color: rgba(26, 188, 156, .18);
    border-color: rgba(26, 188, 156, .18)
}

.alert-success .alert-link {
    color: #12846d
}

.alert-info {
    color: #378b9e;
    background-color: rgba(79, 198, 225, .18);
    border-color: rgba(79, 198, 225, .18)
}

.alert-info .alert-link {
    color: #378b9e
}

.alert-warning {
    color: #ad8135;
    background-color: rgba(247, 184, 75, .18);
    border-color: rgba(247, 184, 75, .18)
}

.alert-warning .alert-link {
    color: #ad8135
}

.alert-danger {
    color: #a93c4c;
    background-color: rgba(241, 85, 108, .18);
    border-color: rgba(241, 85, 108, .18)
}

.alert-danger .alert-link {
    color: #a93c4c
}

.alert-light {
    color: #a5a7a9;
    background-color: rgba(236, 239, 241, .18);
    border-color: rgba(236, 239, 241, .18)
}

.alert-light .alert-link {
    color: #a5a7a9
}

.alert-dark {
    color: #232931;
    background-color: rgba(50, 58, 70, .18);
    border-color: rgba(50, 58, 70, .18)
}

.alert-dark .alert-link {
    color: #232931
}

.alert-pink {
    color: #ac5075;
    background-color: rgba(246, 114, 167, .18);
    border-color: rgba(246, 114, 167, .18)
}

.alert-pink .alert-link {
    color: #ac5075
}

.alert-blue {
    color: #345a94;
    background-color: rgba(74, 129, 212, .18);
    border-color: rgba(74, 129, 212, .18)
}

.alert-blue .alert-link {
    color: #345a94
}

body[data-layout-color=dark] .alert-primary {
    color: #7569e0;
    background-color: rgba(102, 88, 221, .15);
    border-color: rgba(102, 88, 221, .15)
}

body[data-layout-color=dark] .alert-primary .alert-link {
    color: #00aca5
}

body[data-layout-color=dark] .alert-secondary {
    color: #d3e1f1;
    background-color: rgba(206, 222, 239, .15);
    border-color: rgba(206, 222, 239, .15)
}

body[data-layout-color=dark] .alert-secondary .alert-link {
    color: #909ba7
}

body[data-layout-color=dark] .alert-success {
    color: #31c3a6;
    background-color: rgba(26, 188, 156, .15);
    border-color: rgba(26, 188, 156, .15)
}

body[data-layout-color=dark] .alert-success .alert-link {
    color: #12846d
}

body[data-layout-color=dark] .alert-info {
    color: #61cce4;
    background-color: rgba(79, 198, 225, .15);
    border-color: rgba(79, 198, 225, .15)
}

body[data-layout-color=dark] .alert-info .alert-link {
    color: #378b9e
}

body[data-layout-color=dark] .alert-warning {
    color: #f8bf5d;
    background-color: rgba(247, 184, 75, .15);
    border-color: rgba(247, 184, 75, .15)
}

body[data-layout-color=dark] .alert-warning .alert-link {
    color: #ad8135
}

body[data-layout-color=dark] .alert-danger {
    color: #f2667b;
    background-color: rgba(241, 85, 108, .15);
    border-color: rgba(241, 85, 108, .15)
}

body[data-layout-color=dark] .alert-danger .alert-link {
    color: #a93c4c
}

body[data-layout-color=dark] .alert-light {
    color: #55606b;
    background-color: rgba(66, 78, 90, .15);
    border-color: rgba(66, 78, 90, .15)
}

body[data-layout-color=dark] .alert-light .alert-link {
    color: #2e373f
}

body[data-layout-color=dark] .alert-dark {
    color: #f4f8fa;
    background-color: rgba(243, 247, 249, .15);
    border-color: rgba(243, 247, 249, .15)
}

body[data-layout-color=dark] .alert-dark .alert-link {
    color: #aaadae
}

.badge {
    box-shadow: var(--ct-components-shadow)
}

.badge-soft-primary {
    color: #00aca5;
    background-color: rgba(102, 88, 221, .18);
    box-shadow: none
}

.badge-outline-primary {
    color: #00aca5;
    border: 1px solid #00aca5;
    background-color: transparent;
    box-shadow: none
}

.badge-soft-secondary {
    color: #6c757d;
    background-color: rgba(108, 117, 125, .18);
    box-shadow: none
}

.badge-outline-secondary {
    color: #6c757d;
    border: 1px solid #6c757d;
    background-color: transparent;
    box-shadow: none
}

.badge-soft-success {
    color: #1abc9c;
    background-color: rgba(26, 188, 156, .18);
    box-shadow: none
}

.badge-outline-success {
    color: #1abc9c;
    border: 1px solid #1abc9c;
    background-color: transparent;
    box-shadow: none
}

.badge-soft-info {
    color: #4fc6e1;
    background-color: rgba(79, 198, 225, .18);
    box-shadow: none
}

.badge-outline-info {
    color: #4fc6e1;
    border: 1px solid #4fc6e1;
    background-color: transparent;
    box-shadow: none
}

.badge-soft-warning {
    color: #f7b84b;
    background-color: rgba(247, 184, 75, .18);
    box-shadow: none
}

.badge-outline-warning {
    color: #f7b84b;
    border: 1px solid #f7b84b;
    background-color: transparent;
    box-shadow: none
}

.badge-soft-danger {
    color: #f1556c;
    background-color: rgba(241, 85, 108, .18);
    box-shadow: none
}

.badge-outline-danger {
    color: #f1556c;
    border: 1px solid #f1556c;
    background-color: transparent;
    box-shadow: none
}

.badge-soft-light {
    color: #eceff1;
    background-color: rgba(236, 239, 241, .18);
    box-shadow: none
}

.badge-outline-light {
    color: #eceff1;
    border: 1px solid #eceff1;
    background-color: transparent;
    box-shadow: none
}

.badge-soft-dark {
    color: #323a46;
    background-color: rgba(50, 58, 70, .18);
    box-shadow: none
}

.badge-outline-dark {
    color: #323a46;
    border: 1px solid #323a46;
    background-color: transparent;
    box-shadow: none
}

.badge-soft-pink {
    color: #f672a7;
    background-color: rgba(246, 114, 167, .18);
    box-shadow: none
}

.badge-outline-pink {
    color: #f672a7;
    border: 1px solid #f672a7;
    background-color: transparent;
    box-shadow: none
}

.badge-soft-blue {
    color: #4a81d4;
    background-color: rgba(74, 129, 212, .18);
    box-shadow: none
}

.badge-outline-blue {
    color: #4a81d4;
    border: 1px solid #4a81d4;
    background-color: transparent;
    box-shadow: none
}

body[data-layout-color=dark] .badge-soft-primary {
    color: #00aca5;
    background-color: rgba(102, 88, 221, .18);
    box-shadow: none
}

body[data-layout-color=dark] .badge-outline-primary {
    color: #00aca5;
    border: 1px solid #00aca5;
    background-color: transparent;
    box-shadow: none
}

body[data-layout-color=dark] .badge-soft-secondary {
    color: #cedeef;
    background-color: rgba(206, 222, 239, .18);
    box-shadow: none
}

body[data-layout-color=dark] .badge-outline-secondary {
    color: #cedeef;
    border: 1px solid #cedeef;
    background-color: transparent;
    box-shadow: none
}

body[data-layout-color=dark] .badge-soft-success {
    color: #1abc9c;
    background-color: rgba(26, 188, 156, .18);
    box-shadow: none
}

body[data-layout-color=dark] .badge-outline-success {
    color: #1abc9c;
    border: 1px solid #1abc9c;
    background-color: transparent;
    box-shadow: none
}

body[data-layout-color=dark] .badge-soft-info {
    color: #4fc6e1;
    background-color: rgba(79, 198, 225, .18);
    box-shadow: none
}

body[data-layout-color=dark] .badge-outline-info {
    color: #4fc6e1;
    border: 1px solid #4fc6e1;
    background-color: transparent;
    box-shadow: none
}

body[data-layout-color=dark] .badge-soft-warning {
    color: #f7b84b;
    background-color: rgba(247, 184, 75, .18);
    box-shadow: none
}

body[data-layout-color=dark] .badge-outline-warning {
    color: #f7b84b;
    border: 1px solid #f7b84b;
    background-color: transparent;
    box-shadow: none
}

body[data-layout-color=dark] .badge-soft-danger {
    color: #f1556c;
    background-color: rgba(241, 85, 108, .18);
    box-shadow: none
}

body[data-layout-color=dark] .badge-outline-danger {
    color: #f1556c;
    border: 1px solid #f1556c;
    background-color: transparent;
    box-shadow: none
}

body[data-layout-color=dark] .badge-soft-light {
    color: #424e5a;
    background-color: rgba(66, 78, 90, .18);
    box-shadow: none
}

body[data-layout-color=dark] .badge-outline-light {
    color: #424e5a;
    border: 1px solid #424e5a;
    background-color: transparent;
    box-shadow: none
}

body[data-layout-color=dark] .badge-soft-dark {
    color: #f3f7f9;
    background-color: rgba(243, 247, 249, .18);
    box-shadow: none
}

body[data-layout-color=dark] .badge-outline-dark {
    color: #f3f7f9;
    border: 1px solid #f3f7f9;
    background-color: transparent;
    box-shadow: none
}

.breadcrumb-item > a {
    color: #6c757d
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Material Design Icons"
}

body[data-layout-color=dark] .breadcrumb-item > a {
    color: #dee2e6
}

.btn-primary {
    box-shadow: none
}

.btn-secondary {
    box-shadow: none
}

.btn-success {
    box-shadow: none
}

.btn-info {
    box-shadow: none
}

.btn-warning {
    box-shadow: none
}

.btn-danger {
    box-shadow: none
}

.btn-light {
    box-shadow: none
}

.btn-dark {
    box-shadow: none
}

.btn-pink {
    box-shadow: none
}

.btn-blue {
    box-shadow: none
}

.btn .mdi:before {
    margin-top: -1px
}

.btn i {
    display: inline-block
}

.btn-light, .btn-white {
    color: #323a46
}

.btn-white {
    border-color: #dee2e6
}

.btn-white:focus, .btn-white:hover {
    background-color: #f7f8f9;
    border-color: #f7f8f9
}

.btn-white.focus, .btn-white:focus {
    box-shadow: 0 0 0 .15rem rgba(222, 226, 230, .3)
}

.btn-link {
    font-weight: 400;
    color: var(--ct-link-color);
    background-color: transparent
}

.btn-link:hover {
    color: var(--ct-link-hover-color);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: var(--ct-btn-link-disabled-color);
    pointer-events: none
}

.btn-outline-primary {
    color: #00aca5;
    border-color: #00aca5
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00aca5;
    border-color: #00aca5
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .5)
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #00aca5;
    border-color: #00aca5
}

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00aca5;
    background-color: transparent
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .15rem rgba(108, 117, 125, .5)
}

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .15rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-success {
    color: #1abc9c;
    border-color: #1abc9c
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .5)
}

.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c
}

.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
    box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #1abc9c;
    background-color: transparent
}

.btn-outline-info {
    color: #4fc6e1;
    border-color: #4fc6e1
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #4fc6e1;
    border-color: #4fc6e1
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .5)
}

.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
    color: #fff;
    background-color: #4fc6e1;
    border-color: #4fc6e1
}

.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
    box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #4fc6e1;
    background-color: transparent
}

.btn-outline-warning {
    color: #f7b84b;
    border-color: #f7b84b
}

.btn-outline-warning:hover {
    color: #343a40;
    background-color: #f7b84b;
    border-color: #f7b84b
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .5)
}

.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
    color: #343a40;
    background-color: #f7b84b;
    border-color: #f7b84b
}

.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f7b84b;
    background-color: transparent
}

.btn-outline-danger {
    color: #f1556c;
    border-color: #f1556c
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .5)
}

.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c
}

.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f1556c;
    background-color: transparent
}

.btn-outline-light {
    color: #eceff1;
    border-color: #eceff1
}

.btn-outline-light:hover {
    color: #343a40;
    background-color: #eceff1;
    border-color: #eceff1
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 .15rem rgba(236, 239, 241, .5)
}

.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
    color: #343a40;
    background-color: #eceff1;
    border-color: #eceff1
}

.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
    box-shadow: 0 0 0 .15rem rgba(236, 239, 241, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #eceff1;
    background-color: transparent
}

.btn-outline-dark {
    color: #323a46;
    border-color: #323a46
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #323a46;
    border-color: #323a46
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .15rem rgba(50, 58, 70, .5)
}

.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
    color: #fff;
    background-color: #323a46;
    border-color: #323a46
}

.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .15rem rgba(50, 58, 70, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #323a46;
    background-color: transparent
}

.btn-outline-pink {
    color: #f672a7;
    border-color: #f672a7
}

.btn-outline-pink:hover {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7
}

.btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
    box-shadow: 0 0 0 .15rem rgba(246, 114, 167, .5)
}

.btn-check:active + .btn-outline-pink, .btn-check:checked + .btn-outline-pink, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show, .btn-outline-pink:active {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7
}

.btn-check:active + .btn-outline-pink:focus, .btn-check:checked + .btn-outline-pink:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus, .btn-outline-pink:active:focus {
    box-shadow: 0 0 0 .15rem rgba(246, 114, 167, .5)
}

.btn-outline-pink.disabled, .btn-outline-pink:disabled {
    color: #f672a7;
    background-color: transparent
}

.btn-outline-blue {
    color: #4a81d4;
    border-color: #4a81d4
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #4a81d4;
    border-color: #4a81d4
}

.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
    box-shadow: 0 0 0 .15rem rgba(74, 129, 212, .5)
}

.btn-check:active + .btn-outline-blue, .btn-check:checked + .btn-outline-blue, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show, .btn-outline-blue:active {
    color: #fff;
    background-color: #4a81d4;
    border-color: #4a81d4
}

.btn-check:active + .btn-outline-blue:focus, .btn-check:checked + .btn-outline-blue:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus, .btn-outline-blue:active:focus {
    box-shadow: 0 0 0 .15rem rgba(74, 129, 212, .5)
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #4a81d4;
    background-color: transparent
}

.btn-label {
    margin: -.55rem .9rem -.55rem -.9rem;
    padding: .6rem .9rem;
    background-color: rgba(50, 58, 70, .1)
}

.btn-label-right {
    margin: -.45rem -.9rem -.45rem .9rem;
    padding: .45rem .9rem;
    background-color: rgba(50, 58, 70, .1);
    display: inline-block
}

.btn-xs {
    padding: .2rem .6rem;
    font-size: .75rem;
    border-radius: .15rem
}

.btn-soft-primary {
    color: #00aca5;
    background-color: rgba(102, 88, 221, .18);
    border-color: rgba(102, 88, 221, .12)
}

.btn-soft-primary:hover {
    color: #fff;
    background-color: #00aca5
}

.btn-soft-primary.focus, .btn-soft-primary:focus {
    box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .3)
}

.btn-soft-secondary {
    color: #6c757d;
    background-color: rgba(108, 117, 125, .18);
    border-color: rgba(108, 117, 125, .12)
}

.btn-soft-secondary:hover {
    color: #fff;
    background-color: #6c757d
}

.btn-soft-secondary.focus, .btn-soft-secondary:focus {
    box-shadow: 0 0 0 .15rem rgba(108, 117, 125, .3)
}

.btn-soft-success {
    color: #1abc9c;
    background-color: rgba(26, 188, 156, .18);
    border-color: rgba(26, 188, 156, .12)
}

.btn-soft-success:hover {
    color: #fff;
    background-color: #1abc9c
}

.btn-soft-success.focus, .btn-soft-success:focus {
    box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .3)
}

.btn-soft-info {
    color: #4fc6e1;
    background-color: rgba(79, 198, 225, .18);
    border-color: rgba(79, 198, 225, .12)
}

.btn-soft-info:hover {
    color: #fff;
    background-color: #4fc6e1
}

.btn-soft-info.focus, .btn-soft-info:focus {
    box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .3)
}

.btn-soft-warning {
    color: #f7b84b;
    background-color: rgba(247, 184, 75, .18);
    border-color: rgba(247, 184, 75, .12)
}

.btn-soft-warning:hover {
    color: #fff;
    background-color: #f7b84b
}

.btn-soft-warning.focus, .btn-soft-warning:focus {
    box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .3)
}

.btn-soft-danger {
    color: #f1556c;
    background-color: rgba(241, 85, 108, .18);
    border-color: rgba(241, 85, 108, .12)
}

.btn-soft-danger:hover {
    color: #fff;
    background-color: #f1556c
}

.btn-soft-danger.focus, .btn-soft-danger:focus {
    box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .3)
}

.btn-soft-light {
    color: #eceff1;
    background-color: rgba(236, 239, 241, .18);
    border-color: rgba(236, 239, 241, .12)
}

.btn-soft-light:hover {
    color: #fff;
    background-color: #eceff1
}

.btn-soft-light.focus, .btn-soft-light:focus {
    box-shadow: 0 0 0 .15rem rgba(236, 239, 241, .3)
}

.btn-soft-dark {
    color: #323a46;
    background-color: rgba(50, 58, 70, .18);
    border-color: rgba(50, 58, 70, .12)
}

.btn-soft-dark:hover {
    color: #fff;
    background-color: #323a46
}

.btn-soft-dark.focus, .btn-soft-dark:focus {
    box-shadow: 0 0 0 .15rem rgba(50, 58, 70, .3)
}

.btn-soft-pink {
    color: #f672a7;
    background-color: rgba(246, 114, 167, .18);
    border-color: rgba(246, 114, 167, .12)
}

.btn-soft-pink:hover {
    color: #fff;
    background-color: #f672a7
}

.btn-soft-pink.focus, .btn-soft-pink:focus {
    box-shadow: 0 0 0 .15rem rgba(246, 114, 167, .3)
}

.btn-soft-blue {
    color: #4a81d4;
    background-color: rgba(74, 129, 212, .18);
    border-color: rgba(74, 129, 212, .12)
}

.btn-soft-blue:hover {
    color: #fff;
    background-color: #4a81d4
}

.btn-soft-blue.focus, .btn-soft-blue:focus {
    box-shadow: 0 0 0 .15rem rgba(74, 129, 212, .3)
}

body[data-layout-color=dark] .btn-primary {
    box-shadow: var(--ct-btn-box-shadow) rgba(102, 88, 221, .5)
}

body[data-layout-color=dark] .btn-outline-primary {
    color: #00aca5;
    border-color: #00aca5
}

body[data-layout-color=dark] .btn-outline-primary:hover {
    color: #fff;
    background-color: #00aca5;
    border-color: #00aca5
}

.btn-check:focus + body[data-layout-color=dark] .btn-outline-primary, body[data-layout-color=dark] .btn-outline-primary:focus {
    box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .5)
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-primary, .btn-check:checked + body[data-layout-color=dark] .btn-outline-primary, body[data-layout-color=dark] .btn-outline-primary.active, body[data-layout-color=dark] .btn-outline-primary.dropdown-toggle.show, body[data-layout-color=dark] .btn-outline-primary:active {
    color: #fff;
    background-color: #00aca5;
    border-color: #00aca5
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-primary:focus, .btn-check:checked + body[data-layout-color=dark] .btn-outline-primary:focus, body[data-layout-color=dark] .btn-outline-primary.active:focus, body[data-layout-color=dark] .btn-outline-primary.dropdown-toggle.show:focus, body[data-layout-color=dark] .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .5)
}

body[data-layout-color=dark] .btn-outline-primary.disabled, body[data-layout-color=dark] .btn-outline-primary:disabled {
    color: #00aca5;
    background-color: transparent
}

body[data-layout-color=dark] .btn-soft-primary {
    color: #00aca5;
    background-color: rgba(102, 88, 221, .18);
    border-color: rgba(102, 88, 221, .12)
}

body[data-layout-color=dark] .btn-soft-primary:hover {
    color: #fff;
    background-color: #00aca5
}

body[data-layout-color=dark] .btn-soft-primary.focus, body[data-layout-color=dark] .btn-soft-primary:focus {
    box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .3)
}

body[data-layout-color=dark] .btn-secondary {
    box-shadow: var(--ct-btn-box-shadow) rgba(206, 222, 239, .5)
}

body[data-layout-color=dark] .btn-outline-secondary {
    color: #cedeef;
    border-color: #cedeef
}

body[data-layout-color=dark] .btn-outline-secondary:hover {
    color: #343a40;
    background-color: #cedeef;
    border-color: #cedeef
}

.btn-check:focus + body[data-layout-color=dark] .btn-outline-secondary, body[data-layout-color=dark] .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .15rem rgba(206, 222, 239, .5)
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-secondary, .btn-check:checked + body[data-layout-color=dark] .btn-outline-secondary, body[data-layout-color=dark] .btn-outline-secondary.active, body[data-layout-color=dark] .btn-outline-secondary.dropdown-toggle.show, body[data-layout-color=dark] .btn-outline-secondary:active {
    color: #343a40;
    background-color: #cedeef;
    border-color: #cedeef
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-secondary:focus, .btn-check:checked + body[data-layout-color=dark] .btn-outline-secondary:focus, body[data-layout-color=dark] .btn-outline-secondary.active:focus, body[data-layout-color=dark] .btn-outline-secondary.dropdown-toggle.show:focus, body[data-layout-color=dark] .btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .15rem rgba(206, 222, 239, .5)
}

body[data-layout-color=dark] .btn-outline-secondary.disabled, body[data-layout-color=dark] .btn-outline-secondary:disabled {
    color: #cedeef;
    background-color: transparent
}

body[data-layout-color=dark] .btn-soft-secondary {
    color: #cedeef;
    background-color: rgba(206, 222, 239, .18);
    border-color: rgba(206, 222, 239, .12)
}

body[data-layout-color=dark] .btn-soft-secondary:hover {
    color: #fff;
    background-color: #cedeef
}

body[data-layout-color=dark] .btn-soft-secondary.focus, body[data-layout-color=dark] .btn-soft-secondary:focus {
    box-shadow: 0 0 0 .15rem rgba(206, 222, 239, .3)
}

body[data-layout-color=dark] .btn-success {
    box-shadow: var(--ct-btn-box-shadow) rgba(26, 188, 156, .5)
}

body[data-layout-color=dark] .btn-outline-success {
    color: #1abc9c;
    border-color: #1abc9c
}

body[data-layout-color=dark] .btn-outline-success:hover {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c
}

.btn-check:focus + body[data-layout-color=dark] .btn-outline-success, body[data-layout-color=dark] .btn-outline-success:focus {
    box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .5)
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-success, .btn-check:checked + body[data-layout-color=dark] .btn-outline-success, body[data-layout-color=dark] .btn-outline-success.active, body[data-layout-color=dark] .btn-outline-success.dropdown-toggle.show, body[data-layout-color=dark] .btn-outline-success:active {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-success:focus, .btn-check:checked + body[data-layout-color=dark] .btn-outline-success:focus, body[data-layout-color=dark] .btn-outline-success.active:focus, body[data-layout-color=dark] .btn-outline-success.dropdown-toggle.show:focus, body[data-layout-color=dark] .btn-outline-success:active:focus {
    box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .5)
}

body[data-layout-color=dark] .btn-outline-success.disabled, body[data-layout-color=dark] .btn-outline-success:disabled {
    color: #1abc9c;
    background-color: transparent
}

body[data-layout-color=dark] .btn-soft-success {
    color: #1abc9c;
    background-color: rgba(26, 188, 156, .18);
    border-color: rgba(26, 188, 156, .12)
}

body[data-layout-color=dark] .btn-soft-success:hover {
    color: #fff;
    background-color: #1abc9c
}

body[data-layout-color=dark] .btn-soft-success.focus, body[data-layout-color=dark] .btn-soft-success:focus {
    box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .3)
}

body[data-layout-color=dark] .btn-info {
    box-shadow: var(--ct-btn-box-shadow) rgba(79, 198, 225, .5)
}

body[data-layout-color=dark] .btn-outline-info {
    color: #4fc6e1;
    border-color: #4fc6e1
}

body[data-layout-color=dark] .btn-outline-info:hover {
    color: #fff;
    background-color: #4fc6e1;
    border-color: #4fc6e1
}

.btn-check:focus + body[data-layout-color=dark] .btn-outline-info, body[data-layout-color=dark] .btn-outline-info:focus {
    box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .5)
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-info, .btn-check:checked + body[data-layout-color=dark] .btn-outline-info, body[data-layout-color=dark] .btn-outline-info.active, body[data-layout-color=dark] .btn-outline-info.dropdown-toggle.show, body[data-layout-color=dark] .btn-outline-info:active {
    color: #fff;
    background-color: #4fc6e1;
    border-color: #4fc6e1
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-info:focus, .btn-check:checked + body[data-layout-color=dark] .btn-outline-info:focus, body[data-layout-color=dark] .btn-outline-info.active:focus, body[data-layout-color=dark] .btn-outline-info.dropdown-toggle.show:focus, body[data-layout-color=dark] .btn-outline-info:active:focus {
    box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .5)
}

body[data-layout-color=dark] .btn-outline-info.disabled, body[data-layout-color=dark] .btn-outline-info:disabled {
    color: #4fc6e1;
    background-color: transparent
}

body[data-layout-color=dark] .btn-soft-info {
    color: #4fc6e1;
    background-color: rgba(79, 198, 225, .18);
    border-color: rgba(79, 198, 225, .12)
}

body[data-layout-color=dark] .btn-soft-info:hover {
    color: #fff;
    background-color: #4fc6e1
}

body[data-layout-color=dark] .btn-soft-info.focus, body[data-layout-color=dark] .btn-soft-info:focus {
    box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .3)
}

body[data-layout-color=dark] .btn-warning {
    box-shadow: var(--ct-btn-box-shadow) rgba(247, 184, 75, .5)
}

body[data-layout-color=dark] .btn-outline-warning {
    color: #f7b84b;
    border-color: #f7b84b
}

body[data-layout-color=dark] .btn-outline-warning:hover {
    color: #343a40;
    background-color: #f7b84b;
    border-color: #f7b84b
}

.btn-check:focus + body[data-layout-color=dark] .btn-outline-warning, body[data-layout-color=dark] .btn-outline-warning:focus {
    box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .5)
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-warning, .btn-check:checked + body[data-layout-color=dark] .btn-outline-warning, body[data-layout-color=dark] .btn-outline-warning.active, body[data-layout-color=dark] .btn-outline-warning.dropdown-toggle.show, body[data-layout-color=dark] .btn-outline-warning:active {
    color: #343a40;
    background-color: #f7b84b;
    border-color: #f7b84b
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-warning:focus, .btn-check:checked + body[data-layout-color=dark] .btn-outline-warning:focus, body[data-layout-color=dark] .btn-outline-warning.active:focus, body[data-layout-color=dark] .btn-outline-warning.dropdown-toggle.show:focus, body[data-layout-color=dark] .btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .5)
}

body[data-layout-color=dark] .btn-outline-warning.disabled, body[data-layout-color=dark] .btn-outline-warning:disabled {
    color: #f7b84b;
    background-color: transparent
}

body[data-layout-color=dark] .btn-soft-warning {
    color: #f7b84b;
    background-color: rgba(247, 184, 75, .18);
    border-color: rgba(247, 184, 75, .12)
}

body[data-layout-color=dark] .btn-soft-warning:hover {
    color: #fff;
    background-color: #f7b84b
}

body[data-layout-color=dark] .btn-soft-warning.focus, body[data-layout-color=dark] .btn-soft-warning:focus {
    box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .3)
}

body[data-layout-color=dark] .btn-danger {
    box-shadow: var(--ct-btn-box-shadow) rgba(241, 85, 108, .5)
}

body[data-layout-color=dark] .btn-outline-danger {
    color: #f1556c;
    border-color: #f1556c
}

body[data-layout-color=dark] .btn-outline-danger:hover {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c
}

.btn-check:focus + body[data-layout-color=dark] .btn-outline-danger, body[data-layout-color=dark] .btn-outline-danger:focus {
    box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .5)
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-danger, .btn-check:checked + body[data-layout-color=dark] .btn-outline-danger, body[data-layout-color=dark] .btn-outline-danger.active, body[data-layout-color=dark] .btn-outline-danger.dropdown-toggle.show, body[data-layout-color=dark] .btn-outline-danger:active {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-danger:focus, .btn-check:checked + body[data-layout-color=dark] .btn-outline-danger:focus, body[data-layout-color=dark] .btn-outline-danger.active:focus, body[data-layout-color=dark] .btn-outline-danger.dropdown-toggle.show:focus, body[data-layout-color=dark] .btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .5)
}

body[data-layout-color=dark] .btn-outline-danger.disabled, body[data-layout-color=dark] .btn-outline-danger:disabled {
    color: #f1556c;
    background-color: transparent
}

body[data-layout-color=dark] .btn-soft-danger {
    color: #f1556c;
    background-color: rgba(241, 85, 108, .18);
    border-color: rgba(241, 85, 108, .12)
}

body[data-layout-color=dark] .btn-soft-danger:hover {
    color: #fff;
    background-color: #f1556c
}

body[data-layout-color=dark] .btn-soft-danger.focus, body[data-layout-color=dark] .btn-soft-danger:focus {
    box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .3)
}

body[data-layout-color=dark] .btn-light {
    box-shadow: var(--ct-btn-box-shadow) rgba(66, 78, 90, .5)
}

body[data-layout-color=dark] .btn-outline-light {
    color: #424e5a;
    border-color: #424e5a
}

body[data-layout-color=dark] .btn-outline-light:hover {
    color: #fff;
    background-color: #424e5a;
    border-color: #424e5a
}

.btn-check:focus + body[data-layout-color=dark] .btn-outline-light, body[data-layout-color=dark] .btn-outline-light:focus {
    box-shadow: 0 0 0 .15rem rgba(66, 78, 90, .5)
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-light, .btn-check:checked + body[data-layout-color=dark] .btn-outline-light, body[data-layout-color=dark] .btn-outline-light.active, body[data-layout-color=dark] .btn-outline-light.dropdown-toggle.show, body[data-layout-color=dark] .btn-outline-light:active {
    color: #fff;
    background-color: #424e5a;
    border-color: #424e5a
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-light:focus, .btn-check:checked + body[data-layout-color=dark] .btn-outline-light:focus, body[data-layout-color=dark] .btn-outline-light.active:focus, body[data-layout-color=dark] .btn-outline-light.dropdown-toggle.show:focus, body[data-layout-color=dark] .btn-outline-light:active:focus {
    box-shadow: 0 0 0 .15rem rgba(66, 78, 90, .5)
}

body[data-layout-color=dark] .btn-outline-light.disabled, body[data-layout-color=dark] .btn-outline-light:disabled {
    color: #424e5a;
    background-color: transparent
}

body[data-layout-color=dark] .btn-soft-light {
    color: #424e5a;
    background-color: rgba(66, 78, 90, .18);
    border-color: rgba(66, 78, 90, .12)
}

body[data-layout-color=dark] .btn-soft-light:hover {
    color: #fff;
    background-color: #424e5a
}

body[data-layout-color=dark] .btn-soft-light.focus, body[data-layout-color=dark] .btn-soft-light:focus {
    box-shadow: 0 0 0 .15rem rgba(66, 78, 90, .3)
}

body[data-layout-color=dark] .btn-dark {
    box-shadow: var(--ct-btn-box-shadow) rgba(243, 247, 249, .5)
}

body[data-layout-color=dark] .btn-outline-dark {
    color: #f3f7f9;
    border-color: #f3f7f9
}

body[data-layout-color=dark] .btn-outline-dark:hover {
    color: #343a40;
    background-color: #f3f7f9;
    border-color: #f3f7f9
}

.btn-check:focus + body[data-layout-color=dark] .btn-outline-dark, body[data-layout-color=dark] .btn-outline-dark:focus {
    box-shadow: 0 0 0 .15rem rgba(243, 247, 249, .5)
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-dark, .btn-check:checked + body[data-layout-color=dark] .btn-outline-dark, body[data-layout-color=dark] .btn-outline-dark.active, body[data-layout-color=dark] .btn-outline-dark.dropdown-toggle.show, body[data-layout-color=dark] .btn-outline-dark:active {
    color: #343a40;
    background-color: #f3f7f9;
    border-color: #f3f7f9
}

.btn-check:active + body[data-layout-color=dark] .btn-outline-dark:focus, .btn-check:checked + body[data-layout-color=dark] .btn-outline-dark:focus, body[data-layout-color=dark] .btn-outline-dark.active:focus, body[data-layout-color=dark] .btn-outline-dark.dropdown-toggle.show:focus, body[data-layout-color=dark] .btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .15rem rgba(243, 247, 249, .5)
}

body[data-layout-color=dark] .btn-outline-dark.disabled, body[data-layout-color=dark] .btn-outline-dark:disabled {
    color: #f3f7f9;
    background-color: transparent
}

body[data-layout-color=dark] .btn-soft-dark {
    color: #f3f7f9;
    background-color: rgba(243, 247, 249, .18);
    border-color: rgba(243, 247, 249, .12)
}

body[data-layout-color=dark] .btn-soft-dark:hover {
    color: #fff;
    background-color: #f3f7f9
}

body[data-layout-color=dark] .btn-soft-dark.focus, body[data-layout-color=dark] .btn-soft-dark:focus {
    box-shadow: 0 0 0 .15rem rgba(243, 247, 249, .3)
}

body[data-layout-color=dark] .btn-label {
    background-color: rgba(243, 247, 249, .1)
}

body[data-layout-color=dark] .btn-label-right {
    background-color: rgba(243, 247, 249, .1)
}

body[data-layout-color=dark] .btn-white {
    border-color: #424e5a;
    color: #fff
}

body[data-layout-color=dark] .btn-white:focus, body[data-layout-color=dark] .btn-white:hover {
    background-color: #323a46;
    border-color: #323a46
}

body[data-layout-color=dark] .btn-white.focus, body[data-layout-color=dark] .btn-white:focus {
    box-shadow: 0 0 0 .15rem rgba(66, 78, 90, .3)
}

body[data-layout-color=dark] .btn-light {
    background-color: #424e5a;
    border-color: #424e5a;
    color: #f3f7f9
}

body[data-layout-color=dark] .btn-dark {
    background-color: #f3f7f9;
    border-color: #f3f7f9;
    color: #323a46
}

body[data-layout-color=dark] .btn-secondary {
    background-color: #cedeef;
    border-color: #cedeef;
    color: #424e5a
}

body[data-layout-color=dark] .btn-outline-light {
    border-color: #424e5a;
    color: #424e5a
}

body[data-layout-color=dark] .btn-outline-light.active, body[data-layout-color=dark] .btn-outline-light:active, body[data-layout-color=dark] .btn-outline-light:focus, body[data-layout-color=dark] .btn-outline-light:hover {
    color: #f3f7f9 !important;
    background-color: #424e5a
}

body[data-layout-color=dark] .btn-outline-dark {
    border-color: #f3f7f9;
    color: #f3f7f9
}

body[data-layout-color=dark] .btn-outline-dark.active, body[data-layout-color=dark] .btn-outline-dark:active, body[data-layout-color=dark] .btn-outline-dark:focus, body[data-layout-color=dark] .btn-outline-dark:hover {
    color: #323a46 !important;
    background-color: #f3f7f9
}

body[data-layout-color=dark] .btn-outline-secondary {
    border-color: #cedeef;
    color: #cedeef
}

body[data-layout-color=dark] .btn-outline-secondary.active, body[data-layout-color=dark] .btn-outline-secondary:active, body[data-layout-color=dark] .btn-outline-secondary:focus, body[data-layout-color=dark] .btn-outline-secondary:hover {
    color: #424e5a !important;
    background-color: #cedeef
}

body[data-layout-color=dark] .btn-soft-light {
    color: #424e5a;
    background-color: rgba(66, 78, 90, .18);
    border-color: rgba(66, 78, 90, .12)
}

body[data-layout-color=dark] .btn-soft-light.active, body[data-layout-color=dark] .btn-soft-light:active, body[data-layout-color=dark] .btn-soft-light:focus, body[data-layout-color=dark] .btn-soft-light:hover {
    color: #f3f7f9;
    background-color: #424e5a;
    border-color: #424e5a
}

body[data-layout-color=dark] .btn-soft-dark {
    color: #f3f7f9;
    background-color: rgba(243, 247, 249, .18);
    border-color: rgba(243, 247, 249, .12)
}

body[data-layout-color=dark] .btn-soft-dark.active, body[data-layout-color=dark] .btn-soft-dark:active, body[data-layout-color=dark] .btn-soft-dark:focus, body[data-layout-color=dark] .btn-soft-dark:hover {
    color: #323a46;
    background-color: #f3f7f9;
    border-color: #f3f7f9
}

body[data-layout-color=dark] .btn-soft-secondary {
    color: #cedeef;
    background-color: rgba(206, 222, 239, .18);
    border-color: rgba(206, 222, 239, .12)
}

body[data-layout-color=dark] .btn-soft-secondary.active, body[data-layout-color=dark] .btn-soft-secondary:active, body[data-layout-color=dark] .btn-soft-secondary:focus, body[data-layout-color=dark] .btn-soft-secondary:hover {
    color: #323a46;
    background-color: #cedeef;
    border-color: #cedeef
}

.card {
    box-shadow: var(--ct-card-box-shadow);
    margin-bottom: 24px
}

.card-drop {
    font-size: 20px;
    line-height: 0;
    color: inherit
}

.card-widgets {
    float: right;
    height: 16px
}

.card-widgets > a {
    color: inherit;
    font-size: 18px;
    display: inline-block;
    line-height: 1
}

.card-widgets > a.collapsed i:before {
    content: "\F0415"
}

.card-header, .card-title {
    margin-top: 0
}

.card-disabled {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: .25rem;
    background: var(--ct-card-overlay-bg);
    cursor: progress
}

.card-disabled .card-portlets-loader {
    background-color: var(--ct-card-overlay-color);
    animation: rotatebox 1.2s infinite ease-in-out;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    margin-left: -12px;
    margin-top: -12px
}

@keyframes rotatebox {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.header-title {
    font-size: 1rem;
    margin: 0 0 7px 0
}

.sub-header {
    font-size: .875rem;
    margin-bottom: 24px;
    color: var(--ct-text-muted)
}

.dropdown-menu {
    padding: .3rem;
    box-shadow: var(--ct-box-shadow);
    animation-name: DropDownSlide;
    animation-duration: .3s;
    animation-fill-mode: both;
    top: 100%
}

.dropdown-menu.show {
    top: 100% !important
}

.dropdown-menu i {
    display: inline-block
}

.dropdown-menu-end {
    right: 0 !important;
    left: auto !important
}

.dropdown-menu[data-popper-placement^=left], .dropdown-menu[data-popper-placement^=right], .dropdown-menu[data-popper-placement^=top] {
    top: auto !important;
    animation: none !important
}

@keyframes DropDownSlide {
    100% {
        transform: translateY(0)
    }
    0% {
        transform: translateY(15px)
    }
}

@media (min-width: 600px) {
    .dropdown-lg {
        width: 320px
    }
}

.dropdown-mega {
    position: static !important
}

.dropdown-megamenu {
    padding: 20px;
    left: 20px !important;
    right: 20px !important;
}

html[dir=rtl] .dropdown-megamenu {
    left: 60px !important;
    right: -20px !important
}

.megamenu-list li {
    padding: 5px 20px 5px 25px;
    position: relative
}

.megamenu-list li a {
    color: var(--ct-dropdown-link-color)
}

.megamenu-list li a:hover {
    color: #00aca5
}

.megamenu-list li:before {
    content: "\F0142";
    position: absolute;
    left: 0;
    font-family: "Material Design Icons"
}

html[dir=ltr] .megamenu-list li:before {
    content: "\F0141"
}

.dropdown-icon-item {
    display: block;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    padding: 15px 0 9px;
    display: block;
    border: 1px solid transparent;
    color: var(--ct-dropdown-link-color)
}

.dropdown-icon-item img {
    height: 24px
}

.dropdown-icon-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown-icon-item:hover {
    background-color: var(--ct-dropdown-link-hover-bg)
}

@media (min-width: 992px) {
    .dropdown-mega-menu-xl {
        width: 40rem
    }

    .dropdown-mega-menu-lg {
        width: 26rem
    }
}

.form-control, .form-select {
    box-shadow: none
}

.form-control-light {
    background-color: var(--ct-input-light-bg) !important;
    border-color: var(--ct-input-light-bg) !important
}

input.form-control[type=color], input.form-control[type=range] {
    min-height: 39px
}

.custom-select.is-invalid:focus, .custom-select.is-valid:focus, .custom-select:invalid:focus, .custom-select:valid:focus, .form-control.is-invalid:focus, .form-control.is-valid:focus, .form-control:invalid:focus, .form-control:valid:focus {
    box-shadow: none !important
}

.comment-area-box .form-control {
    border-color: #dee2e6;
    border-radius: .2rem .2rem 0 0
}

.comment-area-box .comment-area-btn {
    background-color: #f7f8f9;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 .2rem .2rem
}

.search-bar .form-control {
    padding-left: 40px;
    padding-right: 20px;
    border-radius: 30px
}

.search-bar span {
    position: absolute;
    z-index: 10;
    font-size: 16px;
    line-height: calc(1.5em + .9rem + 2px);
    left: 13px;
    top: -2px;
    color: var(--ct-text-muted)
}

.password-eye:before {
    font-family: feather !important;
    content: "\e86a";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 16px
}

.show-password .password-eye:before {
    content: "\e86e"
}

body[data-layout-color=dark] .comment-area-box .form-control {
    border-color: #424e5a
}

body[data-layout-color=dark] .comment-area-box .comment-area-btn {
    background-color: #323a46;
    border: 1px solid #424e5a
}

.modal-title {
    margin-top: 0
}

.modal-full-width {
    width: 95%;
    max-width: none
}

.modal-top {
    margin: 0 auto
}

.modal-right {
    position: absolute;
    right: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: 100%;
    margin: 0;
    background-color: var(--ct-modal-content-bg);
    align-content: center;
    transform: translate(25%, 0) !important
}

.modal-right button.btn-close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1
}

.modal.show .modal-left, .modal.show .modal-right {
    transform: translate(0, 0) !important
}

.modal-bottom {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    height: 100%;
    margin: 0 auto;
    align-content: center
}

.modal-colored-header {
    color: #fff;
    border-radius: 0
}

.modal-colored-header .btn-close {
    color: #fff !important
}

.nav-pills > li > a, .nav-tabs > li > a {
    color: #6c757d;
    font-weight: 500
}

.nav-pills > a {
    color: #6c757d;
    font-weight: 500
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: auto
}

.navtab-bg .nav-link {
    background-color: var(--ct-card-cap-bg);
    margin: 0 5px 10px
}

.nav-bordered {
    border-bottom: 2px solid rgba(152, 166, 173, .2) !important
}

.nav-bordered .nav-item {
    margin-bottom: -1px
}

.nav-bordered li a {
    border: 0 !important;
    padding: 10px 20px
}

.nav-bordered a.active {
    border-bottom: 2px solid #00aca5 !important
}

.tab-content {
    padding: 20px 0 0 0
}

body[data-layout-color=dark] .nav-pills > li > a, body[data-layout-color=dark] .nav-tabs > li > a {
    color: #dee2e6
}

body[data-layout-color=dark] .nav-pills > a {
    color: #dee2e6
}

body[data-layout-color=dark] .nav-bordered {
    border-bottom: 2px solid rgba(206, 222, 239, .2) !important
}

.pagination-rounded .page-link {
    border-radius: 30px !important;
    margin: 0 6px;
    border: none
}

.pagination-rounded .page-item:last-child .page-link {
    margin-right: 0
}

.pagination a {
    line-height: 1.25 !important
}

.popover-header {
    margin-top: 0
}

.progress-sm {
    height: 5px
}

.progress-md {
    height: 8px
}

.progress-lg {
    height: 12px
}

.progress-xl {
    height: 15px
}

.progress-vertical {
    min-height: 250px;
    height: 250px;
    width: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px
}

.progress-vertical .progress-bar {
    width: 100%
}

.progress-vertical.progress-xl {
    width: 15px
}

.progress-vertical.progress-lg {
    width: 12px
}

.progress-vertical.progress-md {
    width: 8px
}

.progress-vertical.progress-sm {
    width: 5px
}

.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    width: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px
}

.progress-vertical-bottom .progress-bar {
    width: 100%;
    bottom: 0;
    position: absolute
}

.progress-vertical-bottom.progress-xl {
    width: 15px
}

.progress-vertical-bottom.progress-lg {
    width: 12px
}

.progress-vertical-bottom.progress-md {
    width: 8px
}

.progress-vertical-bottom.progress-sm {
    width: 5px
}

body {
    padding-right: 0 !important;
    padding-left: 0 !important
}

body.loading {
    visibility: hidden;
    opacity: 0
}

label {
    font-weight: 500
}

button:focus {
    outline: 0
}

th {
    font-weight: 500
}

.table-centered td, .table-centered th {
    vertical-align: middle !important
}

.table-nowrap td, .table-nowrap th {
    white-space: nowrap
}

.table .table-user img {
    height: 30px;
    width: 30px
}

.table.table-bordered tbody {
    border-top: 1px solid;
    border-top-color: inherit
}

.action-icon {
    color: #98a6ad;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px
}

.action-icon:hover {
    color: #6c757d
}

table.table-hover tbody tr:hover > * {
    --ct-table-accent-bg: #f3f7f9
}

table tr.table-active {
    --ct-table-accent-bg: #f3f7f9
}

table.table-striped tbody tr:nth-of-type(odd) > * {
    --ct-table-accent-bg: #f3f7f9
}

table.table-striped tbody tr table:not(.table-striped) td, table.table-striped tbody tr table:not(.table-striped) th {
    --ct-table-accent-bg: transparent
}

body[data-layout-color=dark] .action-icon {
    color: #cedeef;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px
}

body[data-layout-color=dark] .action-icon:hover {
    color: #dee2e6
}

body[data-layout-color=dark] .table-light {
    --ct-table-bg: #3e4954;
    color: #fff;
    border-color: var(--ct-table-group-separator-color)
}

body[data-layout-color=dark] .table-dark {
    --ct-table-bg: #424e5a
}

body[data-layout-color=dark] .table-dark tbody, body[data-layout-color=dark] .table-dark tr {
    border-color: #4d5b69
}

body[data-layout-color=dark] table.table-hover tbody tr:hover > * {
    --ct-table-accent-bg: #3e4954
}

body[data-layout-color=dark] table td.table-active, body[data-layout-color=dark] table tr.table-active {
    --ct-table-accent-bg: rgba(0, 0, 0, 0.075)
}

body[data-layout-color=dark] table.table-striped tbody tr:nth-of-type(odd) > * {
    --ct-table-accent-bg: #3b4651
}

body[data-layout-color=dark] table.table-striped tbody tr table:not(.table-striped) td, body[data-layout-color=dark] table.table-striped tbody tr table:not(.table-striped) th {
    --ct-table-accent-bg: transparent
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: Roboto, sans-serif;
    color: var(--ct-text-color-h)
}

.font-11 {
    font-size: 11px !important
}

.font-12 {
    font-size: 12px !important
}

.font-13 {
    font-size: 13px !important
}

.font-14 {
    font-size: 14px !important
}

.font-15 {
    font-size: 15px !important
}

.font-16 {
    font-size: 16px !important
}

.font-17 {
    font-size: 17px !important
}

.font-18 {
    font-size: 18px !important
}

.font-19 {
    font-size: 19px !important
}

.font-20 {
    font-size: 20px !important
}

.font-22 {
    font-size: 22px !important
}

.font-24 {
    font-size: 24px !important
}

.font-26 {
    font-size: 26px !important
}

.font-28 {
    font-size: 28px !important
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.bg-primary {
    background-color: #00aca5 !important
}

.bg-soft-primary {
    background-color: rgba(102, 88, 221, .25) !important
}

.border-primary {
    border-color: #00aca5 !important
}

.text-primary {
    color: #00aca5 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-soft-secondary {
    background-color: rgba(108, 117, 125, .25) !important
}

.border-secondary {
    border-color: #6c757d !important
}

.text-secondary {
    color: #6c757d !important
}

.bg-success {
    background-color: var(--ct-link-color)!important
}

.bg-yellow {
    background-color: #fffacd!important
}

.bg-yellow .text-white,
.bg-yellow .card-text{
    color: var(--ct-body-color)!important;
}

.bg-soft-success {
    background-color: rgba(26, 188, 156, .25) !important
}

.border-success {
    border-color: #1abc9c !important
}

.text-success {
    color: #1abc9c !important
}

.bg-info {
    background-color: #4fc6e1 !important
}

.bg-soft-info {
    background-color: rgba(79, 198, 225, .25) !important
}

.border-info {
    border-color: #4fc6e1 !important
}

.text-info {
    color: #4fc6e1 !important
}

.bg-warning {
    background-color: #f7b84b !important
}

.bg-soft-warning {
    background-color: rgba(247, 184, 75, .25) !important
}

.border-warning {
    border-color: #f7b84b !important
}

.text-warning {
    color: #f7b84b !important
}

.bg-danger {
    background-color: #f1556c !important
}

.bg-soft-danger {
    background-color: rgba(241, 85, 108, .25) !important
}

.border-danger {
    border-color: #f1556c !important
}

.text-danger {
    color: #f1556c !important
}

.bg-light {
    background-color: #eceff1 !important
}

.bg-soft-light {
    background-color: rgba(236, 239, 241, .25) !important
}

.border-light {
    border-color: #eceff1 !important
}

.text-light {
    color: #eceff1 !important
}

.bg-dark {
    background-color: #323a46 !important
}

.bg-soft-dark {
    background-color: rgba(50, 58, 70, .25) !important
}

.border-dark {
    border-color: #323a46 !important
}

.text-dark {
    color: #323a46 !important
}

.bg-pink {
    background-color: #f672a7 !important
}

.bg-soft-pink {
    background-color: rgba(246, 114, 167, .25) !important
}

.border-pink {
    border-color: #f672a7 !important
}

.text-pink {
    color: #f672a7 !important
}

.bg-blue {
    background-color: #4a81d4 !important
}

.bg-soft-blue {
    background-color: rgba(74, 129, 212, .25) !important
}

.border-blue {
    border-color: #4a81d4 !important
}

.text-blue {
    color: #4a81d4 !important
}

.text-body {
    color: #6c757d !important
}

.bg-ghost {
    opacity: .4
}

body[data-layout-color=dark] .bg-primary {
    background-color: #00aca5 !important
}

body[data-layout-color=dark] .bg-soft-primary {
    background-color: rgba(102, 88, 221, .25) !important
}

body[data-layout-color=dark] .border-primary {
    border-color: #00aca5 !important
}

body[data-layout-color=dark] .text-primary {
    color: #00aca5 !important
}

body[data-layout-color=dark] .bg-secondary {
    background-color: #cedeef !important
}

body[data-layout-color=dark] .bg-soft-secondary {
    background-color: rgba(206, 222, 239, .25) !important
}

body[data-layout-color=dark] .border-secondary {
    border-color: #cedeef !important
}

body[data-layout-color=dark] .text-secondary {
    color: #cedeef !important
}

body[data-layout-color=dark] .bg-success {
    background-color: #1abc9c !important
}

body[data-layout-color=dark] .bg-soft-success {
    background-color: rgba(26, 188, 156, .25) !important
}

body[data-layout-color=dark] .border-success {
    border-color: #1abc9c !important
}

body[data-layout-color=dark] .text-success {
    color: #1abc9c !important
}

body[data-layout-color=dark] .bg-info {
    background-color: #4fc6e1 !important
}

body[data-layout-color=dark] .bg-soft-info {
    background-color: rgba(79, 198, 225, .25) !important
}

body[data-layout-color=dark] .border-info {
    border-color: #4fc6e1 !important
}

body[data-layout-color=dark] .text-info {
    color: #4fc6e1 !important
}

body[data-layout-color=dark] .bg-warning {
    background-color: #f7b84b !important
}

body[data-layout-color=dark] .bg-soft-warning {
    background-color: rgba(247, 184, 75, .25) !important
}

body[data-layout-color=dark] .border-warning {
    border-color: #f7b84b !important
}

body[data-layout-color=dark] .text-warning {
    color: #f7b84b !important
}

body[data-layout-color=dark] .bg-danger {
    background-color: #f1556c !important
}

body[data-layout-color=dark] .bg-soft-danger {
    background-color: rgba(241, 85, 108, .25) !important
}

body[data-layout-color=dark] .border-danger {
    border-color: #f1556c !important
}

body[data-layout-color=dark] .text-danger {
    color: #f1556c !important
}

body[data-layout-color=dark] .bg-light {
    background-color: #424e5a !important
}

body[data-layout-color=dark] .bg-soft-light {
    background-color: rgba(66, 78, 90, .25) !important
}

body[data-layout-color=dark] .border-light {
    border-color: #424e5a !important
}

body[data-layout-color=dark] .text-light {
    color: #424e5a !important
}

body[data-layout-color=dark] .bg-dark {
    background-color: #f3f7f9 !important
}

body[data-layout-color=dark] .bg-soft-dark {
    background-color: rgba(243, 247, 249, .25) !important
}

body[data-layout-color=dark] .border-dark {
    border-color: #f3f7f9 !important
}

body[data-layout-color=dark] .text-dark {
    color: #f3f7f9 !important
}

body[data-layout-color=dark] .text-body {
    color: var(--ct-body-color) !important
}

html {
    position: relative;
    min-height: 100%
}

body {
    overflow-x: hidden
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.content-page {
    margin-left: 240px;
    overflow: hidden;
    padding: 0 15px 65px 15px;
    min-height: 80vh;
    margin-top: 70px
}

.left-side-menu {
    width: 240px;
    background: var(--ct-bg-leftbar);
    bottom: 0;
    padding: 20px 0;
    position: fixed;
    transition: all .1s ease-out;
    top: 70px;
    box-shadow: var(--ct-box-shadow)
}

#sidebar-menu > ul {
    list-style: none;
    padding: 0
}

#sidebar-menu > ul > li > a {
    color: var(--ct-menu-item);
    display: block;
    padding: 12px 20px;
    position: relative;
    transition: all .4s;
    font-family: Roboto, sans-serif;
    font-size: .95rem
}

#sidebar-menu > ul > li > a:active, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:hover {
    color: var(--ct-menu-item-hover);
    text-decoration: none
}

#sidebar-menu > ul > li > a > span {
    vertical-align: middle
}

#sidebar-menu > ul > li > a i {
    display: inline-block;
    line-height: 1.0625rem;
    margin: 0 10px 0 3px;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    font-size: 18px
}

#sidebar-menu > ul > li > a svg {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-right: 10px
}

#sidebar-menu > ul > li > a .drop-arrow {
    float: right
}

#sidebar-menu > ul > li > a .drop-arrow i {
    margin-right: 0
}

#sidebar-menu > ul > li > a.mm-active {
    color: var(--ct-menu-item-active)
}

#sidebar-menu > ul > li ul {
    padding-left: 34px;
    list-style: none
}

#sidebar-menu > ul > li ul ul {
    padding-left: 20px
}

#sidebar-menu .badge {
    margin-top: 4px
}

#sidebar-menu .menu-title {
    padding: 10px 20px;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: .6875rem;
    text-transform: uppercase;
    color: var(--ct-menu-item);
    font-weight: 500
}

#sidebar-menu .menuitem-active > a {
    color: var(--ct-menu-item-active)
}

#sidebar-menu .menuitem-active .active {
    color: var(--ct-menu-item-active)
}

.nav-second-level li a {
    padding: 8px 20px;
    color: var(--ct-menu-item);
    display: block;
    position: relative;
    transition: all .4s;
    font-size: .875rem
}

.nav-second-level li a:focus, .nav-second-level li a:hover {
    color: var(--ct-menu-item-hover)
}

.nav-second-level li.active > a {
    color: var(--ct-menu-item-active)
}

.menu-arrow {
    transition: transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: 'Material Design Icons';
    text-rendering: auto;
    line-height: 1.5rem;
    font-size: 1.1rem;
    transform: translate(0, 0)
}

.menu-arrow:before {
    content: "\F0142"
}

[dir=rtl] .menu-arrow:before {
    content: "\F0141"
}

li > a[aria-expanded=true] > span.menu-arrow {
    transform: rotate(90deg)
}

li.menuitem-active > a:not(.collapsed) > span.menu-arrow {
    transform: rotate(90deg)
}

body[data-leftbar-size=condensed] .logo-box {
    width: 70px !important
}

body[data-leftbar-size=condensed] .logo span.logo-lg {
    display: none
}

body[data-leftbar-size=condensed] .logo span.logo-sm {
    display: block
}

body[data-leftbar-size=condensed] .left-side-menu {
    position: absolute;
    padding-top: 0;
    width: 70px !important;
    z-index: 5
}

body[data-leftbar-size=condensed] .left-side-menu .simplebar-content-wrapper, body[data-leftbar-size=condensed] .left-side-menu .simplebar-mask {
    overflow: visible !important
}

body[data-leftbar-size=condensed] .left-side-menu .simplebar-scrollbar {
    display: none !important
}

body[data-leftbar-size=condensed] .left-side-menu .simplebar-offset {
    bottom: 0 !important
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .badge, body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .label, body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .menu-arrow, body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .menu-title {
    display: none !important
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .nav.collapse {
    height: inherit !important
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li {
    position: relative;
    white-space: nowrap
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px;
    min-height: 54px;
    transition: none
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a:active, body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a:focus, body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a:hover {
    color: var(--ct-menu-item-hover)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a i {
    font-size: 1.3rem;
    margin-right: 20px;
    margin-left: 5px
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a svg {
    width: 18px;
    height: 18px;
    margin-left: 6px
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a span {
    display: none;
    padding-left: 25px
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > a {
    position: relative;
    width: calc(190px + 70px);
    color: var(--ct-menu-item-active);
    background-color: #f7f8f9;
    box-shadow: inset var(--ct-box-shadow-condensed)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > a span {
    display: inline
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover a.active :after, body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover a.open :after {
    display: none
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse, body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapsing {
    display: block !important;
    height: auto !important;
    transition: none !important
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul, body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapsing > ul {
    display: block !important;
    left: 70px;
    position: absolute;
    width: 190px;
    box-shadow: var(--ct-box-shadow-condensed)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul ul, body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapsing > ul ul {
    box-shadow: var(--ct-box-shadow-condensed)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul a, body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapsing > ul a {
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul a:hover, body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapsing > ul a:hover {
    color: var(--ct-menu-item-hover)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul ul {
    padding: 5px 0;
    z-index: 9999;
    display: none;
    background-color: var(--ct-bg-leftbar)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul ul li:hover > .collapse, body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul ul li:hover > .collapsing {
    display: block !important;
    height: auto !important;
    transition: none !important
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul ul li:hover > .collapse > ul, body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul ul li:hover > .collapsing > ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul ul li > a span.pull-right {
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul ul li.active a {
    color: var(--ct-menu-item-active)
}

body[data-leftbar-size=condensed] .content-page {
    margin-left: 70px !important
}

@media (min-width: 992px) {
    body[data-leftbar-size=condensed] .footer {
        left: 70px !important
    }
}

body[data-leftbar-size=condensed] .user-box {
    display: none !important
}

@media (min-width: 768px) {
    body[data-leftbar-size=condensed]:not([data-layout=compact]) {
        min-height: 1750px
    }
}

@media (max-width: 767.98px) {
    .pro-user-name {
        display: none
    }
}

@media (max-width: 991.98px) {
    body {
        overflow-x: hidden;
        padding-bottom: 80px
    }

    .left-side-menu {
        display: none;
        z-index: 10 !important
    }

    .sidebar-enable .left-side-menu {
        display: block
    }

    .content-page, body[data-leftbar-size=condensed] .content-page {
        margin-left: 0 !important;
        padding: 0 10px
    }

    .footer {
        left: 0 !important
    }
}

body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .logo-box {
    width: 160px !important
}

body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu {
    width: 160px !important;
    text-align: center
}

body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu #sidebar-menu > ul > li > a > i {
    display: block;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    margin: 0
}

body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu #sidebar-menu > ul > li > a svg {
    display: block;
    margin: 0 auto 5px auto
}

body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu #sidebar-menu > ul ul {
    padding-left: 0
}

body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu #sidebar-menu > ul ul a {
    padding: 10px 20px
}

body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu .badge, body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu .menu-arrow {
    display: none !important
}

body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu + .content-page {
    margin-left: 160px
}

body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu + .content-page .footer {
    left: 160px
}

body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu .menu-title {
    background-color: #f7f8f9
}

body[data-leftbar-color=dark]:not([data-layout-mode=detached]) .logo-box {
    background-color: var(--ct-bg-leftbar-dark)
}

body[data-leftbar-color=dark]:not([data-layout-mode=detached]) .logo-box .logo-dark {
    display: none
}

body[data-leftbar-color=dark]:not([data-layout-mode=detached]) .logo-box .logo-light {
    display: block
}

body[data-leftbar-color=dark] .left-side-menu {
    background-color: var(--ct-bg-leftbar-dark);
    box-shadow: none
}

body[data-leftbar-color=dark] .left-side-menu #sidebar-menu > ul > li > a {
    color: var(--ct-menu-item-color-dark)
}

body[data-leftbar-color=dark] .left-side-menu #sidebar-menu > ul > li > a:active, body[data-leftbar-color=dark] .left-side-menu #sidebar-menu > ul > li > a:focus, body[data-leftbar-color=dark] .left-side-menu #sidebar-menu > ul > li > a:hover {
    color: var(--ct-menu-item-hover-color-dark)
}

body[data-leftbar-color=dark] .left-side-menu #sidebar-menu .menu-title {
    color: #adb5bd
}

body[data-leftbar-color=dark] .left-side-menu #sidebar-menu .menuitem-active > a {
    color: var(--ct-menu-item-active)
}

body[data-leftbar-color=dark] .left-side-menu #sidebar-menu .menuitem-active .active {
    color: var(--ct-menu-item-active)
}

body[data-leftbar-color=dark] .left-side-menu .nav-second-level li a, body[data-leftbar-color=dark] .left-side-menu .nav-thrid-level li a {
    color: var(--ct-menu-item-color-dark)
}

body[data-leftbar-color=dark] .left-side-menu .nav-second-level li a:focus, body[data-leftbar-color=dark] .left-side-menu .nav-second-level li a:hover, body[data-leftbar-color=dark] .left-side-menu .nav-thrid-level li a:focus, body[data-leftbar-color=dark] .left-side-menu .nav-thrid-level li a:hover {
    background-color: transparent;
    color: var(--ct-menu-item-hover-color-dark)
}

body[data-leftbar-color=dark] .left-side-menu .nav-second-level li.active > a, body[data-leftbar-color=dark] .left-side-menu .nav-thrid-level li.active > a {
    color: var(--ct-menu-item-active-color-dark)
}

body[data-leftbar-color=dark] .left-side-menu .user-box .dropdown > a {
    color: #fff !important
}

body[data-leftbar-color=dark][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
    background-color: var(--ct-bg-leftbar-dark);
    box-shadow: none
}

body[data-leftbar-color=dark][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
    color: var(--ct-menu-item-active)
}

body[data-leftbar-color=dark][data-leftbar-size=compact] #wrapper .left-side-menu .menu-title {
    background-color: rgba(255, 255, 255, .03)
}

body[data-leftbar-color=brand] .logo-box, body[data-leftbar-color=gradient] .logo-box {
    background-color: var(--ct-bg-leftbar-brand)
}

body[data-leftbar-color=brand] .menuitem-active > a, body[data-leftbar-color=gradient] .menuitem-active > a {
    color: #fff !important
}

body[data-leftbar-color=brand] .left-side-menu, body[data-leftbar-color=gradient] .left-side-menu {
    background-color: var(--ct-bg-leftbar-brand);
    box-shadow: none
}

body[data-leftbar-color=brand] .left-side-menu #sidebar-menu > ul > li > a, body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu > ul > li > a {
    color: rgba(255, 255, 255, .7)
}

body[data-leftbar-color=brand] .left-side-menu #sidebar-menu > ul > li > a:active, body[data-leftbar-color=brand] .left-side-menu #sidebar-menu > ul > li > a:focus, body[data-leftbar-color=brand] .left-side-menu #sidebar-menu > ul > li > a:hover, body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu > ul > li > a:active, body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu > ul > li > a:focus, body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu > ul > li > a:hover {
    color: rgba(255, 255, 255, .9)
}

body[data-leftbar-color=brand] .left-side-menu #sidebar-menu > ul > li > a.mm-active, body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu > ul > li > a.mm-active {
    color: #fff;
    background-color: rgba(255, 255, 255, .07)
}

body[data-leftbar-color=brand] .left-side-menu #sidebar-menu .menu-title, body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu .menu-title {
    color: rgba(255, 255, 255, .6)
}

body[data-leftbar-color=brand] .left-side-menu #sidebar-menu .mm-active .active, body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu .mm-active .active {
    color: #fff
}

body[data-leftbar-color=brand] .left-side-menu .nav-second-level li a, body[data-leftbar-color=brand] .left-side-menu .nav-thrid-level li a, body[data-leftbar-color=gradient] .left-side-menu .nav-second-level li a, body[data-leftbar-color=gradient] .left-side-menu .nav-thrid-level li a {
    color: rgba(255, 255, 255, .7)
}

body[data-leftbar-color=brand] .left-side-menu .nav-second-level li a:focus, body[data-leftbar-color=brand] .left-side-menu .nav-second-level li a:hover, body[data-leftbar-color=brand] .left-side-menu .nav-thrid-level li a:focus, body[data-leftbar-color=brand] .left-side-menu .nav-thrid-level li a:hover, body[data-leftbar-color=gradient] .left-side-menu .nav-second-level li a:focus, body[data-leftbar-color=gradient] .left-side-menu .nav-second-level li a:hover, body[data-leftbar-color=gradient] .left-side-menu .nav-thrid-level li a:focus, body[data-leftbar-color=gradient] .left-side-menu .nav-thrid-level li a:hover {
    background-color: transparent;
    color: #fff
}

body[data-leftbar-color=brand] .left-side-menu .nav-second-level li.active > a, body[data-leftbar-color=brand] .left-side-menu .nav-thrid-level li.active > a, body[data-leftbar-color=gradient] .left-side-menu .nav-second-level li.active > a, body[data-leftbar-color=gradient] .left-side-menu .nav-thrid-level li.active > a {
    color: var(--ct-menu-item-active-color-dark)
}

body[data-leftbar-color=brand] .left-side-menu .user-box .dropdown > a, body[data-leftbar-color=gradient] .left-side-menu .user-box .dropdown > a {
    color: #fff !important
}

body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a, body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
    background-color: var(--ct-bg-leftbar-brand);
    box-shadow: none;
    color: #fff
}

body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active, body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
    color: var(--ct-menu-item-active)
}

body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu .menuitem-active .menuitem-active a.active, body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .menuitem-active .menuitem-active a.active {
    color: var(--ct-menu-item-active) !important
}

body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-second-level li a, body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a, body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-second-level li a, body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a {
    color: var(--ct-menu-item)
}

body[data-leftbar-color=brand][data-leftbar-size=compact] #wrapper .left-side-menu .menu-title, body[data-leftbar-color=gradient][data-leftbar-size=compact] #wrapper .left-side-menu .menu-title {
    background-color: rgba(255, 255, 255, .05)
}

body[data-leftbar-color=gradient] .left-side-menu, body[data-leftbar-color=gradient] .logo-box {
    background: var(--ct-bg-leftbar-gradient);
    background-image: linear-gradient(270deg, rgba(64, 149, 216, .15), transparent)
}

body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
    background: var(--ct-bg-leftbar-gradient)
}

body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
    color: var(--ct-menu-item-active)
}

body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-second-level li a, body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a {
    color: var(--ct-menu-item)
}

.user-box {
    display: none
}

.user-pro-dropdown {
    background-color: #f7f8f9;
    box-shadow: none;
    padding: 15px 5px;
    width: 90%;
    margin-left: 5% !important;
    margin-top: 10px !important
}

.user-pro-dropdown .dropdown-item {
    border-radius: 3px
}

.user-pro-dropdown .dropdown-item:hover {
    background-color: #00aca5;
    color: #fff
}

@media (min-width: 992px) {
    body[data-layout-mode=detached] .navbar-custom .container-fluid, body[data-layout-mode=detached] .navbar-custom .container-lg, body[data-layout-mode=detached] .navbar-custom .container-md, body[data-layout-mode=detached] .navbar-custom .container-sm, body[data-layout-mode=detached] .navbar-custom .container-xl, body[data-layout-mode=detached] .navbar-custom .container-xxl {
        max-width: 95%
    }

    body[data-layout-mode=detached] #wrapper {
        max-width: 95%;
        margin: 0 auto
    }

    body[data-layout-mode=detached] .left-side-menu {
        margin-top: 30px;
        margin-bottom: 30px;
        border-radius: 5px
    }

    body[data-layout-mode=detached] .content-page {
        padding-bottom: 30px
    }

    body[data-layout-mode=detached] .logo-box {
        background-color: transparent;
        background-image: none
    }
}

body[data-sidebar-user=true] .user-box {
    display: block
}

body[data-sidebar-icon=twotones] #sidebar-menu > ul > li > a i {
    color: #4a81d4
}

body[data-sidebar-icon=twotones] #sidebar-menu > ul > li > a svg {
    width: 18px;
    height: 18px;
    margin-left: 3px;
    margin-right: 10px;
    color: #4a81d4;
    fill: rgba(74, 129, 212, .2)
}

body[data-sidebar-icon=twotones][data-leftbar-color=brand] #sidebar-menu > ul > li > a i, body[data-sidebar-icon=twotones][data-leftbar-color=gradient] #sidebar-menu > ul > li > a i {
    color: #f7f8f9
}

body[data-sidebar-icon=twotones][data-leftbar-color=brand] #sidebar-menu > ul > li > a svg, body[data-sidebar-icon=twotones][data-leftbar-color=gradient] #sidebar-menu > ul > li > a svg {
    color: #f7f8f9;
    fill: rgba(247, 248, 249, .2)
}

body[data-leftbar-color=brand]:not([data-layout-mode=detached]) .logo-box .logo-dark, body[data-leftbar-color=gradient]:not([data-layout-mode=detached]) .logo-box .logo-dark {
    display: none
}

body[data-leftbar-color=brand]:not([data-layout-mode=detached]) .logo-box .logo-light, body[data-leftbar-color=gradient]:not([data-layout-mode=detached]) .logo-box .logo-light {
    display: block
}

body[data-layout-color=dark][data-leftbar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > a {
    background-color: #323a46
}

body[data-layout-color=dark][data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu .menu-title {
    background-color: #323a46
}

body[data-layout-color=dark][data-leftbar-color=dark] .left-side-menu #sidebar-menu .menu-title {
    color: #8c98a5
}

body[data-layout-color=dark] .user-pro-dropdown {
    background-color: #323a46
}

.logo {
    display: block
}

.logo span.logo-lg {
    display: block
}

.logo span.logo-sm {
    display: none
}

.logo .logo-lg-text-dark {
    color: #323a46;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase
}

.logo .logo-lg-text-light {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase
}

.logo-box {
    height: 70px;
    width: 240px;
    float: left;
    transition: all .1s ease-out
}

.logo-box .logo {
    line-height: 70px;
    opacity: .9;
}

.logo-light {
    display: block
}

.logo-dark {
    display: none
}

.navbar-custom {
    background-color: var(--ct-link-color);
    box-shadow: var(--ct-box-shadow);
    padding: 0 10px 0 0;
    position: fixed;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 1001
}

.navbar-custom .topnav-menu > li {
    float: left
}

.navbar-custom .topnav-menu .nav-link {
    padding: 0 15px;
    color: rgba(255, 255, 255, 1);
    min-width: 32px;
    display: block;
    line-height: 70px;
    text-align: center;
    max-height: 70px
}

.navbar-custom .dropdown .nav-link.show,
.navbar-custom .dropdown .nav-link.current{
    background-color: rgba(255, 255, 255, .2)
}

.navbar-custom .app-search {
    height: 70px;
    display: table;
    max-width: 180px;
    margin-right: 20px
}

.navbar-custom .app-search .app-search-box {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.navbar-custom .app-search .app-search-box input::placeholder {
    font-size: .8125rem;
    color: rgba(255, 255, 255, .3)
}

.navbar-custom .app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 20px;
    padding-right: 0;
    color: #fff;
    background-color: rgba(255, 255, 255, .3);
    box-shadow: none;
    border-radius: 30px 0 0 30px
}

.navbar-custom .app-search .input-group-text {
    margin-left: 0 !important;
    z-index: 4
}

.navbar-custom .app-search .btn {
    background-color: rgba(255, 255, 255, .3);
    border-color: transparent;
    color: rgba(255, 255, 255, .3);
    border-radius: 0 30px 30px 0;
    box-shadow: none !important
}

.navbar-custom .button-menu-mobile {
    border: none;
    color: #fff;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 60px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer
}

.navbar-custom .button-menu-mobile.disable-btn {
    display: none
}

.noti-scroll {
    max-height: 230px
}

.notification-list {
    margin-left: 0
}

.notification-list .noti-title {
    background-color: transparent;
    padding: 15px 20px
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 10px
}

.notification-list .notify-item {
    padding: 12px 20px
}

.notification-list .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff
}

.notification-list .notify-item .notify-details {
    margin-bottom: 5px;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #343a40
}

.notification-list .notify-item .notify-details b {
    font-weight: 500
}

.notification-list .notify-item .notify-details .small, .notification-list .notify-item .notify-details small {
    display: block
}

.notification-list .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px
}

.notification-list .notify-item .user-msg {
    margin-left: 45px;
    white-space: normal;
    line-height: 16px
}

.notification-list .profile-dropdown .notify-item {
    padding: 7px 20px
}

.noti-icon {
    font-size: 21px;
    vertical-align: middle
}

.profile-dropdown {
    min-width: 170px
}

.profile-dropdown i {
    vertical-align: middle;
    margin-right: 5px
}

.nav-user {
    padding: 0 12px !important
}

.nav-user img {
    padding: .05rem;
    background-color: var(--ct-thumbnail-bg);
    border: 1px solid var(--ct-thumbnail-border-color);
    height: 36px;
    width: 36px
}

.fullscreen-enable [data-toggle=fullscreen] .fe-maximize::before {
    content: "\e88d"
}

@media (max-width: 991.98px) {
    .logo-box {
        width: 70px !important;
        padding-right: 0 !important
    }

    .logo-box .logo-lg {
        display: none !important
    }

    .logo-box .logo-sm {
        display: block !important
    }
}

@media (max-width: 600px) {
    .navbar-custom .dropdown {
        position: static
    }

    .navbar-custom .dropdown .dropdown-menu {
        left: 10px !important;
        right: 10px !important
    }
}

body[data-topbar-color=light] .navbar-custom {
    background-color: var(--ct-bg-topbar-light) !important;
    box-shadow: var(--ct-box-shadow-sm)
}

body[data-topbar-color=light] .navbar-custom .topnav-menu .nav-link {
    color: #6c757d
}

body[data-topbar-color=light] .navbar-custom .dropdown .nav-link.show {
    background-color: rgba(50, 58, 70, .03)
}

body[data-topbar-color=light] .navbar-custom .button-menu-mobile {
    color: #323a46
}

body[data-topbar-color=light] .navbar-custom .app-search input::placeholder {
    color: #adb5bd !important
}

body[data-topbar-color=light] .navbar-custom .app-search .form-control {
    color: #323a46;
    background-color: #f7f8f9;
    border-color: #f7f8f9
}

body[data-topbar-color=light] .navbar-custom .app-search .btn {
    background-color: #f7f8f9;
    color: #ced4da
}

body[data-topbar-color=light] .logo-dark {
    display: block
}

body[data-topbar-color=light] .logo-light {
    display: none
}

@media (max-width: 991.98px) {
    body[data-layout-mode=horizontal] .navbar-toggle {
        border: 0;
        position: relative;
        padding: 0;
        margin: 0;
        cursor: pointer
    }

    body[data-layout-mode=horizontal] .navbar-toggle .lines {
        width: 25px;
        display: block;
        position: relative;
        height: 16px;
        transition: all .5s ease;
        margin-top: calc(54px / 2)
    }

    body[data-layout-mode=horizontal] .navbar-toggle span {
        height: 2px;
        width: 100%;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
        transition: transform .5s ease
    }

    body[data-layout-mode=horizontal] .navbar-toggle.open span {
        position: absolute
    }

    body[data-layout-mode=horizontal] .navbar-toggle.open span:first-child {
        top: 7px;
        transform: rotate(45deg)
    }

    body[data-layout-mode=horizontal] .navbar-toggle.open span:nth-child(2) {
        visibility: hidden
    }

    body[data-layout-mode=horizontal] .navbar-toggle.open span:last-child {
        width: 100%;
        top: 7px;
        transform: rotate(-45deg)
    }
}

body[data-layout-mode=horizontal] .button-menu-mobile {
    display: none
}

body[data-layout-mode=horizontal] .logo-box {
    width: auto;
    padding-right: 50px;
    background-color: transparent
}

@media (min-width: 992px) and (max-width: 1366px) {
    body[data-layout-mode=horizontal] .logo-box {
        padding-left: 20px
    }
}

@media (max-width: 360px) {
    .navbar-custom .topnav-menu .nav-link {
        padding: 0 12px
    }

    .navbar-custom .button-menu-mobile {
        width: 45px
    }
}

body[data-layout-mode=two-column][data-topbar-color=dark] .navbar-custom .logo-box .logo-light {
    display: none
}

body[data-layout-mode=two-column][data-topbar-color=dark] .navbar-custom .logo-box .logo-dark {
    display: block
}

body[data-layout-mode=two-column][data-topbar-color=dark][data-leftbar-color=dark] .navbar-custom .logo-box .logo-light {
    display: block
}

body[data-layout-mode=two-column][data-topbar-color=dark][data-leftbar-color=dark] .navbar-custom .logo-box .logo-dark {
    display: none
}

body[data-layout-mode=two-column][data-topbar-color=dark][data-leftbar-color=brand] .navbar-custom .logo-box .logo-light, body[data-layout-mode=two-column][data-topbar-color=dark][data-leftbar-color=gradient] .navbar-custom .logo-box .logo-light {
    display: block
}

body[data-layout-mode=two-column][data-topbar-color=dark][data-leftbar-color=brand] .navbar-custom .logo-box .logo-dark, body[data-layout-mode=two-column][data-topbar-color=dark][data-leftbar-color=gradient] .navbar-custom .logo-box .logo-dark {
    display: none
}

body[data-layout-color=dark] .logo .logo-lg-text-dark {
    color: #f3f7f9
}

body[data-layout-color=dark] .notification-list .notify-item .notify-details {
    color: #f7f7f7
}

body[data-layout-color=dark] .navbar-custom .app-search input::placeholder {
    color: #8c98a5 !important
}

body[data-layout-color=dark] .navbar-custom .app-search .form-control {
    color: #f3f7f9;
    background-color: #323a46;
    border-color: #323a46
}

body[data-layout-color=dark] .navbar-custom .app-search .btn {
    background-color: #323a46;
    color: #5d7186
}

body[data-layout-color=dark][data-topbar-color=light] .navbar-custom .topnav-menu .nav-link {
    color: #dee2e6
}

body[data-layout-color=dark][data-topbar-color=light] .navbar-custom .dropdown .nav-link.show {
    background-color: rgba(243, 247, 249, .03)
}

body[data-layout-color=dark][data-topbar-color=light] .navbar-custom .button-menu-mobile {
    color: #f3f7f9
}

body[data-layout-color=dark][data-layout-mode=default][data-leftbar-color=light][data-topbar-color=light] .navbar-custom .logo-box .logo-light, body[data-layout-color=dark][data-layout-mode=detached][data-topbar-color=light] .navbar-custom .logo-box .logo-light, body[data-layout-color=dark][data-layout-mode=horizontal][data-topbar-color=light] .navbar-custom .logo-box .logo-light, body[data-layout-color=dark][data-sidebar-icon=twotones][data-topbar-color=light][data-leftbar-color=light] .navbar-custom .logo-box .logo-light {
    display: block
}

body[data-layout-color=dark][data-layout-mode=default][data-leftbar-color=light][data-topbar-color=light] .navbar-custom .logo-box .logo-dark, body[data-layout-color=dark][data-layout-mode=detached][data-topbar-color=light] .navbar-custom .logo-box .logo-dark, body[data-layout-color=dark][data-layout-mode=horizontal][data-topbar-color=light] .navbar-custom .logo-box .logo-dark, body[data-layout-color=dark][data-sidebar-icon=twotones][data-topbar-color=light][data-leftbar-color=light] .navbar-custom .logo-box .logo-dark {
    display: none
}

@media (max-width: 991.98px) {
    body[data-layout-color=dark][data-layout-mode=horizontal] .navbar-toggle span {
        background-color: #dee2e6
    }
}

.page-title-box .page-title {
    font-size: 1.25rem;
    margin: 0;
    line-height: 75px;
    color: #323a46
}

.page-title-box .page-title-right {
    float: right;
    margin-top: 22px
}

.page-title-box .breadcrumb {
    padding-top: 5px
}

@media (max-width: 767.98px) {
    .page-title-box .page-title {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 70px
    }

    .page-title-box .breadcrumb {
        display: none
    }
}

@media (max-width: 640px) {
    .page-title-box .page-title-right {
        display: none
    }
}

@media (max-width: 419px) {
    .page-title-box .breadcrumb {
        display: none
    }
}

body[data-layout-color=dark] .page-title-box .page-title {
    color: #f3f7f9
}

.footer {
    bottom: 0;
    padding: 19px 15px 20px;
    position: absolute;
    right: 0;
    color: var(--ct-text-muted);
    left: 240px;
    background-color: var(--ct-footer-bg)
}

.footer .footer-links a {
    color: var(--ct-text-muted);
    margin-left: 1.5rem;
    transition: all .4s
}

.footer .footer-links a:hover {
    color: #323a46
}

.footer .footer-links a:first-of-type {
    margin-left: 0
}

.footer-alt {
    left: 0 !important;
    text-align: center;
    background-color: transparent
}

@media (max-width: 767.98px) {
    .footer {
        left: 0 !important;
        text-align: center
    }
}

body[data-layout-mode=horizontal] .footer {
    left: 0 !important
}

body[data-layout-mode=horizontal][data-layout-width=boxed] .footer {
    max-width: 1300px !important
}

@media (min-width: 992px) {
    body[data-layout-mode=detached] .footer {
        position: inherit;
        margin: 0 10px
    }
}

body[data-layout-color=dark] .footer .footer-links a:hover {
    color: #f3f7f9
}

.right-bar {
    background-color: var(--ct-rightbar-bg);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    display: block;
    position: fixed;
    transition: all .2s ease-out;
    width: 260px;
    z-index: 9999;
    float: right !important;
    right: -270px;
    top: 0;
    bottom: 0
}

.right-bar .rightbar-title {
    background-color: #00aca5;
    padding: 27px 25px;
    color: #fff
}

.right-bar .right-bar-toggle {
    background-color: #414b5b;
    height: 24px;
    width: 24px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-top: -4px
}

.right-bar .right-bar-toggle:hover {
    background-color: #475364
}

.right-bar .user-box {
    padding: 25px;
    text-align: center
}

.right-bar .user-box .user-img {
    position: relative;
    height: 64px;
    width: 64px;
    margin: 0 auto 15px auto
}

.right-bar .user-box .user-img .user-edit {
    position: absolute;
    right: -5px;
    bottom: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    line-height: 24px;
    border-radius: 50%;
    box-shadow: var(--ct-box-shadow-lg)
}

.right-bar .user-box .h5, .right-bar .user-box h5 {
    margin-bottom: 2px
}

.right-bar .user-box .h5 a, .right-bar .user-box h5 a {
    color: #323a46
}

.right-bar .notification-item .noti-user-item {
    padding: .75rem 1rem
}

.right-bar .notification-item .noti-user-item:hover {
    background-color: var(--ct-dropdown-link-hover-bg)
}

.right-bar .notification-item .user-status {
    position: absolute;
    right: 0;
    bottom: -4px;
    font-size: 10px
}

.right-bar .notification-item .user-status.online {
    color: #1abc9c
}

.right-bar .notification-item .user-status.away {
    color: #f7b84b
}

.right-bar .notification-item .user-status.busy {
    color: #f1556c
}

.rightbar-overlay {
    background-color: rgba(50, 58, 70, .2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    transition: all .2s ease-out
}

.right-bar-enabled .right-bar {
    right: 0
}

.right-bar-enabled .rightbar-overlay {
    display: block
}

@media (max-width: 767.98px) {
    .right-bar {
        overflow: auto
    }

    .right-bar .slimscroll-menu {
        height: auto !important
    }
}

body[data-layout-color=dark] .right-bar .right-bar-toggle {
    background-color: #fff
}

body[data-layout-color=dark] .right-bar .right-bar-toggle:hover {
    background-color: #fff
}

body[data-layout-color=dark] .right-bar .user-box .h5 a, body[data-layout-color=dark] .right-bar .user-box h5 a {
    color: #f3f7f9
}

body[data-layout-color=dark] .rightbar-overlay {
    background-color: rgba(243, 247, 249, .2)
}

body[data-layout-width=boxed] #wrapper {
    max-width: 1300px;
    margin: 0 auto;
    box-shadow: var(--ct-box-shadow-lg)
}

body[data-layout-width=boxed] .navbar-custom {
    max-width: 1300px;
    margin: 0 auto
}

body[data-layout-width=boxed] .footer {
    margin: 0 auto;
    max-width: calc(1300px - 240px)
}

body[data-layout-width=boxed][data-leftbar-size=condensed] .footer {
    max-width: calc(1300px - 70px)
}

body[data-layout-width=boxed][data-leftbar-size=compact] .footer {
    max-width: calc(1300px - 160px)
}

@media (min-width: 768px) {
    body[data-layout-width=boxed][data-leftbar-size=condensed] .content-page {
        min-height: calc(1750px - 70px)
    }
}

@media (min-width: 1200px) {
    body[data-menu-position=scrollable]:not([data-leftbar-size=condensed]):not([data-leftbar-size=compact]):not([data-layout-mode=two-column]) {
        padding-bottom: 0
    }

    body[data-menu-position=scrollable]:not([data-leftbar-size=condensed]):not([data-leftbar-size=compact]):not([data-layout-mode=two-column]) #wrapper {
        display: flex
    }

    body[data-menu-position=scrollable]:not([data-leftbar-size=condensed]):not([data-leftbar-size=compact]):not([data-layout-mode=two-column]) .navbar-custom, body[data-menu-position=scrollable]:not([data-leftbar-size=condensed]):not([data-leftbar-size=compact]):not([data-layout-mode=two-column]) .topnav {
        position: absolute
    }

    body[data-menu-position=scrollable]:not([data-leftbar-size=condensed]):not([data-leftbar-size=compact]):not([data-layout-mode=two-column]) .left-side-menu {
        position: relative;
        min-width: 240px;
        max-width: 240px;
        padding: 20px 0 calc(70px + 20px)
    }

    body[data-menu-position=scrollable]:not([data-leftbar-size=condensed]):not([data-leftbar-size=compact]):not([data-layout-mode=two-column]) .content-page {
        margin-left: 0;
        width: 100%;
        padding-bottom: 60px
    }
}

@media (min-width: 1200px) {
    body[data-layout-mode=horizontal] .container-fluid, body[data-layout-mode=horizontal] .container-lg, body[data-layout-mode=horizontal] .container-md, body[data-layout-mode=horizontal] .container-sm, body[data-layout-mode=horizontal] .container-xl, body[data-layout-mode=horizontal] .container-xxl {
        max-width: 1300px
    }

    body[data-layout-mode=horizontal] .navbar-custom {
        padding: 0 24px
    }
}

body[data-layout-mode=horizontal] .content-page {
    margin-left: 0 !important
}

.topnav {
    background: var(--ct-bg-topbar-light);
    box-shadow: var(--ct-box-shadow);
    margin-top: 70px;
    padding: 0 calc(24px / 2);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100
}

.topnav .topnav-menu {
    margin: 0;
    padding: 0
}

.topnav .navbar-nav .nav-link {
    font-size: .95rem;
    position: relative;
    line-height: 22px;
    padding: calc(33px / 2) 1.1rem;
    color: var(--ct-hori-menu-item-color);
    font-family: Roboto, sans-serif
}

.topnav .navbar-nav .nav-link i {
    font-size: 15px;
    display: inline-block
}

.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
    color: var(--ct-menu-item-hover);
    background-color: transparent
}

.topnav .navbar-nav .nav-item.dropdown.active > a.dropdown-toggle {
    color: var(--ct-menu-item-active)
}

@media (min-width: 992px) {
    .topnav {
        height: 55px
    }

    .topnav .navbar-nav .nav-item:first-of-type .nav-link {
        padding-left: 0
    }

    .topnav .dropdown-item {
        padding: .5rem 1.25rem;
        min-width: 180px;
        margin: 0 .3rem;
        width: auto
    }

    .topnav .dropdown-item.active {
        background-color: transparent;
        color: var(--ct-menu-item-active)
    }

    .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
        left: 0;
        right: auto
    }

    .topnav .dropdown .dropdown-menu {
        padding: .3rem 0;
        margin-top: 0;
        border-radius: 0 0 .25rem .25rem
    }

    .topnav .dropdown .dropdown-menu .arrow-down::after {
        right: 20px;
        transform: rotate(-135deg) translateY(-50%);
        position: absolute
    }

    .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
        position: absolute;
        top: 0 !important;
        left: 100%;
        display: none
    }

    .topnav .dropdown:hover > .nav-link {
        color: var(--ct-menu-item-hover)
    }

    .topnav .dropdown:hover > .dropdown-menu {
        display: block
    }

    .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-item {
        color: var(--ct-menu-item-active)
    }

    .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
        display: block
    }

    .navbar-toggle {
        display: none
    }

    body[data-layout-mode=horizontal] .content-page {
        padding: 0 15px 65px 15px
    }
}

.arrow-down {
    display: inline-block
}

.arrow-down:after {
    border-color: initial;
    border-style: solid;
    border-width: 0 0 1px 1px;
    content: "";
    height: .4em;
    display: inline-block;
    right: 5px;
    top: 50%;
    margin-left: 10px;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    transition: all .3s ease-out;
    width: .4em
}

@media (max-width: 1199.98px) {
    .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
        right: 100%;
        left: auto
    }
}

@media (max-width: 991.98px) {
    .topnav {
        max-height: 360px;
        overflow-y: auto;
        padding: 0
    }

    .topnav .navbar-nav .nav-link {
        padding: .75rem 1.1rem
    }

    .topnav .dropdown .dropdown-menu {
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding-left: 15px
    }

    .topnav .dropdown .dropdown-item {
        position: relative;
        background-color: transparent
    }

    .topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
        color: var(--ct-menu-item-active)
    }

    .topnav .arrow-down::after {
        right: 15px;
        position: absolute
    }
}

@media (min-width: 992px) {
    body[data-layout-mode=horizontal][data-topbar-color=light] .topnav {
        background-color: var(--ct-bg-topbar-dark)
    }

    body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link {
        color: rgba(255, 255, 255, .7)
    }

    body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link:focus, body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, .9)
    }

    body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link.active {
        color: #fff
    }

    body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-item:hover .nav-link {
        color: #fff
    }

    body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav > .dropdown.active > a {
        color: rgba(255, 255, 255, .9) !important
    }
}

body[data-layout-mode=horizontal][data-layout-width=boxed] .topnav {
    max-width: 1300px;
    margin: 70px auto 0
}

body[data-layout-mode=two-column] .left-side-menu {
    width: calc(70px + 220px);
    background-color: transparent;
    box-shadow: none
}

body[data-layout-mode=two-column] .sidebar-icon-menu {
    position: fixed;
    width: 70px;
    z-index: 500;
    top: 0;
    bottom: 0;
    padding-bottom: 20px;
    background-color: var(--ct-twocolumn-sidebar-iconview-bg)
}

body[data-layout-mode=two-column] .sidebar-icon-menu .logo {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center
}

body[data-layout-mode=two-column] .sidebar-icon-menu .nav {
    background-color: transparent;
    margin: 24px auto
}

body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 12px auto;
    padding: 0;
    border-radius: 4px
}

body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link.active {
    background-color: rgba(255, 255, 255, .12)
}

body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link svg {
    color: #fff;
    fill: rgba(255, 255, 255, .12);
    height: 22px;
    width: 22px
}

body[data-layout-mode=two-column] .sidebar-main-menu {
    display: block;
    position: fixed;
    width: 220px;
    background-color: var(--ct-twocolumn-sidebar-bg);
    top: 70px;
    bottom: 0;
    left: 70px;
    padding: 30px 5px;
    box-shadow: var(--ct-box-shadow);
    transition: all .1s ease-out
}

body[data-layout-mode=two-column] .sidebar-main-menu .sidebar-menu-body {
    padding: 20px
}

body[data-layout-mode=two-column] .sidebar-main-menu .menu-title {
    color: #adb5bd !important;
    margin: 0;
    padding: 10px 20px;
    letter-spacing: .05em;
    font-size: .7rem;
    text-transform: uppercase;
    font-weight: 600
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav > .nav-item > .nav-link {
    color: var(--ct-menu-item);
    font-size: .95rem;
    font-family: Roboto, sans-serif
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav > .nav-item .menu-arrow {
    right: 10px
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link {
    position: relative;
    color: var(--ct-menu-item);
    padding: 6px 15px;
    border-radius: 3px;
    margin: 3px 5px
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link.active, body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link:focus, body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link:hover {
    color: var(--ct-menu-item-active)
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
    color: var(--ct-menu-item-active);
    background-color: var(--ct-menuitem-active-bg)
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav .menuitem-active a.active {
    color: var(--ct-menu-item-active)
}

body[data-layout-mode=two-column] .sidebar-main-menu #sidebar-menu .menu-arrow {
    top: 7px
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav-second-level {
    padding-left: 15px;
    list-style: none
}

@media (min-width: 992px) {
    body[data-layout-mode=two-column] .navbar-custom {
        left: 70px !important;
        padding-left: 0
    }

    body[data-layout-mode=two-column] .navbar-custom .logo-box {
        width: 220px
    }

    body[data-layout-mode=two-column] .navbar-custom .logo-box .logo-sm {
        display: none
    }

    body[data-layout-mode=two-column][data-leftbar-size=condensed] .logo-box {
        width: 0 !important
    }
}

body[data-layout-mode=two-column][data-leftbar-color=light] .logo-box {
    background-color: var(--ct-twocolumn-sidebar-bg)
}

@media (min-width: 992px) {
    body[data-layout-mode=two-column] .content-page {
        margin-left: calc(70px + 220px)
    }

    body[data-layout-mode=two-column] .footer {
        left: calc(70px + 220px)
    }

    body[data-layout-mode=two-column][data-leftbar-size=condensed] .sidebar-main-menu {
        display: none
    }
}

body[data-layout-mode=two-column] .twocolumn-menu-item {
    display: none
}

body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu {
    background-color: var(--ct-bg-leftbar-dark)
}

body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu .nav > .nav-item > .nav-link {
    color: var(--ct-menu-item-color-dark)
}

body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu .nav .nav-link.active, body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu .nav .nav-link:focus, body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu .nav .nav-link:hover {
    color: var(--ct-menu-item-hover-color-dark)
}

body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
    color: var(--ct-menu-item-active);
    background-color: var(--ct-menuitem-active-bg)
}

body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu .nav .menuitem-active a.active {
    color: var(--ct-menu-item-active)
}

body[data-layout-mode=two-column][data-leftbar-color=brand] .sidebar-main-menu .nav > .nav-item > .nav-link, body[data-layout-mode=two-column][data-leftbar-color=gradient] .sidebar-main-menu .nav > .nav-item > .nav-link {
    color: rgba(255, 255, 255, .7)
}

body[data-layout-mode=two-column][data-leftbar-color=brand] .sidebar-main-menu .nav .nav-link.active, body[data-layout-mode=two-column][data-leftbar-color=brand] .sidebar-main-menu .nav .nav-link:focus, body[data-layout-mode=two-column][data-leftbar-color=brand] .sidebar-main-menu .nav .nav-link:hover, body[data-layout-mode=two-column][data-leftbar-color=gradient] .sidebar-main-menu .nav .nav-link.active, body[data-layout-mode=two-column][data-leftbar-color=gradient] .sidebar-main-menu .nav .nav-link:focus, body[data-layout-mode=two-column][data-leftbar-color=gradient] .sidebar-main-menu .nav .nav-link:hover {
    color: rgba(255, 255, 255, .9)
}

body[data-layout-mode=two-column][data-leftbar-color=brand] .sidebar-main-menu {
    background-color: var(--ct-bg-leftbar-brand)
}

body[data-layout-mode=two-column][data-leftbar-color=gradient] .sidebar-main-menu {
    background: var(--ct-bg-leftbar-gradient);
    background-image: linear-gradient(270deg, rgba(64, 149, 216, .15), transparent)
}

body[data-layout-mode=two-column][data-layout-width=boxed] .navbar-custom {
    max-width: calc(1300px - 70px)
}

body[data-layout-mode=two-column][data-layout-width=boxed] .sidebar-main-menu {
    position: absolute;
    top: 0
}

body[data-layout-mode=two-column][data-layout-width=boxed]:not([data-leftbar-size=condensed]) .footer {
    max-width: calc(1300px - calc(70px + 220px))
}

body[data-layout-color=dark][data-layout-mode=two-column] .sidebar-main-menu .menu-title {
    color: #8c98a5 !important
}

.avatar-xs {
    height: 1.5rem;
    width: 1.5rem
}

.avatar-sm {
    height: 2.25rem;
    width: 2.25rem;
    padding: .15rem;
}

.avatar-md {
    height: 4rem;
    width: 4rem
}

.avatar-lg {
    height: 9rem;
    width: 9rem
}

.avatar-xl {
    height: 10rem;
    width: 10rem
}

.avatar-xxl {
    height: 11rem;
    width: 11rem
}

.avatar-title {
    align-items: center;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.avatar-group {
    padding-left: 12px
}

.avatar-group .avatar-group-item {
    margin: 0 0 10px -12px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%
}

body[data-layout-color=dark] .avatar-group .avatar-group-item {
    border: 2px solid #36404a
}

.width-xs {
    min-width: 80px
}

.width-sm {
    min-width: 100px
}

.width-md {
    min-width: 120px
}

.width-lg {
    min-width: 140px
}

.width-xl {
    min-width: 160px
}

.font-family-primary {
    font-family: Roboto, sans-serif
}

.font-family-secondary {
    font-family: Roboto, sans-serif
}

.sp-line-1, .sp-line-2, .sp-line-3, .sp-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.sp-line-1 {
    -webkit-line-clamp: 1
}

.sp-line-2 {
    -webkit-line-clamp: 2
}

.sp-line-3 {
    -webkit-line-clamp: 3
}

.sp-line-4 {
    -webkit-line-clamp: 4
}

.icon-dual {
    color: var(--ct-text-muted);
    fill: rgba(152, 166, 173, .12)
}

.icon-dual-primary {
    color: #00aca5;
    fill: rgba(102, 88, 221, .16)
}

.icon-dual-secondary {
    color: #6c757d;
    fill: rgba(108, 117, 125, .16)
}

.icon-dual-success {
    color: #1abc9c;
    fill: rgba(26, 188, 156, .16)
}

.icon-dual-info {
    color: #4fc6e1;
    fill: rgba(79, 198, 225, .16)
}

.icon-dual-warning {
    color: #f7b84b;
    fill: rgba(247, 184, 75, .16)
}

.icon-dual-danger {
    color: #f1556c;
    fill: rgba(241, 85, 108, .16)
}

.icon-dual-light {
    color: #eceff1;
    fill: rgba(236, 239, 241, .16)
}

.icon-dual-dark {
    color: #323a46;
    fill: rgba(50, 58, 70, .16)
}

.icon-dual-pink {
    color: #f672a7;
    fill: rgba(246, 114, 167, .16)
}

.icon-dual-blue {
    color: #4a81d4;
    fill: rgba(74, 129, 212, .16)
}

.icons-xs {
    height: 16px;
    width: 16px
}

.icons-sm {
    height: 24px;
    width: 24px
}

.icons-md {
    height: 32px;
    width: 32px
}

.icons-lg {
    height: 40px;
    width: 40px
}

.icons-xl {
    height: 48px;
    width: 48px
}

.icons-xxl {
    height: 60px;
    width: 60px
}

.item-hovered:hover {
    background-color: var(--ct-dropdown-link-hover-bg)
}

body[data-layout-color=dark] .icon-dual {
    fill: rgba(206, 222, 239, .12)
}

.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 2px);
    display: block;
    border: 2px solid #adb5bd;
    border-radius: 50%;
    color: #adb5bd
}

body[data-layout-color=dark] .social-list-item {
    border: 2px solid #8c98a5;
    color: #8c98a5
}

.widget-flat {
    position: relative;
    overflow: hidden
}

.widget-flat i.widget-icon {
    font-size: 36px
}

.inbox-widget .inbox-item {
    border-bottom: 1px solid rgba(222, 226, 230, .5);
    overflow: hidden;
    padding: .625rem 0;
    position: relative
}

.inbox-widget .inbox-item:last-of-type {
    border-bottom: none
}

.inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px
}

.inbox-widget .inbox-item .inbox-item-img img {
    width: 40px
}

.inbox-widget .inbox-item .inbox-item-author {
    color: var(--ct-text-color-h);
    display: block;
    margin-bottom: 3px;
    font-weight: 500
}

.inbox-widget .inbox-item .inbox-item-text {
    color: var(--ct-text-muted);
    display: block;
    font-size: .8125rem;
    margin: 0;
    overflow: hidden
}

.inbox-widget .inbox-item .inbox-item-date {
    color: #98a6ad;
    font-size: .6875rem;
    position: absolute;
    right: 5px;
    top: 10px
}

.conversation-list {
    list-style: none;
    padding: 0 15px
}

.conversation-list li {
    margin-bottom: 20px
}

.conversation-list li .conversation-actions {
    float: right;
    display: none
}

.conversation-list li:hover .conversation-actions {
    display: block
}

.conversation-list .chat-avatar {
    float: left;
    text-align: center;
    width: 42px
}

.conversation-list .chat-avatar img {
    border-radius: 100%;
    width: 100%
}

.conversation-list .chat-avatar i {
    font-size: 12px;
    font-style: normal
}

.conversation-list .ctext-wrap {
    background: var(--ct-chat-secondary-user-bg);
    border-radius: 3px;
    display: inline-block;
    padding: 12px;
    position: relative
}

.conversation-list .ctext-wrap i {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    position: relative
}

.conversation-list .ctext-wrap p {
    margin: 0;
    padding-top: 3px
}

.conversation-list .ctext-wrap:after {
    left: -10px;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: var(--ct-chat-secondary-user-bg);
    border-width: 6px;
    margin-right: -1px;
    border-right-color: var(--ct-chat-secondary-user-bg)
}

.conversation-list .conversation-text {
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 70%
}

.conversation-list .odd .chat-avatar {
    float: right !important
}

.conversation-list .odd .conversation-text {
    float: right !important;
    margin-right: 12px;
    text-align: right;
    width: 70% !important
}

.conversation-list .odd .ctext-wrap {
    background-color: var(--ct-chat-primary-user-bg)
}

.conversation-list .odd .ctext-wrap:after {
    border-color: transparent;
    border-left-color: var(--ct-chat-primary-user-bg);
    border-top-color: var(--ct-chat-primary-user-bg);
    right: -10px !important;
    left: auto
}

.conversation-list .odd .conversation-actions {
    float: left
}

body[data-layout-color=dark] .inbox-widget .inbox-item {
    border-bottom: 1px solid rgba(66, 78, 90, .5)
}

body[data-layout-color=dark] .inbox-widget .inbox-item .inbox-item-date {
    color: #cedeef
}

.form-check.form-check-primary .form-check-input:checked {
    background-color: #00aca5 !important;
    border-color: #00aca5 !important
}

.form-check.form-check-secondary .form-check-input:checked {
    background-color: #6c757d !important;
    border-color: #6c757d !important
}

.form-check.form-check-success .form-check-input:checked {
    background-color: #1abc9c !important;
    border-color: #1abc9c !important
}

.form-check.form-check-info .form-check-input:checked {
    background-color: #4fc6e1 !important;
    border-color: #4fc6e1 !important
}

.form-check.form-check-warning .form-check-input:checked {
    background-color: #f7b84b !important;
    border-color: #f7b84b !important
}

.form-check.form-check-danger .form-check-input:checked {
    background-color: #f1556c !important;
    border-color: #f1556c !important
}

.form-check.form-check-light .form-check-input:checked {
    background-color: #eceff1 !important;
    border-color: #eceff1 !important
}

.form-check.form-check-dark .form-check-input:checked {
    background-color: #323a46 !important;
    border-color: #323a46 !important
}

.form-check.form-check-pink .form-check-input:checked {
    background-color: #f672a7 !important;
    border-color: #f672a7 !important
}

.form-check.form-check-blue .form-check-input:checked {
    background-color: #4a81d4 !important;
    border-color: #4a81d4 !important
}

.ribbon-box {
    position: relative
}

.ribbon-box .ribbon {
    position: relative;
    clear: both;
    padding: 5px 12px;
    margin-bottom: 15px;
    box-shadow: 2px 5px 10px rgba(50, 58, 70, .15);
    color: #fff;
    font-size: 13px;
    font-weight: 600
}

.ribbon-box .ribbon:before {
    content: " ";
    border-style: solid;
    border-width: 10px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-bottom: -10px;
    z-index: -1
}

.ribbon-box .ribbon.float-start {
    margin-left: -30px;
    border-radius: 0 3px 3px 0
}

.ribbon-box .ribbon.float-end {
    margin-top: -10px;
    margin-right: -30px;
    border-radius: 3px 0 0 3px
}

.ribbon-box .ribbon.float-end:before {
    right: 0
}

.ribbon-box .ribbon.float-center span {
    margin: 0 auto 20px auto
}

.ribbon-box .ribbon-content {
    clear: both
}

.ribbon-box .ribbon-primary {
    background: #00aca5
}

.ribbon-box .ribbon-primary:before {
    border-color: #3f2ed4 transparent transparent
}

.ribbon-box .ribbon-secondary {
    background: #6c757d
}

.ribbon-box .ribbon-secondary:before {
    border-color: #545b62 transparent transparent
}

.ribbon-box .ribbon-success {
    background: #1abc9c
}

.ribbon-box .ribbon-success:before {
    border-color: #148f77 transparent transparent
}

.ribbon-box .ribbon-info {
    background: #4fc6e1
}

.ribbon-box .ribbon-info:before {
    border-color: #25b7d8 transparent transparent
}

.ribbon-box .ribbon-warning {
    background: #f7b84b
}

.ribbon-box .ribbon-warning:before {
    border-color: #f5a51a transparent transparent
}

.ribbon-box .ribbon-danger {
    background: #f1556c
}

.ribbon-box .ribbon-danger:before {
    border-color: #ed2643 transparent transparent
}

.ribbon-box .ribbon-light {
    background: #eceff1
}

.ribbon-box .ribbon-light:before {
    border-color: #cfd6db transparent transparent
}

.ribbon-box .ribbon-dark {
    background: #323a46
}

.ribbon-box .ribbon-dark:before {
    border-color: #1d2128 transparent transparent
}

.ribbon-box .ribbon-pink {
    background: #f672a7
}

.ribbon-box .ribbon-pink:before {
    border-color: #f34289 transparent transparent
}

.ribbon-box .ribbon-blue {
    background: #4a81d4
}

.ribbon-box .ribbon-blue:before {
    border-color: #2d67be transparent transparent
}

.ribbon-box .ribbon-two {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbon-box .ribbon-two span {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    position: absolute;
    top: 19px;
    left: -21px;
    font-weight: 600
}

.ribbon-box .ribbon-two span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent
}

.ribbon-box .ribbon-two span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent
}

.ribbon-box .ribbon-two-primary span {
    background: #00aca5
}

.ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #3827c1;
    border-top: 3px solid #3827c1
}

.ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #3827c1;
    border-top: 3px solid #3827c1
}

.ribbon-box .ribbon-two-secondary span {
    background: #6c757d
}

.ribbon-box .ribbon-two-secondary span:before {
    border-left: 3px solid #494f54;
    border-top: 3px solid #494f54
}

.ribbon-box .ribbon-two-secondary span:after {
    border-right: 3px solid #494f54;
    border-top: 3px solid #494f54
}

.ribbon-box .ribbon-two-success span {
    background: #1abc9c
}

.ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #117964;
    border-top: 3px solid #117964
}

.ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #117964;
    border-top: 3px solid #117964
}

.ribbon-box .ribbon-two-info span {
    background: #4fc6e1
}

.ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #21a5c2;
    border-top: 3px solid #21a5c2
}

.ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #21a5c2;
    border-top: 3px solid #21a5c2
}

.ribbon-box .ribbon-two-warning span {
    background: #f7b84b
}

.ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #eb990a;
    border-top: 3px solid #eb990a
}

.ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #eb990a;
    border-top: 3px solid #eb990a
}

.ribbon-box .ribbon-two-danger span {
    background: #f1556c
}

.ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #e71332;
    border-top: 3px solid #e71332
}

.ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #e71332;
    border-top: 3px solid #e71332
}

.ribbon-box .ribbon-two-light span {
    background: #eceff1
}

.ribbon-box .ribbon-two-light span:before {
    border-left: 3px solid #c0cad1;
    border-top: 3px solid #c0cad1
}

.ribbon-box .ribbon-two-light span:after {
    border-right: 3px solid #c0cad1;
    border-top: 3px solid #c0cad1
}

.ribbon-box .ribbon-two-dark span {
    background: #323a46
}

.ribbon-box .ribbon-two-dark span:before {
    border-left: 3px solid #121519;
    border-top: 3px solid #121519
}

.ribbon-box .ribbon-two-dark span:after {
    border-right: 3px solid #121519;
    border-top: 3px solid #121519
}

.ribbon-box .ribbon-two-pink span {
    background: #f672a7
}

.ribbon-box .ribbon-two-pink span:before {
    border-left: 3px solid #f12a7a;
    border-top: 3px solid #f12a7a
}

.ribbon-box .ribbon-two-pink span:after {
    border-right: 3px solid #f12a7a;
    border-top: 3px solid #f12a7a
}

.ribbon-box .ribbon-two-blue span {
    background: #4a81d4
}

.ribbon-box .ribbon-two-blue span:before {
    border-left: 3px solid #285ca9;
    border-top: 3px solid #285ca9
}

.ribbon-box .ribbon-two-blue span:after {
    border-right: 3px solid #285ca9;
    border-top: 3px solid #285ca9
}

body[data-layout-color=dark] .ribbon-box .ribbon {
    box-shadow: 2px 5px 10px rgba(243, 247, 249, .15)
}

body[data-layout-color=dark] .ribbon-box .ribbon-primary {
    background: #00aca5
}

body[data-layout-color=dark] .ribbon-box .ribbon-primary:before {
    border-color: #3f2ed4 transparent transparent
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-primary span {
    background: #00aca5
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #3827c1;
    border-top: 3px solid #3827c1
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #3827c1;
    border-top: 3px solid #3827c1
}

body[data-layout-color=dark] .ribbon-box .ribbon-secondary {
    background: #cedeef
}

body[data-layout-color=dark] .ribbon-box .ribbon-secondary:before {
    border-color: #a8c4e2 transparent transparent
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-secondary span {
    background: #cedeef
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-secondary span:before {
    border-left: 3px solid #94b7dc;
    border-top: 3px solid #94b7dc
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-secondary span:after {
    border-right: 3px solid #94b7dc;
    border-top: 3px solid #94b7dc
}

body[data-layout-color=dark] .ribbon-box .ribbon-success {
    background: #1abc9c
}

body[data-layout-color=dark] .ribbon-box .ribbon-success:before {
    border-color: #148f77 transparent transparent
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-success span {
    background: #1abc9c
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #117964;
    border-top: 3px solid #117964
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #117964;
    border-top: 3px solid #117964
}

body[data-layout-color=dark] .ribbon-box .ribbon-info {
    background: #4fc6e1
}

body[data-layout-color=dark] .ribbon-box .ribbon-info:before {
    border-color: #25b7d8 transparent transparent
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-info span {
    background: #4fc6e1
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #21a5c2;
    border-top: 3px solid #21a5c2
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #21a5c2;
    border-top: 3px solid #21a5c2
}

body[data-layout-color=dark] .ribbon-box .ribbon-warning {
    background: #f7b84b
}

body[data-layout-color=dark] .ribbon-box .ribbon-warning:before {
    border-color: #f5a51a transparent transparent
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-warning span {
    background: #f7b84b
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #eb990a;
    border-top: 3px solid #eb990a
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #eb990a;
    border-top: 3px solid #eb990a
}

body[data-layout-color=dark] .ribbon-box .ribbon-danger {
    background: #f1556c
}

body[data-layout-color=dark] .ribbon-box .ribbon-danger:before {
    border-color: #ed2643 transparent transparent
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-danger span {
    background: #f1556c
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #e71332;
    border-top: 3px solid #e71332
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #e71332;
    border-top: 3px solid #e71332
}

body[data-layout-color=dark] .ribbon-box .ribbon-light {
    background: #424e5a
}

body[data-layout-color=dark] .ribbon-box .ribbon-light:before {
    border-color: #2c353d transparent transparent
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-light span {
    background: #424e5a
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-light span:before {
    border-left: 3px solid #22282e;
    border-top: 3px solid #22282e
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-light span:after {
    border-right: 3px solid #22282e;
    border-top: 3px solid #22282e
}

body[data-layout-color=dark] .ribbon-box .ribbon-dark {
    background: #f3f7f9
}

body[data-layout-color=dark] .ribbon-box .ribbon-dark:before {
    border-color: #d1e0e8 transparent transparent
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-dark span {
    background: #f3f7f9
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-dark span:before {
    border-left: 3px solid #c0d5e0;
    border-top: 3px solid #c0d5e0
}

body[data-layout-color=dark] .ribbon-box .ribbon-two-dark span:after {
    border-right: 3px solid #c0d5e0;
    border-top: 3px solid #c0d5e0
}

@media print {
    .footer, .left-side-menu, .navbar-custom, .page-title-box, .right-bar {
        display: none
    }

    .card-body, .content, .content-page, .right-bar, body {
        padding: 0;
        margin: 0
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--ct-card-bg);
    z-index: 9999
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #dee2e6;
    border-right: 5px solid #dee2e6;
    border-bottom: 5px solid #dee2e6;
    border-left: 5px solid #00aca5;
    transform: translateZ(0);
    animation: SpinnerAnimation 1.1s infinite linear
}

.spinner, .spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

@keyframes SpinnerAnimation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

body[data-layout-color=dark] .spinner {
    border-top: 5px solid #424e5a;
    border-right: 5px solid #424e5a;
    border-bottom: 5px solid #424e5a
}

.authentication-bg.enlarged {
    min-height: 100px
}

.bg-pattern {
    background-image: url(../images/bg-pattern-2.png);
    background-size: cover
}

body.authentication-bg {
    background-color: var(--ct-auth-bg-alt);
    background-size: cover;
    background-position: center
}

body.authentication-bg-pattern {
    background-image: url(../images/bg-pattern.png)
}

.logout-icon {
    width: 140px
}

.auth-fluid {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    flex-direction: row;
    align-items: stretch;
}

.auth-fluid .auth-fluid-form-box {
    max-width: 480px;
    border-radius: 0;
    z-index: 2;
    padding: 3rem 2rem;
    background-color: var(--ct-auth-bg);
    position: relative;
    width: 100%
}

.auth-fluid .auth-fluid-right {
    padding: 6rem 3rem;
    flex: 1;
    position: relative;
    color: #fff;
    background-color: rgba(0, 0, 0, .3)
}

.auth-brand {
    margin-bottom: 2rem
}

.auth-user-testimonial {
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0
}

.auth-user-testimonial p.lead {
    font-size: 1.125rem;
    margin: 0 auto 20px auto;
    max-width: 700px
}

@media (min-width: 992px) {
    .auth-brand {
        position: absolute;
        top: 3rem
    }
}

@media (max-width: 991.98px) {
    .auth-fluid {
        display: block
    }

    .auth-fluid .auth-fluid-form-box {
        max-width: 100%;
        min-height: 100vh
    }

    .auth-fluid .auth-fluid-right {
        display: none
    }
}

.auth-logo .logo-light {
    display: none !important
}

.auth-logo .logo-dark {
    display: block !important
}

body[data-layout-color=dark] .auth-logo .logo-light {
    display: block !important
}

body[data-layout-color=dark] .auth-logo .logo-dark {
    display: none !important
}

.button-list {
    margin-left: -8px;
    margin-bottom: -12px
}

.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px
}

.grid-structure .grid-container {
    background-color: var(--ct-table-striped-bg);
    margin-bottom: 10px;
    font-size: .8rem;
    font-weight: 600;
    padding: 10px 20px
}

.icons-list-demo div.col-sm-6 {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.icons-list-demo div.col-sm-6 p {
    margin-bottom: 0;
    line-height: inherit
}

.icons-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: var(--ct-text-muted);
    border-radius: 3px;
    display: inline-block;
    transition: all .2s
}

.icons-list-demo .col-md-4 {
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 10px
}

.icons-list-demo .col-md-4:hover, .icons-list-demo .col-md-4:hover i {
    color: #00aca5
}

.icons-list-demo .icon-item svg {
    margin-right: 10px
}

.icons-list-demo .icon-item span {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto
}

.text-error {
    color: #00aca5;
    text-shadow: rgba(102, 88, 221, .3) 5px 1px, rgba(102, 88, 221, .2) 10px 3px;
    font-size: 84px;
    line-height: 90px;
    font-family: Roboto, sans-serif
}

.error-text-box {
    font-size: 10rem;
    font-family: Roboto, sans-serif;
    min-height: 200px
}

.error-text-box .text {
    fill: none;
    stroke-width: 6;
    stroke-linejoin: round;
    stroke-dasharray: 30 100;
    stroke-dashoffset: 0;
    animation: stroke 9s infinite linear
}

.error-text-box .text:nth-child(5n+1) {
    stroke: #f1556c;
    animation-delay: -1.2s
}

.error-text-box .text:nth-child(5n+2) {
    stroke: #f7b84b;
    animation-delay: -2.4s
}

.error-text-box .text:nth-child(5n+3) {
    stroke: #00aca5;
    animation-delay: -3.6s
}

.error-text-box .text:nth-child(5n+4) {
    stroke: #4fc6e1;
    animation-delay: -4.8s
}

.error-text-box .text:nth-child(5n+5) {
    stroke: #1abc9c;
    animation-delay: -6s
}

@keyframes stroke {
    100% {
        stroke-dashoffset: -400
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .error-text-box .text {
        fill: #f1556c;
        stroke: #f1556c;
        stroke-width: 6;
        stroke-dasharray: 0 0;
        stroke-dashoffset: 0;
        animation: none
    }
}

.logout-checkmark {
    width: 100px;
    margin: 0 auto;
    padding: 20px 0
}

.logout-checkmark .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash 2s ease-in-out
}

.logout-checkmark .spin {
    animation: spin 2s;
    transform-origin: 50% 50%
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes text {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.faq-question-q-box {
    height: 30px;
    width: 30px;
    color: #00aca5;
    text-align: center;
    border-radius: 50%;
    float: left;
    font-weight: 700;
    line-height: 30px;
    background-color: rgba(102, 88, 221, .15)
}

.faq-question {
    margin-top: 0;
    margin-left: 50px;
    font-weight: 400;
    font-size: 16px
}

.faq-answer {
    margin-left: 50px;
    color: var(--ct-text-muted)
}

.svg-computer {
    stroke-dasharray: 1134;
    stroke-dashoffset: -1134;
    animation: draw-me 5s infinite;
    animation-direction: normal;
    height: 160px
}

@keyframes draw-me {
    from {
        stroke-dashoffset: -1134
    }
    to {
        stroke-dashoffset: 0
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .svg-computer {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
        animation: none;
        animation-direction: normal
    }
}

.timeline {
    margin-bottom: 50px;
    position: relative
}

.timeline:before {
    background-color: #dee2e6;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 2px;
    z-index: 0
}

.timeline .time-show {
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative
}

.timeline .timeline-box {
    background: var(--ct-card-bg);
    display: block;
    margin: 15px 0;
    position: relative;
    padding: 20px;
    border-radius: .25rem;
    box-shadow: var(--ct-components-shadow)
}

.timeline .timeline-album {
    margin-top: 12px
}

.timeline .timeline-album a {
    display: inline-block;
    margin-right: 5px
}

.timeline .timeline-album img {
    height: 36px;
    width: auto;
    border-radius: 3px
}

@media (min-width: 768px) {
    .timeline .time-show {
        margin-right: -69px;
        text-align: right
    }

    .timeline .timeline-box {
        margin-left: 45px
    }

    .timeline .timeline-icon {
        background: #dee2e6;
        border-radius: 50%;
        display: block;
        height: 20px;
        left: -54px;
        margin-top: -10px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 20px
    }

    .timeline .timeline-icon i {
        color: #98a6ad;
        font-size: 13px;
        position: absolute;
        left: 4px;
        margin-top: 1px
    }

    .timeline .timeline-desk {
        display: table-cell;
        vertical-align: top;
        width: 50%
    }

    .timeline-item {
        display: table-row
    }

    .timeline-item:before {
        content: "";
        display: block;
        width: 50%
    }

    .timeline-item .timeline-desk .arrow {
        border-bottom: 12px solid transparent;
        border-right: 12px solid var(--ct-card-bg) !important;
        border-top: 12px solid transparent;
        display: block;
        height: 0;
        left: -12px;
        margin-top: -12px;
        position: absolute;
        top: 50%;
        width: 0
    }

    .timeline-item.timeline-item-left:after {
        content: "";
        display: block;
        width: 50%
    }

    .timeline-item.timeline-item-left .timeline-desk .arrow-alt {
        border-bottom: 12px solid transparent;
        border-left: 12px solid var(--ct-card-bg) !important;
        border-top: 12px solid transparent;
        display: block;
        height: 0;
        left: auto;
        margin-top: -12px;
        position: absolute;
        right: -12px;
        top: 50%;
        width: 0
    }

    .timeline-item.timeline-item-left .timeline-desk .album {
        float: right;
        margin-top: 20px
    }

    .timeline-item.timeline-item-left .timeline-desk .album a {
        float: right;
        margin-left: 5px
    }

    .timeline-item.timeline-item-left .timeline-icon {
        left: auto;
        right: -56px
    }

    .timeline-item.timeline-item-left:before {
        display: none
    }

    .timeline-item.timeline-item-left .timeline-box {
        margin-right: 45px;
        margin-left: 0;
        text-align: right
    }
}

@media (max-width: 767.98px) {
    .timeline .time-show {
        text-align: center;
        position: relative
    }

    .timeline .timeline-icon {
        display: none
    }
}

.timeline-sm {
    padding-left: 110px
}

.timeline-sm .timeline-sm-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 40px;
    border-left: 2px solid #dee2e6
}

.timeline-sm .timeline-sm-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--ct-card-bg);
    border: 2px solid #00aca5
}

.timeline-sm .timeline-sm-item .timeline-sm-date {
    position: absolute;
    left: -104px
}

@media (max-width: 420px) {
    .timeline-sm {
        padding-left: 0
    }

    .timeline-sm .timeline-sm-date {
        position: relative !important;
        display: block;
        left: 0 !important;
        margin-bottom: 10px
    }
}

body[data-layout-color=dark] .timeline:before {
    background-color: #424e5a
}

@media (min-width: 768px) {
    body[data-layout-color=dark] .timeline .timeline-icon {
        background: #424e5a
    }

    body[data-layout-color=dark] .timeline .timeline-icon i {
        color: #cedeef
    }
}

body[data-layout-color=dark] .timeline-sm .timeline-sm-item {
    border-left: 2px solid #424e5a
}

.inbox-leftbar {
    width: 240px;
    float: left;
    padding: 0 20px 20px 10px;
    position: relative
}

.inbox-leftbar:before {
    border-right: 5px solid #f5f5f5;
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    bottom: -1.5rem
}

.inbox-rightbar {
    margin: -1.5rem 0 -1.5rem 250px;
    border-left: 5px solid #f5f5f5;
    padding: 1.5rem 0 1.5rem 25px
}

.message-list {
    display: block;
    padding-left: 0
}

.message-list li {
    position: relative;
    display: block;
    height: 51px;
    line-height: 50px;
    cursor: default;
    transition-duration: .3s
}

.message-list li a {
    color: var(--ct-dropdown-link-color)
}

.message-list li:hover {
    background: var(--ct-dropdown-link-hover-bg);
    transition-duration: .05s
}

.message-list li .col-mail {
    float: left;
    position: relative
}

.message-list li .col-mail-1 {
    width: 320px
}

.message-list li .col-mail-1 .checkbox-wrapper-mail, .message-list li .col-mail-1 .dot, .message-list li .col-mail-1 .star-toggle {
    display: block;
    float: left
}

.message-list li .col-mail-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
    margin: 15px 10px 0 20px
}

.message-list li .col-mail-1 .star-toggle {
    margin-top: 18px;
    color: #adb5bd;
    margin-left: 10px
}

.message-list li .col-mail-1 .title {
    position: absolute;
    top: 0;
    left: 100px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 50px
}

.message-list li .col-mail-2 {
    position: absolute;
    top: 0;
    left: 320px;
    right: 0;
    bottom: 0
}

.message-list li .col-mail-2 .date, .message-list li .col-mail-2 .subject {
    position: absolute;
    top: 0
}

.message-list li .col-mail-2 .subject {
    left: 0;
    right: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.message-list li .col-mail-2 .date {
    right: 0;
    width: 100px;
    padding-left: 10px
}

.message-list li.active, .message-list li.mail-selected {
    background: #f7f8f9;
    transition-duration: .05s
}

.message-list li.active, .message-list li.active:hover {
    box-shadow: inset 3px 0 0 #4fc6e1
}

.message-list li.unread a {
    font-weight: 500;
    color: #272e37
}

.message-list .checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 2px #ced4da;
    border-radius: 3px
}

.message-list .checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer
}

.message-list .checkbox-wrapper-mail input:checked ~ label {
    opacity: 1
}

.message-list .checkbox-wrapper-mail label {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    cursor: pointer;
    background: #98a6ad;
    opacity: 0;
    margin-bottom: 0 !important;
    transition-duration: .05s
}

.message-list .checkbox-wrapper-mail label:active {
    background: #87949b
}

.mail-list a {
    color: var(--ct-dropdown-link-color);
    padding: 9px 10px;
    display: block;
    font-size: 15px
}

.reply-box {
    border: 2px solid #f7f8f9
}

@media (max-width: 648px) {
    .inbox-leftbar {
        width: 100%;
        float: none;
        padding: 0 20px
    }

    .inbox-leftbar:before {
        border-right: none
    }

    .inbox-rightbar {
        padding-top: 40px;
        margin: 0;
        border: 0;
        padding-left: 0
    }

    .message-list li .col-mail-1 .checkbox-wrapper-mail {
        margin-left: 0
    }
}

@media (max-width: 520px) {
    .inbox-rightbar > .btn-group {
        margin-bottom: 10px
    }

    .message-list li .col-mail-1 {
        width: 150px
    }

    .message-list li .col-mail-1 .title {
        left: 80px
    }

    .message-list li .col-mail-2 {
        left: 160px
    }

    .message-list li .col-mail-2 .date {
        text-align: right;
        padding-right: 10px;
        padding-left: 20px
    }
}

body[data-layout-color=dark] .inbox-leftbar:before {
    border-right: 5px solid var(--ct-body-bg)
}

body[data-layout-color=dark] .inbox-rightbar {
    border-left: 5px solid var(--ct-body-bg)
}

body[data-layout-color=dark] .message-list li .col-mail-1 .star-toggle {
    color: #8c98a5
}

body[data-layout-color=dark] .message-list li.active, body[data-layout-color=dark] .message-list li.mail-selected {
    background: #323a46
}

body[data-layout-color=dark] .message-list li.unread a {
    color: #e2ecf1
}

body[data-layout-color=dark] .message-list .checkbox-wrapper-mail {
    box-shadow: inset 0 0 0 2px #5d7186
}

body[data-layout-color=dark] .message-list .checkbox-wrapper-mail label {
    background: #cedeef
}

body[data-layout-color=dark] .reply-box {
    border: 2px solid #424e5a
}

.sitemap {
    list-style: none;
    padding-left: 0
}

.sitemap > li > ul {
    margin-top: 1rem;
    padding-left: 0
}

.sitemap li {
    line-height: 1.5rem;
    vertical-align: top;
    list-style: none;
    position: relative
}

.sitemap li a {
    text-decoration: none;
    color: var(--ct-dropdown-link-color);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sitemap li a i {
    display: inline-block
}

.sitemap li a:hover {
    color: #00aca5
}

.sitemap ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    padding-top: 10px
}

.sitemap ul li {
    position: relative
}

.sitemap ul li a {
    margin-left: 2rem
}

.sitemap ul li:before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    position: absolute;
    top: -1rem
}

body[data-layout-color=dark] .sitemap ul li:before {
    border-bottom: 1px solid #424e5a;
    border-left: 1px solid #424e5a
}

.search-result-box .tab-content {
    padding: 30px 30px 10px 30px;
    box-shadow: none
}

.search-result-box .search-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f8f9;
    margin-bottom: 20px
}

.search-result-box .nav-bordered .nav-link {
    padding: 10px 5px !important;
    margin-right: 10px
}

body[data-layout-color=dark] .search-result-box .search-item {
    border-bottom: 1px solid #424e5a
}

.card-pricing {
    position: relative
}

.card-pricing .card-pricing-plan-name {
    padding-bottom: 20px
}

.card-pricing .card-pricing-icon {
    font-size: 22px;
    background-color: rgba(102, 88, 221, .1);
    height: 60px;
    display: inline-block;
    width: 60px;
    line-height: 62px;
    border-radius: 50%
}

.card-pricing .card-pricing-price {
    padding: 30px 0 0
}

.card-pricing .card-pricing-price span {
    font-size: 40%;
    color: var(--ct-text-muted);
    letter-spacing: 2px;
    text-transform: uppercase
}

.card-pricing .card-pricing-features {
    color: var(--ct-text-muted);
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0
}

.card-pricing .card-pricing-features li {
    padding: 10px
}

.card-pricing-recommended {
    background-color: #00aca5;
    color: #fff
}

.card-pricing-recommended .card-pricing-icon {
    background-color: rgba(255, 255, 255, .1)
}

.card-pricing-recommended .card-pricing-features, .card-pricing-recommended .card-pricing-price span {
    color: rgba(255, 255, 255, .7)
}

.filter-menu {
    margin-bottom: 20px
}

.filter-menu a {
    transition: all .3s ease-out;
    color: #323a46;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: Roboto, sans-serif
}

.filter-menu a:hover {
    background-color: rgba(102, 88, 221, .15);
    color: #00aca5
}

.filter-menu a.active {
    background-color: #00aca5;
    color: #fff
}

.gal-box {
    background-color: var(--ct-card-bg);
    border-radius: 3px;
    box-shadow: var(--ct-box-shadow);
    margin-bottom: 24px
}

.gal-box .image-popup {
    padding: 10px;
    display: block
}

.gal-box .image-popup img {
    cursor: zoom-in
}

.gal-box .gall-info {
    padding: 15px;
    border-top: 1px solid #eceff1;
    position: relative
}

.gal-box .gall-info .h4, .gal-box .gall-info h4 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gal-box .gall-info .gal-like-btn {
    position: absolute;
    right: 15px;
    font-size: 22px;
    top: 24px
}

body[data-layout-color=dark] .filter-menu a {
    color: #f3f7f9
}

body[data-layout-color=dark] .gal-box .gall-info {
    border-top: 1px solid #36404a
}

.counter-number {
    font-size: 32px;
    font-weight: 700;
    color: #fff
}

.counter-number span {
    font-size: 15px;
    font-weight: 400;
    display: block
}

.coming-box {
    float: left;
    width: 25%
}

.svg-rocket {
    height: 80px
}

.rocket-clouds__bubble, .rocket-clouds__cloud, .rocket-inner__rocket-and-lines, .rocket-rocket {
    fill: #fff
}

.post-user-comment-box {
    background-color: #f7f8f9;
    margin: 0 -.75rem;
    padding: 1rem;
    margin-top: 20px
}

body[data-layout-color=dark] .post-user-comment-box {
    background-color: #323a46
}

.task-item {
    padding-left: 12px;
    position: relative
}

.task-item:before {
    content: "\F01DB";
    font-family: "Material Design Icons";
    position: absolute;
    left: 0;
    font-size: 19px;
    top: -3px
}

.tasklist {
    min-height: 40px;
    margin-bottom: 0
}

.tasklist li {
    background-color: var(--ct-card-bg);
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 3px;
    box-shadow: var(--ct-components-shadow)
}

.tasklist li:last-of-type {
    margin-bottom: 0
}

.tasklist li .btn-group-sm > .btn, .tasklist li .btn-sm {
    padding: 2px 8px;
    font-size: 12px
}

.tasklist .form-check {
    margin-left: 20px;
    margin-top: 5px
}

.tasklist .form-check .form-check-input {
    margin-left: 0
}

.task-placeholder {
    border: 1px dashed #dee2e6 !important;
    background-color: #f7f8f9 !important;
    padding: 20px
}

body[data-layout-color=dark] .tasklist li {
    background-color: #3a4550;
    border: 1px solid #424e5a
}

body[data-layout-color=dark] .task-placeholder {
    border: 1px dashed #424e5a !important;
    background-color: #323a46 !important
}

.product-box {
    position: relative;
    overflow: hidden
}

.product-box .product-action {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.5rem 1.5rem 0 1.5rem;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .3s ease 0s
}

.product-box:hover .product-action {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.product-box .product-info {
    padding-top: 1.5rem
}

.product-box .product-price-tag {
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    font-size: 20px;
    background-color: #f7f8f9;
    text-align: center;
    padding: 0 10px;
    border-radius: 3px
}

.product-thumb {
    padding: 3px;
    margin-top: 3px
}

.product-thumb.active {
    background-color: #6c757d !important
}

body[data-layout-color=dark] .product-box .product-price-tag {
    background-color: #323a46
}

body[data-layout-color=dark] .product-thumb.active {
    background-color: #dee2e6 !important
}

.track-order-list ul li {
    position: relative;
    border-left: 2px solid #dee2e6;
    padding: 0 0 14px 21px
}

.track-order-list ul li:first-child {
    padding-top: 0
}

.track-order-list ul li:last-child {
    border-color: #fff!important;
    padding-bottom: 0
}

.track-order-list ul li:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    height: 12px;
    width: 12px;
    background-color: #00aca5;
    border-radius: 50%;
    border: 3px solid var(--ct-card-bg)
}

.track-order-list ul li.completed {
    border-color: #00aca5
}

.track-order-list ul li .active-dot.dot {
    top: -9px;
    left: -16px;
    border-color: #00aca5
}

.dot {
    border: 4px solid #00aca5;
    background: 0 0;
    border-radius: 60px;
    height: 30px;
    width: 30px;
    animation: pulse 3s ease-out;
    animation-iteration-count: infinite;
    position: absolute;
    top: -15px;
    right: -2px;
    z-index: 1;
    opacity: 0
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(0);
        opacity: .1
    }
    50% {
        -webkit-transform: scale(.1);
        opacity: .3
    }
    75% {
        -webkit-transform: scale(.5);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

body[data-layout-color=dark] .track-order-list ul li {
    border-left: 2px solid #424e5a
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
    transition: all .5s ease-out;
    transition-property: transform, opacity;
    transform: scale(0) translate(0, 0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, .4);
    background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, .2)
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, .4)
}

.waves-notransition {
    transition: none !important
}

.waves-button, .waves-circle {
    transform: translateZ(0);
    -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 100%);
    mask-image: radial-gradient(circle, #fff 100%, #000 100%)
}

.waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1
}

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em
}

.waves-button-input {
    margin: 0;
    padding: .85em 1.1em
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper.waves-button {
    padding: 0
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}

.waves-float {
    -webkit-mask-image: none;
    mask-image: none;
    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    transition: all .3s
}

.waves-float:active {
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3)
}

.waves-block {
    display: block
}

.apex-charts {
    min-height: 10px !important
}

.apex-charts text {
    font-family: Roboto, sans-serif !important;
    fill: var(--ct-text-muted);
    font-weight: 500
}

.apex-charts .apexcharts-canvas {
    margin: 0 auto
}

.apexcharts-legend-text, .apexcharts-tooltip-text, .apexcharts-tooltip-title {
    font-family: Roboto, sans-serif !important
}

.apexcharts-legend-series {
    font-weight: 500
}

.apexcharts-gridline {
    pointer-events: none;
    stroke: var(--ct-apex-grid-color)
}

.apexcharts-legend-text {
    color: var(--ct-text-muted) !important
}

.apexcharts-xaxis text, .apexcharts-yaxis text {
    font-family: Roboto, sans-serif !important;
    fill: var(--ct-text-muted);
    font-weight: 500
}

.apexcharts-point-annotations text, .apexcharts-xaxis-annotations text, .apexcharts-yaxis-annotations text {
    fill: var(--ct-text-muted)
}

.apexcharts-radar-series polygon {
    fill: transparent;
    stroke: #dee2e6
}

.apexcharts-radar-series line {
    stroke: #dee2e6
}

.apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value, .apexcharts-pie-label {
    fill: var(--ct-text-muted) !important
}

.apexcharts-plot-series .apexcharts-datalabel {
    fill: #fff !important
}

.apexcharts-datalabels-group text {
    fill: var(--ct-text-muted) !important;
    font-family: Roboto, sans-serif !important
}

.scatter-images-chart .apexcharts-legend {
    overflow: hidden !important;
    min-height: 17px
}

.scatter-images-chart .apexcharts-legend-marker {
    background: 0 0 !important;
    margin-right: 7px !important
}

.scatter-images-chart .apexcharts-legend-series {
    align-items: flex-start !important
}

.apexcharts-pie-series path {
    stroke: transparent !important
}

.apexcharts-track path {
    stroke: #edeff1
}

.apexcharts-xaxis line {
    stroke: #ced4da !important
}

body[data-layout-color=dark] .apexcharts-radar-series polygon {
    stroke: #424e5a
}

body[data-layout-color=dark] .apexcharts-radar-series line {
    stroke: #424e5a
}

body[data-layout-color=dark] .apexcharts-track path {
    stroke: #4d5b69
}

body[data-layout-color=dark] .apexcharts-xaxis line {
    stroke: #5d7186 !important
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: 12px
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0 !important
}

.irs-bar {
    position: absolute;
    display: block;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    width: 0
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-max, .irs-min {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from, .irs-single, .irs-to {
    position: absolute;
    display: block;
    top: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #6c757d
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #6c757d
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #6c757d;
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: var(--ct-progress-bg);
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #00aca5
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: var(--ct-progress-bg)
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent
}

.irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #4b3ad7 !important
}

.irs--flat .irs-max, .irs--flat .irs-min {
    top: 0;
    padding: 1px 3px;
    color: #6c757d;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: var(--ct-progress-bg);
    border-radius: 4px
}

.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #00aca5;
    border-radius: 4px
}

.irs--flat .irs-from:before, .irs--flat .irs-single:before, .irs--flat .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #00aca5
}

.irs--flat .irs-grid-pol {
    background-color: var(--ct-progress-bg)
}

.irs--flat .irs-grid-text {
    color: #6c757d
}

.irs--modern .irs-line {
    border: none;
    background: var(--ct-progress-bg)
}

.irs--modern .irs-bar {
    background: #00aca5;
    background: linear-gradient(to bottom, #00aca5 0, #3f2ed4 100%)
}

.irs--modern .irs-max, .irs--modern .irs-min {
    top: 0;
    padding: 1px 3px;
    color: #6c757d;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: var(--ct-progress-bg);
    border-radius: 4px
}

.irs--sharp .irs-bar, .irs--sharp .irs-from, .irs--sharp .irs-handle, .irs--sharp .irs-max, .irs--sharp .irs-min, .irs--sharp .irs-single, .irs--sharp .irs-to {
    background-color: #00aca5
}

.irs--sharp .irs-line {
    background: var(--ct-progress-bg)
}

.irs--sharp .irs-from:before, .irs--sharp .irs-handle > i:first-child, .irs--sharp .irs-single:before, .irs--sharp .irs-to:before {
    border-top-color: #00aca5
}

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
    background-color: #3827c1
}

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
    border-top-color: #3827c1
}

.irs--round .irs-bar, .irs--round .irs-from, .irs--round .irs-single, .irs--round .irs-to {
    background-color: #00aca5
}

.irs--round .irs-bar:before, .irs--round .irs-from:before, .irs--round .irs-single:before, .irs--round .irs-to:before {
    border-top-color: #00aca5
}

.irs--round .irs-handle {
    background-color: var(--ct-progress-bg);
    border: 4px solid #00aca5;
    box-shadow: 0 1px 3px rgba(102, 88, 221, .3)
}

.irs--round .irs-max, .irs--round .irs-min {
    color: #6c757d;
    background-color: #dee2e6
}

.irs--round .irs-line {
    background: var(--ct-progress-bg)
}

.irs--square .irs-bar, .irs--square .irs-from, .irs--square .irs-single, .irs--square .irs-to {
    background-color: var(--ct-progress-bg)
}

.irs--square .irs-handle {
    border: 3px solid #00aca5;
    background-color: var(--ct-progress-bg)
}

.irs--square .irs-line {
    background: var(--ct-progress-bg)
}

.irs--square .irs-max, .irs--square .irs-min {
    top: 0;
    padding: 1px 3px;
    color: #6c757d;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: var(--ct-progress-bg);
    border-radius: 4px
}

body[data-layout-color=dark] .irs-grid-pol {
    background: #424e5a
}

body[data-layout-color=dark] .irs-grid-text {
    color: #424e5a
}

body[data-layout-color=dark] .lt-ie9 .irs-disable-mask {
    background: #424e5a
}

body[data-layout-color=dark] .irs--flat .irs-max, body[data-layout-color=dark] .irs--flat .irs-min {
    color: #dee2e6
}

body[data-layout-color=dark] .irs--flat .irs-grid-text {
    color: #dee2e6
}

body[data-layout-color=dark] .irs--modern .irs-max, body[data-layout-color=dark] .irs--modern .irs-min {
    color: #dee2e6
}

body[data-layout-color=dark] .irs--round .irs-max, body[data-layout-color=dark] .irs--round .irs-min {
    color: #dee2e6;
    background-color: #424e5a
}

body[data-layout-color=dark] .irs--square .irs-max, body[data-layout-color=dark] .irs--square .irs-min {
    color: #dee2e6
}

.calendar {
    float: left;
    margin-bottom: 0
}

#calendar .table-bordered td, #calendar .table-bordered th {
    border: 1px solid var(--ct-table-border-color)
}

.none-border .modal-footer {
    border-top: none
}

.fc-toolbar {
    margin: 10px 0 5px 0
}

.fc-toolbar .fc-toolbar-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase
}

.fc-day-grid-event .fc-time {
    font-weight: 500
}

.fc-event-time, .fc-event-title {
    color: #fff
}

th.fc-col-header-cell {
    padding: .3rem 0
}

.fc-day {
    background: 0 0
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar .ui-state-hover, .fc-toolbar button:focus, .fc-toolbar button:hover {
    z-index: 0
}

.fc th.fc-widget-header {
    background: #dee2e6;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #dee2e6
}

.fc-unthemed .fc-divider, .fc-unthemed td.fc-today {
    background: #dee2e6
}

.fc-button {
    background: #dee2e6;
    border: none;
    color: #6c757d;
    text-transform: capitalize;
    box-shadow: none;
    border-radius: 3px;
    margin: 0 3px;
    padding: 6px 12px;
    height: auto
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 1rem
}

.fc-cell-overlay, .fc-state-highlight, .fc-state-hover {
    background: #dee2e6
}

.fc-state-active, .fc-state-disabled, .fc-state-down {
    background-color: #00aca5;
    color: #fff;
    text-shadow: none
}

.fc-unthemed .fc-today {
    background: #fff
}

.fc-event {
    border-radius: 2px;
    border: none;
    font-size: .8125rem;
    margin: 5px 7px;
    padding: 0 5px;
    overflow: hidden;
}

.fc-event:not(.fc-list-event){
    background-color: #fff;
    color: #343a40;
}
.fc-event-time, .fc-event-title{
    color: #343a40;
    font-weight: 500;
}

.fc-event-main,
.calendar-user{
    display: flex;
    align-items: center;
}

.fc .fc-daygrid-day-number{
    padding-bottom: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
    height: 5em;
    overflow: hidden;
}

.fc .fc-popover{
    background: #fff;
}

.fc-event-title{
    margin-left: 5px;
}

.fc-event-title .calendar-name,
.fc-event-title .calendar-position{
    display: block;
    line-height: 1;
}

.fc-event-title .calendar-position{
    font-weight: 400;
    color: #adb5bd;
}

.fc-list-event .fc-list-event-time,
.fc-list-event .fc-list-event-graphic{
    display: none;
}
.fc-list-event .fc-list-event-title{
    border: none!important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(0,172,165,.1);
}
.fc-dayGridMonth-button:not(.active),
.fc-listMonth-button:not(.active){
    opacity: .65;
}

.external-event {
    margin: 10px 0;
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px
}

.fc-basic-view td.fc-week-number span {
    padding-right: 8px
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px
}

.fc-basic-view .fc-content {
    color: #fff
}

.fc-time-grid-event .fc-content {
    color: #fff
}

.fc-content-skeleton .fc-day-top .fc-day-number {
    float: right;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #f7f8f9;
    border-radius: 50%;
    margin: 5px;
    font-size: 11px
}

@media (max-width: 767.98px) {
    .fc-toolbar {
        display: block !important
    }

    .fc-toolbar .fc-center, .fc-toolbar .fc-left, .fc-toolbar .fc-right {
        float: none;
        display: block;
        clear: both;
        margin: 10px 0
    }

    .fc .fc-toolbar > * > * {
        float: none
    }

    .fc-today-button {
        display: none
    }

    .fc-toolbar-chunk{
        text-align: center;
    }

    /*.fc-event-main .fc-event-title{
        display: none;
    }*/

    .fc-more-link{
        font-size: 9px;
    }

    .fc-event{
        padding: 0;
    }
}

.fc-toolbar .btn {
    padding: .28rem .8rem;
    font-size: .7875rem;
    border-radius: .2rem
}

.fc-list-item-time, .fc-list-item-title {
    color: #fff
}

[dir=rtl] .fc-toolbar .btn-group .btn:first-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-radius: .2rem
}

[dir=rtl] .fc-toolbar .btn-group .btn:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: .2rem
}

body[data-layout-color=dark] .fc th.fc-widget-header {
    background: #424e5a
}

body[data-layout-color=dark] .fc-unthemed .fc-divider, body[data-layout-color=dark] .fc-unthemed .fc-popover, body[data-layout-color=dark] .fc-unthemed .fc-row, body[data-layout-color=dark] .fc-unthemed tbody, body[data-layout-color=dark] .fc-unthemed td, body[data-layout-color=dark] .fc-unthemed th, body[data-layout-color=dark] .fc-unthemed thead {
    border-color: #424e5a
}

body[data-layout-color=dark] .fc-unthemed .fc-divider, body[data-layout-color=dark] .fc-unthemed td.fc-today {
    background: #424e5a
}

body[data-layout-color=dark] .fc-button {
    background: #424e5a;
    color: #dee2e6
}

body[data-layout-color=dark] .fc-cell-overlay, body[data-layout-color=dark] .fc-state-highlight, body[data-layout-color=dark] .fc-state-hover {
    background: #424e5a
}

body[data-layout-color=dark] .fc-content-skeleton .fc-day-top .fc-day-number {
    background-color: #323a46
}

.colorpicker {
    background: var(--ct-dropdown-bg);
    box-shadow: var(--ct-box-shadow);
    border: 1px solid var(--ct-dropdown-border-color)
}

.sp-picker-container .sp-alpha-handle {
    right: 0;
    left: auto
}

.jqstooltip {
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
    box-shadow: var(--ct-box-shadow-lg);
    padding: 5px 10px !important;
    border-radius: 3px;
    border-color: #fff !important
}

.jqsfield {
    color: #000 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 500 !important
}

.dataTables_wrapper.container-fluid, .dataTables_wrapper.container-lg, .dataTables_wrapper.container-md, .dataTables_wrapper.container-sm, .dataTables_wrapper.container-xl, .dataTables_wrapper.container-xxl {
    padding: 0
}

table.dataTable {
    border-collapse: collapse !important;
    margin-bottom: 15px !important
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #00aca5
}

table.dataTable tbody > tr.selected td, table.dataTable tbody > tr > .selected td {
    border-color: #00aca5
}

table.dataTable tbody td:focus {
    outline: 0 !important
}

table.dataTable tbody td.focus, table.dataTable tbody th.focus {
    outline: 2px solid #00aca5 !important;
    outline-offset: -1px;
    color: #00aca5;
    background-color: rgba(102, 88, 221, .15)
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    left: auto;
    content: "\2191"
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
    right: .5em;
    left: auto;
    content: "\2193"
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc {
    padding-right: 30px;
    padding-left: .85rem
}

.dataTables_info {
    font-weight: 500
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
    box-shadow: var(--ct-box-shadow-lg);
    background-color: #1abc9c;
    top: .85rem
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #f1556c;
}

div.dt-button-info {
    background-color: #00aca5;
    border: none;
    color: #fff;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

div.dt-button-info .h2, div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

@media (max-width: 767.98px) {
    li.paginate_button.next, li.paginate_button.previous {
        display: inline-block;
        font-size: 1.5rem
    }

    li.paginate_button {
        display: none
    }

    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 1.5rem 0 0 !important
    }

    div.dt-buttons {
        display: inline-table;
        margin-bottom: 1.5rem
    }
}

.activate-select .sorting_1 {
    background-color: var(--ct-dropdown-link-hover-bg)
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter {
        text-align: center
    }
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    margin-right: 0
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
    padding-right: 0
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
    padding-left: 0
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before {
    bottom: 1em
}

.daterangepicker {
    font-family: Roboto, sans-serif
}

.daterangepicker .ranges li.active, .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #00aca5
}

.form-wizard-header {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.select2-container .select2-selection--single {
    border: 1px solid var(--ct-input-border-color);
    height: calc(1.5em + .9rem + 2px);
    background-color: var(--ct-input-bg);
    box-shadow: var(--ct-components-shadow-sm);
    outline: 0
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: var(--ct-input-color);
    text-align: left
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent;
    border-width: 6px 6px 0 6px
}

.select2-container input::placeholder {
    color: var(--ct-input-placeholder-color)
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important
}

.select2-results__option {
    padding: 6px 12px;
    text-align: left
}

.select2-dropdown {
    border: 1px solid var(--ct-dropdown-border-color);
    box-shadow: var(--ct-box-shadow);
    background-color: var(--ct-dropdown-bg)
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: var(--ct-dropdown-bg)
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    border: 1px solid var(--ct-input-border-color);
    background-color: var(--ct-input-bg);
    color: var(--ct-input-color);
    text-align: left
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00aca5
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--ct-dropdown-bg);
    color: var(--ct-dropdown-link-active-color)
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #00aca5;
    color: #fff
}

.select2-container .select2-selection--multiple {
    min-height: calc(1.5em + .9rem + 2px);
    border: 1px solid var(--ct-input-border-color) !important;
    background-color: var(--ct-input-bg);
    box-shadow: var(--ct-components-shadow-sm)
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 10px
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: var(--ct-input-color)
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #00aca5;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 6px
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px
}

.select2-selection {
    overflow: hidden
}

.select2-selection__rendered {
    white-space: normal;
    word-break: break-all
}

body[data-layout-color=dark] .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #8c98a5 transparent transparent transparent
}

body[data-layout-color=dark] .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #8c98a5 transparent !important
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none
}

.simplebar-content:after, .simplebar-content:before {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 5px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #a2adb7;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none
}

.custom-scroll {
    height: 100%
}

.jq-toast-single {
    padding: 15px;
    font-family: Roboto, sans-serif;
    background-color: #00aca5;
    font-size: 13px;
    line-height: 22px
}

.jq-toast-single .h2, .jq-toast-single h2 {
    font-family: Roboto, sans-serif
}

.jq-toast-single a {
    font-size: .875rem
}

.jq-toast-single a:hover {
    color: #fff
}

.jq-has-icon {
    padding: 10px
}

.close-jq-toast-single {
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 20px;
    cursor: pointer;
    height: 32px;
    width: 32px;
    background-color: #323a46;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #f7f8f9
}

.jq-toast-loader {
    height: 3px;
    top: 0;
    border-radius: 0
}

.jq-icon-primary {
    background-color: #00aca5;
    color: #fff;
    border-color: #00aca5
}

.jq-icon-secondary {
    background-color: #6c757d;
    color: #fff;
    border-color: #6c757d
}

.jq-icon-success {
    background-color: #1abc9c;
    color: #fff;
    border-color: #1abc9c
}

.jq-icon-info {
    background-color: #4fc6e1;
    color: #fff;
    border-color: #4fc6e1
}

.jq-icon-warning {
    background-color: #f7b84b;
    color: #fff;
    border-color: #f7b84b
}

.jq-icon-danger {
    background-color: #f1556c;
    color: #fff;
    border-color: #f1556c
}

.jq-icon-light {
    background-color: #eceff1;
    color: #fff;
    border-color: #eceff1
}

.jq-icon-dark {
    background-color: #323a46;
    color: #fff;
    border-color: #323a46
}

.jq-icon-pink {
    background-color: #f672a7;
    color: #fff;
    border-color: #f672a7
}

.jq-icon-blue {
    background-color: #4a81d4;
    color: #fff;
    border-color: #4a81d4
}

.jq-icon-error {
    background-color: #f1556c;
    color: #f7f8f9;
    border-color: #f1556c
}

.jq-icon-error, .jq-icon-info, .jq-icon-success, .jq-icon-warning {
    background-image: none
}

.close-jq-toast-single {
    color: #f7f8f9
}

body[data-layout-color=dark] .close-jq-toast-single {
    background-color: #f3f7f9;
    color: #424e5a
}

body[data-layout-color=dark] .jq-icon-error {
    color: #424e5a
}

body[data-layout-color=dark] .close-jq-toast-single {
    color: #424e5a
}

.swal2-modal {
    font-family: Roboto, sans-serif;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1)
}

.swal2-modal .swal2-title {
    font-size: 24px
}

.swal2-modal .swal2-content {
    font-size: 16px
}

.swal2-modal .swal2-spacer {
    margin: 10px 0
}

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
    border: 2px solid #dee2e6;
    font-size: 16px;
    box-shadow: none
}

.swal2-modal .swal2-confirm {
    background-color: #00aca5 !important;
    font-size: .875rem !important
}

.swal2-modal .swal2-cancel.btn-cancel {
    background-color: #f1556c !important;
    font-size: .875rem
}

.swal2-modal .swal2-cancel, .swal2-modal .swal2-confirm {
    margin: .3125em;
    padding: .625em 2em;
    font-weight: 500;
    box-shadow: none;
    font-size: .875rem !important
}

.swal2-modal .swal2-cancel:focus, .swal2-modal .swal2-confirm:focus {
    box-shadow: none !important
}

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid #00aca5
}

.swal2-icon.swal2-question {
    color: #00aca5 !important;
    border-color: #00aca5 !important
}

.swal2-icon.swal2-success {
    border-color: #1abc9c
}

.swal2-icon.swal2-success .line, .swal2-icon.swal2-success [class^=swal2-success-line], .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    background-color: #1abc9c !important
}

.swal2-icon.swal2-success .placeholder, .swal2-icon.swal2-success .swal2-success-ring {
    border-color: #1abc9c !important
}

.swal2-icon.swal2-warning {
    color: #f7b84b !important;
    border-color: #f7b84b !important
}

.swal2-icon.swal2-error {
    border-color: #f1556c !important
}

.swal2-icon.swal2-error .line {
    background-color: #f1556c !important
}

.swal2-icon.swal2-info {
    border-color: #4fc6e1;
    color: #4fc6e1
}

.swal2-actions {
    margin: 1.6em auto 0 !important
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background-color: rgba(var(--ct-modal-backdrop-bg), .5) !important
}

body[data-layout-color=dark] .swal2-modal .swal2-file, body[data-layout-color=dark] .swal2-modal .swal2-input, body[data-layout-color=dark] .swal2-modal .swal2-textarea {
    border: 2px solid #424e5a
}

.selectize-input {
    min-height: calc(1.5em + .9rem + 2px);
    padding: .45rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--ct-input-color);
    background-color: var(--ct-input-bg) !important;
    border: 1px solid var(--ct-input-border-color);
    box-shadow: var(--ct-components-shadow-sm)
}

.selectize-input > input {
    color: var(--ct-input-color)
}

.selectize-input > input::placeholder {
    color: var(--ct-input-placeholder-color)
}

.selectize-input.focus {
    color: var(--ct-input-focus-color);
    background-color: var(--ct-input-focus-bg);
    border-color: var(--ct-input-focus-border-color);
    outline: 0;
    box-shadow: none !important
}

.selectize-control.multi .selectize-input > div {
    padding: 1px 8px;
    background: #edeff1;
    color: #343a40
}

.selectize-control.multi .selectize-input > div > a {
    color: #343a40
}

.selectize-control.multi .selectize-input > div.active {
    background: #00aca5
}

.selectize-control.multi .selectize-input > div.active > a {
    color: #00aca5
}

.selectize-control.single .selectize-input:after {
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #adb5bd #adb5bd transparent;
    content: '';
    display: block;
    height: 7px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    left: auto;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 7px
}

.selectize-control.single .selectize-input.dropdown-active:after {
    border-width: 0 2px 2px 0;
    margin-top: -5px;
    border-color: transparent #adb5bd #adb5bd transparent;
    transform: rotate(-135deg)
}

.selectize-dropdown {
    padding: .3rem;
    color: var(--ct-dropdown-color);
    box-shadow: var(--ct-box-shadow);
    background-color: var(--ct-dropdown-bg);
    background-clip: padding-box;
    border: 1px solid var(--ct-dropdown-border-color);
    border-radius: .25rem;
    animation-name: DropDownSlide;
    animation-duration: .3s;
    animation-fill-mode: both;
    margin: 0;
    font-size: .875rem;
    position: absolute;
    z-index: 1000
}

.selectize-dropdown.show {
    top: 100% !important
}

.selectize-dropdown.active {
    color: var(--ct-dropdown-link-hover-color);
    background-color: var(--ct-dropdown-link-hover-bg)
}

.selectize-dropdown .scientific {
    color: #98a6ad
}

.selectize-dropdown .optgroup-header, .selectize-dropdown .option {
    display: block;
    width: 100%;
    padding: .375rem 1.2rem;
    clear: both;
    cursor: pointer;
    font-weight: 400;
    color: var(--ct-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent
}

.selectize-dropdown .optgroup-header:focus, .selectize-dropdown .optgroup-header:hover, .selectize-dropdown .option:focus, .selectize-dropdown .option:hover {
    color: var(--ct-dropdown-link-hover-color);
    text-decoration: none;
    background-color: var(--ct-dropdown-link-hover-bg) !important
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right-color: #dee2e6
}

.selectize-dropdown .optgroup:before {
    background-color: #dee2e6
}

.selectize-dropdown-header {
    border-bottom: 1px solid transparent;
    color: var(--ct-dropdown-link-active-color);
    background-color: var(--ct-dropdown-link-active-bg);
    text-decoration: none
}

.selectize-dropdown-header .selectize-dropdown-header-close {
    right: 12px;
    left: auto
}

.selectize-dropdown-content > div {
    background-color: transparent !important;
    color: var(--ct-input-color) !important
}

body[data-layout-color=dark] .selectize-control.multi .selectize-input > div {
    background: #4d5b69;
    color: #f7f7f7
}

body[data-layout-color=dark] .selectize-control.multi .selectize-input > div > a {
    color: #f7f7f7
}

body[data-layout-color=dark] .selectize-control.single .selectize-input:after {
    border-color: transparent #8c98a5 #8c98a5 transparent
}

body[data-layout-color=dark] .selectize-control.single .selectize-input.dropdown-active:after {
    border-color: transparent #8c98a5 #8c98a5 transparent
}

body[data-layout-color=dark] .selectize-dropdown .scientific {
    color: #cedeef
}

body[data-layout-color=dark] .selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right-color: #424e5a
}

body[data-layout-color=dark] .selectize-dropdown .optgroup:before {
    background-color: #424e5a
}

.tippy-tooltip .light-theme[data-animatefill] {
    background-color: transparent
}

.light-theme {
    color: #fff;
    box-shadow: var(--ct-box-shadow-lg);
    background-color: #fff
}

.light-theme .tippy-backdrop {
    background-color: #fff
}

.light-theme .tippy-roundarrow {
    fill: #fff
}

.gradient-theme .tippy-backdrop {
    background: #00aca5;
    background: linear-gradient(to left, #f1556c, #00aca5)
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.dd-list .dd-item .dd-handle {
    border: none;
    padding: 8px 16px;
    height: auto;
    font-weight: 600;
    border-radius: 3px;
    background: var(--ct-dropdown-link-hover-bg);
    color: var(--ct-dropdown-link-color)
}

.dd-list .dd-item .dd-handle:hover {
    color: #00aca5
}

.dd-list .dd-item button {
    height: 36px;
    font-size: 17px;
    margin: 0;
    color: #98a6ad;
    width: 36px
}

.dd-list .dd3-item {
    margin: 5px 0
}

.dd-list .dd3-item .dd-item button {
    width: 36px;
    height: 36px
}

.dd-list .dd3-handle {
    margin: 0;
    height: 36px !important;
    float: left
}

.dd-list .dd3-content {
    height: auto;
    border: none;
    padding: 8px 16px 8px 46px;
    background: var(--ct-dropdown-link-hover-bg);
    color: var(--ct-dropdown-link-color);
    font-weight: 600
}

.dd-list .dd3-content:hover {
    color: #00aca5
}

.dd-list .dd3-handle:before {
    content: "\F035C";
    font-family: "Material Design Icons";
    color: #adb5bd
}

.dd-empty, .dd-placeholder {
    background: rgba(206, 212, 218, .2)
}

.dd-dragel .dd-handle {
    box-shadow: var(--ct-box-shadow)
}

body[data-layout-color=dark] .dd-list .dd-item button {
    color: #cedeef
}

body[data-layout-color=dark] .dd-list .dd3-handle:before {
    color: #8c98a5
}

body[data-layout-color=dark] .dd-empty, body[data-layout-color=dark] .dd-placeholder {
    background: rgba(93, 113, 134, .2)
}

div.hopscotch-bubble {
    border: 3px solid #00aca5;
    border-radius: 5px;
    z-index: 999
}

div.hopscotch-bubble .hopscotch-next, div.hopscotch-bubble .hopscotch-prev {
    background-color: #00aca5 !important;
    background-image: none !important;
    border-color: #00aca5 !important;
    text-shadow: none !important;
    margin: 0 0 0 5px !important;
    font-family: Roboto, sans-serif;
    color: #fff !important
}

div.hopscotch-bubble .hopscotch-bubble-number {
    background: #f1556c;
    padding: 0;
    border-radius: 50%
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 19px solid #00aca5
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    border: none
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 19px solid #00aca5;
    left: -2px
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 0 solid #00aca5
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 19px solid #00aca5;
    top: 0
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 0 solid rgba(0, 0, 0, .5)
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top: 19px solid #00aca5;
    top: -2px
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 0 solid rgba(0, 0, 0, .5)
}

div.hopscotch-bubble .h3, div.hopscotch-bubble h3 {
    font-family: Roboto, sans-serif;
    margin-bottom: 10px
}

div.hopscotch-bubble .hopscotch-content {
    font-family: Roboto, sans-serif
}

.flotTip {
    padding: 8px 12px;
    background-color: #323a46;
    z-index: 100;
    color: #f7f8f9;
    opacity: 1;
    border-radius: 3px
}

.legend {
    font-size: 14px
}

.legend tr {
    height: 30px;
    font-family: Roboto, sans-serif
}

.legend > div {
    background-color: transparent !important
}

.legendLabel {
    padding-left: 5px !important;
    line-height: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #98a6ad;
    text-transform: uppercase
}

.legendColorBox div div {
    border-radius: 50%
}

.flot-text {
    color: var(--ct-text-muted) !important
}

.flot-svg text {
    fill: var(--ct-text-muted) !important
}

@media (max-width: 767.98px) {
    .legendLabel {
        display: none
    }
}

.legendIcon {
    width: 1.5em;
    height: 1.5em
}

body[data-layout-color=dark] .flotTip {
    background-color: #f3f7f9;
    color: #323a46
}

body[data-layout-color=dark] .legendLabel {
    color: #cedeef
}

.morris-chart text {
    font-family: Roboto, sans-serif !important;
    fill: var(--ct-dropdown-link-color)
}

.morris-hover {
    position: absolute;
    z-index: 10
}

.morris-hover.morris-default-style {
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 12px;
    background: #323a46;
    color: #f7f8f9;
    font-family: Roboto, sans-serif
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: 700;
    margin: .25em 0;
    font-family: Roboto, sans-serif
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: .1em 0;
    color: #fff
}

body[data-layout-color=dark] .morris-hover.morris-default-style {
    background: #323a46;
    color: #dee2e6
}

.chartjs-chart {
    margin: auto;
    position: relative;
    width: 100%
}

.ct-golden-section:before {
    float: none
}

.ct-grid {
    stroke: rgba(var(--ct-text-muted), .2)
}

.ct-chart {
    max-height: 300px
}

.ct-chart .ct-label {
    fill: #adb5bd;
    color: #adb5bd;
    font-size: 12px;
    line-height: 1
}

.ct-chart.simple-pie-chart-chartist .ct-label {
    color: #fff;
    fill: #fff;
    font-size: 16px
}

.ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-slice-donut {
    stroke: #4a81d4
}

.ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1abc9c
}

.ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f7b84b
}

.ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f1556c
}

.ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-slice-donut {
    stroke: #4fc6e1
}

.ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-slice-donut {
    stroke: #f672a7
}

.ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-slice-donut {
    stroke: #00aca5
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
    fill: #4a81d4
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
    fill: #1abc9c
}

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
    fill: #f7b84b
}

.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
    fill: #f1556c
}

.ct-area {
    fill-opacity: .33
}

.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 10px;
    padding: 2px 10px;
    border-radius: 3px;
    background: #323a46;
    color: #f7f8f9;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    transition: opacity .2s linear
}

.chartist-tooltip.tooltip-show {
    opacity: 1
}

body[data-layout-color=dark] .ct-chart .ct-label {
    fill: #adb5bd;
    color: #adb5bd
}

body[data-layout-color=dark] .chartist-tooltip {
    background: #f3f7f9;
    color: #424e5a
}

.c3-tooltip {
    box-shadow: var(--ct-box-shadow-lg);
    opacity: 1
}

.c3-tooltip td {
    border-left: none;
    font-family: Roboto, sans-serif
}

.c3-tooltip td > span {
    background: #323a46
}

.c3-tooltip tr {
    border: none !important
}

.c3-tooltip th {
    background-color: #323a46;
    color: #f7f8f9
}

.c3-chart-arcs-title {
    font-size: 18px;
    font-weight: 600
}

.c3 text {
    font-family: Roboto, sans-serif;
    fill: var(--ct-dropdown-link-color)
}

.c3-legend-item {
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.c3 line, .c3 path {
    stroke: #ced4da
}

.c3-chart-arc.c3-target g path {
    stroke: #fff
}

body[data-layout-color=dark] .c3-tooltip td > span {
    background: #f3f7f9
}

body[data-layout-color=dark] .c3-tooltip th {
    background-color: #f3f7f9;
    color: #323a46
}

body[data-layout-color=dark] .c3 line, body[data-layout-color=dark] .c3 path {
    stroke: #5d7186
}

#legend {
    background: #fff;
    position: absolute;
    top: 0;
    right: 15px
}

#legend .line {
    color: #323a46
}

.rickshaw_graph svg {
    max-width: 100%
}

.rickshaw_legend .label {
    font-family: inherit;
    letter-spacing: .01em;
    font-weight: 600
}

.rickshaw_graph .detail .item, .rickshaw_graph .detail .x_label, .rickshaw_graph .x_tick .title {
    font-family: Roboto, sans-serif
}

.gauge-chart text {
    font-family: Roboto, sans-serif !important
}

body[data-layout-color=dark] #legend .line {
    color: #f3f7f9
}

.responsive-table-plugin .dropdown-menu li.checkbox-row {
    padding: 7px 15px;
    color: var(--ct-dropdown-link-color)
}

.responsive-table-plugin .table-responsive {
    border: none;
    margin-bottom: 0
}

.responsive-table-plugin .btn-toolbar {
    display: block
}

.responsive-table-plugin tbody th {
    font-size: 14px;
    font-weight: 400
}

.responsive-table-plugin .checkbox-row {
    padding-left: 40px
}

.responsive-table-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    margin-bottom: 0
}

.responsive-table-plugin .checkbox-row label::before {
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #ced4da;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: .3s ease-in-out;
    width: 17px;
    outline: 0
}

.responsive-table-plugin .checkbox-row label::after {
    color: #ced4da;
    display: inline-block;
    font-size: 9px;
    height: 16px;
    left: 0;
    margin-left: -19px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -2px;
    width: 16px
}

.responsive-table-plugin .checkbox-row input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:disabled + label {
    opacity: .65
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:focus + label::before {
    outline-offset: -2px;
    outline: 0
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:checked + label::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:disabled + label::before {
    background-color: #dee2e6;
    cursor: not-allowed
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:checked + label::before {
    background-color: transparent;
    border-color: #00aca5
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:checked + label::after {
    color: #00aca5
}

.responsive-table-plugin .sticky-table-header, .responsive-table-plugin table.focus-on tbody tr.focused td, .responsive-table-plugin table.focus-on tbody tr.focused th {
    background: #00aca5;
    border-color: #00aca5;
    color: #fff
}

.responsive-table-plugin .sticky-table-header table, .responsive-table-plugin table.focus-on tbody tr.focused td table, .responsive-table-plugin table.focus-on tbody tr.focused th table {
    color: #fff
}

.responsive-table-plugin .fixed-solution .sticky-table-header {
    top: 70px !important
}

.responsive-table-plugin .btn-default {
    background-color: #f7f8f9;
    color: #323a46;
    border: 1px solid rgba(50, 58, 70, .3)
}

.responsive-table-plugin .btn-default.btn-primary {
    background-color: #00aca5 !important;
    border-color: #00aca5 !important;
    color: #fff !important;
    box-shadow: 0 0 0 2px rgba(102, 88, 221, .5)
}

.responsive-table-plugin .btn-group.pull-right {
    float: right
}

.responsive-table-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0
}

.no-touch .dropdown-menu > .checkbox-row:active, .no-touch .dropdown-menu > .checkbox-row:hover {
    color: var(--ct-dropdown-link-active-color);
    background-color: var(--ct-dropdown-link-active-bg)
}

body[data-layout-color=dark] .responsive-table-plugin .checkbox-row label::before {
    border: 1px solid #5d7186
}

body[data-layout-color=dark] .responsive-table-plugin .checkbox-row label::after {
    color: #5d7186
}

body[data-layout-color=dark] .responsive-table-plugin .checkbox-row input[type=checkbox]:disabled + label::before {
    background-color: #424e5a
}

body[data-layout-color=dark] .responsive-table-plugin .btn-default {
    background-color: #424e5a;
    color: #dee2e6;
    border: 1px solid rgba(243, 247, 249, .3)
}

@font-face {
    font-family: footable;
    src: url(../fonts/footable.eot);
    src: url(../fonts/footable.eot?#iefix) format("embedded-opentype"), url(../fonts/footable.woff) format("woff"), url(../fonts/footable.ttf) format("truetype"), url(../fonts/footable.svg#footable) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: footable;
        src: url(../fonts/footable.svg#footable) format("svg");
        font-weight: 400;
        font-style: normal
    }
}

.footable-odd {
    background-color: var(--ct-table-bg)
}

.footable-detail-show, .footable-row-detail {
    background-color: var(--ct-table-striped-bg)
}

.footable-pagination li {
    margin-left: 5px;
    float: left
}

.footable-pagination li a {
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: var(--ct-pagination-color);
    background-color: var(--ct-pagination-bg);
    display: block;
    border: 1px solid var(--ct-pagination-border-color);
    border-radius: .25rem
}

.footable-pagination li a:hover {
    z-index: 2;
    color: var(--ct-pagination-hover-color);
    text-decoration: none;
    background-color: var(--ct-pagination-hover-bg);
    border-color: var(--ct-pagination-hover-border-color)
}

.footable-pagination li.active a {
    color: #fff;
    background-color: #00aca5;
    border-color: #00aca5
}

.footable > thead > tr > th > span.footable-sort-indicator {
    float: right
}

.footable {
    width: 100%
}

.footable.breakpoint > tbody > tr.footable-detail-show > td {
    border-bottom: none
}

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e001"
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
    cursor: pointer
}

.footable.breakpoint > tbody > tr > td.footable-cell-detail {
    border-top: none
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    display: inline-block;
    font-family: footable;
    padding-right: 5px;
    font-size: 14px
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
    content: "\e000"
}

.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e005"
}

.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
    content: "\e004"
}

.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e003"
}

.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
    content: "\e002"
}

.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e007"
}

.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
    content: "\e006"
}

.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e009"
}

.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
    content: "\e008"
}

.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e00f"
}

.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
    content: "\e011"
}

.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e013"
}

.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
    content: "\e015"
}

.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e01b"
}

.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
    content: "\e01d"
}

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e00b"
}

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
    content: "\e00d"
}

.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e01f"
}

.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
    content: "\e021"
}

.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e017"
}

.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
    content: "\e019"
}

.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
    font-size: 18px
}

.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
    font-size: 24px
}

.footable > thead > tr > th {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.footable > thead > tr > th.footable-sortable:hover {
    cursor: pointer
}

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
    content: "\e012"
}

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
    content: "\e013"
}

.footable > thead > tr > th > span.footable-sort-indicator {
    display: inline-block;
    font-family: footable;
    padding-left: 5px;
    opacity: .3
}

.footable > thead > tr > th > span.footable-sort-indicator:before {
    content: "\e022"
}

.footable > tfoot .pagination {
    margin: 0
}

.footable.no-paging .hide-if-no-paging {
    display: none
}

.footable-row-detail-inner {
    display: table
}

.footable-row-detail-row {
    display: table-row;
    line-height: 1.5em
}

.footable-row-detail-group {
    display: block;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 700
}

.footable-row-detail-name {
    display: table-cell;
    font-weight: 700;
    padding-right: .5em
}

.footable-row-detail-value {
    display: table-cell
}

.bootstrap-table .table:not(.table-sm) > tbody > tr > td, .bootstrap-table .table:not(.table-sm) > tbody > tr > th, .bootstrap-table .table:not(.table-sm) > tfoot > tr > td, .bootstrap-table .table:not(.table-sm) > tfoot > tr > th, .bootstrap-table .table:not(.table-sm) > thead > tr > td {
    padding: .85rem
}

.bootstrap-table .table {
    border-bottom: none
}

.bootstrap-table .table > thead > tr > th {
    border-bottom: none
}

.bootstrap-table table.table-borderless tr {
    border: none !important
}

.bootstrap-table table.table-borderless tr td, .bootstrap-table table.table-borderless tr th {
    border: none !important
}

.bootstrap-table table.table-bordered tr {
    border-color: var(--ct-table-border-color) !important
}

.table-borderless.table-bordered {
    border: none !important
}

table[data-toggle=table] {
    display: none
}

.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
    margin-top: 20px;
    margin-bottom: 0
}

.fixed-table-pagination .pagination .page-link {
    border-radius: 30px !important;
    margin: 0 3px;
    border: none
}

.fixed-table-container {
    border: none
}

.fixed-table-container thead th .th-inner {
    padding: .85rem
}

.fixed-table-toolbar .fa {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

.fixed-table-toolbar .fa.fa-sync {
    font-weight: 900
}

.fixed-table-toolbar .fa-toggle-down:before {
    content: "\f150"
}

.fixed-table-toolbar .fa-toggle-up:before {
    content: "\f151"
}

.fixed-table-toolbar .fa-refresh:before {
    content: "\f01e";
    font-weight: 900
}

.fixed-table-toolbar .fa-th-list:before {
    content: "\f0ca";
    font-weight: 900
}

.tablesaw thead {
    background: #f7f8f9;
    background-image: none;
    border: none
}

.tablesaw thead th {
    text-shadow: none
}

.tablesaw thead tr:first-child th {
    border: none;
    font-weight: 500;
    font-family: Roboto, sans-serif
}

.tablesaw td {
    border-top: 1px solid #f7f8f9 !important;
    border-bottom-width: 0
}

.tablesaw tbody th, .tablesaw td {
    font-size: inherit;
    line-height: inherit;
    padding: 10px !important
}

.tablesaw tbody tr, .tablesaw-stack tbody tr {
    border-bottom: none
}

.tablesaw-bar .btn-select.btn-micro:after, .tablesaw-bar .btn-select.btn-small:after {
    font-size: 8px;
    padding-right: 10px
}

.tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: none;
    border-color: #f7f8f9
}

.tablesaw-enhanced .tablesaw-bar .btn {
    text-shadow: none;
    background-image: none;
    text-transform: none;
    border: 1px solid #dee2e6;
    padding: 3px 10px;
    color: #323a46
}

.tablesaw-enhanced .tablesaw-bar .btn:after {
    display: none
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
    background: #fff
}

.tablesaw-enhanced .tablesaw-bar .btn:active, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:hover {
    color: #00aca5 !important;
    background-color: var(--ct-table-hover-bg);
    outline: 0 !important;
    box-shadow: none !important;
    background-image: none
}

.tablesaw-columntoggle-popup .btn-group {
    display: block
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: 2px solid #f7f8f9
}

.tablesaw-sortable-btn {
    cursor: pointer
}

.tablesaw-swipe-cellpersist {
    width: auto !important
}

.tablesaw-bar-section label {
    color: inherit;
    margin-bottom: .5rem
}

body[data-layout-color=dark] .tablesaw thead {
    background: #323a46
}

body[data-layout-color=dark] .tablesaw td {
    border-top: 1px solid #323a46 !important
}

body[data-layout-color=dark] .tablesaw-swipe .tablesaw-cell-persist {
    border-color: #323a46
}

body[data-layout-color=dark] .tablesaw-enhanced .tablesaw-bar .btn {
    border: 1px solid #424e5a;
    color: #f3f7f9
}

body[data-layout-color=dark] .tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: 2px solid #323a46
}

.jsgrid-cell {
    padding: .85rem;
    border: 1px solid var(--ct-table-border-color)
}

.jsgrid-edit-row > .jsgrid-cell, .jsgrid-filter-row > .jsgrid-cell, .jsgrid-grid-body, .jsgrid-grid-header, .jsgrid-header-row > .jsgrid-header-cell, .jsgrid-insert-row > .jsgrid-cell {
    border: none
}

.jsgrid-row > .jsgrid-cell {
    background: 0 0 !important
}

.jsgrid-alt-row > .jsgrid-cell {
    background: var(--ct-table-striped-bg)
}

.jsgrid-selected-row > .jsgrid-cell {
    background: var(--ct-table-hover-bg);
    border-color: var(--ct-table-border-color)
}

.jsgrid-header-row > .jsgrid-header-cell {
    background: #f7f8f9;
    text-align: center !important
}

.jsgrid-filter-row > .jsgrid-cell {
    background: #fdfdfd
}

.jsgrid-edit-row > .jsgrid-cell, .jsgrid-insert-row > .jsgrid-cell {
    background: #f7f8f9
}

.jsgrid input, .jsgrid select, .jsgrid textarea {
    padding: .4em .6em;
    outline: 0 !important;
    color: var(--ct-input-color);
    background-color: var(--ct-input-bg);
    border: 1px solid var(--ct-input-border-color);
    border-radius: .2rem
}

.jsgrid-pager-container {
    margin-top: 10px
}

.jsgrid-pager-page {
    padding: 0;
    margin: 0 2px
}

.jsgrid-pager-page.jsgrid-pager-current-page {
    background-color: #00aca5;
    color: #fff
}

.jsgrid-pager-current-page, .jsgrid-pager-page a {
    background-color: #f7f8f9;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: #6c757d
}

.jsgrid-pager-nav-button a {
    color: #6c757d;
    font-weight: 600
}

.jsgrid-pager-nav-button a:hover {
    color: #00aca5
}

.jsgrid .jsgrid-button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url(../images/jsgrid.png);
    background-color: #eceff1;
    outline: 0 !important
}

.jsgrid .jsgrid-button:hover {
    opacity: .9;
    background-color: #f7f8f9
}

.jsgrid-search-mode-button {
    background-position: 0 -295px
}

.jsgrid-insert-button {
    background-position: 0 -160px
}

.jsgrid-header-sort:before {
    position: absolute
}

body[data-layout-color=dark] .jsgrid-header-row > .jsgrid-header-cell {
    background: #323a46
}

body[data-layout-color=dark] .jsgrid-filter-row > .jsgrid-cell {
    background: #363f4c
}

body[data-layout-color=dark] .jsgrid-edit-row > .jsgrid-cell, body[data-layout-color=dark] .jsgrid-insert-row > .jsgrid-cell {
    background: #323a46
}

body[data-layout-color=dark] .jsgrid-pager-current-page, body[data-layout-color=dark] .jsgrid-pager-page a {
    background-color: #323a46;
    color: #dee2e6
}

body[data-layout-color=dark] .jsgrid-pager-nav-button a {
    color: #dee2e6
}

body[data-layout-color=dark] .jsgrid .jsgrid-button {
    background-color: #36404a
}

body[data-layout-color=dark] .jsgrid .jsgrid-button:hover {
    background-color: #323a46
}

.ms-container {
    background: transparent url(../images/multiple-arrow.png) no-repeat 50% 50%;
    width: auto;
    max-width: 370px
}

.ms-container .ms-list {
    box-shadow: none;
    border: 1px solid var(--ct-input-border-color);
    box-shadow: var(--ct-components-shadow-sm)
}

.ms-container .ms-list.ms-focus {
    box-shadow: none;
    border: 1px solid var(--ct-input-focus-border-color)
}

.ms-container .ms-selectable li.ms-elem-selectable {
    border: none;
    padding: 5px 10px;
    color: var(--ct-dropdown-link-color)
}

.ms-container .ms-selectable li.ms-hover {
    background-color: #00aca5;
    color: #fff
}

.ms-container .ms-selection li.ms-elem-selection {
    border: none;
    padding: 5px 10px;
    color: var(--ct-dropdown-link-color)
}

.ms-container .ms-selection li.ms-hover {
    background-color: #00aca5;
    color: #fff
}

.ms-selectable {
    box-shadow: none;
    outline: 0 !important
}

.ms-optgroup-label {
    font-weight: 500;
    font-family: Roboto, sans-serif;
    color: #323a46 !important;
    font-size: 13px
}

.ms-container .ms-selectable, .ms-container .ms-selection {
    background-color: var(--ct-input-bg)
}

body[data-layout-color=dark] .ms-optgroup-label {
    color: #f3f7f9 !important
}

.autocomplete-suggestions {
    border: 1px solid var(--ct-dropdown-border-color);
    background-color: var(--ct-dropdown-bg);
    cursor: default;
    overflow: auto;
    max-height: 200px !important;
    box-shadow: var(--ct-box-shadow)
}

.autocomplete-suggestion {
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden
}

.autocomplete-no-suggestion {
    padding: 5px
}

.autocomplete-selected {
    background: #eceff1;
    cursor: pointer
}

.autocomplete-suggestions strong {
    font-weight: 700;
    color: #323a46
}

.autocomplete-group {
    padding: 5px;
    font-weight: 500;
    font-family: Roboto, sans-serif
}

.autocomplete-group strong {
    font-weight: 700;
    font-size: 16px;
    color: #323a46;
    display: block
}

body[data-layout-color=dark] .autocomplete-selected {
    background: #36404a
}

body[data-layout-color=dark] .autocomplete-group strong, body[data-layout-color=dark] .autocomplete-suggestions strong {
    color: #f3f7f9
}

.bootstrap-touchspin .btn .input-group-text {
    padding: 0;
    border: none;
    background-color: transparent;
    color: inherit
}

.parsley-errors-list {
    margin: 0;
    padding: 0
}

.parsley-errors-list > li {
    list-style: none;
    color: #f1556c;
    margin-top: 5px;
    padding-left: 20px;
    position: relative
}

.parsley-errors-list > li:before {
    content: "\F0159";
    font-family: "Material Design Icons";
    position: absolute;
    left: 2px;
    top: -1px
}

.parsley-error {
    border-color: #f1556c
}

.parsley-success {
    border-color: #1abc9c
}

.flatpickr-calendar {
    background: var(--ct-dropdown-bg);
    box-shadow: var(--ct-box-shadow);
    border: 1px solid var(--ct-dropdown-border-color)
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: var(--ct-dropdown-bg)
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: var(--ct-dropdown-bg)
}

.flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
    border-top-color: var(--ct-dropdown-bg)
}

.flatpickr-current-month {
    font-size: 110%
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
    background: #00aca5;
    border-color: #00aca5
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #00aca5
}

.flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
    background: var(--ct-input-bg);
    color: var(--ct-dropdown-link-active-color)
}

.flatpickr-months .flatpickr-month {
    height: 36px
}

.flatpickr-months .flatpickr-month, .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
    color: #adb5bd;
    fill: #adb5bd
}

.flatpickr-weekdays {
    background-color: var(--ct-dropdown-link-active-bg)
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover, .flatpickr-day, .flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator, .flatpickr-time input, span.flatpickr-weekday {
    color: var(--ct-dropdown-link-color);
    fill: var(--ct-dropdown-link-color)
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
    color: var(--ct-dropdown-link-disabled-color)
}

.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
    background: var(--ct-dropdown-link-hover-bg);
    border-color: var(--ct-dropdown-link-hover-bg)
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    border-top: 1px solid var(--ct-dropdown-bg)
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover, .numInputWrapper:hover {
    background-color: transparent;
    color: var(--ct-dropdown-link-active-color)
}

.flatpickr-day.inRange {
    box-shadow: -5px 0 0 var(--ct-dropdown-link-hover-bg), 5px 0 0 var(--ct-dropdown-link-hover-bg)
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    color: var(--ct-dropdown-link-disabled-color)
}

body[data-layout-color=dark] .flatpickr-months .flatpickr-month, body[data-layout-color=dark] .flatpickr-months .flatpickr-next-month, body[data-layout-color=dark] .flatpickr-months .flatpickr-prev-month {
    color: #8c98a5;
    fill: #8c98a5
}

.sp-container {
    background-color: var(--ct-dropdown-bg);
    z-index: 9
}

.sp-container button {
    padding: .25rem .5rem;
    font-size: .71094rem;
    border-radius: .2rem;
    font-weight: 400;
    color: #323a46
}

.sp-container button.sp-palette-toggle {
    background-color: #f7f8f9
}

.sp-container button.sp-choose {
    background-color: #1abc9c;
    margin-left: 5px;
    margin-right: 0
}

.sp-palette-container {
    border-right: 1px solid #dee2e6
}

.sp-input {
    background-color: var(--ct-input-bg);
    border-color: var(--ct-input-border-color) !important;
    color: var(--ct-input-color)
}

.sp-input:focus {
    outline: 0
}

.clockpicker-popover .btn-default {
    background-color: #00aca5;
    color: #fff
}

.clockpicker-popover {
    background: var(--ct-dropdown-bg);
    box-shadow: var(--ct-box-shadow);
    border: 1px solid var(--ct-dropdown-border-color)
}

.clockpicker-popover .popover-title {
    background-color: transparent;
    font-weight: 500
}

.clockpicker-popover .clockpicker-plate {
    background: var(--ct-dropdown-link-hover-bg);
    border: 1px solid var(--ct-dropdown-border-color)
}

.clockpicker-popover .popover-content {
    background-color: transparent
}

.clockpicker-tick {
    color: var(--ct-dropdown-link-color)
}

.clockpicker-tick:hover {
    background-color: rgba(102, 88, 221, .35)
}

.clockpicker-canvas line {
    stroke: #00aca5
}

.clockpicker-canvas-bg {
    fill: rgba(102, 88, 221, .35)
}

.clockpicker-canvas-bearing, .clockpicker-canvas-fg {
    fill: #00aca5
}

.clockpicker-button {
    display: block;
    width: 100%
}

[dir=rtl] .sp-alpha {
    direction: ltr
}

[dir=rtl] .sp-original-input-container .sp-add-on {
    border: none;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

[dir=rtl] input.spectrum.with-add-on {
    border: 1px solid var(--ct-input-border-color);
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.sp-original-input-container .sp-add-on {
    border: none !important
}

body[data-layout-color=dark] .sp-container button {
    color: #f3f7f9
}

body[data-layout-color=dark] .sp-container button.sp-palette-toggle {
    background-color: #424e5a
}

body[data-layout-color=dark] .sp-palette-container {
    border-right: 1px solid #424e5a
}

.ql-container {
    font-family: Roboto, sans-serif;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.ql-container.ql-snow {
    border-color: var(--ct-input-border-color)
}

.ql-bubble {
    border: 1px solid var(--ct-input-border-color);
    border-radius: .2rem
}

.ql-toolbar {
    font-family: Roboto, sans-serif !important;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem
}

.ql-toolbar span {
    outline: 0 !important;
    color: var(--ct-dropdown-link-color)
}

.ql-toolbar span:hover {
    color: #00aca5 !important
}

.ql-toolbar.ql-snow {
    border-color: var(--ct-input-border-color)
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: transparent
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px;
    margin-left: 0
}

.ql-snow .ql-script, .ql-snow .ql-strike svg, .ql-snow .ql-stroke {
    stroke: var(--ct-dropdown-link-color)
}

.ql-snow .ql-fill {
    fill: var(--ct-dropdown-link-color)
}

.ql-snow .ql-picker-options {
    background-color: var(--ct-dropdown-bg);
    border-color: var(--ct-dropdown-border-color) !important
}

.ql-editor {
    text-align: left
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    left: auto;
    top: 50%;
    width: 18px
}

.ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
    padding-right: 0
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-editor ol, .ql-editor ul {
    padding-left: 1.5em;
    padding-right: 0
}

.dropzone {
    border: 2px dashed var(--ct-input-border-color);
    background: var(--ct-input-bg);
    border-radius: 6px;
    cursor: pointer;
    min-height: 150px;
    padding: 20px;
    box-shadow: var(--ct-components-shadow-sm)
}

.dropzone .dz-message {
    text-align: center;
    margin: 2rem 0
}

.dropzone.dz-started .dz-message {
    display: none
}

@font-face {
    font-family: dropify;
    src: url(../fonts/dropify.eot);
    src: url(../fonts/dropify.eot#iefix) format("embedded-opentype"), url(../fonts/dropify.woff) format("woff"), url(../fonts/dropify.ttf) format("truetype"), url(../fonts/dropify.svg#dropify) format("svg");
    font-weight: 400;
    font-style: normal
}

.dropify-wrapper {
    border: 2px dashed var(--ct-input-border-color);
    background: var(--ct-input-bg);
    border-radius: 6px;
    color: var(--ct-input-color)
}

.dropify-wrapper:hover {
    background-image: linear-gradient(-45deg, var(--ct-card-cap-bg) 25%, transparent 25%, transparent 50%, var(--ct-card-cap-bg) 50%, var(--ct-card-cap-bg) 75%, transparent 75%, transparent)
}

.dropify-wrapper .dropify-preview {
    background-color: #fbfbfc
}

.file-icon p {
    font-size: 20px
}

body[data-layout-color=dark] .dropify-wrapper .dropify-preview {
    background-color: #414d59
}

.editable-clear-x {
    background: url(../images/clear.png) center center no-repeat
}

.editableform-loading {
    background: url(../images/loading.gif) center center no-repeat
}

.editable-checklist label {
    display: block
}

.editable-input .form-control, .editable-input .form-select {
    display: inline-block
}

.editable-buttons {
    margin-left: 7px
}

.editable-buttons .editable-cancel {
    margin-left: 7px
}

.editable-checklist > div {
    margin-bottom: 7px
}

.image-crop-preview .img-preview {
    float: left;
    margin-bottom: .5rem;
    margin-right: .5rem;
    overflow: hidden;
    background-color: #f7f8f9;
    text-align: center;
    width: 100%
}

.image-crop-preview .img-preview > img {
    max-width: 100%
}

.image-crop-preview .preview-lg {
    height: 9rem;
    width: 16rem
}

.image-crop-preview .preview-md {
    height: 4.5rem;
    width: 8rem
}

.image-crop-preview .preview-sm {
    height: 2.25rem;
    width: 4rem
}

.image-crop-preview .preview-xs {
    height: 1.125rem;
    margin-right: 0;
    width: 2rem
}

.img-crop-preview-btns > .btn, .img-crop-preview-btns > .btn-group {
    margin-bottom: 8px;
    margin-right: 8px
}

.docs-cropped .modal-body > canvas, .docs-cropped .modal-body > img {
    max-width: 100%
}

.docs-drop-options {
    max-height: 400px;
    overflow-y: auto
}

body[data-layout-color=dark] .image-crop-preview .img-preview {
    background-color: #323a46
}

.gmaps, .gmaps-panaroma {
    height: 300px;
    background: #f7f8f9;
    border-radius: 3px
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #00aca5;
    border-radius: 4px;
    padding: 10px 20px
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #00aca5
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #00aca5
}

body[data-layout-color=dark] .gmaps, body[data-layout-color=dark] .gmaps-panaroma {
    background: #323a46
}

.jvectormap-label {
    border: none;
    background: #323a46;
    color: #f7f8f9;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    padding: 5px 8px
}

body[data-layout-color=dark] .jvectormap-label {
    background: #f3f7f9;
    color: #323a46
}

.mapael .map {
    position: relative
}

.mapael .map .zoomIn {
    top: 25px
}

.mapael .map .zoomOut {
    top: 50px
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #00aca5;
    opacity: .95;
    border-radius: 3px;
    padding: 2px 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
    font-family: Roboto, sans-serif
}

.mapael .zoomIn, .mapael .zoomOut, .mapael .zoomReset {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    font-weight: 500;
    cursor: pointer;
    background-color: #00aca5;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px
}

.mapael .plotLegend text {
    font-family: Roboto, sans-serif !important;
    fill: var(--ct-text-muted)
}

.datepicker {
    padding: 10px !important;
    animation: none
}

.datepicker td, .datepicker th {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.datepicker table tr td .active.disabled:hover[disabled], .datepicker table tr td .active.disabled[disabled], .datepicker table tr td .active:active, .datepicker table tr td .active:hover, .datepicker table tr td .active:hover.active, .datepicker table tr td .active:hover.disabled, .datepicker table tr td .active:hover:active, .datepicker table tr td .active:hover:hover, .datepicker table tr td .active:hover[disabled], .datepicker table tr td .active[disabled], .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled], .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #00aca5 !important;
    background-image: none !important;
    color: #fff
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover, .datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eceff1
}

.datepicker table tr td span.new, .datepicker table tr td span.old, .datepicker table tr td.new, .datepicker table tr td.old {
    color: #6c757d;
    opacity: .4
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #eceff1
}

.datepicker .datepicker-switch:hover {
    background: 0 0
}

.datepicker-dropdown:after {
    border-bottom: 6px solid var(--ct-dropdown-bg)
}

.datepicker-dropdown:before {
    border-bottom-color: var(--ct-dropdown-border-color)
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid var(--ct-dropdown-border-color)
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid var(--ct-dropdown-bg)
}

body[data-layout-color=dark] .datepicker table tr td span.focused, body[data-layout-color=dark] .datepicker table tr td span:hover, body[data-layout-color=dark] .datepicker table tr td.day.focused, body[data-layout-color=dark] .datepicker table tr td.day:hover {
    background: #36404a
}

body[data-layout-color=dark] .datepicker table tr td span.new, body[data-layout-color=dark] .datepicker table tr td span.old, body[data-layout-color=dark] .datepicker table tr td.new, body[data-layout-color=dark] .datepicker table tr td.old {
    color: #dee2e6;
    opacity: .4
}

body[data-layout-color=dark] .datepicker .datepicker-switch:hover, body[data-layout-color=dark] .datepicker .next:hover, body[data-layout-color=dark] .datepicker .prev:hover, body[data-layout-color=dark] .datepicker tfoot tr th:hover {
    background: #36404a
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: .8
}

.gu-hide {
    display: none !important
}

.gu-unselectable {
    -webkit-user-select: none !important;
    user-select: none !important
}

.gu-transit {
    opacity: .2
}

.dragula-handle {
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 24px;
    text-align: center;
    cursor: move
}

.dragula-handle:before {
    content: "\F01DB";
    font-family: "Material Design Icons";
    position: absolute
}

.form-check-input:checked {
    background-color: #00aca5;
    border-color: #00aca5;
}
.btn-primary {
    background-color: #3a3a3a!important;
    border-color: #3a3a3a!important;
}
.btn-primary:hover,
.btn-primary:active{
    background-color: #00aca5;
    border-color: #00aca5;
}

.news-article .news-line{
    height: 40px;
    overflow: hidden;
}

.knowledge-sections a{
    color: var(--ct-dropdown-link-color);
}
.knowledge-sections a:hover,
.knowledge-sections .current,
.knowledge-sections .dd-list .dd-item button:hover{
    color: #00aca5;
}

::marker{
    color: #00aca5;
}

.page-quiz .form-check-label{
    cursor: pointer;
}

.page-profile .card.knowledge-article{
    border: 1px solid var(--ct-border-color)!important;
    box-shadow: none!important;
}

.hidden{
    display: none;
}

.ajax-send-quiz .form-check-input:disabled ~ .form-check-label,
.ajax-send-quiz .form-check-input[disabled] ~ .form-check-label{
    opacity: 1;
}

.member-position{
    height: 66px;
    overflow: hidden;
}

.member-name{
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
}

.number{
    padding-left: 1.5em;
    color: #00aca5;
}

.member-card .card-body{
    padding: 1rem 1rem;
}

form.change-photo input,
.change-photo-success,
.change-photo-error{
    color: #1abc9c !important;
    display: none;
}

form.change-photo label{
    cursor: pointer;
    font-weight: 400;
}