@import url(https://fonts.googleapis.com/css?family=Nunito);
/*Color Variables*/
/*Border Variables*/
/*Shadow Variables*/
/*Colors*/
a:hover {
    color: #664dc9;
}

.default-card.default .loader {
    border-top-color: #664dc9;
}

.file-manger.list-group-transparent .list-group-item.active {
    color: #664dc9;
}

.custom-progress::-webkit-progress-value,
.custom-progress::-moz-progress-bar,
.custom-progress::-ms-fill {
    background-color: #664dc9;
}

.card-pay .tabs-menu li a.active {
    background: #664dc9;
}

.page-link:hover {
    color: #664dc9;
}

.page-item.active .page-link {
    background-color: #664dc9;
    border-color: #664dc9;
}

.panel-default>.panel-heading {
    color: #664dc9;
}

.panel-primary .list-group-item.active {
    color: #FFF;
    background-color: #664dc9;
    border-color: #664dc9;
}

.alert-primary {
    color: #ffffff;
    background-color: #664dc9;
    border-color: #664dc9;
}

.alert-primary hr {
    border-top-color: #b7cded;
}

.alert-primary .alert-link {
    color: #172b46;
}

.alert-secondary {
    color: #ffffff;
    background-color: #5b73e8;
    border-color: #5b73e8;
}

.alert-secondary hr {
    border-top-color: #5b73e8;
}

.alert-secondary .alert-link {
    color: #151213;
}

.alert-light-primary {
    color: #664dc9;
    background-color: #cdc8e5;
    border-color: #cdc8e5;
}

.alert-light-secondary {
    color: #5b73e8;
    background-color: #bcc6f5;
    border-color: #bcc6f5;
}

.avatar {
    background: #664dc9 no-repeat center/cover;
}

.badge-gradient-primary {
    color: #fff;
    background: linear-gradient(to left, #705ec8 0%, #664dc9 100%);
}

.badge-gradient-success {
    background-image: linear-gradient(to left, #65b36e 0%, #38cb89 100%);
    color: #fff;
}

.badge-gradient-secondary {
    background-image: linear-gradient(to left, #b4bdeb 0%, #5b73e8 100%);
    color: #fff;
}

.badge-gradient-warning {
    background-image: linear-gradient(to left, #fdc99b 0%, #ffab00 100%);
    color: #fff;
}

.badge-gradient-info {
    color: #fff;
    background-image: linear-gradient(to left, #94b7f0 0%, #3e80eb 100%);
}

.badge-gradient-danger {
    color: #fff;
    background-image: linear-gradient(to left, #f89191 0%, #ef4b4b 100%);
}

.bg-primary-light {
    color: #664dc9;
    background-color: rgba(112, 94, 200, 0.15);
}

.bg-secondary-light {
    background-color: rgba(91, 115, 232, 0.15) !important;
    color: #5b73e8;
}

.offer-primary {
    border-color: #664dc9;
}

.offer-primary .shape {
    border-color: transparent #664dc9 transparent transparent;
}

.bg-gradient-primary {
    color: #fff;
    background: linear-gradient(to left, #be5fca 0%, #664dc9 100%);
}

.bg-gradient-secondary {
    background-image: linear-gradient(to left, #ed7d98 0%, #5b73e8 100%);
    color: #fff;
}

.breadcrumb-item a,
.breadcrumb-item1 a {
    color: #664dc9;
}

.breadcrumb-arrow li a {
    background-color: #664dc9;
    border: 1px solid #664dc9;
}

.breadcrumb-arrow li a:before {
    border-left-color: #664dc9;
}

.btn-primary {
    color: #fff !important;
    background-color: #664dc9;
    border-color: #664dc9;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #664dc9;
    border-color: #664dc9;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(112, 94, 200, 0.1);
    background-color: #664dc9;
    border-color: #664dc9;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #6958be;
    border-color: #6958be;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #4e36c3;
    border-color: #4e36c3;
}

.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6958be;
    border-color: #6958be;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(112, 94, 200, 0.1);
}

.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(112, 94, 200, 0.1);
}

.btn-secondary {
    color: #fff !important;
    background-color: #5b73e8;
    border-color: #5b73e8;
    box-shadow: 0 0px 10px -5px #5b73e8;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #5b73e8;
    border-color: #5b73e8;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(251, 28, 82, 0.1);
    background-color: #5b73e8;
    border-color: #5b73e8;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #5b73e8;
    border-color: #5b73e8;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #405ce6;
    border-color: #405ce6;
}

.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5b73e8;
    border-color: #5b73e8;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    background-color: #4964e6;
    box-shadow: 0 0 0 2px rgba(91, 115, 232, 0.1);
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(91, 115, 232, 0.1);
}

.btn-outline-primary {
    color: #664dc9;
    background-color: transparent;
    background-image: none;
    border-color: #664dc9;
    box-shadow: 0 0px 10px -5px rgba(112, 94, 200, 0.5);
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #664dc9;
    border-color: #664dc9;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.1);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #664dc9;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #664dc9;
    border-color: #664dc9;
}

.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #664dc9;
    border-color: #664dc9;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(112, 94, 200, 0.1);
}

.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(112, 94, 200, 0.1);
}

.btn-outline-secondary {
    color: #5b73e8;
    background-color: transparent;
    background-image: none;
    border-color: #5b73e8;
    box-shadow: 0 0px 10px -5px rgba(91, 115, 232, 0.5);
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #5b73e8;
    border-color: #5b73e8;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(91, 115, 232, 0.1);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #5b73e8;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #5b73e8;
    border-color: #5b73e8;
}

.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5b73e8;
    border-color: #5b73e8;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(91, 115, 232, 0.1);
}

.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(91, 115, 232, 0.1);
}

.btn-link {
    color: #664dc9;
}

.btn-link:hover {
    color: #6958be;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #664dc9;
}

.btn.dropdown-toggle.btn-primary~.dropdown-menu .dropdown-plus-title {
    border-color: #664dc9 !important;
}

.list-group-item-primary {
    color: #664dc9;
    background-color: #cbdbf2;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #664dc9;
    background-color: #b7cded;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #664dc9;
    border-color: #664dc9;
}

.list-group-item-secondary {
    color: #fff;
    background-color: #5b73e8;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #fff;
    background-color: #5b73e8;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #5b73e8;
    border-color: #5b73e8;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #664dc9;
}

.user-button {
    background: #664dc9;
}

.user-button:hover {
    border: 1px solid #664dc9;
    background: #fff;
    color: #664dc9 !important;
}

.nav-tabs .nav-item1 .nav-link:hover:not(.disabled),
.nav-tabs .nav-item1 .nav-link.active {
    color: #fff;
    background: #664dc9;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background: #664dc9;
}

.header .nav-tabs .nav-link:hover:not(.disabled),
.header .nav-tabs .nav-link.active {
    color: #fff !important;
    background: #664dc9;
}

.expanel-primary>.expanel-heading {
    color: #fff !important;
    background-color: #664dc9 !important;
    border-color: #664dc9 !important;
}

.expanel-secondary>.expanel-heading {
    color: #fff !important;
    background-color: #5b73e8 !important;
    border-color: #5b73e8 !important;
}

.tag-primary {
    background-color: #664dc9;
    color: #fff;
}

.tag-secondary {
    background-color: #5b73e8;
    color: #fff;
}

.pop-primary {
    color: #664dc9;
}

.popsecondary {
    color: #5b73e8;
}

.tooltip-primary .tooltip-inner {
    background-color: #664dc9 !important;
    color: #fff;
}

.tooltip-primary.bs-tooltip-top .tooltip-arrow::before,
.tooltip-primary.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #664dc9;
}

.tooltip-primary.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-primary.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #664dc9;
}

.tooltip-primary.bs-tooltip-start .tooltip-arrow::before,
.tooltip-primary.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #664dc9;
}

.tooltip-primary.bs-tooltip-end .tooltip-arrow::before,
.tooltip-primary.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #664dc9;
}

.tooltip-primary1 .tooltip-inner {
    background-color: #664dc9 !important;
    color: #fff;
}

.tooltip-primary1.bs-tooltip-top .tooltip-arrow::before,
.tooltip-primary1.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #664dc9;
}

.tooltip-primary1.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-primary1.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #664dc9;
}

.tooltip-primary1.bs-tooltip-start .tooltip-arrow::before,
.tooltip-primary1.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #664dc9;
}

.tooltip-primary1.bs-tooltip-end .tooltip-arrow::before,
.tooltip-primary1.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #664dc9;
}

.tooltip-secondary .tooltip-inner {
    background-color: #664dc9;
    color: #fff;
}

.tooltip-secondary.bs-tooltip-top .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #664dc9;
}

.tooltip-secondary.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #664dc9;
}

.tooltip-secondary.bs-tooltip-start .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #664dc9;
}

.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #664dc9;
}

.tooltip-secondary1 .tooltip-inner {
    background-color: #664dc9;
    color: #fff;
}

.tooltip-secondary1.bs-tooltip-top .tooltip-arrow::before,
.tooltip-secondary1.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #664dc9;
}

.tooltip-secondary1.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-secondary1.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #664dc9;
}

.tooltip-secondary1.bs-tooltip-start .tooltip-arrow::before,
.tooltip-secondary1.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #664dc9;
}

.tooltip-secondary1.bs-tooltip-end .tooltip-arrow::before,
.tooltip-secondary1.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #664dc9;
}

.popover-head-primary .popover-header {
    color: #fff;
    background-color: #664dc9 !important;
}

.popover-head-primary.bs-popover-bottom .popover-arrow::after,
.popover-head-primary.bs-popover-auto[data-popper-placement^="bottom"] .popover-arrow::after {
    border-bottom-color: #664dc9;
}

.popover-head-secondary .popover-header {
    color: #fff;
    background-color: #664dc9;
}

.popover-head-secondary.bs-popover-bottom .popover-arrow::after,
.popover-head-secondary.bs-popover-auto[data-popper-placement^="bottom"] .popover-arrow::after {
    border-bottom-color: #664dc9;
}

.popover-primary {
    background-color: #664dc9 !important;
}

.popover-primary.bs-popover-top .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^="top"] .popover-arrow::after {
    border-top-color: #664dc9 !important;
}

.popover-primary.bs-popover-bottom .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^="bottom"] .popover-arrow::after {
    border-bottom-color: #664dc9 !important;
}

.popover-primary.bs-popover-start .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^="left"] .popover-arrow::after {
    border-left-color: #664dc9 !important;
}

.popover-primary.bs-popover-end .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^="right"] .popover-arrow::after {
    border-right-color: #664dc9 !important;
}

.popover-secondary {
    background-color: #5b73e8 !important;
}

.popover-secondary.bs-popover-top .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^="top"] .popover-arrow::after {
    border-top-color: #5b73e8 !important;
}

.popover-secondary.bs-popover-bottom .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^="bottom"] .popover-arrow::after {
    border-bottom-color: #5b73e8 !important;
}

.popover-secondary.bs-popover-start .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^="left"] .popover-arrow::after {
    border-left-color: #5b73e8 !important;
}

.popover-secondary.bs-popover-end .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^="right"] .popover-arrow::after {
    border-right-color: #5b73e8 !important;
}

.heading-primary {
    background-color: #664dc9 !important;
    color: #fff;
}

.dark-mode .popover-primary .popover-header {
    background-color: #664dc9 !important;
    color: #fff;
}

.dark-mode .popover-secondary .popover-header {
    background-color: #5b73e8 !important;
    color: #fff;
}

.message-feed.right .mf-content {
    background: #664dc9;
}

.message-feed.right .mf-content:before {
    border-bottom: 8px solid #664dc9;
}

.chat .msg_cotainer_sright {
    background-color: #664dc9;
}

.chat .msg_cotainer_sright:after {
    border-bottom: 10px solid #664dc9;
}

.action-header {
    background: #664dc9;
}

.main-nav-line-chat .nav-link.active {
    color: #fff;
    background: #664dc9;
}

.main-chat-header .nav-link:hover,
.main-chat-header .nav-link:focus {
    color: #664dc9;
}

.main-chat-body .media.flex-row-reverse .main-msg-wrapper {
    background-color: #664dc9;
    color: #fff;
}

.main-chat-body .media.flex-row-reverse .main-msg-wrapper:before {
    border-bottom: 7px solid #664dc9;
}

.main-contact-item.selected {
    border-left-color: #664dc9;
}

.main-contact-info-header .main-img-user a:hover,
.main-contact-info-header .main-img-user a:focus {
    background-color: #664dc9;
}

.main-contact-info-header .media-body .nav-link:hover,
.main-contact-info-header .media-body .nav-link:focus {
    color: #664dc9;
}

.main-contact-action a:hover,
.main-contact-action a:focus {
    color: #664dc9;
}

.jsr_bar {
    background-color: #664dc9;
}

.jsr_slider::before {
    background: #664dc9;
}

.range.range-primary input[type="range"]::-webkit-slider-thumb,
.range.range-primary input[type="range"]::-moz-slider-thumb {
    background-color: #664dc9;
}

.range.range-primary output {
    background-color: #664dc9;
}

.range.range-primary input[type="range"] {
    outline-color: #664dc9;
}

.br-theme-bars-horizontal .br-widget a.br-active,
.br-theme-bars-horizontal .br-widget a.br-selected {
    background-color: #664dc9;
}

.br-theme-bars-horizontal .br-widget .br-current-rating {
    color: #664dc9;
}

.br-theme-bars-pill .br-widget a {
    color: #664dc9;
}

.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
    background-color: #664dc9;
    color: white;
}

.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #664dc9;
    color: #664dc9;
}

.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected {
    background-color: #664dc9;
}

.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
    background-color: #664dc9;
}

.br-theme-bars-1to10 .br-widget .br-current-rating {
    color: #664dc9;
}

.br-theme-bars-movie .br-widget .br-current-rating {
    color: #664dc9;
}

.header-bg {
    background: #664dc9;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #be5fca 0%, #664dc9 100%);
}

.footer a:not(.btn) {
    color: #664dc9;
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .search-show .search-element {
        background: #fff;
    }
}

@media (max-width: 575.98px) {
    .search-show .search-element {
        background: #fff;
    }
}

.wizard-card .moving-tab {
    background-color: #664dc9 !important;
}

.form-group label.control-label {
    color: #664dc9;
}

.wizard-card .choice:hover .icon,
.wizard-card .choice.active .icon {
    border-color: #664dc9 !important;
    color: #664dc9 !important;
}

.addui-slider .addui-slider-track .addui-slider-range,
.addui-slider .addui-slider-track .addui-slider-handle:after {
    background: #664dc9;
}

.cal1 .clndr .clndr-table .header-days {
    background: #664dc9;
}

.cal1 .clndr .clndr-table tr .day.today,
.cal1 .clndr .clndr-table tr .day.my-today {
    color: #664dc9 !important;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
    color: #664dc9;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
    color: #664dc9;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
    background: #664dc9;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
    background: #664dc9;
}

.fc-event {
    background-color: rgba(102, 77, 201, 0.2);
}

.fc-event-resizable {
    color: #664dc9 !important;
}

.fc-h-event.event7 .fc-event-main {
    color: #1a1630;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    background: #664dc9;
}

div.conv-form-wrapper div.options div.option {
    border: 1px solid #664dc9;
    background: #fff;
    color: #664dc9;
}

form.convFormDynamic button.submit {
    color: #664dc9;
    border: 1px solid #664dc9;
    background: #fff;
}

div.conv-form-wrapper div.options div.option.selected {
    background: #664dc9;
    color: #fff;
}

div.conv-form-wrapper div.options div.option.selected:hover {
    background: #664dc9;
}

form.convFormDynamic button.submit:hover,
div.conv-form-wrapper div#messages div.message.from {
    background: #664dc9;
    color: #fff;
}

#sidebar ul li.active>a {
    color: #664dc9;
}

.accordionjs .acc_section.acc_active>.acc_head {
    background: #664dc9 !important;
}

.tab_wrapper>ul li.active {
    border-color: #664dc9 !important;
    background: rgba(102, 77, 201, 0.2) !important;
    color: #664dc9;
}

.tab_wrapper.right_side>ul li.active:after {
    background: #664dc9 !important;
}

.tab_wrapper>ul li {
    background: #ffffff;
}

#sidebar li a[aria-expanded="true"],
#sidebar li a.active {
    background: #664dc9;
    color: #fff;
}

.sweet-alert button {
    background-color: #664dc9 !important;
}

.timeline__item:after {
    border: 6px solid #664dc9;
}

.job-box-filter a.filtsec i {
    color: #664dc9;
}

.search-inline button[type="submit"] {
    background: #664dc9;
}

.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
    color: #664dc9;
}

.card-bgimg:before {
    background: #664dc9;
}

.card-custom-icon.text-primary {
    fill: #664dc9;
}

.feature .feature-icon {
    color: #664dc9;
}

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 {
    background: #664dc9;
}

.social-profile-buttons li a i,
.footer .social .social-icon {
    color: #664dc9;
}

.page-leftheader .breadcrumb-item.active {
    color: #664dc9;
}

.page-leftheader .breadcrumb-item.active a {
    color: #664dc9;
}

.dot1,
.dot2,
.spinner4>div,
.sk-circle .sk-child:before {
    background: -webkit-gradient(linear, left top, right top, from(#664dc9), to(#664dc9));
}

.sk-cube-grid .sk-cube {
    background: #664dc9;
}

.sk-folding-cube .sk-cube:before {
    background-color: #664dc9;
}

.spinner5>div {
    background: -webkit-gradient(linear, left top, right top, from(#664dc9), to(#664dc9));
}

.spinner {
    background: #664dc9;
}

.spinner-lg {
    background-color: #664dc9;
}

.double-bounce1,
.double-bounce2 {
    background: #664dc9;
}

.cube1,
.cube2 {
    background-color: #664dc9;
}

.lds-heart div {
    background: #664dc9;
}

.lds-heart div:after,
.lds-heart div:before {
    background: #664dc9;
}

.lds-ring div {
    border: 6px solid #664dc9;
    border-color: #664dc9 transparent transparent transparent;
}

.lds-hourglass:after {
    border: 26px solid #664dc9;
    border-color: #664dc9 transparent;
}

.table-primary {
    background-color: #d5cee6;
}

.table-primary>th,
.table-primary>td {
    background-color: #d5cee6;
}

.table-hover .table-primary:hover {
    background-color: #f0f0f2;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #b7cded;
}

.table-secondary {
    background-color: #5b73e8;
}

.table-secondary>th,
.table-secondary>td {
    background-color: #5b73e8;
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #5b73e8;
}

.mediaicon {
    border: 1px solid #664dc9;
    background: #664dc9;
}

a.chip:hover {
    background-color: #664dc9;
}

#back-to-top {
    background: #664dc9;
}

#back-to-top:hover {
    color: #fff;
}

.tabs-menu ul li .active {
    background-color: rgba(102, 77, 201, 0.2);
}

.tabs-menu1 ul li .active {
    border-bottom: 3px solid #664dc9;
    color: #664dc9;
}

.sub-panel-heading .tabs-menu ul li a.active {
    color: #664dc9 !important;
}

.receipts-inline-table .tabs-menu1 ul li .active {
    color: #664dc9;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #664dc9;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #664dc9;
    border-color: #664dc9;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #664dc9;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #664dc9;
    border-color: #664dc9;
}

.custom-select:focus {
    border-color: #664dc9;
}

.custom-file-label::after {
    background-color: #664dc9;
    border-left: 1px solid #664dc9;
}

.custom-range::-ms-thumb,
.custom-range::-webkit-slider-thumb,
.custom-range::-moz-range-thumb {
    background-color: #664dc9;
}

.ui-datepicker .ui-datepicker-title {
    color: #664dc9;
}

.ui-datepicker .ui-datepicker-calender td a:hover,
.ui-datepicker .ui-datepicker-calender .ui-datepicker-today a {
    background-color: #664dc9;
}

.form-control:focus {
    border-color: #664dc9;
}

.wizard>.steps .current a {
    color: #664dc9;
}

.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    color: #664dc9;
}

.wizard>.steps .current a .number,
.wizard>.steps .current a:hover .number,
.wizard>.steps .current a:active .number {
    background-color: #664dc9;
    color: #fff;
}

.wizard>.actions a {
    background-color: #664dc9;
}

.wizard>.actions a:hover,
.wizard>.actions a:active {
    background-color: #664dc9;
}

.wizard-style-1>.steps>ul .current a .number,
.wizard-style-1>.steps>ul .current a:hover .number,
.wizard-style-1>.steps>ul .current a:active .number {
    background-color: #664dc9;
    color: #fff;
}

.wizard-style-2>.steps>ul .current a .number,
.wizard-style-2>.steps>ul .current a:hover .number,
.wizard-style-2>.steps>ul .current a:active .number {
    border-color: #664dc9;
    color: #664dc9;
}

.selectgroup-input:checked+.selectgroup-button,
.selectgroup-input:focus+.selectgroup-button {
    border-color: #664dc9;
    color: #664dc9;
}

.custom-switch-input:checked~.custom-switch-indicator {
    background: #664dc9;
}

.custom-switch-input:focus~.custom-switch-indicator {
    border-color: #664dc9;
}

.label-primary {
    background: #664dc9;
}

.bg-primary {
    background-color: #664dc9 !important;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #6958be !important;
}

button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #6958be !important;
}

.bg-secondary {
    background-color: #5b73e8 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus {
    background-color: #5b73e8 !important;
}

button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #5b73e8 !important;
}

.bg-gradient-primary {
    background: linear-gradient(to left, #be5fca 0%, #664dc9 100%);
}

.border-primary {
    border-color: #664dc9 !important;
}

.border-secondary {
    border-color: #5b73e8 !important;
}

.border-danger {
    border-color: #ef4b4b !important;
}

.border-warning {
    border-color: #ffab00 !important;
}

.border-cyan {
    border-color: #116e7c !important;
}

.border-pink {
    border-color: #ec82ef !important;
}

.border-success {
    border-color: #38cb89 !important;
}

.border-info {
    border-color: #3e80eb !important;
}

i.fa.round,
.list-icon span p {
    border: 1px solid #664dc9;
}

.text-primary {
    color: #664dc9 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #664dc9 !important;
}

.text-secondary {
    color: #5b73e8 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #5b73e8 !important;
}

pre {
    border-left: 3px solid #664dc9;
}

.bg-primary-transparent {
    background-color: rgba(102, 77, 201, 0.2) !important;
    color: #664dc9 !important;
}

.bg-secondary-transparent {
    background-color: rgba(91, 115, 232, 0.2) !important;
    color: #5b73e8 !important;
}

.bg-pink-transparent {
    background-color: rgba(236, 130, 239, 0.2) !important;
    color: #ec82ef !important;
}

.bg-cyan-transparent {
    background-color: rgba(17, 110, 124, 0.2) !important;
    color: #116e7c !important;
}

.bg-danger-transparent {
    background-color: rgba(239, 75, 75, 0.2) !important;
    color: #ef4b4b !important;
}

.bg-warning-transparent {
    background-color: rgba(255, 171, 0, 0.2) !important;
    color: #ffab00 !important;
}

.bg-info-transparent {
    background-color: rgba(62, 128, 235, 0.2) !important;
    color: #3e80eb !important;
}

.bg-success-transparent {
    background-color: rgba(56, 203, 137, 0.2) !important;
    color: #38cb89 !important;
}

.bg-teal-transparent {
    background-color: rgba(43, 203, 186, 0.2) !important;
    color: #2bcbba !important;
}

.bg-dark-transparent {
    background-color: rgba(52, 58, 64, 0.2) !important;
    color: #343a40 !important;
}

.bg-primary-transparent-2 {
    background-color: rgba(91, 115, 232, 0.15);
}

.bg-secondary-transparent-2 {
    background-color: rgba(102, 77, 201, 0.15);
}

.bg-primary-1 {
    background-color: #7963cf !important;
}

.bg-primary-2 {
    background-color: #8976d5 !important;
}

.bg-primary-3 {
    background-color: #9a8adb !important;
}

.bg-primary-4 {
    background-color: #9a8adb !important;
}

.bg-danger-1 {
    background-color: #f37272 !important;
}

.bg-danger-2 {
    background-color: #f7a1a1 !important;
}

.bg-warning-1 {
    background-color: #ffbb33 !important;
}

.bg-warning-2 {
    background-color: #ffcc66 !important;
}

.bg-success-1 {
    background-color: #5dd59f !important;
}

.bg-success-2 {
    background-color: #85e0b7 !important;
}

.card-header:before {
    background-color: #664dc9;
}

.pricing-tabs ul.nav-price li a.active,
.pricing-tabs .pri-tabs-heading2 ul.nav-price li a.active {
    background: #664dc9;
}

.icon-dropshadow-primary {
    filter: drop-shadow(0px 4px 4px rgba(91, 115, 232, 0.3));
}

.icon-dropshadow-secondary {
    filter: drop-shadow(0px 4px 4px rgba(102, 77, 201, 0.3));
}

.card-custom-icon.text-secondary,
.fill-secondary {
    fill: #5b73e8;
}

.tree li i {
    color: #664dc9;
}

.timeline .timeline-items .timeline-item::after {
    background: #664dc9;
}

li.ui-timepicker-selected {
    background: #664dc9;
    color: #fff;
}

.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #664dc9;
    color: #fff;
}

.SumoSelect:focus>.CaptionCont {
    border-color: #664dc9;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
    border-color: #664dc9;
    outline: none;
    background-color: #664dc9;
}

.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    background-color: #664dc9;
}

.SumoSelect .select-all.selected>span i,
.SumoSelect .select-all.partial>span i {
    background-color: #664dc9;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #664dc9;
    color: white;
}

.ql-editor .ql-bg-blue {
    background-color: #664dc9;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #664dc9;
    outline: 0;
    background: #fff;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #664dc9;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #664dc9;
}

.ql-snow a {
    color: #664dc9;
}

.ms-choice {
    color: #664dc9;
}

.checkbox-group .checkbox-normal:checked+label:before {
    background: #664dc9;
}

.irs-from,
.irs-to,
.irs-single {
    background-color: #664dc9;
}

.irs-bar,
.irs-bar-edge {
    background-image: none;
    background-color: #664dc9;
}

.irs-from::after,
.irs-to::after,
.irs-single::after {
    border-top-color: #664dc9;
}

.irs-slider:before,
.irs-slider:hover:before,
.irs-slider:focus:before {
    background-color: #664dc9;
}

.irs-primary .irs-bar,
.irs-primary .irs-bar-edge,
.irs-primary .irs-slider::before,
.irs-primary .irs-from,
.irs-primary .irs-to,
.irs-primary .irs-single {
    background-color: #664dc9;
}

.irs-primary .irs-from::after,
.irs-primary .irs-to::after,
.irs-primary .irs-single::after {
    border-top-color: #664dc9;
}

.irs-modern .irs-slider {
    border: 1px solid #664dc9;
}

.irs-modern .irs-slider::before {
    border-left: 1px solid #664dc9;
    border-right: 1px solid #664dc9;
}

.irs-modern.irs-primary .irs-slider {
    border-color: #664dc9;
}

.irs-modern.irs-primary .irs-slider::before {
    border-color: #664dc9;
}

.irs-outline .irs-line {
    border: 1px solid #664dc9;
}

.irs-outline .irs-slider {
    border: 1px solid #664dc9;
}

.irs-outline .irs-slider:hover::before,
.irs-outline .irs-slider:focus::before {
    background-color: #664dc9;
}

.irs-outline.irs-primary .irs-line,
.irs-outline.irs-primary .irs-slider {
    border-color: #664dc9;
}

.irs-outline.irs-primary .irs-line:hover::before,
.irs-outline.irs-primary .irs-line:focus::before {
    background-color: #664dc9;
}

.irs-outline.irs-primary .irs-slider:hover::before,
.irs-outline.irs-primary .irs-slider:focus::before {
    background-color: #664dc9;
}

.cropme-slider input::-webkit-slider-thumb,
.cropme-rotation-slider input::-webkit-slider-thumb {
    background: #664dc9;
}

.fc button {
    color: #664dc9;
}

.sw-theme-dots>ul.step-anchor>li>a:before {
    color: #664dc9;
}

.sw-theme-dots>ul.step-anchor>li.active>a {
    color: #664dc9;
}

.sw-theme-dots>ul.step-anchor>li.active>a:after {
    background: #664dc9;
}

.theme-white .cookie-popup-accept-cookies,
.theme-light .cookie-popup-accept-cookies,
.theme-primary .cookie-popup {
    background-color: #664dc9;
    color: #fff;
}

.daterangepicker td.active {
    background-color: #664dc9;
    border-color: transparent;
    color: #fff;
}

.daterangepicker td.active:hover {
    background-color: #664dc9;
    border-color: transparent;
    color: #fff;
}

.daterangepicker .ranges li.active {
    background-color: #664dc9;
    color: #fff;
}

/*-- Horizontal-menu --*/
.hor-menu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover,
.hor-menu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    color: #664dc9;
}

.hor-menu .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover,
.hor-menu .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a.active {
    color: #664dc9;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a.active,
.hor-menu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a.active {
    color: #664dc9;
}

.sub-menu li.active:before,
.sub-menu li:hover:before {
    color: #664dc9;
    opacity: 0.9;
}

.mega-menubg li a.active:before,
.mega-menubg li a:hover:before {
    color: #664dc9;
    opacity: 0.9;
}

/*-- Sidemenu --*/
.app-sidebar__toggle:hover {
    color: #664dc9;
}

.slide-menu a.active {
    color: #664dc9 !important;
}

.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    color: #664dc9;
}

.slide.is-expanded .slide-menu li a:hover {
    color: #664dc9;
}

@media (min-width: 768px) {
    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-menu a.active {
        color: #664dc9;
        background: transparent;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item.active {
        color: #664dc9;
    }

    .slide-item:hover,
    .slide-item:focus {
        color: #664dc9;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item.active {
        color: #664dc9;
        background: transparent;
    }
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
    background-color: #664dc9;
    border-color: #664dc9;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    border-color: #664dc9;
}

.onoffswitch2-checkbox:checked+.onoffswitch2-label {
    background-color: #664dc9;
}

.onoffswitch2-checkbox:checked+.onoffswitch-label2,
.onoffswitch2-checkbox:checked+.onoffswitch2-label:before {
    border-color: #664dc9;
}

.side-menu__item.active .side-menu__icon,
.side-menu__item:hover .side-menu__icon,
.side-menu__item:focus .side-menu__icon {
    fill: white;
}

.side-menu__item.active .side-menu__label,
.side-menu__item:hover .side-menu__label,
.side-menu__item:focus .side-menu__label {
    color: #664dc9 !important;
}

.side-menu__item.active .angle,
.side-menu__item:hover .angle,
.side-menu__item:focus .angle {
    color: #664dc9 !important;
}

.text-primary-transparent {
    color: #8976d5;
}

.bg-white-50 {
    background-color: rgba(225, 225, 225, 0.2);
}
/*# sourceMappingURL=color1.css.map */

.dark-mode .slide.is-expanded .slide-menu li a:hover,
.dark-mode .slide.is-expanded .slide-menu li a:focus {
    color: #ffffff;
}

.dark-mode .page-link {
    border: 1px solid #32394e;
    color: #fff;
}

.dark-mode .page-item.active .page-link {
    color: #fff;
}

.dark-mode .page-item.active .page-link:hover {
    color: #fff !important;
    background-color: #353849;
}

.dark-mode .page-item.disabled .page-link {
    color: #848b92;
    background-color: #2c3040;
    border-color: #32394e;
}

.dark-mode .panel-default>.panel-heading {
    background-color: #212332;
}

.dark-mode .accordionjs .acc_section .acc_head {
    background-color: #2a2e3f;
}

.dark-mode .accordionjs .acc_section {
    border: 1px solid #32394e;
}

.dark-mode .accordionjs .acc_section.acc_active>.acc_head {
    border-bottom: 1px solid #32394e;
}

.dark-mode .more-less {
    color: #212121;
}

.dark-mode .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #32394e;
    background-color: #232735;
    color: #d4d7e2 !important;
}

.dark-mode .panel-default .list-group-item.active {
    color: #ccd4e0;
    background-color: #222233;
    border-color: #f0f0f2;
}

.dark-mode .panel-primary .list-group-item.active:hover {
    color: #FFF !important;
    background-color: #664dc9;
    border-color: #664dc9;
}

.dark-mode .panel-success .list-group-item.active {
    color: #fff;
    background-color: #38cb89;
    border-color: #38cb89;
}

.dark-mode .panel-success .list-group-item.active:hover {
    color: #fff !important;
    background-color: #38cb89;
    border-color: #38cb89;
}

.dark-mode .panel-info .list-group-item.active {
    color: #fff;
    background-color: #3e80eb;
    border-color: #3e80eb;
}

.dark-mode .panel-info .list-group-item.active:hover {
    color: #fff !important;
    background-color: #3e80eb;
    border-color: #3e80eb;
}

.dark-mode .panel-warning .list-group-item.active {
    color: #fff;
    background-color: #ffab00;
    border-color: #ffab00;
}

.dark-mode .panel-warning .list-group-item.active:hover {
    color: #fff !important;
    background-color: #ffab00;
    border-color: #ffab00;
}

.dark-mode .panel-danger .list-group-item.active {
    color: #fff;
    background-color: #ef4b4b;
    border-color: #ef4b4b;
}

.dark-mode .panel-danger .list-group-item.active:hover {
    color: #fff !important;
    background-color: #ef4b4b;
    border-color: #ef4b4b;
}

.dark-mode .panel-default .list-group-item.active:hover,
.dark-mode .panel-default .list-group-item.active:focus {
    color: #ccd4e0;
    background-color: #222233;
    border-color: #f0f0f2;
}

.dark-mode .wrap {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.dark-mode .panel1 {
    border-color: #fff;
}

.dark-mode .panel-heading1 {
    color: #fff;
}

.dark-mode .panel-group1 .panel-body {
    border: 1px solid #32394e;
    background-color: #232735;
    color: #d4d7e2 !important;
}

.dark-mode .panel-title1 a {
    color: #fff;
}

.dark-mode #accordion1 .panel-title1 a:hover {
    color: #fff !important;
}

.dark-mode .panel-body1 {
    background: #fff;
}

.dark-mode .panel-title a.accordion-toggle:before,
.dark-mode .panel-title a.accordion-toggle.collapsed:before {
    color: #fff;
}

.dark-mode .acc-header a {
    background-color: #232735;
    border: 1px solid #32394e;
    color: #d4d7e2 !important;
}

.dark-mode .acc-body {
    border: 1px solid #32394e;
    background-color: #232735;
    color: #d4d7e2 !important;
}

.dark-mode #collapseExample {
    background-color: #232735;
    color: #d4d7e2 !important;
}

.dark-mode #multiCollapseExample1,
.dark-mode #multiCollapseExample2 {
    background-color: #232735;
    color: #d4d7e2 !important;
}

.dark-mode .acc_content {
    background-color: #232735;
    color: #d4d7e2 !important;
}

.dark-mode .alert-heading {
    color: inherit;
}

.dark-mode hr.message-inner-separator {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.dark-mode .alert-dismissible .btn-close {
    color: inherit;
}

.dark-mode .alert-success {
    color: #fff;
    background-color: #38cb89;
    border-color: #38cb89;
}

.dark-mode .alert-success hr {
    border-top-color: #c5e7a4;
}

.dark-mode .alert-success .alert-link {
    color: #172e00;
}

.dark-mode .alert-info {
    color: #fff;
    background-color: #3e80eb;
    border-color: #3e80eb;
}

.dark-mode .alert-info hr {
    border-top-color: #b3dcf9;
}

.dark-mode .alert-info .alert-link {
    color: #193c56;
}

.dark-mode .alert-warning {
    color: #fff;
    background-color: #f3a403;
    border-color: #f3a403;
}

.dark-mode .alert-warning hr {
    border-top-color: #fae8a4;
}

.dark-mode .alert-warning .alert-link {
    color: #4d3f05;
}

.dark-mode .alert-danger {
    color: #fff;
    background-color: #ef4b4b;
    border-color: #ef4b4b;
}

.dark-mode .alert-danger hr {
    border-top-color: #ecacab;
}

.dark-mode .alert-danger .alert-link {
    color: #3f0a09;
}

.dark-mode .alert-light {
    color: #818182;
    background-color: #f2f2f3;
    border-color: #f2f2f3;
}

.dark-mode .alert-light hr {
    border-top-color: #ececf6;
}

/*-------Accordion-----------*/
/* #bs-collapse icon scale option */
/* #accordion rotate icon option */
/*-----Alerts-----*/
.alert-light .alert-link {
    color: #686868;
}

.dark-mode .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.dark-mode .alert-dark hr {
    border-top-color: #b9bbbe;
}

.dark-mode .alert-dark .alert-link {
    color: #040505;
}

.dark-mode .alert-link {
    color: #495047;
}

.dark-mode .alert-icon>i {
    color: inherit !important;
}

.dark-mode .alert-light-success {
    color: #38cb89;
    background-color: #cbf6e2;
    border-color: #cbf6e2;
}

.dark-mode .alert-light-danger {
    color: #ef4b4b;
    background-color: #fac8c8;
    border-color: #fac8c8;
}

.dark-mode .alert-light-warning {
    color: #ffab00;
    background-color: #fee8bb;
    border-color: #fee8bb;
}

.dark-mode .alert-light-info {
    color: #3e80eb;
    background-color: #ccd6f8;
    border-color: #ccd6f8;
}

.dark-mode .avatar {
    color: #fff;
}

.dark-mode .avatar-status {
    border: 2px solid #fff;
    background: #868e96;
}

.dark-mode .avatar-placeholder {
    background: #ced4da url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134"><path fill="$gray" d="M65.92 66.34h2.16c14.802.42 30.928 6.062 29.283 20.35l-1.618 13.32c-.844 6.815-5.208 7.828-13.972 7.866H52.23c-8.764-.038-13.13-1.05-13.973-7.865l-1.62-13.32C34.994 72.4 51.12 66.76 65.92 66.34zM49.432 43.934c0-9.82 7.99-17.81 17.807-17.81 9.82 0 17.81 7.99 17.81 17.81 0 9.82-7.99 17.807-17.81 17.807-9.82 0-17.808-7.987-17.808-17.806z"/></svg>') no-repeat center/80%;
}

.dark-mode .avatar-list-stacked .avatar {
    box-shadow: 0 0 0 2px #2a2e3f6b;
}

.dark-mode .avatar-blue {
    background-color: #083dc1;
    color: #467fcf;
}

.dark-mode .avatar-indigo {
    background-color: #d1d5f0;
    color: #6574cd;
}

.dark-mode .avatar-purple {
    background-color: #e4cff9;
    color: #aa4cf2;
}

.dark-mode .avatar-pink {
    background-color: #fcd3e1;
    color: #ec82ef;
}

.dark-mode .avatar-red {
    background-color: #f0bcbc;
    color: #dc0441;
}

.dark-mode .avatar-orange {
    background-color: #fee0c7;
    color: #fc7303;
}

.dark-mode .avatar-yellow {
    background-color: #fbedb7;
    color: #ecb403;
}

.dark-mode .avatar-green {
    background-color: #cfeab3;
    color: #2dce89;
}

.dark-mode .avatar-teal {
    background-color: #bfefea;
    color: #2bcbba;
}

.dark-mode .avatar-cyan {
    background-color: #b9e3ea;
    color: #116e7c;
}

.dark-mode .avatar-white {
    background-color: white;
    color: #fff;
}

.dark-mode .avatar-gray {
    background-color: #dbdde0;
    color: #868e96;
}

.dark-mode .avatar-gray-dark {
    background-color: #c2c4c6;
    color: #343a40;
}

.dark-mode .avatar-azure {
    background-color: #c7e6fb;
    color: #45aaf2;
}

.dark-mode .avatar-lime {
    background-color: #d7f2c2;
    color: #7bd235;
}

.dark-mode .badge-default {
    background: #54575f;
    color: #fff;
}

.dark-mode .shape {
    border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.dark-mode .offer {
    background: #2a2e3f;
    border: 1px solid #32394e;
}

.dark-mode .offer-danger {
    border-color: #dc0441;
}

.dark-mode .offer-danger .shape {
    border-color: transparent #dc0441 transparent transparent;
}

.dark-mode .badge-gradient-primary {
    color: #fff;
    background: linear-gradient(to left, #705ec8 0%, #664dc9 100%);
}

.dark-mode .badge-gradient-success {
    background-image: linear-gradient(to left, #65b36e 0%, #38cb89 100%);
    color: #fff;
}

.dark-mode .badge-gradient-secondary {
    background-image: linear-gradient(to left, #b4bdeb 0%, #5b73e8 100%);
    color: #fff;
}

.dark-mode .badge-gradient-warning {
    background-image: linear-gradient(to left, #fdc99b 0%, #ffab00 100%);
    color: #fff;
}

.dark-mode .badge-gradient-info {
    color: #fff;
    background-image: linear-gradient(to left, #94b7f0 0%, #3e80eb 100%);
}

.dark-mode .badge-gradient-danger {
    color: #fff;
    background-image: linear-gradient(to left, #f89191 0%, #ef4b4b 100%);
}

.dark-mode .offer-success {
    border-color: #2dce89;
}

.dark-mode .offer-primary {
    border-color: #664dc9;
}

.dark-mode .bg-success-light {
    background-color: rgba(29, 171, 45, 0.15) !important;
    color: #36b37e;
}

.dark-mode .bg-warning-light {
    background-color: rgba(255, 171, 0, 0.15) !important;
    color: #ffab00;
}

.dark-mode .bg-danger-light {
    color: #f94859;
    background-color: rgba(250, 92, 124, 0.15);
}

.dark-mode .bg-info-light {
    color: #0a7ffb;
    background-color: rgba(3, 85, 208, 0.15);
}

.dark-mode .bg-pink-light {
    color: #ec82ef;
    background-color: rgba(236, 130, 239, 0.15);
}

.dark-mode .bg-cyan-light {
    color: #116e7c;
    background-color: rgba(17, 110, 124, 0.15);
}

.dark-mode .bg-purple-light {
    color: #aa4cf2;
    background-color: rgba(170, 76, 242, 0.15);
}

.dark-mode .offer-success .shape {
    border-color: transparent #2dce89 transparent transparent;
}

.dark-mode .offer-default {
    border-color: #6b6f80;
}

.dark-mode .offer-default .shape {
    border-color: transparent #6b6f80 transparent transparent;
}

.dark-mode .offer-info {
    border-color: #45aaf2;
}

.dark-mode .offer-info .shape {
    border-color: transparent #45aaf2 transparent transparent;
}

.dark-mode .offer-warning {
    border-color: #ecb403;
}

.dark-mode .offer-warning .shape {
    border-color: transparent #ecb403 transparent transparent;
}

.dark-mode .shape-text {
    color: #fff;
}

.dark-mode .bg-gradient-success {
    background-image: linear-gradient(to left, #43c47a 0%, #10ae23 100%);
    color: #fff;
}

.dark-mode .bg-gradient-warning {
    background-image: linear-gradient(to left, #f8be8d 0%, #ff9a44 100%);
    color: #fff;
}

.dark-mode .bg-gradient-danger {
    color: #fff;
    background-image: linear-gradient(270deg,#6f0c0c 0,#f00)l /*linear-gradient(to left, #ff90a0 0%, #fc6076 100%);*/

}

.dark-mode .bg-gradient-info {
    color: #fff;
    background-image: linear-gradient(to left, #58ebbb 0%, #0fd796 100%);
}

.dark-mode .breadcrumb-item+.breadcrumb-item::before {
    color: #cfd1e1;
}

.dark-mode .breadcrumb-item.active {
    color: #ccd4e0;
}

.dark-mode .breadcrumb1 {
    background-color: rgba(32, 34, 60, 0.5);
}

.dark-mode .breadcrumb-item1 a:hover {
    color: #123787;
}

.dark-mode .breadcrumb-item1.active {
    color: #ccd4e0;
}

.dark-mode .breadcrumb {
    background: transparent;
}

.dark-mode .breadcrumb-arrow {
    background-color: #22243f;
}

.dark-mode .breadcrumb-arrow li span {
    color: #ccd4e0;
}

.dark-mode .breadcrumb-arrow li a {
    color: #fff;
}

.dark-mode .breadcrumb-arrow li a:after {
    border-left: 11px solid #6e79ca;
}

.dark-mode .btn {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dark-mode .btn:focus,
.dark-mode .btn.focus {
    box-shadow: none;
}

.dark-mode .btn-success {
    color: #fff !important;
    background-color: #38cb89;
    border-color: #38cb89;
    box-shadow: 0 0px 10px -5px rgba(56, 203, 137, 0.5);
}

.dark-mode .btn-success:hover {
    color: #fff !important;
    background-color: #42c48a !important;
    border-color: #42c48a !important;
}

.dark-mode .btn-success:focus,
.dark-mode .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(56, 203, 137, 0.1);
    background-color: #42c48a !important;
    border-color: #42c48a !important;
}

.dark-mode .btn-success.disabled,
.dark-mode .btn-success:disabled {
    color: #fff;
    background-color: #42c48a;
    border-color: #42c48a;
}

.dark-mode .btn-success:not(:disabled):not(.disabled):active,
.dark-mode .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #42c48a;
    border-color: #42c48a;
}

.dark-mode .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #42c48a;
    border-color: #42c48a;
}

.dark-mode .btn-success:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(56, 203, 137, 0.1);
}

.dark-mode .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(56, 203, 137, 0.1);
}

.dark-mode .btn-info {
    color: #fff !important;
    background-color: #3e80eb;
    border-color: #3e80eb;
    box-shadow: 0 0px 10px -5px rgba(91, 127, 255, 0.1);
}

.dark-mode .btn-info:hover {
    color: #fff !important;
    background-color: #3e80eb;
    border-color: #3e80eb;
}

.dark-mode .btn-info:focus,
.dark-mode .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1);
    background-color: #3e80eb;
    border-color: #3e80eb;
}

.dark-mode .btn-info.disabled,
.dark-mode .btn-info:disabled {
    color: #fff;
    background-color: #3e80eb;
    border-color: #3e80eb;
}

.dark-mode .btn-info:not(:disabled):not(.disabled):active,
.dark-mode .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #3e80eb;
    border-color: #3e80eb;
}

.dark-mode .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3e80eb;
    border-color: #3e80eb;
}

.dark-mode .btn-info:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1);
}

.dark-mode .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1);
}

.dark-mode .btn-warning {
    color: #fff !important;
    background-color: #ffab00;
    border-color: #ffab00;
    box-shadow: 0 0px 10px -5px rgba(255, 171, 0, 0.5);
}

.dark-mode .btn-warning:hover {
    color: #fff !important;
    background-color: #feb521;
    border-color: #feb521;
}

.dark-mode .btn-warning:focus,
.dark-mode .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.1);
    background-color: #feb521;
    border-color: #feb521;
}

.dark-mode .btn-warning.disabled,
.dark-mode .btn-warning:disabled {
    color: #fff;
    background-color: #feb521;
    border-color: #feb521;
}

.dark-mode .btn-warning:not(:disabled):not(.disabled):active,
.dark-mode .btn-warning:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #f3a403;
    border-color: #feb521;
}

.dark-mode .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f3a403;
    border-color: #feb521;
}

.dark-mode .btn-warning:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.1);
}

.dark-mode .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.1);
}

.dark-mode .btn-danger {
    color: #fff !important;
    background-color: #ef4b4b;
    border-color: #ef4b4b;
    box-shadow: 0 0px 10px -5px rgba(239, 75, 75, 0.44);
}

.dark-mode .btn-danger:hover {
    color: #fff !important;
    background-color: #ef4b4b;
    border-color: #ef4b4b;
}

.dark-mode .btn-danger:focus,
.dark-mode .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(239, 75, 75, 0.1);
    background-color: #ef4b4b;
    border-color: #ef4b4b;
}

.dark-mode .btn-danger.disabled,
.dark-mode .btn-danger:disabled {
    color: #fff;
    background-color: #ef4b4b;
    border-color: #ef4b4b;
}

.dark-mode .btn-danger:not(:disabled):not(.disabled):active,
.dark-mode .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #ef4b4b;
    border-color: #ef4b4b;
}

.dark-mode .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ef4b4b;
    border-color: #ef4b4b;
}

.dark-mode .btn-danger:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(239, 75, 75, 0.1);
}

.dark-mode .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(239, 75, 75, 0.1);
}

.dark-mode .btn-light {
    color: #ccd4e0;
    background-color: #272a3c;
    border-color: #343a40;
    box-shadow: 0 0 10px -5px rgba(244, 242, 246, 0.2);
}

.dark-mode .btn-light:hover {
    color: #ccd4e0;
    background-color: #272a3c;
    border-color: #343a40;
}

.dark-mode .btn-light:focus,
.dark-mode .btn-light.focus {
    box-shadow: 0 0 0 2px rgba(244, 242, 246, 0.1);
    background-color: #272a3c;
    border-color: #343a40;
}

.dark-mode .btn-light.disabled,
.dark-mode .btn-light:disabled {
    background-color: #272a3c;
    border-color: #343a40;
}

.dark-mode .btn-light:not(:disabled):not(.disabled):active,
.dark-mode .btn-light:not(:disabled):not(.disabled).active {
    color: #ccd4e0;
    background-color: #272a3c;
    border-color: #343a40;
}

.dark-mode .show>.btn-light.dropdown-toggle {
    color: #495057;
    background-color: #272a3c;
    border-color: #f0f0f2;
}

.dark-mode .btn-light:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(244, 242, 246, 0.1);
}

.dark-mode .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(244, 242, 246, 0.1);
}

.dark-mode .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.dark-mode .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.dark-mode .btn-dark:focus,
.dark-mode .btn-dark.focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.dark-mode .btn-dark.disabled,
.dark-mode .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.dark-mode .btn-dark:not(:disabled):not(.disabled):active,
.dark-mode .btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.dark-mode .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.dark-mode .btn-dark:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(217, 221, 231, 0.1);
}

.dark-mode .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(217, 221, 231, 0.1);
}

.dark-mode .btn-outline-default {
    color: #ccd4e0;
    background-color: transparent;
    background-image: none;
    border: 1px solid #f0f0f2;
}

.dark-mode .btn-outline-default:hover {
    color: #ccd4e0 !important;
    background: rgba(67, 87, 133, 0.2);
    border: 1px solid #f0f0f2;
}

.dark-mode .btn-outline-default:focus,
.dark-mode .btn-outline-default.focus {
    box-shadow: 0 0 0 2px rgba(217, 221, 231, 0.1);
}

.dark-mode .btn-outline-default.disabled,
.dark-mode .btn-outline-default:disabled {
    color: #435785;
    background-color: transparent;
}

.dark-mode .btn-outline-default:not(:disabled):not(.disabled):active,
.dark-mode .btn-outline-default:not(:disabled):not(.disabled).active {
    color: #ccd4e0 !important;
    background: rgba(67, 87, 133, 0.2);
    border: 1px solid #f0f0f2;
}

.dark-mode .show>.btn-outline-default.dropdown-toggle {
    color: #ccd4e0 !important;
    background: rgba(67, 87, 133, 0.2);
    border: 1px solid #f0f0f2;
}

.dark-mode .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-outline-default:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(247, 45, 102, 0.1);
}

.dark-mode .show>.btn-outline-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(247, 45, 102, 0.1);
}

.dark-mode .btn-outline-primary {
    color: #664dc9;
    background-color: transparent;
    border-color: #664dc9;
}

.dark-mode .btn-outline-primary:hover {
    color: #fff !important;
    background-color: #664dc9;
    border-color: #664dc9;
}

.dark-mode .btn-outline-primary.disabled,
.dark-mode .btn-outline-primary:disabled {
    color: #664dc9;
    background-color: transparent;
}

.dark-mode .btn-outline-primary:not(:disabled):not(.disabled):active,
.dark-mode .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #664dc9;
    border-color: #664dc9;
}

.dark-mode .btn-outline-success {
    color: #38cb89;
    background-color: transparent;
    border-color: #38cb89;
    box-shadow: 0 0px 10px -5px rgba(56, 203, 137, 0.5);
}

.dark-mode .btn-outline-success:hover {
    color: #fff !important;
    background-color: #38cb89;
    border-color: #38cb89;
}

.dark-mode .btn-outline-success:focus,
.dark-mode .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}

.dark-mode .btn-outline-success.disabled,
.dark-mode .btn-outline-success:disabled {
    color: #38cb89;
    background-color: transparent;
}

.dark-mode .btn-outline-success:not(:disabled):not(.disabled):active,
.dark-mode .btn-outline-success:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #38cb89;
    border-color: #38cb89;
}

.dark-mode .show>.btn-outline-success.dropdown-toggle {
    color: #fff !important;
    background-color: #38cb89;
    border-color: #38cb89;
}

.dark-mode .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-outline-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}

.dark-mode .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}

.dark-mode .btn-outline-info {
    color: #3e80eb;
    background-color: transparent;
    background-image: none;
    border-color: #3e80eb;
    box-shadow: 0 0px 10px -5px rgba(91, 127, 255, 0.5);
}

.dark-mode .btn-outline-info:hover {
    color: #fff !important;
    background-color: #3e80eb;
    border-color: #3e80eb;
}

.dark-mode .btn-outline-info:focus,
.dark-mode .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1);
}

.dark-mode .btn-outline-info.disabled,
.dark-mode .btn-outline-info:disabled {
    color: #3e80eb;
    background-color: transparent;
}

.dark-mode .btn-outline-info:not(:disabled):not(.disabled):active,
.dark-mode .btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #3e80eb;
    border-color: #3e80eb;
}

.dark-mode .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #3e80eb;
    border-color: #3e80eb;
}

.dark-mode .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-outline-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1);
}

.dark-mode .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1);
}

.dark-mode .btn-outline-warning {
    color: #ffab00;
    background-color: transparent;
    border-color: #ffab00;
    box-shadow: 0 0px 10px -5px rgba(255, 171, 0, 0.5);
}

.dark-mode .btn-outline-warning:hover {
    color: #fff !important;
    background-color: #ffab00;
    border-color: #ffab00;
}

.dark-mode .btn-outline-warning:focus,
.dark-mode .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.dark-mode .btn-outline-warning.disabled,
.dark-mode .btn-outline-warning:disabled {
    color: #ffab00;
    background-color: transparent;
}

.dark-mode .btn-outline-warning:not(:disabled):not(.disabled):active,
.dark-mode .btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #ffab00;
    border-color: #ffab00;
}

.dark-mode .show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffab00;
    border-color: #ffab00;
}

.dark-mode .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.dark-mode .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.dark-mode .btn-outline-danger {
    color: #dc0441;
    background-color: transparent;
    border-color: #dc0441;
    box-shadow: 0 0px 10px -5px rgba(220, 4, 65, 0.5);
}

.dark-mode .btn-outline-danger:hover {
    color: #fff !important;
    background-color: #dc0441;
    border-color: #dc0441;
}

.dark-mode .btn-outline-danger:focus,
.dark-mode .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.dark-mode .btn-outline-danger.disabled,
.dark-mode .btn-outline-danger:disabled {
    color: #dc0441;
    background-color: transparent;
}

.dark-mode .btn-outline-danger:not(:disabled):not(.disabled):active,
.dark-mode .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #dc0441;
    border-color: #dc0441;
}

.dark-mode .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc0441;
    border-color: #dc0441;
}

.dark-mode .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.dark-mode .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.dark-mode .btn-outline-light {
    color: #ccd4e0;
    background-color: transparent;
    border-color: #32394e;
    box-shadow: 0 0px 10px -5px #e8ebf21e;
}

.dark-mode .btn-outline-light:hover {
    color: #ccd4e0;
    background-color: #0e0e0f;
    border-color: #0e0e0f;
}

.dark-mode .btn-outline-light:focus,
.dark-mode .btn-outline-light.focus {
    box-shadow: 0 0 0 2px rgba(22, 22, 22, 0.1);
}

.dark-mode .btn-outline-light.disabled,
.dark-mode .btn-outline-light:disabled {
    color: #ccd4e0;
    background-color: transparent;
}

.dark-mode .btn-outline-light:not(:disabled):not(.disabled):active,
.dark-mode .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #ccd4e0;
    background-color: #0e0e0f;
    border-color: #0e0e0f;
}

.dark-mode .show>.btn-outline-light.dropdown-toggle {
    color: #495057;
    background-color: #f0f0f2;
    border-color: #f0f0f2;
}

.dark-mode .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-outline-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.dark-mode .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.dark-mode .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40;
    box-shadow: 0 0px 10px -5px rgba(244, 242, 246, 0.5);
}

.dark-mode .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.dark-mode .btn-outline-dark:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

/*----- Avatars -----*/
/*-----Badges-----*/
/*------ Breadcrumb ------*/
/*-------- Buttons ------*/
.btn-outline-dark.focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.dark-mode .btn-outline-dark.disabled,
.dark-mode .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.dark-mode .btn-outline-dark:not(:disabled):not(.disabled):active,
.dark-mode .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.dark-mode .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.dark-mode .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.dark-mode .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.dark-mode .btn-link {
    font-weight: 400;
    background-color: transparent;
}

.dark-mode .btn-link:hover {
    background-color: transparent;
    border-color: transparent;
}

.dark-mode .btn-link:focus,
.dark-mode .btn-link.focus {
    border-color: transparent;
    box-shadow: none;
}

.dark-mode .btn-link:disabled,
.dark-mode .btn-link.disabled {
    color: #868e96;
}

.dark-mode .collapse:not(.show) {
    background: #2a2e3f;
}

.dark-mode .btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.dark-mode .btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #2d4373;
}

.dark-mode .btn-facebook:focus,
.dark-mode .btn-facebook.focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.dark-mode .btn-facebook.disabled,
.dark-mode .btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.dark-mode .btn-facebook:not(:disabled):not(.disabled):active,
.dark-mode .btn-facebook:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #2d4373;
    border-color: #293e6a;
}

.dark-mode .show>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #293e6a;
}

.dark-mode .btn-facebook:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-facebook:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.dark-mode .show>.btn-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.dark-mode .btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.dark-mode .btn-twitter:hover {
    color: #fff;
    background-color: #0d8ddc;
    border-color: #0c85d0;
}

.dark-mode .btn-twitter:focus,
.dark-mode .btn-twitter.focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.dark-mode .btn-twitter.disabled,
.dark-mode .btn-twitter:disabled {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.dark-mode .btn-twitter:not(:disabled):not(.disabled):active,
.dark-mode .btn-twitter:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0c85d0;
    border-color: #0b7ec4;
}

.dark-mode .show>.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #0c85d0;
    border-color: #0b7ec4;
}

.dark-mode .btn-twitter:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-twitter:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.dark-mode .show>.btn-twitter.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.dark-mode .btn-google {
    color: #fff;
    background-color: #dc4e41;
    border-color: #dc4e41;
}

.dark-mode .btn-google:hover {
    color: #fff;
    background-color: #d03526;
    border-color: #c63224;
}

.dark-mode .btn-google:focus,
.dark-mode .btn-google.focus {
    box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}

.dark-mode .btn-google.disabled,
.dark-mode .btn-google:disabled {
    color: #fff;
    background-color: #dc4e41;
    border-color: #dc4e41;
}

.dark-mode .btn-google:not(:disabled):not(.disabled):active,
.dark-mode .btn-google:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c63224;
    border-color: #bb2f22;
}

.dark-mode .show>.btn-google.dropdown-toggle {
    color: #fff;
    background-color: #c63224;
    border-color: #bb2f22;
}

.dark-mode .btn-google:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-google:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}

.dark-mode .show>.btn-google.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}

.dark-mode .btn-youtube {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.dark-mode .btn-youtube:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000;
}

.dark-mode .btn-youtube:focus,
.dark-mode .btn-youtube.focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.dark-mode .btn-youtube.disabled,
.dark-mode .btn-youtube:disabled {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.dark-mode .btn-youtube:not(:disabled):not(.disabled):active,
.dark-mode .btn-youtube:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000;
}

.dark-mode .show>.btn-youtube.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000;
}

.dark-mode .btn-youtube:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-youtube:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.dark-mode .show>.btn-youtube.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.dark-mode .btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: #1ab7ea;
}

.dark-mode .btn-vimeo:hover {
    color: #fff;
    background-color: #139ecb;
    border-color: #1295bf;
}

.dark-mode .btn-vimeo:focus,
.dark-mode .btn-vimeo.focus {
    box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}

.dark-mode .btn-vimeo.disabled,
.dark-mode .btn-vimeo:disabled {
    color: #fff;
    background-color: #1ab7ea;
    border-color: #1ab7ea;
}

.dark-mode .btn-vimeo:not(:disabled):not(.disabled):active,
.dark-mode .btn-vimeo:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1295bf;
    border-color: #108cb4;
}

.dark-mode .show>.btn-vimeo.dropdown-toggle {
    color: #fff;
    background-color: #1295bf;
    border-color: #108cb4;
}

.dark-mode .btn-vimeo:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-vimeo:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}

.dark-mode .dark-mode .show>.btn-vimeo.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}

.dark-mode .dark-mode .btn-dribbble {
    color: #fff;
    background-color: #ea4c89;
    border-color: #ea4c89;
}

.dark-mode .btn-dribbble:hover {
    color: #fff;
    background-color: #e62a72;
    border-color: #e51e6b;
}

.dark-mode .btn-dribbble:focus,
.dark-mode .btn-dribbble.focus {
    box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}

.dark-mode .btn-dribbble.disabled,
.dark-mode .btn-dribbble:disabled {
    color: #fff;
    background-color: #ea4c89;
    border-color: #ea4c89;
}

.dark-mode .btn-dribbble:not(:disabled):not(.disabled):active,
.dark-mode .btn-dribbble:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #e51e6b;
    border-color: #dc1a65;
}

.dark-mode .show>.btn-dribbble.dropdown-toggle {
    color: #fff;
    background-color: #e51e6b;
    border-color: #dc1a65;
}

.dark-mode .btn-dribbble:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-dribbble:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}

.dark-mode .show>.btn-dribbble.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}

.dark-mode .btn-github {
    color: #fff;
    background-color: #181717;
    border-color: #181717;
}

.dark-mode .btn-github:hover {
    color: #fff;
    background-color: #040404;
    border-color: black;
}

.dark-mode .btn-github:focus,
.dark-mode .btn-github.focus {
    box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}

.dark-mode .btn-github.disabled,
.dark-mode .btn-github:disabled {
    color: #fff;
    background-color: #181717;
    border-color: #181717;
}

.dark-mode .btn-github:not(:disabled):not(.disabled):active,
.dark-mode .btn-github:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: black;
    border-color: black;
}

.dark-mode .show>.btn-github.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
}

.dark-mode .btn-github:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-github:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}

.dark-mode .show>.btn-github.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}

.dark-mode .btn-instagram {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f;
}

.dark-mode .btn-instagram:hover {
    color: #fff;
    background-color: #de1f44;
    border-color: #d31e40;
}

.dark-mode .btn-instagram:focus,
.dark-mode .btn-instagram.focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.dark-mode .btn-instagram.disabled,
.dark-mode .btn-instagram:disabled {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f;
}

.dark-mode .btn-instagram:not(:disabled):not(.disabled):active,
.dark-mode .btn-instagram:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #d31e40;
    border-color: #c81c3d;
}

.dark-mode .show>.btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #d31e40;
    border-color: #c81c3d;
}

.dark-mode .btn-instagram:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-instagram:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.dark-mode .show>.btn-instagram.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.dark-mode .btn-pinterest {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c;
}

.dark-mode .btn-pinterest:hover {
    color: #fff;
    background-color: #980617;
    border-color: #8c0615;
}

.dark-mode .btn-pinterest:focus,
.dark-mode .btn-pinterest.focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.dark-mode .btn-pinterest.disabled,
.dark-mode .btn-pinterest:disabled {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c;
}

.dark-mode .btn-pinterest:not(:disabled):not(.disabled):active,
.dark-mode .btn-pinterest:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #8c0615;
    border-color: #800513;
}

.dark-mode .show>.btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #8c0615;
    border-color: #800513;
}

.dark-mode .btn-pinterest:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-pinterest:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.dark-mode .show>.btn-pinterest.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.dark-mode .btn-vk {
    color: #fff;
    background-color: #6383a8;
    border-color: #6383a8;
}

.dark-mode .btn-vk:hover {
    color: #fff;
    background-color: #527093;
    border-color: #4d6a8b;
}

.dark-mode .btn-vk:focus,
.dark-mode .btn-vk.focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.dark-mode .btn-vk.disabled,
.dark-mode .btn-vk:disabled {
    color: #fff;
    background-color: #6383a8;
    border-color: #6383a8;
}

.dark-mode .btn-vk:not(:disabled):not(.disabled):active,
.dark-mode .btn-vk:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #4d6a8b;
    border-color: #496482;
}

.dark-mode .show>.btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #4d6a8b;
    border-color: #496482;
}

.dark-mode .btn-vk:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-vk:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.dark-mode .show>.btn-vk.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.dark-mode .btn-rss {
    color: #fff;
    background-color: #ffa500;
    border-color: #ffa500;
}

.dark-mode .btn-rss:hover {
    color: #fff;
    background-color: #d98c00;
    border-color: #cc8400;
}

.dark-mode .btn-rss:focus,
.dark-mode .btn-rss.focus {
    box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}

.dark-mode .btn-rss.disabled,
.dark-mode .btn-rss:disabled {
    color: #fff;
    background-color: #ffa500;
    border-color: #ffa500;
}

.dark-mode .btn-rss:not(:disabled):not(.disabled):active,
.dark-mode .btn-rss:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #cc8400;
    border-color: #bf7c00;
}

.dark-mode .show>.btn-rss.dropdown-toggle {
    color: #fff;
    background-color: #cc8400;
    border-color: #bf7c00;
}

.dark-mode .btn-rss:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-rss:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}

.dark-mode .show>.btn-rss.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}

.dark-mode .btn-flickr {
    color: #fff;
    background-color: #0063dc;
    border-color: #0063dc;
}

.dark-mode .btn-flickr:hover {
    color: #fff;
    background-color: #0052b6;
    border-color: #004ca9;
}

.dark-mode .btn-flickr:focus,
.dark-mode .btn-flickr.focus {
    box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}

.dark-mode .btn-flickr.disabled,
.dark-mode .btn-flickr:disabled {
    color: #fff;
    background-color: #0063dc;
    border-color: #0063dc;
}

.dark-mode .btn-flickr:not(:disabled):not(.disabled):active,
.dark-mode .btn-flickr:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #004ca9;
    border-color: #00469c;
}

.dark-mode .show>.btn-flickr.dropdown-toggle {
    color: #fff;
    background-color: #004ca9;
    border-color: #00469c;
}

.dark-mode .btn-flickr:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-flickr:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}

.dark-mode .show>.btn-flickr.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}

.dark-mode .btn-bitbucket {
    color: #fff;
    background-color: #0052cc;
    border-color: #0052cc;
}

.dark-mode .btn-bitbucket:hover {
    color: #fff;
    background-color: #0043a6;
    border-color: #003e99;
}

.dark-mode .btn-bitbucket:focus,
.dark-mode .btn-bitbucket.focus {
    box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}

.dark-mode .btn-bitbucket.disabled,
.dark-mode .btn-bitbucket:disabled {
    color: #fff;
    background-color: #0052cc;
    border-color: #0052cc;
}

.dark-mode .btn-bitbucket:not(:disabled):not(.disabled):active,
.dark-mode .btn-bitbucket:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #003e99;
    border-color: #00388c;
}

.dark-mode .show>.btn-bitbucket.dropdown-toggle {
    color: #fff;
    background-color: #003e99;
    border-color: #00388c;
}

.dark-mode .btn-bitbucket:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-bitbucket:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}

.dark-mode .show>.btn-bitbucket.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}

.dark-mode .btn-blue {
    color: #fff;
    background-color: #083dc1;
    border-color: #083dc1;
}

.dark-mode .btn-blue:hover {
    color: #fff !important;
    background-color: #1747bd;
    border-color: #1747bd;
}

.dark-mode .btn-blue:focus,
.dark-mode .btn-blue.focus {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.dark-mode .btn-blue.disabled,
.dark-mode .btn-blue:disabled {
    color: #fff;
    background-color: #1747bd;
    border-color: #1747bd;
}

.dark-mode .btn-blue:not(:disabled):not(.disabled):active,
.dark-mode .btn-blue:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1747bd;
    border-color: #1747bd;
}

.dark-mode .show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #1747bd;
    border-color: #1747bd;
}

.dark-mode .btn-blue:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-blue:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.dark-mode .show>.btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.dark-mode .btn-indigo {
    color: #fff;
    background-color: #6574cd;
    border-color: #6574cd;
}

.dark-mode .btn-indigo:hover {
    color: #fff !important;
    background-color: #485ac4;
    border-color: #3f51c1;
}

.dark-mode .btn-indigo:focus,
.dark-mode .btn-indigo.focus {
    box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}

.dark-mode .btn-indigo.disabled,
.dark-mode .btn-indigo:disabled {
    color: #fff;
    background-color: #6574cd;
    border-color: #6574cd;
}

.dark-mode .btn-indigo:not(:disabled):not(.disabled):active,
.dark-mode .btn-indigo:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #3f51c1;
    border-color: #3b4db7;
}

.dark-mode .show>.btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #3f51c1;
    border-color: #3b4db7;
}

.dark-mode .btn-indigo:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-indigo:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}

.dark-mode .show>.btn-indigo.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}

.dark-mode .btn-purple {
    color: #fff;
    background-color: #aa4cf2;
    border-color: #aa4cf2;
}

.dark-mode .btn-purple:hover {
    color: #fff !important;
    background-color: #923ce6;
    border-color: #8c31e4;
}

.dark-mode .btn-purple:focus,
.dark-mode .btn-purple.focus {
    box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}

.dark-mode .btn-purple.disabled,
.dark-mode .btn-purple:disabled {
    color: #fff;
    background-color: #aa4cf2;
    border-color: #aa4cf2;
}

.dark-mode .btn-purple:not(:disabled):not(.disabled):active,
.dark-mode .btn-purple:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #8c31e4;
    border-color: #8526e3;
}

.dark-mode .show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #8c31e4;
    border-color: #8526e3;
}

.dark-mode .btn-purple:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-purple:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}

.dark-mode .show>.btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}

.dark-mode .btn-pink {
    color: #fff;
    background-color: #ec82ef;
    border-color: #ec82ef;
}

.dark-mode .btn-pink:hover {
    color: #fff !important;
    background-color: #f44982;
    border-color: #f33d7a;
}

.dark-mode .btn-pink:focus,
.dark-mode .btn-pink.focus {
    box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}

.dark-mode .btn-pink.disabled,
.dark-mode .btn-pink:disabled {
    color: #fff;
    background-color: #ec82ef;
    border-color: #ec82ef;
}

.dark-mode .btn-pink:not(:disabled):not(.disabled):active,
.dark-mode .btn-pink:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #f33d7a;
    border-color: #f23172;
}

.dark-mode .show>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #f33d7a;
    border-color: #f23172;
}

.dark-mode .btn-pink:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-pink:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}

.dark-mode .show>.btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}

.dark-mode .btn-red {
    color: #fff;
    background-color: #dc0441;
    border-color: #dc0441;
}

.dark-mode .btn-red:hover {
    color: #fff;
    background-color: #ac1b1a;
    border-color: #a11918;
}

.dark-mode .btn-red:focus,
.dark-mode .btn-red.focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.dark-mode .btn-red.disabled,
.dark-mode .btn-red:disabled {
    color: #fff;
    background-color: #dc0441;
    border-color: #dc0441;
}

.dark-mode .btn-red:not(:disabled):not(.disabled):active,
.dark-mode .btn-red:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #a11918;
    border-color: #961717;
}

.dark-mode .show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #a11918;
    border-color: #961717;
}

.dark-mode .btn-red:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-red:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.dark-mode .show>.btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.dark-mode .btn-orange {
    color: #fff;
    background-color: #fc7303;
    border-color: #fc7303;
}

.dark-mode .btn-orange:hover {
    color: #fff;
    background-color: #fd811e;
    border-color: #fc7a12;
}

.dark-mode .btn-orange:focus,
.dark-mode .btn-orange.focus {
    box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.dark-mode .btn-orange.disabled,
.dark-mode .btn-orange:disabled {
    color: #fff;
    background-color: #fc7303;
    border-color: #fc7303;
}

.dark-mode .btn-orange:not(:disabled):not(.disabled):active,
.dark-mode .btn-orange:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #fc7a12;
    border-color: #fc7305;
}

.dark-mode .dark-mode .show>.btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #fc7a12;
    border-color: #fc7305;
}

.dark-mode .btn-orange:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-orange:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.dark-mode .show>.btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.dark-mode .btn-yellow {
    color: #fff;
    background-color: #ffab00;
    border-color: #ffab00;
}

.dark-mode .btn-yellow:hover {
    color: #fff;
    background-color: #cea70c;
    border-color: #c29d0b;
}

.dark-mode .btn-yellow:focus,
.dark-mode .btn-yellow.focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.dark-mode .btn-yellow.disabled,
.dark-mode .btn-yellow:disabled {
    color: #fff;
    background-color: #ffab00;
    border-color: #ffab00;
}

.dark-mode .btn-yellow:not(:disabled):not(.disabled):active,
.dark-mode .btn-yellow:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c29d0b;
    border-color: #b6940b;
}

.dark-mode .show>.btn-yellow.dropdown-toggle {
    color: #fff;
    background-color: #c29d0b;
    border-color: #b6940b;
}

.dark-mode .btn-yellow:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-yellow:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.dark-mode .show>.btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.dark-mode .btn-green {
    color: #fff;
    background-color: #38cb89;
    border-color: #38cb89;
}

.dark-mode .btn-green:hover {
    color: #fff;
    background-color: #15ca7c;
    border-color: #15ca7c;
}

.dark-mode .btn-green:focus,
.dark-mode .btn-green.focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.dark-mode .btn-green.disabled,
.dark-mode .btn-green:disabled {
    color: #fff;
    background-color: #38cb89;
    border-color: #38cb89;
}

.dark-mode .btn-green:not(:disabled):not(.disabled):active,
.dark-mode .btn-green:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #15ca7c;
    border-color: #3e7a00;
}

.dark-mode .show>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #15ca7c;
    border-color: #3e7a00;
}

.dark-mode .btn-green:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-green:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.dark-mode .show>.btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.dark-mode .btn-teal {
    color: #fff;
    background-color: #2bcbba;
    border-color: #2bcbba;
}

.dark-mode .btn-teal:hover {
    color: #fff;
    background-color: #24ab9d;
    border-color: #22a193;
}

.dark-mode .btn-teal:focus,
.dark-mode .btn-teal.focus {
    box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}

.dark-mode .btn-teal.disabled,
.dark-mode .btn-teal:disabled {
    color: #fff;
    background-color: #2bcbba;
    border-color: #2bcbba;
}

.dark-mode .btn-teal:not(:disabled):not(.disabled):active,
.dark-mode .btn-teal:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #22a193;
    border-color: #20968a;
}

.dark-mode .show>.btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #22a193;
    border-color: #20968a;
}

.dark-mode .btn-teal:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-teal:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}

.dark-mode .show>.btn-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}

.dark-mode .btn-cyan {
    color: #fff;
    background-color: #116e7c;
    border-color: #116e7c;
}

.dark-mode .btn-cyan:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.dark-mode .btn-cyan:focus,
.dark-mode .btn-cyan.focus {
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.dark-mode .btn-cyan.disabled,
.dark-mode .btn-cyan:disabled {
    color: #fff;
    background-color: #116e7c;
    border-color: #116e7c;
}

.dark-mode .btn-cyan:not(:disabled):not(.disabled):active,
.dark-mode .btn-cyan:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.dark-mode .show>.btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.dark-mode .btn-cyan:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-cyan:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.dark-mode .show>.btn-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.dark-mode .btn-white {
    background-color: #fff;
    background-image: none;
    border-color: #e7e9f1;
    color: #ccd4e0;
}

.dark-mode .btn-white:hover {
    background-color: #fff;
    border-color: #e7e9f1;
}

.dark-mode .btn-white:focus,
.dark-mode .btn-white.focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.dark-mode .btn-white.disabled,
.dark-mode .btn-white:disabled {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
}

.dark-mode .btn-white:not(:disabled):not(.disabled):active,
.dark-mode .btn-white:not(:disabled):not(.disabled).active {
    color: #495057;
    background-color: #f0f0f2;
    border-color: #e7e9f1;
}

.dark-mode .show>.btn-white.dropdown-toggle {
    color: #495057;
    background-color: #f0f0f2;
    border-color: #e7e9f1;
}

.dark-mode .btn-white:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-white:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.dark-mode .show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.dark-mode .btn-gray {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.dark-mode .btn-gray:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}

.dark-mode .btn-gray:focus,
.dark-mode .btn-gray.focus {
    box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.dark-mode .btn-gray.disabled,
.dark-mode .btn-gray:disabled {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.dark-mode .btn-gray:not(:disabled):not(.disabled):active,
.dark-mode .btn-gray:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
}

.dark-mode .show>.btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
}

.dark-mode .btn-gray:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-gray:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.dark-mode .show>.btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.dark-mode .btn-gray-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.dark-mode .btn-gray-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.dark-mode .btn-gray-dark:focus,
.dark-mode .btn-gray-dark.focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.dark-mode .btn-gray-dark.disabled,
.dark-mode .btn-gray-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.dark-mode .btn-gray-dark:not(:disabled):not(.disabled):active,
.dark-mode .btn-gray-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.dark-mode .show>.btn-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.dark-mode .btn-gray-dark:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-gray-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.dark-mode .show>.btn-gray-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.dark-mode .btn-azure {
    color: #fff;
    background-color: #3e80eb;
    border-color: #3e80eb;
}

.dark-mode .btn-azure:hover {
    color: #fff !important;
    background-color: #219af0;
    border-color: #1594ef;
}

.dark-mode .btn-azure:focus,
.dark-mode .btn-azure.focus {
    box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.5);
}

.dark-mode .btn-azure.disabled,
.dark-mode .btn-azure:disabled {
    color: #fff;
    background-color: #3e80eb;
    border-color: #3e80eb;
}

.dark-mode .btn-azure:not(:disabled):not(.disabled):active,
.dark-mode .btn-azure:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1594ef;
    border-color: #108ee7;
}

.dark-mode .show>.btn-azure.dropdown-toggle {
    color: #fff;
    background-color: #1594ef;
    border-color: #108ee7;
}

.dark-mode .btn-azure:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-azure:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.5);
}

.dark-mode .show>.btn-azure.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.5);
}

.dark-mode .btn-lime {
    color: #fff;
    background-color: #7bd235;
    border-color: #7bd235;
}

.dark-mode .btn-lime:hover {
    color: #fff;
    background-color: #69b829;
    border-color: #63ad27;
}

.dark-mode .btn-lime:focus,
.dark-mode .btn-lime.focus {
    box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}

.dark-mode .btn-lime.disabled,
.dark-mode .btn-lime:disabled {
    color: #fff;
    background-color: #7bd235;
    border-color: #7bd235;
}

.dark-mode .btn-lime:not(:disabled):not(.disabled):active,
.dark-mode .btn-lime:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #63ad27;
    border-color: #5da324;
}

.dark-mode .show>.btn-lime.dropdown-toggle {
    color: #fff;
    background-color: #63ad27;
    border-color: #5da324;
}

.dark-mode .btn-lime:not(:disabled):not(.disabled):active:focus,
.dark-mode .btn-lime:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}

.dark-mode .show>.btn-lime.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}

.dark-mode .btn-option {
    background: transparent;
    color: #9aa0ac;
}

.dark-mode .btn-option:hover,
.dark-mode .btn-option:focus {
    color: #6e7687;
}

.dark-mode .btn-loading {
    color: transparent !important;
}

.dark-mode .btn-loading.btn-secondary:after {
    border-color: #495057;
}

.dark-mode .btn-primary .svg-icon,
.dark-mode .btn-secondary .svg-icon,
.dark-mode .btn-success .svg-icon,
.dark-mode .btn-info .svg-icon,
.dark-mode .btn-warning .svg-icon,
.dark-mode .btn-danger .svg-icon,
.dark-mode .btn-dark .svg-icon {
    fill: rgba(255, 255, 255, 0.6);
}

.dark-mode .carousel-fade .carousel-item {
    opacity: 0;
}

.dark-mode .carousel-fade .carousel-item.active {
    opacity: 1;
}

.dark-mode .carousel-fade .carousel-item-next.carousel-item-start,
.dark-mode .carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

.dark-mode .carousel-fade .active.carousel-item-start,
.dark-mode .carousel-fade .active.carousel-item-end {
    opacity: 0;
}

.dark-mode .carousel-control-prev,
.dark-mode .carousel-control-next {
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.dark-mode .carousel-control-prev:hover,
.dark-mode .carousel-control-prev:focus {
    color: #fff;
    opacity: .9;
}

.dark-mode .carousel-control-next:hover,
.dark-mode .carousel-control-next:focus {
    color: #fff;
    opacity: .9;
}

.dark-mode .carousel-control-prev-icon,
.dark-mode .carousel-control-next-icon {
    background: transparent no-repeat center center;
}

.dark-mode .carousel-indicators button,
.dark-mode .carousel-indicators1 button,
.dark-mode .carousel-indicators2 button,
.dark-mode .carousel-indicators3 button,
.dark-mode .carousel-indicators4 button,
.dark-mode .carousel-indicators5 button {
    background-color: rgba(255, 255, 255, 0.5);
}

.dark-mode .carousel-indicators .active,
.dark-mode .carousel-indicators1 .active,
.dark-mode .carousel-indicators2 .active,
.dark-mode .carousel-indicators3 .active,
.dark-mode .carousel-indicators4 .active,
.dark-mode .carousel-indicators5 .active {
    background-color: #fff;
}

.dark-mode .carousel-caption {
    color: #fff;
}

.dark-mode .carousel-item-background {
    background: rgba(0, 0, 0, 0.5);
}

.dark-mode .dropdown-toggle::after {
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    color: #fff;
}

.dark-mode .dropdown-menu {
    background-color: #2b2f40;
    box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.5);
    border: 1px solid #32394e;
}

.dark-mode .dropup .dropdown-toggle::after {
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dark-mode .dropend .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

/*----- Btn styles------*/
/*------ Carousel -------*/
/*------Drop Downs-------*/
.dropstart .dropdown-toggle::before {
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dark-mode .header .dropdown-menu[data-popper-placement^="top"],
.dark-mode .header .dropdown-menu[data-popper-placement^="end"],
.dark-mode .header .dropdown-menu[data-popper-placement^="bottom"],
.dark-mode .header .dropdown-menu[data-popper-placement^="start"] {
    border: 1px solid #32394e;
    box-shadow: -8px 12px 18px 0 rgba(15, 34, 58, 0.5);
}

.dark-mode .dropdown-divider {
    border-top: 1px solid #32394e;
}

.dark-mode .notifyimg {
    color: #fff;
}

.dark-mode .dropdown-item {
    color: #212529;
    background-color: transparent;
}

.dark-mode .drop-icon-wrap .drop-icon-item {
    color: #878787;
}

.dark-mode .drop-icon-wrap .drop-icon-item:hover,
.dark-mode .drop-icon-wrap .drop-icon-item:focus {
    background-color: #eef0ff;
}

.dark-mode .dropdown-item:hover,
.dark-mode .dropdown-item:focus {
    background-color: #22263387;
}

.dark-mode .dropdown-item.disabled,
.dark-mode .dropdown-item:disabled {
    color: #fff;
    background-color: transparent;
}

.dark-mode .dropdown-menu-arrow.dropdown-menu-end:before {
    border-bottom: 10px solid #32394e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dark-mode .dropdown-menu-arrow.dropdown-menu-end:after {
    border-bottom: 10px solid #283046;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dark-mode .dropdown-menu-arrow.dropdown-menu-start:before {
    border-bottom: 10px solid #32394e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dark-mode .dropdown-menu-arrow.dropdown-menu-start:after {
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.dark-mode .dropdown-header {
    color: #868e96;
}

.dark-mode .dropdown-item-text {
    color: #212529;
}

.dark-mode .btn.dropdown-toggle~.dropdown-menu,
.dark-mode ul.dropdown-menu li.dropdown ul.dropdown-menu {
    background-color: #f4f4f4 !important;
    background-color: #283046 !important;
    border: 0 solid #32394e !important;
    color: white;
    box-shadow: -8px 12px 18px 0 rgba(15, 34, 58, 0.5);
}

.dark-mode .dropdown-menu>li>a {
    color: #fff;
}

.dark-mode .dropdown-menu>li>a:hover,
.dark-mode .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #22263387;
}

.dark-mode .dropdown-menu .divider {
    background: #32394e;
}

.dark-mode .dropdown-menu .dropdown-plus-title {
    color: #fff !important;
    border: 0 solid #32394e !important;
}

.dark-mode .btn.dropdown-toggle.btn-success~.dropdown-menu .dropdown-plus-title {
    border-color: #38cb89 !important;
}

.dark-mode .btn.dropdown-toggle.btn-info~.dropdown-menu .dropdown-plus-title {
    border-color: #3e80eb !important;
}

.dark-mode .btn.dropdown-toggle.btn-warning~.dropdown-menu .dropdown-plus-title {
    border-color: #ffab00 !important;
}

.dark-mode .btn.dropdown-toggle.btn-danger~.dropdown-menu .dropdown-plus-title {
    border-color: #ef4b4b !important;
}

.dark-mode .dropdown-menu-header label {
    color: #6b6f80;
}

.dark-mode .dropdown-media-list .media:hover,
.dark-mode .dropdown-media-list .media:focus {
    background-color: #f8f9fa;
}

.dark-mode .dropdown-media-list .media-body>div p {
    color: #6b6f80;
}

.dark-mode #sidebar .dropdown-menu {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.dark-mode .dropdown-icon {
    color: #3e4358;
}

.dark-mode .dropdown-header {
    border-bottom: 1px solid #32394e;
    color: #ccd4e0;
}

.dark-mode .dropdown-toggle.split-dropdown {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.dark-mode .list-group-item-action {
    width: 100%;
    color: #ccd4e0;
}

.dark-mode .list-group-item-action:hover,
.dark-mode .list-group-item-action:focus,
.dark-mode .list-group-item-action:active {
    color: #ccd4e0;
    background-color: #2a2e3f;
}

.dark-mode .list-group-item {
    background-color: #2a2e3f;
    border: 0px solid #32394e !important;
    color: white;
}

.dark-mode .listorder,
.dark-mode .listorder1,
.dark-mode .listunorder,
.dark-mode .listunorder1 {
    background-color: #292d3d;
    border: 1px solid #32394e;
}

.dark-mode .list-group-item.disabled,
.dark-mode .list-group-item:disabled {
    color: #ccd4e0;
    background-color: #1c1d2b;
}

.dark-mode .list-group-item.active {
    background-color: #222233;
    border: 1px solid rgba(238, 238, 238, 0.5);
    color: #ccd4e0;
}

.dark-mode .list-group-item-success {
    color: #316100;
    background-color: #d2ecb8;
}

.dark-mode .list-group-item-success.list-group-item-action:hover,
.dark-mode .list-group-item-success.list-group-item-action:focus {
    color: #316100;
    background-color: #2a2e3f;
}

.dark-mode .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #2a2e3f;
    border-color: #316100;
}

.dark-mode .list-group-item-info {
    color: #24587e;
    background-color: #cbe7fb;
}

.dark-mode .list-group-item-info.list-group-item-action:hover,
.dark-mode .list-group-item-info.list-group-item-action:focus {
    color: #24587e;
    background-color: #b3dcf9;
}

.dark-mode .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #24587e;
    border-color: #24587e;
}

.dark-mode .list-group-item-warning {
    color: #7d6608;
    background-color: #fbeebc;
}

.dark-mode .list-group-item-warning.list-group-item-action:hover,
.dark-mode .list-group-item-warning.list-group-item-action:focus {
    color: #7d6608;
    background-color: #fae8a4;
}

.dark-mode .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7d6608;
    border-color: #7d6608;
}

.dark-mode .list-group-item-danger {
    color: #6b1110;
    background-color: #f1c1c0;
}

.dark-mode .list-group-item-danger.list-group-item-action:hover,
.dark-mode .list-group-item-danger.list-group-item-action:focus {
    color: #6b1110;
    background-color: #ecacab;
}

.dark-mode .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6b1110;
    border-color: #6b1110;
}

.dark-mode .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.dark-mode .list-group-item-light.list-group-item-action:hover,
.dark-mode .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.dark-mode .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.dark-mode .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.dark-mode .list-group-item-dark.list-group-item-action:hover,
.dark-mode .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.dark-mode .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.dark-mode .btn-close {
    color: white;
}

.dark-mode .btn-close:hover,
.dark-mode .btn-close:focus {
    color: white;
}

.dark-mode .list-group-transparent .list-group-item.active {
    background: #f0f0f2;
}

.dark-mode .modal-content {
    background-color: #2a2e3f;
    border: 1px solid #32394e;
}

.dark-mode .modal-backdrop {
    background-color: #000;
}

.dark-mode .modal-backdrop.fade {
    opacity: 0;
}

.dark-mode .modal-backdrop.show {
    opacity: 0.5;
}

.dark-mode .modal-header {
    border-bottom: 1px solid #32394e;
}

.dark-mode .modal-footer {
    border-top: 1px solid #32394e;
}

.dark-mode .modal.effect-scale .modal-dialog,
.dark-mode .modal.effect-slide-in-right .modal-dialog,
.dark-mode .modal.effect-slide-in-bottom .modal-dialog {
    opacity: 0;
}

.dark-mode .modal.effect-scale.show .modal-dialog,
.dark-mode .modal.effect-slide-in-right.show .modal-dialog,
.dark-mode .modal.effect-slide-in-bottom.show .modal-dialog {
    opacity: 1;
}

.dark-mode .modal.effect-newspaper .modal-dialog {
    opacity: 0;
}

.dark-mode .modal.effect-newspaper.show .modal-dialog {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.dark-mode .modal.effect-fall .modal-dialog,
.dark-mode .modal.effect-flip-horizontal .modal-dialog,
.dark-mode .modal.effect-flip-vertical .modal-dialog,
.dark-mode .modal.effect-super-scaled .modal-dialog {
    opacity: 0;
}

.dark-mode .modal.effect-fall.show .modal-dialog,
.dark-mode .modal.effect-flip-horizontal.show .modal-dialog,
.dark-mode .modal.effect-flip-vertical.show .modal-dialog,
.dark-mode .modal.effect-super-scaled.show .modal-dialog {
    opacity: 1;
}

.dark-mode .modal.effect-sign .modal-dialog {
    opacity: 1;
}

.dark-mode .modal.effect-rotate-bottom .modal-dialog,
.dark-mode .modal.effect-rotate-left .modal-dialog {
    opacity: 0;
}

.dark-mode .modal.effect-rotate-bottom.show .modal-dialog,
.dark-mode .modal.effect-rotate-left.show .modal-dialog {
    opacity: 1;
}

.dark-mode .modal.effect-just-me .modal-dialog {
    opacity: 0;
}

.dark-mode .modal.effect-just-me .modal-content {
    background-color: #2a2e3f;
    border: 1px solid #32394e;
}

.dark-mode .modal.effect-just-me .btn-close {
    color: #fff;
}

.dark-mode .modal.effect-just-me .modal-header {
    background-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.dark-mode .dark-mode .modal.effect-just-me .modal-header h6 {
    color: #fff;
}

.dark-mode .modal.effect-just-me .modal-body {
    color: rgba(255, 255, 255, 0.8);
}

.dark-mode .modal.effect-just-me .modal-body h6 {
    color: #fff;
}

.dark-mode .modal.effect-just-me .modal-footer {
    background-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.1);
}

.dark-mode .modal.effect-just-me.show~.modal-backdrop {
    opacity: .96;
}

.dark-mode .modal.effect-just-me.show .modal-dialog {
    opacity: 1;
}

.dark-mode .nav-link.disabled {
    color: #a8b4c1;
}

.dark-mode .nav-tabs .nav-link:hover {
    border: 0;
}

/*-----List Of Dropdwons-----*/
/*-----Lists-----*/
/*------ Modal -------*/
/*------ Navigation -------*/
.nav-tabs .nav-link:focus {
    border: 0;
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    opacity: .4;
}

.nav-pills .nav-link {
    background: #f0f0f2;
}

.card-header-pills.nav-pills .nav-link {
    background: transparent;
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

/*--navtabs--*/
.nav1 {
    background: #f0f0f2;
}

.dark-mode .nav-item1:hover:not(.disabled),
.dark-mode .nav-item1.active {
    color: #fff;
}

.dark-mode .nav-item1 .nav-link.disabled {
    color: #8e9cad;
}

.dark-mode .nav-tabs {
    border-bottom: 1px solid #32394e;
    color: #000;
}

.dark-mode .user-button {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

.dark-mode .nav-tabs .nav-submenu {
    background: #fff;
    border: 1px solid #32394e;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.dark-mode .nav-tabs .nav-submenu .nav-item1 {
    color: #9aa0ac;
}

.dark-mode .nav-tabs .nav-submenu .nav-item1.active {
    color: #467fcf;
}

.dark-mode .nav-tabs .nav-submenu .nav-item1:hover {
    color: #6e7687;
    background: rgba(0, 0, 0, 0.024);
}

.dark-mode .nav-tabs .nav-link {
    border: 1px solid transparent;
}

.dark-mode .nav-tabs .nav-link:hover:not(.disabled) {
    color: #fff;
}

.dark-mode .nav-tabs .nav-submenu .nav-item {
    color: #9aa0ac;
}

.dark-mode .nav-tabs .nav-submenu .nav-item.active {
    color: #467fcf;
}

.dark-mode .nav-tabs .nav-submenu .nav-item:hover {
    color: #6e7687;
    background: rgba(0, 0, 0, 0.024);
}

.dark-mode .expanel-default {
    border: #ddd !important;
}

.dark-mode .expanel-success {
    border: #2dce89 !important;
}

.dark-mode .expanel-danger {
    border: #dc0441 !important;
}

.dark-mode .expanel-success>.expanel-heading {
    color: #fff !important;
    background-color: #2dce89 !important;
    border-color: #2dce89 !important;
}

.dark-mode .expanel-danger>.expanel-heading {
    color: #fff !important;
    background-color: #dc0441 !important;
    border-color: #dc0441 !important;
}

.dark-mode .expanel-warning>.expanel-heading {
    color: #fff !important;
    background-color: #ecb403 !important;
    border-color: #ecb403 !important;
}

.dark-mode .expanel-title {
    color: inherit !important;
}

.dark-mode .expanel {
    background-color: #212332 !important;
    border: 1px solid #32394e !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}

.dark-mode .expanel-default>.expanel-heading {
    background-color: #212332 !important;
    border: 1px solid #32394e !important;
}

.dark-mode .expanel-heading {
    border-bottom: 1px solid #32394e;
    border: 1px solid #32394e;
}

.dark-mode .expanel-footer {
    background-color: #212332 !important;
    border-top: 1px solid #32394e !important;
}

.dark-mode .progress {
    background-color: #232535;
}

.dark-mode .progress-bar {
    color: #fff;
    background-color: #232535;
}

.dark-mode .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.dark-mode .progress-bar-indeterminate:after,
.dark-mode .progress-bar-indeterminate:before {
    background-color: inherit;
}

.dark-mode .tag {
    color: #ccd4e0;
    background-color: #212332;
}

.dark-mode a.tag:hover {
    background-color: rgba(110, 118, 135, 0.2);
    color: inherit;
}

.dark-mode .tag-addon {
    color: inherit;
    background: rgba(0, 0, 0, 0.06);
}

.dark-mode a.tag-addon:hover {
    background: rgba(0, 0, 0, 0.16);
    color: inherit;
}

.dark-mode .tag-blue {
    background-color: #083dc1;
    color: #fff;
}

.dark-mode .tag-indigo {
    background-color: #6574cd;
    color: #fff;
}

.dark-mode .tag-purple {
    background-color: #aa4cf2;
    color: #fff;
}

.dark-mode .tag-pink {
    background-color: #ec82ef;
    color: #fff;
}

.dark-mode .tag-red {
    background-color: #dc0441;
    color: #fff;
}

.dark-mode .tag-orange {
    background-color: #fc7303;
    color: #fff;
}

.dark-mode .tag-yellow {
    background-color: #ecb403;
    color: #fff;
}

.dark-mode .tag-green {
    background-color: #2dce89;
    color: #fff;
}

.dark-mode .tag-teal {
    background-color: #2bcbba;
    color: #fff;
}

.dark-mode .tag-cyan {
    background-color: #116e7c;
    color: #fff;
}

.dark-mode .tag-white {
    background-color: #fff;
    color: #fff;
}

.dark-mode .tag-gray {
    background-color: #868e96;
    color: #fff;
}

.dark-mode .tag-gray-dark {
    background-color: #343a40;
    color: #fff;
}

.dark-mode .tag-azure {
    background-color: #45aaf2;
    color: #fff;
}

.dark-mode .tag-lime {
    background-color: #7bd235;
    color: #fff;
}

.dark-mode .tag-success {
    background-color: #2dce89;
    color: #fff;
}

.dark-mode .tag-info {
    background-color: #45aaf2;
    color: #fff;
}

.dark-mode .tag-warning {
    background-color: #ecb403;
    color: #fff;
}

.dark-mode .tag-danger {
    background-color: #dc0441;
    color: #fff;
}

.dark-mode .tag-light {
    background-color: #f8f9fa;
    color: #fff;
}

.dark-mode .tag-dark {
    background-color: #343a40;
    color: #fff;
}

.dark-mode .highlight .hll {
    background-color: #ffc;
}

.dark-mode .highlight .c {
    color: #999;
}

.dark-mode .highlight .k {
    color: #069;
}

.dark-mode .highlight .o {
    color: #555;
}

.dark-mode .highlight .cm {
    color: #999;
}

.dark-mode .highlight .cp {
    color: #099;
}

.dark-mode .highlight .c1,
.dark-mode .highlight .cs {
    color: #999;
}

.dark-mode .highlight .gd {
    background-color: #fcc;
    border: 1px solid #c00;
}

.dark-mode .highlight .gr {
    color: #f00;
}

.dark-mode .highlight .gh {
    color: #030;
}

.dark-mode .highlight .gi {
    background-color: #cfc;
    border: 1px solid #0c0;
}

.dark-mode .highlight .go {
    color: #aaa;
}

.dark-mode .highlight .gp {
    color: #009;
}

.dark-mode .highlight .gu {
    color: #030;
}

.dark-mode .highlight .gt {
    color: #9c6;
}

.dark-mode .highlight .kc,
.dark-mode .highlight .kd,
.dark-mode .highlight .kn,
.dark-mode .highlight .kp,
.dark-mode .highlight .kr {
    color: #069;
}

.dark-mode .highlight .kt {
    color: #078;
}

.dark-mode .highlight .m {
    color: #f60;
}

.dark-mode .highlight .s {
    color: #cc0099;
}

.dark-mode .highlight .na {
    color: #00cc7a;
}

.dark-mode .highlight .nb {
    color: #366;
}

.dark-mode .highlight .nc {
    color: #0a8;
}

.dark-mode .highlight .no {
    color: #360;
}

.dark-mode .highlight .nd {
    color: #99f;
}

.dark-mode .highlight .ni {
    color: #999;
}

.dark-mode .highlight .ne {
    color: #c00;
}

.dark-mode .highlight .nf {
    color: #c0f;
}

.dark-mode .highlight .nl {
    color: #99f;
}

.dark-mode .highlight .nn {
    color: #0cf;
}

.dark-mode .highlight .nt {
    color: #6967ce;
}

.dark-mode .highlight .nv {
    color: #033;
}

.dark-mode .highlight .ow {
    color: #000;
}

.dark-mode .highlight .w {
    color: #bbb;
}

.dark-mode .highlight .mf,
.dark-mode .highlight .mh,
.dark-mode .highlight .mi,
.dark-mode .highlight .mo {
    color: #f60;
}

.dark-mode .highlight .sb,
.dark-mode .highlight .sc {
    color: #c30;
}

.dark-mode .highlight .sd {
    font-style: italic;
    color: #c30;
}

.dark-mode .highlight .s2,
.dark-mode .highlight .se,
.dark-mode .highlight .sh {
    color: #c30;
}

.dark-mode .highlight .si {
    color: #a00;
}

.dark-mode .highlight .sx {
    color: #c30;
}

.dark-mode .highlight .sr {
    color: #3aa;
}

.dark-mode .highlight .s1 {
    color: #c30;
}

.dark-mode .highlight .ss {
    color: #fc3;
}

.dark-mode .highlight .bp {
    color: #366;
}

.dark-mode .highlight .vc,
.dark-mode .highlight .vg,
.dark-mode .highlight .vi {
    color: #033;
}

.dark-mode .highlight .il {
    color: #f60;
}

.dark-mode .highlight .css .o {
    color: #999;
}

.dark-mode .highlight .css .o+.nt {
    color: #999;
}

.dark-mode .highlight .css .nt+.nt {
    color: #999;
}

.dark-mode .highlight .language-bash::before,
.dark-mode .highlight .language-sh::before,
.dark-mode .highlight .language-powershell::before {
    color: #009;
}

.dark-mode .thumbnail {
    background-color: #fff;
    border: 1px solid #32394e;
}

.dark-mode .video-list-thumbs>li>a {
    color: #6b6f80;
    border: 1px solid #32394e;
}

.dark-mode .video-list-thumbs .fa {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.dark-mode .video-list-thumbs>li>a:hover .fa {
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.dark-mode .video-list-thumbs .duration {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.dark-mode .video-list-thumbs>li>a:hover .duration {
    background-color: #000;
}

.dark-mode .bd-example-tooltip-static .tooltip {
    opacity: 1;
}

.dark-mode .tooltip {
    opacity: 1;
}

.dark-mode .tooltip-inner {
    color: #fff;
    background-color: #000;
}

.dark-mode .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.dark-mode .tooltip.tooltip-top .tooltip-inner::before {
    border-top-color: #000;
}

.dark-mode .tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.dark-mode .tooltip.tooltip-right .tooltip-inner::before {
    border-right-color: #000;
}

.dark-mode .tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.dark-mode .tooltip.tooltip-bottom .tooltip-inner::before {
    border-bottom-color: #000;
}

.dark-mode .tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.dark-mode .tooltip.tooltip-left .tooltip-inner::before {
    border-left-color: #000;
}

.dark-mode .tooltip-inner::before {
    border-color: transparent;
}

.dark-mode .popinfo {
    color: #88c8f7;
}

.dark-mode .popsuccess {
    color: #bfff80;
}

.dark-mode .popdanger {
    color: #ea6262;
}

.dark-mode .popwarning {
    color: #f7db6e;
}

.dark-mode .tooltip.show {
    opacity: 0.9;
}

.dark-mode .tooltip .tooltip-arrow::before {
    border-color: transparent;
}

.dark-mode .bs-tooltip-top .tooltip-arrow::before,
.dark-mode .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #000;
}

.dark-mode .bs-tooltip-end .tooltip-arrow::before,
.dark-mode .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #000;
}

.dark-mode .bs-tooltip-bottom .tooltip-arrow::before,
.dark-mode .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #000;
}

.dark-mode .bs-tooltip-start .tooltip-arrow::before,
.dark-mode .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #000;
}

.dark-mode .bs-popover-top .popover-arrow::before,
.dark-mode .bs-popover-auto[data-popper-placement^="top"] .popover-arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.dark-mode .bs-popover-top .popover-arrow::after,
.dark-mode .bs-popover-auto[data-popper-placement^="top"] .popover-arrow::after {
    border-top-color: #fff;
}

.dark-mode .bs-popover-end .popover-arrow::before,
.dark-mode .bs-popover-auto[data-popper-placement^="right"] .popover-arrow::before {
    border-right-color: #dee3eb;
}

.dark-mode .bs-popover-end .popover-arrow::after,
.dark-mode .bs-popover-auto[data-popper-placement^="right"] .popover-arrow::after {
    border-right-color: #fff;
}

.dark-mode .bs-popover-bottom .popover-arrow::before,
.dark-mode .bs-popover-auto[data-popper-placement^="bottom"] .popover-arrow::before {
    top: 0;
    border-bottom-color: #dee3eb;
}

.dark-mode .bs-popover-bottom .popover-arrow::after,
.dark-mode .bs-popover-auto[data-popper-placement^="bottom"] .popover-arrow::after {
    border-bottom-color: #fff;
}

.dark-mode .bs-popover-bottom .popover-header::before,
.dark-mode .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    border-bottom: 1px solid #fff;
}

.dark-mode .bs-popover-start .popover-arrow::before,
.dark-mode .bs-popover-auto[data-popper-placement^="left"] .popover-arrow::before {
    border-left-color: #dee3eb;
}

.dark-mode .bs-popover-start .popover-arrow::after,
.dark-mode .bs-popover-auto[data-popper-placement^="left"] .popover-arrow::after {
    border-left-color: #fff;
}

.dark-mode .popover-body {
    color: #ccd4e0;
    background-color: transparent;
}

.dark-mode .dropdown-item {
    color: #ccd4e0;
    /*-------Tooptip &popover------*/
    /*alerts*/
}

.dark-mode .dropdown-item .tooltip {
    opacity: 0;
}

.dark-mode .dropdown-item .tooltip-inner {
    color: #fff;
    background-color: #000;
}

.dark-mode .dropdown-item .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.dark-mode .dropdown-item .tooltip.tooltip-top .tooltip-inner::before {
    border-top-color: #000;
}

.dark-mode .dropdown-item .tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.dark-mode .dropdown-item .tooltip.tooltip-right .tooltip-inner::before {
    border-right-color: #000;
}

.dark-mode .dropdown-item .tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.dark-mode .dropdown-item .tooltip.tooltip-bottom .tooltip-inner::before {
    border-bottom-color: #000;
}

.dark-mode .dropdown-item .tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.dark-mode .dropdown-item .tooltip.tooltip-left .tooltip-inner::before {
    border-left-color: #000;
}

.dark-mode .dropdown-item .popinfo {
    color: #88c8f7;
}

.dark-mode .dropdown-item .popsuccess {
    color: #bfff80;
}

.dark-mode .dropdown-item .popdanger {
    color: #ea6262;
}

.dark-mode .dropdown-item .popwarning {
    color: #f7db6e;
}

.dark-mode .dropdown-item .tooltip.show {
    opacity: 0.9;
}

.dark-mode .dropdown-item .tooltip .tooltip-arrow::before {
    border-color: transparent;
}

.dark-mode .dropdown-item .bs-tooltip-top .tooltip-arrow::before,
.dark-mode .dropdown-item .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #000;
}

.dark-mode .dropdown-item .bs-tooltip-end .tooltip-arrow::before,
.dark-mode .dropdown-item .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #000;
}

.dark-mode .dropdown-item .bs-tooltip-bottom .tooltip-arrow::before,
.dark-mode .dropdown-item .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #000;
}

.dark-mode .dropdown-item .bs-tooltip-start .tooltip-arrow::before,
.dark-mode .dropdown-item .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #000;
}

.dark-mode .dropdown-item .bs-popover-top .popover-arrow::before,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="top"] .popover-arrow::before {
    border-top-color: rgba(0, 0, 0, 0.25);
}

.dark-mode .dropdown-item .bs-popover-top .popover-arrow::after,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="top"] .popover-arrow::after {
    border-top-color: #fff;
}

.dark-mode .dropdown-item .bs-popover-end .popover-arrow::before,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="right"] .popover-arrow::before {
    left: 0;
    border-right-color: #dee3eb;
}

/*---Mega Menu---*/
@media (max-width: 768px) {
    .dark-mode .richText .richText-toolbar ul li a {
        border: rgba(0, 40, 100, 0.12) solid 1px;
    }
}

/*--------panel----------*/
/*------ progress sizes ------*/
/*---- Tags-----*/
/*---------Thumbnails----------*/
/*-------Tooptip &popover------*/
/*alerts*/
.dropdown-item .bs-popover-end .popover-arrow::after,
.dropdown-item .bs-popover-auto[data-popper-placement^="right"] .popover-arrow::after {
    border-right-color: #fff;
}

.dark-mode .dropdown-item .bs-popover-bottom .popover-arrow::before,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="bottom"] .popover-arrow::before {
    border-bottom-color: #dee3eb;
}

.dark-mode .dropdown-item .bs-popover-bottom .popover-arrow::after,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="bottom"] .popover-arrow::after {
    border-bottom-color: #fff;
}

.dark-mode .dropdown-item .bs-popover-bottom .popover-header::before,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    border-bottom: 1px solid #fff;
}

.dark-mode .dropdown-item .bs-popover-start .popover-arrow::before,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="left"] .popover-arrow::before {
    border-left-color: #dee3eb;
}

.dark-mode .dropdown-item .bs-popover-start .popover-arrow::after,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="left"] .popover-arrow::after {
    border-left-color: #fff;
}

.dark-mode .dropdown-item .popover-body {
    color: #6e7687;
}

.dark-mode .dark-mode .dropdown-item {
    color: #676d7d;
}

.dark-mode .dropdown-item .jqstooltip {
    background: #333 !important;
}

.dark-mode .dropdown-item .tooltip-static-demo {
    background-color: #2e3342;
}

.dark-mode .dropdown-item .popover-static-demo {
    background-color: #f0f0f2;
    border: 1px solid #32394e;
}

.dark-mode .dropdown-item .popover {
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
    border: 1px solid #dee3eb;
}

.dark-mode .dropdown-item .bs-popover-top>.popover-arrow::before,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before {
    border-top-color: #d3dfea;
}

.dark-mode .dropdown-item .bs-popover-top>.popover-arrow::after,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
    border-top-color: #fff;
}

.dark-mode .dropdown-item .bs-popover-end>.popover-arrow::before,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before {
    border-right-color: rgba(0, 0, 0, 0.25);
}

.dark-mode .dropdown-item .bs-popover-end>.popover-arrow::after,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
    border-right-color: #fff;
}

.dark-mode .dropdown-item .bs-popover-bottom>.popover-arrow::before,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before {
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.dark-mode .dropdown-item .bs-popover-bottom>.popover-arrow::after,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after {
    border-bottom-color: #fff;
}

.dark-mode .dropdown-item .bs-popover-start>.popover-arrow::before,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before {
    border-left-color: #d3dfea;
}

.dark-mode .dropdown-item .bs-popover-start>.popover-arrow::after,
.dark-mode .dropdown-item .bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
    border-left-color: #fff;
}

.dark-mode .dropdown-item .popover-header {
    color: #ccd4e0;
    border-color: #32394e;
    background-color: #2a2e3f;
    border-bottom: 1px solid #32394e;
}

.dark-mode .dropdown-item .popover-head-primary .popover-body,
.dark-mode .dropdown-item .popover-head-secondary .popover-body {
    border: 1px solid rgba(20, 17, 45, 0.2);
}

.dark-mode .dropdown-item .popover-primary .popover-header,
.dark-mode .dropdown-item .popover-secondary .popover-header {
    background-color: transparent;
    color: #fff;
}

.dark-mode .dropdown-item .popover-primary .popover-body,
.dark-mode .dropdown-item .popover-secondary .popover-body {
    color: rgba(255, 255, 255, 0.75);
}

.dark-mode .jqstooltip {
    background: #333 !important;
}

.dark-mode .tooltip-static-demo {
    background-color: #2e3342;
}

.dark-mode .dark-mode .popover-static-demo {
    background-color: #f0f0f2;
    border: 1px solid #32394e;
}

.dark-mode .popover {
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
    background-color: #181823;
    border: 1px solid #32394e;
}

.dark-mode .popover .popover-arrow::before,
.dark-mode .popover .popover-arrow::after {
    border-color: transparent;
}

.dark-mode .bs-popover-top>.popover-arrow::after,
.dark-mode .bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
    border-top-color: #181823;
}

.dark-mode .dark-mode .bs-popover-end>.popover-arrow::before,
.dark-mode .bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before {
    border-right-color: rgba(0, 0, 0, 0.25);
}

.dark-mode .bs-popover-end>.popover-arrow::after,
.dark-mode .bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
    border-right-color: #181823;
}

.dark-mode .bs-popover-bottom>.popover-arrow::before,
.dark-mode .bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before {
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.dark-mode .bs-popover-bottom>.popover-arrow::after,
.dark-mode .bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after {
    border-bottom-color: #2a2e3f;
}

.dark-mode .bs-popover-start>.popover-arrow::before,
.dark-mode .bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before {
    border-left-color: #181823;
}

.dark-mode .bs-popover-start>.popover-arrow::after,
.dark-mode .bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
    border-left-color: #181823;
}

.dark-mode .popover-header {
    color: #ccd4e0;
    border-color: #32394e;
    background-color: #2a2e3f;
}

.dark-mode .popover-head-primary .popover-body,
.dark-mode .popover-head-secondary .popover-body {
    border: 1px solid rgba(20, 17, 45, 0.2);
}

.dark-mode .popover-primary .popover-header,
.dark-mode .popover-secondary .popover-header {
    background-color: transparent;
    color: #fff;
}

.dark-mode .popover-primary .popover-body,
.dark-mode .popover-secondary .popover-body {
    color: rgba(255, 255, 255, 0.75);
}

.dark-mode .heading-inverse {
    background-color: #232d46;
    color: #fff;
}

.dark-mode .heading-success {
    background-color: #38a01e;
    color: #fff;
}

.dark-mode .heading-info {
    background-color: #45aaf2;
    color: #fff;
}

.dark-mode .heading-warning {
    background-color: #ecb403;
    color: #fff;
}

.dark-mode .heading-danger {
    background-color: #dc0441;
    color: #fff;
}

.dark-mode .fc-view.fc-listMonth-view .fc-list-heading td,
.dark-mode .fc-view.fc-listWeek-view .fc-list-heading td {
    background-color: transparent;
}

.dark-mode .fc-view.fc-listMonth-view .fc-list-heading-main,
.dark-mode .fc-view.fc-listWeek-view .fc-list-heading-main {
    color: #737688;
}

.dark-mode .fc-view.fc-listMonth-view .fc-list-heading-main span:last-child,
.dark-mode .fc-view.fc-listWeek-view .fc-list-heading-main span:last-child {
    color: #495057;
}

.dark-mode .fc-view.fc-listMonth-view .fc-list-heading-main.now,
.dark-mode .fc-view.fc-listWeek-view .fc-list-heading-main.now,
.dark-mode .fc-view.fc-listMonth-view .fc-list-heading-main.now span:last-child,
.dark-mode .fc-view.fc-listWeek-view .fc-list-heading-main.now span:last-child {
    color: #4c84ff;
}

.dark-mode .fc-view.fc-listMonth-view .fc-list-item,
.dark-mode .fc-view.fc-listWeek-view .fc-list-item {
    border-left: 4px solid transparent;
    background-color: #fff;
}

.dark-mode .fc-view.fc-listMonth-view .fc-list-item>td.fc-list-item-time,
.dark-mode .fc-view.fc-listWeek-view .fc-list-item>td.fc-list-item-time {
    border-top: 1px solid #32394e;
    border-right: 1px solid #32394e;
    color: #495057 !important;
}

.dark-mode .fc-view.fc-listMonth-view .fc-list-item>td.fc-list-item-title,
.dark-mode .fc-view.fc-listWeek-view .fc-list-item>td.fc-list-item-title {
    border-bottom: 1px solid #e9edf4;
    border-right: 1px solid #e9edf4;
}

.dark-mode .fc-view.fc-listMonth-view .fc-list-item-title a,
.dark-mode .fc-view.fc-listWeek-view .fc-list-item-title a {
    color: #14112d;
}

.dark-mode td.fc-today {
    background-color: #f3f7fd;
}

.dark-mode #messages-main .ms-user {
    background: #fff;
    border: 1px solid #32394e;
}

.dark-mode #messages-main #ms-compose {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.dark-mode .message-feed:not(.right) .mf-content {
    background: #2b2e40;
    border-radius: 4px 12px 4px 12px;
    color: white;
}

.dark-mode .message-feed.right .mf-content {
    color: #fff;
}

.dark-mode .mf-date {
    color: #ccd4e0;
}

.dark-mode .msb-reply {
    background: #2a2e3f;
    border: 1px solid #32394e;
}

.dark-mode .four-zero,
.dark-mode .lc-block {
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
}

.dark-mode .msb-reply button {
    color: #5c678f;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 1px solid #32394e;
}

.dark-mode .msb-reply button:hover {
    background: #1a1c27;
}

.dark-mode .actions>li>a {
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.5);
    border: 1px solid #32394e;
}

.dark-mode .message-feed.right {
    text-align: right;
}

.dark-mode .ms-body {
    background: #2a2e3f;
}

.dark-mode .ms-menu-trigger {
    color: #5c678f;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 1px solid #32394e;
}

.dark-mode .inbox-message ul li {
    border-bottom: 1px solid #32394e;
}

.dark-mode .inbox-message ul li:hover,
.dark-mode .inbox-message ul li:focus {
    background: #f0f0f2;
}

.dark-mode .inbox-message .message-body {
    color: #ccd4e0;
}

.dark-mode .message-body-heading h5 {
    color: #ccd4e0;
}

.dark-mode .message-body h5 span {
    color: #fff;
}

.dark-mode .message-body h5 span.unread {
    background: #07b107;
}

.dark-mode .message-body h5 span.important {
    background: #dd2027;
}

.dark-mode .message-body h5 span.prighting {
    background: #2196f3;
}

.dark-mode .chat-body-style:after {
    background: rgba(255, 255, 255, 0.2);
}

.dark-mode .ms-menu .tab-menu-heading {
    background: #292d3d;
    border-bottom: 1px solid #32394e;
}

.dark-mode .ms-menu .tab-menu-heading .tabs-menu1 ul li a {
    border: 0px solid #32394e;
}

.dark-mode .contacts_body .contacts li {
    border-bottom: 1px solid #ebeaf1;
}

.dark-mode .contacts_body .active {
    background-color: #eff1f7;
}

.dark-mode .chatbox .user_img {
    border: 0px solid #f5f6fa;
}

.dark-mode .chatbox .user_img_msg {
    border: 1.5px solid #f5f6fa;
}

.dark-mode .chat abbr.timestamp {
    background: #161825;
}

.dark-mode .chatbox .user_info span {
    color: #464444;
}

.dark-mode .chat .video_cam span {
    color: white;
}

.dark-mode .chat .msg_cotainer {
    background-color: #181b29;
}

.dark-mode .chat .msg_cotainer_sright {
    color: #fff;
}

.dark-mode .chat .msg_time,
.dark-mode .chat .msg_time_sright {
    color: #3a374e;
}

.dark-mode .chat .msg_head {
    background: #60529f;
    box-shadow: 0 1px 15px 1px rgba(58, 58, 62, 0.4);
}

.dark-mode #action_menu_btn {
    color: white;
}

.dark-mode .action_menu {
    background-color: #fff;
    color: #646367;
}

.dark-mode .chat .msb-reply textarea {
    border: 1px solid #ebeaf1;
    background: #FAF9FF;
}

.dark-mode .chat .dropdown-menu li {
    color: #5e629c;
}

.dark-mode .chat .dropdown-menu li:hover {
    background: #FAF9FF;
}

.dark-mode .action_menu ul li:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.dark-mode .chat .actions:not(.a-alt)>li>a>i {
    color: #fff;
}

.dark-mode .action-header {
    background: #f3f4f7;
    border-bottom: 1px solid #32394e;
    background: #e3e6ef;
}

.dark-mode .actions:not(.a-alt)>li>a>i {
    color: #ccd4e0;
}

.dark-mode .modal-content .actions>li>a {
    color: #fff;
}

.dark-mode .modal-content .actions>li>a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.dark-mode .ah-actions .option-dots {
    color: #5c678f;
}

.dark-mode .modal-content .actions>li>a {
    box-shadow: 0px 2px 3px rgba(16, 16, 38, 0.1);
    border: 1px solid #32394e;
}

.dark-mode .ms-menu .tab-menu-heading .tabs-menu1 ul li .active {
    border-bottom: 2px solid #664dc9;
}

.dark-mode .main-nav-line-chat {
    border-bottom: 1px solid #e9edf4;
}

.dark-mode .main-nav-line-chat .nav-link {
    background: #e9edf4;
}

.dark-mode .main-nav-line-chat .nav-link.active::before {
    background-color: #4c84ff;
}

.dark-mode .main-chat-contacts-wrapper {
    border-bottom: 1px solid #32394e;
}

.dark-mode .main-chat-contacts-more {
    color: #ccd4e0;
}

.dark-mode .main-chat-list .media {
    border-bottom: 1px solid #32394e;
}

.dark-mode .main-chat-list .media+.media::before {
    border-top: 1px solid #e9edf4;
}

.dark-mode .main-chat-list .media.new .media-contact-name span:first-child {
    color: #ccd4e0;
}

.dark-mode .main-chat-list .media.new .media-body p {
    color: #808494;
}

.dark-mode .main-chat-list .media:hover,
.dark-mode .main-chat-list .media:focus {
    background-color: #2a2e3f;
    border-top-color: #32394e;
    border-bottom-color: #32394e;
}

.dark-mode .main-chat-list .media.selected {
    background-color: #242635;
    border-top-color: #32394e;
    border-bottom-color: #32394e;
}

.dark-mode .main-chat-list .media.selected:first-child {
    border-top-color: transparent;
}

.dark-mode .dark-mode .main-chat-list .media.selected .media-contact-name span:first-child {
    color: #ccd4e0;
}

.dark-mode .main-chat-list .media.selected .media-body p {
    color: #808494;
}

.dark-mode .main-chat-list .main-img-user span {
    color: #fff;
    background-color: #ff5c77;
    box-shadow: 0 0 0 2px #fff;
}

.dark-mode .main-chat-list .media-body p {
    color: #ccd4e0;
}

.dark-mode .main-chat-list .media-contact-name span:first-child {
    color: #ccd4e0;
}

.dark-mode .main-chat-list .media-contact-name span:last-child {
    color: #ccd4e0;
}

.dark-mode .main-chat-header {
    border-bottom: 1px solid #32394e;
}

.dark-mode .main-chat-header .nav-link {
    color: #5c678f;
}

.dark-mode .main-chat-msg-name h6 {
    color: #ccd4e0;
}

.dark-mode .main-chat-msg-name small {
    color: #808494;
}

.dark-mode .main-chat-body .media-body>div span {
    color: #ccd4e0;
}

.dark-mode .main-chat-time span {
    background: #e3e2e5;
}

.dark-mode .main-msg-wrapper {
    background-color: #2b2e40;
    color: white;
}

.dark-mode .main-chat-footer {
    border-top: 1px solid #32394e;
    background-color: #2a2e3f;
}

.dark-mode .main-chat-footer .nav-link {
    color: #5c678f;
}

.dark-mode .main-msg-sright {
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 1px solid #32394e;
    color: #5c678f;
}

.dark-mode .main-msg-sright:hover {
    background: #f0f0f2;
}

.dark-mode .main-img-user.online:before {
    background: #2dce89;
}

.dark-mode .main-contact-label::after {
    border-bottom: 1px solid #e9edf4;
}

.dark-mode .main-contact-item {
    border: 1px solid transparent;
}

.dark-mode .main-contact-item+.main-contact-item {
    border-top-color: transparent;
}

.dark-mode .main-contact-item+.main-contact-item::before {
    border-top: 1px solid #32394e;
}

.dark-mode .main-contact-item:hover,
.dark-mode .main-contact-item:focus,
.dark-mode .main-contact-item.selected {
    background-color: #2b2e3e;
    border-top-color: #32394e;
    border-bottom-color: #32394e;
}

.dark-mode .main-contact-body h6 {
    color: #ccd4e0;
    font-weight: 600;
    margin-bottom: 2px;
}

.dark-mode .main-contact-body span {
    color: #ccd4e0;
}

.dark-mode .main-contact-star {
    color: #ccd4e0;
}

.dark-mode .main-contact-star:hover,
.dark-mode .main-contact-star:focus {
    color: #ccd4e0;
}

.dark-mode .main-contact-star.active {
    color: #fcb32d;
}

.dark-mode .main-contact-info-header {
    border-bottom: 1px solid #32394e;
}

.dark-mode .main-contact-info-header .main-img-user a {
    background-color: #6c70c3;
    box-shadow: 0 0 0 2px #664dc9d4;
}

.dark-mode .main-contact-info-header .main-img-user a:hover,
.dark-mode .main-contact-info-header .main-img-user a:focus {
    fill: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.dark-mode .main-contact-info-header .media-body h4 {
    color: #ccd4e0;
}

.dark-mode .main-contact-info-header .media-body .nav-link {
    color: #ccd4e0;
}

.dark-mode .main-contact-info-header .media-body .nav-link i.typcn {
    line-height: .9;
}

.dark-mode .main-contact-info-body .media+.media::before {
    border-top: 1px solid #e9edf4;
}

.dark-mode .main-contact-info-body .media-body label {
    color: #ccd4e0;
}

.dark-mode .main-contact-info-body .media-body span {
    color: #ccd4e0;
}

.dark-mode .main-contact-info-body .media::before {
    border-top: 1px solid #e9edf4;
}

.dark-mode .jsr_slider:focus::before {
    background: #7036ff;
    background: #4575f1;
}

.dark-mode .jsr_rail {
    background: #e2e2e9;
}

.dark-mode .jsr_bar--limit {
    background-color: #d9dadc;
}

.dark-mode .jsr_label,
.dark-mode .jsr_label--minmax {
    background: #d3d5da;
    color: #ccd4e0;
}

.dark-mode .range {
    background-color: whitesmoke;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.dark-mode .range input[type="range"] {
    background-color: transparent;
}

.dark-mode .range input[type="range"]::-webkit-slider-thumb,
.dark-mode .range input[type="range"]::-moz-slider-thumb {
    background-color: #999999;
}

.dark-mode .range output {
    color: white;
    background-color: #999999;
}

.dark-mode .range.range-success input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: #2dce89;
}

.dark-mode .range.range-success output {
    background-color: #2dce89;
}

.dark-mode .range.range-success input[type="range"] {
    outline-color: #2dce89;
}

.dark-mode .range.range-info input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: #45aaf2;
}

.dark-mode .range.range-info output {
    background-color: #45aaf2;
}

.dark-mode .range.range-info input[type="range"] {
    outline-color: #45aaf2;
}

.dark-mode .range.range-warning input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: #ecb403;
}

.dark-mode .range.range-warning output {
    background-color: #ecb403;
}

.dark-mode .range.range-warning input[type="range"] {
    outline-color: #ecb403;
}

.dark-mode .range.range-danger input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: #dc0441;
}

.dark-mode .range.range-danger output {
    background-color: #dc0441;
}

.dark-mode .range.range-danger input[type="range"] {
    outline-color: #dc0441;
}

.dark-mode .rating-stars .rating-stars-container .rating-star {
    color: #f0f0f2;
}

.dark-mode .rating-stars .rating-stars-container .rating-star.sm {
    color: 1px solid #32394e;
}

.dark-mode .rating-stars .rating-stars-container .rating-star.is--active,
.dark-mode .rating-stars .rating-stars-container .rating-star.is--hover {
    color: #f1c40f;
}

.dark-mode .rating-stars .rating-stars-container .rating-star.is--no-hover {
    color: #3e4b5b;
}

.dark-mode .rating-stars .rating-stars-container .rating-star.is--active .fa-heart,
.dark-mode .rating-stars .rating-stars-container .rating-star.is--hover .fa-heart {
    color: #ef4b4b;
}

.dark-mode .rating-stars .rating-stars-container .rating-star .fa-heart .is--no-hover {
    color: #3e4b5b;
}

.dark-mode .rating-stars input {
    color: #495057;
    background-color: #fff;
    border: 1px solid #32394e;
}

.dark-mode .br-theme-bars-horizontal .br-widget a,
.dark-mode .br-theme-bars-pill .br-widget a {
    background-color: #1a1b27;
}

.dark-mode .br-theme-bars-square .br-widget a {
    border: 2px solid #f0f0f2;
    background-color: #1a1b27;
    color: #f0f0f2;
}

.dark-mode .br-theme-bars-movie .br-widget a,
.dark-mode .br-theme-bars-1to10 .br-widget a {
    background-color: #1a1b27;
}

.dark-mode .br-theme-fontawesome-stars .br-widget a.br-active:after,
.dark-mode .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #ffab00;
}

.dark-mode .br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.dark-mode .br-theme-fontawesome-stars-o .br-widget a.br-selected:after,
.dark-mode .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    color: #ffab00;
}

.dark-mode .br-theme-fontawesome-stars .br-widget a:after,
.dark-mode .br-theme-fontawesome-stars-o .br-widget a:after {
    color: #ffab00;
}

/*----- Typography ------*/
/*------ Media object ------*/
/* ###### components ####### */
/*-----Chat----*/
@media (min-width: 992px) {
    .dark-mode #messages-main .ms-menu {
        border-right: 1px solid #32394e;
    }
}

/*=====================================
    Inbox Message Style
    =======================================*/
@media (max-width: 1200px) {
    .dark-mode .main-contact-info-header {
        border-top: 1px solid #e9edf4;
    }
}

/*----- Range slider -------*/
/* Merged labels */
/* Lock screen for touch */
/*-----Pricing tables-----*/
/*-- rating--*/
/* ###### custom ####### */
body.dark-mode *::-webkit-scrollbar-thumb,
body.dark-mode *:hover::-webkit-scrollbar-thumb {
    background: #212332;
}

body.dark-mode *::-webkit-scrollbar-track {
    background: #2a2e3f;
}

/*------ Headers -------*/
.dark-mode .page-title-icon {
    color: #9aa0ac;
}

.dark-mode .page-subtitle {
    color: #6e7687;
}

.dark-mode .page-description {
    color: #6e7687;
}

.dark-mode .page-description a {
    color: inherit;
}

.dark-mode .content-heading:first-child {
    margin-top: 0;
}

.dark-mode .aside {
    background: #fff;
    border-left: 1px solid #32394e;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.dark-mode .aside-footer {
    border-top: 1px solid #32394e;
}

.dark-mode .aside-header {
    border-bottom: 1px solid #32394e;
}

.dark-mode .header {
    background: #2a2e3f;
}

.dark-mode .nav-unread {
    background: #ecd938;
}

.dark-mode .nav-link.icon .nav-span {
    color: #576482;
}

.dark-mode .header-btn.has-new:before {
    background: #dc0441;
}

.dark-mode .header-toggler {
    color: #000;
}

.dark-mode .header-toggler:hover {
    color: #32e448;
}

.dark-mode .header-toggler-icon {
    color: inherit;
    background: currentColor;
    box-shadow: 0 5px currentColor, 0 -5px currentColor;
}

.dark-mode .footer {
    background: #2a2e3f;
    border-top: 1px solid #32394e;
}

.dark-mode footer.footer {
    background: #2a2e3f;
    box-shadow: 16px 0px 16px rgba(24, 23, 38, 0.06);
    border-top: 1px solid #32394e;
}

.dark-mode .footer .social ul li a {
    color: #abb8c3;
}

.dark-mode #popup {
    background: #fe6b1f;
}

.dark-mode .instagram {
    background: #de497b;
}

.dark-mode .linkedin {
    background: #0077b5;
}

.dark-mode .widget-info i {
    border: 2px solid #fff;
}

.dark-mode .widget-info a {
    border-bottom: 1px solid #fff;
}

.dark-mode .card-blog-overlay .card-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dark-mode .card-blog-overlay1 .card-footer,
.dark-mode .card-blog-overlay2 .card-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dark-mode .card-blog-overlay:before,
.dark-mode .card-blog-overlay1:before,
.dark-mode .card-blog-overlay2:before {
    background: rgba(0, 0, 0, 0.5);
}

.dark-mode .login-transparent:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(159, 120, 255, 0.96)), to(rgba(50, 202, 254, 0.96)));
}

.dark-mode .page-breadcrumb .breadcrumb-item {
    color: #9aa0ac;
}

.dark-mode .page-breadcrumb .breadcrumb-item.active {
    color: #6e7687;
}

.dark-mode .pagination-simple .page-item.active .page-link {
    color: #495057;
}

.dark-mode .page-total-text {
    color: #6e7687;
}

.dark-mode .header .form-inline .form-control {
    border: 0px solid #ccd4e0;
    background: transparent;
}

.dark-mode .header .form-inline .form-control::-webkit-input-placeholder {
    opacity: 1;
}

.dark-mode .header .form-inline .btn {
    border: 1px solid transparent;
    background: transparent;
    color: #fff;
}

.dark-mode .header .form-inline .btn i {
    color: #818c9b;
}

.dark-mode .icons-list-item {
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.5);
    border: 1px solid #32394e;
    color: #ccd4e0;
}

.dark-mode .link-overlay:hover .link-overlay-bg {
    opacity: 1;
}

.dark-mode .link-overlay-bg {
    background: rgba(70, 127, 207, 0.8);
    color: #fff;
    opacity: 0;
}

.dark-mode .wizard-card.form-group .form-control {
    background-image: linear-gradient(#c4c4c4, #c4c4c4, linear-gradient(#e1e1e2, #e1e1e2));
}

/*------ Charts styles ------*/
/*-----Countdown-----*/
/*-------- Search ---------*/
@media (max-width: 767.98px) and (min-width: 576px) {
    .dark-mode .header .navsearch i {
        color: #fff;
    }

    .dark-mode .header .form-inline .form-control::-webkit-input-placeholder,
    .dark-mode .header .navsearch i {
        color: #ccd4e0;
    }
}

@media (max-width: 1024px) {

    body.dark-mode.search-show:before,
    body.dark-mode.sidebar-show:before {
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media (max-width: 991px) {
    .dark-mode .hor-header {
        box-shadow: 16px 0px 16px rgba(24, 23, 38, 0.06);
        border-bottom: 1px solid transparent !important;
    }
}

@media (max-width: 575.98px) {
    .dark-mode .header .form-inline .search-element .form-control {
        background: #fff;
    }

    .dark-mode .form-control.header-search {
        color: #ccd4e0;
    }

    .dark-mode .header .form-inline .btn {
        color: #46494a !important;
    }

    .dark-mode .header .form-inline .form-control::-webkit-input-placeholder {
        color: #ccd4e0 !important;
    }

    .dark-mode .header .navsearch i {
        color: #ccd4e0;
    }
}

/* --------Added--------- css*/
.wizard-container .wizard-navigation {
    background: #f0f0f2;
}

.dark-mode .richText {
    border: #32394e solid 1px;
    background-color: #f0f0f2;
}

.dark-mode .richText .richText-toolbar {
    border-bottom: #32394e solid 1px;
    border-top: 1px solid #32394e;
    background-color: #212332;
}

.dark-mode .richText .richText-toolbar ul li a {
    border-right: #32394e solid 1px;
}

.dark-mode .addui-slider .addui-slider-track .addui-slider-handle:hover {
    box-shadow: 0 0 5px rgba(159, 120, 255, 0.5);
}

.dark-mode .addui-slider .addui-slider-track .addui-slider-handle:hover .addui-slider-value {
    background: rgba(159, 120, 255, 0.5);
}

.dark-mode .addui-slider .addui-slider-track .addui-slider-handle.addui-slider-handle-active {
    background: rgba(159, 120, 255, 0.5);
    box-shadow: 0 0 5px rgba(159, 120, 255, 0.5);
}

.dark-mode .addui-slider .addui-slider-track .addui-slider-handle.addui-slider-handle-active .addui-slider-value {
    background: rgba(159, 120, 255, 0.75);
}

.dark-mode .cal1 {
    border: 1px solid #32394e;
}

.dark-mode .cal1 .clndr .clndr-table .header-days .header-day {
    border-left: 1px solid rgba(23, 183, 148, 0.1);
    border-top: 1px solid #e2e3e4;
}

.dark-mode .cal1 .clndr .clndr-table tr .empty,
.dark-mode .cal1 .clndr .clndr-table tr .adjacent-month,
.dark-mode .cal1 .clndr .clndr-table tr .my-empty,
.dark-mode .cal1 .clndr .clndr-table tr .my-adjacent-month {
    border-left: 1px solid #32394e;
    border-top: 1px solid #32394e;
    background: #f0f0f2;
}

.dark-mode .cal1 .clndr .clndr-table tr .day {
    border-left: 1px solid #32394e;
    border-top: 1px solid #32394e;
}

.dark-mode .cal1 .clndr .clndr-table tr .day.event,
.dark-mode .cal1 .clndr .clndr-table tr .day.my-event {
    background: #eeeef5;
}

.dark-mode .cal1 .clndr .clndr-table tr .day.today.event,
.dark-mode .cal1 .clndr .clndr-table tr .day.my-today.event {
    background: #f2ecff;
}

.dark-mode .cal1 .clndr .clndr-table tr .day.event:hover,
.dark-mode .cal1 .clndr .clndr-table tr .day.my-event:hover,
.dark-mode .cal1 .clndr .clndr-table tr .day.today,
.dark-mode .cal1 .clndr .clndr-table tr .day.my-today {
    background: #e2e2e9 !important;
}

.dark-mode .cal1 .clndr .clndr-table tr .day:last-child {
    border-right: papayawhip 1px solid #32394e;
}

.dark-mode .cal1 .clndr .clndr-table tr .day:hover {
    background: #e2e2e9;
}

.dark-mode .cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button,
.dark-mode .cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
    background: #f0f0f2;
}

.dark-mode .fc button {
    background: #664dc9;
    color: #efefef;
}

.dark-mode .fc-unthemed .fc-divider {
    border-color: #32394e;
}

.dark-mode .fc-event {
    background-color: rgba(102, 77, 201, 0.2);
}

.dark-mode .fc-unthemed .fc-divider,
.dark-mode .fc-unthemed .fc-list-heading td,
.dark-mode .fc-unthemed .fc-popover .fc-header {
    background: #f0f0f2;
}

.dark-mode .fc-toolbar .fc-state-active,
.dark-mode .fc-toolbar .ui-state-active {
    color: #fff;
}

.dark-mode .fc-unthemed .fc-list-item:hover td {
    background-color: #f0f0f2;
}

.dark-mode .conv-form-wrapper div#messages div.message.to {
    background: #eeeff6;
}

.dark-mode div.conv-form-wrapper div#messages div.message.from {
    border-top-right-radius: 0;
}

.dark-mode #sidebar ul li.active>a:hover {
    background: #6d4dbb;
    color: #fff;
}

.dark-mode .user-profile .user-pro-body .u-dropdown {
    color: #fff;
}

.dark-mode #sidebar ul li a {
    color: #384056;
}

.dark-mode #sidebar li a[aria-expanded="true"]:hover {
    color: #fff !important;
}

.dark-mode .timeline__content {
    background-color: #eaf0f9;
}

.dark-mode .tab_wrapper>ul {
    border-bottom: 1px solid #32394e;
}

.dark-mode .tab_wrapper>ul li {
    border: 1px solid #32394e;
    border-top: 1px solid #32394e;
}

.dark-mode .tab_wrapper.right_side .content_wrapper {
    border: 1px solid #32394e;
}

.dark-mode .tab_wrapper.right_side>ul {
    border-bottom: 1px solid #32394e;
}

.dark-mode .tab_wrapper.right_side>ul li.active {
    border-color: 1px solid #32394e;
}

.dark-mode .tab_wrapper.right_side>ul li:after {
    background: 1px solid #32394e;
}

.dark-mode .job-box-filter {
    border-bottom: 1px solid #32394e;
}

.dark-mode .job-box-filter select.input-sm,
.dark-mode .job-box-filter label input.form-control {
    border: 1px solid #32394e;
}

.dark-mode .job-box-filter a.filtsec {
    background: #edf0f3;
    color: #81a0b1;
    border: 1px solid #e2e8ef;
}

.dark-mode .job-box-filter a.filtsec.active {
    color: #fff;
    background: #16262c;
    border-color: #16262c;
}

.dark-mode .job-box-filter a.filtsec:hover,
.dark-mode .job-box-filter a.filtsec:focus {
    color: #fff;
    background: #07b107;
    border-color: #07b107;
}

.dark-mode .job-box-filter a.filtsec:hover i,
.dark-mode .job-box-filter a.filtsec:focus i {
    color: #fff;
}

.dark-mode .image_inner_container img {
    border: 5px solid white;
}

.dark-mode .image_outer_container .green_icon {
    background-color: #4cd137;
    border: 5px solid white;
}

.dark-mode .search svg {
    stroke: #fff;
}

.dark-mode .input-search {
    background-color: transparent;
    color: #fff;
}

.dark-mode #drag-1,
.dark-mode #drag-2 {
    background-color: #29e;
    color: white;
}

.dark-mode .search-inline {
    background-color: #fff;
}

.dark-mode .search-inline.search-visible {
    opacity: 1;
}

.dark-mode .search-inline button[type="submit"] {
    background-color: transparent;
    color: #fff;
}

.dark-mode .search-inline .search-close {
    color: #616161;
    background: #efefef;
}

.dark-mode .lockscreen {
    background: inherit;
}

.dark-mode .lockscreen:before {
    box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.4);
    filter: blur(1px);
}

.dark-mode .table-stats table th,
.dark-mode .table-stats table td {
    border-bottom: 1px solid #e8e9ef;
}

.dark-mode .pulse {
    background: #f72d66;
    box-shadow: 0 0 0 rgba(247, 45, 102, 0.9);
}

.dark-mode .activity {
    border-left: 3px solid #32394e;
}

.dark-mode [class*="js-conveyor-"] ul li {
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0 0px 10px -5px rgba(68, 84, 195, 0.5);
}

.dark-mode .latest-timeline ul.timeline:before {
    border-left: 1px double #32394e;
}

.dark-mode .latest-timeline ul.timeline>li:before {
    border: 3px solid #1753fc;
}

.dark-mode .latest-timeline ul.timeline>li:first-child:before {
    border: 2px double #0dd157;
}

.dark-mode .latest-timeline ul.timeline>li:nth-child(2):before {
    border: 2px solid #2d9eef;
}

.dark-mode .latest-timeline ul.timeline>li:nth-child(3):before {
    border: 2px solid #f35e90;
}

.dark-mode .latest-timeline ul.timeline>li:nth-child(4):before {
    border: 2px solid #fc7303;
}

.dark-mode .latest-timeline ul.timeline>li:nth-child(5):before {
    border: 2px solid #05a5ba;
}

.dark-mode .latest-timeline ul.timeline>li:nth-child(6):before {
    border: 2px solid #920bfa;
}

.dark-mode .latest-timeline ul.timeline>li:last-child:before {
    border: 2px solid #ec2d38;
}

.dark-mode div[data-acc-step]:not(.open) {
    background: #212332;
}

.dark-mode div[data-acc-step]:not(.open) h5 {
    color: #8e9cad;
}

.dark-mode div[data-acc-step]:not(.open) .bg-primary {
    background: #afb4d8;
}

.dark-mode .sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
    background: transparent;
}

.dark-mode .fc-widget-content .fc-bgevent {
    background-color: #f0f0f2 !important;
}

.dark-mode .latest-timeline1-icon {
    color: #fff;
}

.dark-mode .shadow {
    box-shadow: 0 2px 16px rgba(179, 186, 212, 0.7) !important;
}

.dark-mode .shadow3 {
    box-shadow: 0 0px 6px rgba(179, 186, 212, 0.7) !important;
}

.dark-mode .apexcharts-tooltip.light {
    background: rgba(50, 50, 50, 0.7);
    box-shadow: 0 0px 17px -5px rgba(68, 84, 195, 0.5);
    border: 1px solid #32394e;
}

.dark-mode .apexcharts-tooltip.light .apexcharts-tooltip-title {
    background: rgba(255, 255, 255, 0.3);
    border-bottom: 0px solid #32394e;
}

.dark-mode .chart-dropshadow-primary {
    filter: drop-shadow(-6px 12px 4px rgba(68, 84, 195, 0.2));
}

.dark-mode .icon-dropshadow {
    filter: drop-shadow(0px 10px 4px #e5e9f2);
}

.dark-mode .icon-dropshadow-info {
    filter: drop-shadow(0px 4px 4px rgba(69, 170, 242, 0.3));
}

.dark-mode .icon-dropshadow-success {
    filter: drop-shadow(0px 4px 4px rgba(45, 206, 137, 0.3));
}

.dark-mode .icon-dropshadow-danger {
    filter: drop-shadow(0px 4px 4px rgba(255, 91, 81, 0.3));
}

.dark-mode .icon-dropshadow-warning {
    filter: drop-shadow(0px 4px 4px rgba(236, 180, 3, 0.3));
}

.dark-mode .chart-dropshadow {
    filter: drop-shadow(0 6px 4px rgba(179, 186, 212, 0.5));
}

.dark-mode .GradientlineShadow {
    filter: drop-shadow(0 -8px 4px rgba(179, 186, 212, 0.2));
}

.dark-mode .BarChartShadow {
    filter: drop-shadow(0px 1px 4px rgba(179, 186, 212, 0.3));
}

.dark-mode .donutShadow {
    filter: drop-shadow(-5px 0px 10px rgba(179, 186, 212, 0.4));
}

.dark-mode .inde4-table tr:nth-child(1) td:first-child:before {
    background: rgba(68, 84, 195, 0.7);
}

.dark-mode .inde4-table tr:nth-child(2) td:first-child:before {
    background: rgba(247, 45, 102, 0.7);
}

.dark-mode .inde4-table tr:nth-child(3) td:first-child:before {
    background: rgba(45, 206, 137, 0.7);
}

.dark-mode .inde4-table tr:nth-child(4) td:first-child:before {
    background: rgba(69, 170, 242, 0.7);
}

.dark-mode .inde4-table tr:nth-child(5) td:first-child:before {
    background: rgba(236, 180, 3, 0.7);
}

.dark-mode .inde4-table tr:nth-child(6) td:first-child:before {
    background: rgba(255, 91, 81, 0.7);
}

.dark-mode .inde4-table tr:nth-child(7) td:first-child:before {
    background: rgba(68, 84, 195, 0.7);
}

.dark-mode .inde4-table tr:nth-child(8) td:first-child:before {
    background: rgba(247, 45, 102, 0.7);
}

.dark-mode .inde4-table tr:nth-child(9) td:first-child:before {
    background: rgba(45, 206, 137, 0.7);
}

.dark-mode .inde4-table tr:nth-child(10) td:first-child:before {
    background: rgba(69, 170, 242, 0.7);
}

.dark-mode .crypto-tabs .tabs-menu1 ul li .active {
    background: #fff;
    box-shadow: 0px 10px 10px 20px rgba(179, 186, 212, 0.09), 10px 10px 15px -5px #b0b8d6;
    border: 0px solid #32394e;
}

.dark-mode table.table-bordered.dataTable td:first-child {
    border-left: 0px solid #32394e !important;
}

.dark-mode .js-conveyor-example:before {
    background: linear-gradient(to right, #f0eff1, transparent);
}

.dark-mode .js-conveyor-example:after {
    background: linear-gradient(to left, #f0eff1, transparent);
}

.dark-mode .user-info .social .social-icon {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.dark-mode .side-menu__icon {
    color: #ccd4e0;
    fill: #ccd4e0;
}

.dark-mode .sidemneu-icon2 {
    fill: #8e98db;
}

.dark-mode .svg-icon {
    color: #ccd4e0;
    fill: #ccd4e0;
}

.dark-mode .svg-icon1 {
    background: #212332;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 1px solid #32394e;
    color: #ccd4e0;
    fill: #ccd4e0;
}

.dark-mode .header-icon {
    color: #ccd4e0;
    fill: #ccd4e0;
}

.dark-mode .search-element .search-icon {
    fill: #ccd4e0 !important;
}

.dark-mode .header-icon2 {
    color: #ccd4e0;
    fill: #ccd4e0;
}

.dark-mode .card-custom-icon.text-success {
    fill: #2dce89;
}

.dark-mode .feature .feature-icon {
    background: rgba(68, 84, 195, 0.2);
}

.dark-mode .page-rightheader .breadcrumb {
    background: transparent;
}

.dark-mode .under-countdown .countdown {
    color: #fff;
}

.dark-mode .clipboard-icon {
    background: #fff;
    color: #212529;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-mode .highlight {
    background: #f7f6fd;
}

.dark-mode table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
.dark-mode table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    color: white;
    border: 2px solid #4757c4;
}

.dark-mode .profile-media-img {
    border: 0px solid #efefef;
}

.dark-mode .profile-media-img h6 {
    color: #fff;
}

.dark-mode .profile-media-img:before {
    background: rgba(0, 0, 0, 0.5);
}

.dark-mode .timelineleft:before {
    background: rgba(152, 166, 173, 0.3);
}

.dark-mode .timelineleft>.timeleft-label>span {
    background-color: #fff;
    color: #fff;
}

.dark-mode .timelineleft>li>.timelineleft-item {
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    background: #2a2e3f;
    color: #ccd4e0;
    border: 1px solid #32394e;
}

.dark-mode .timelineleft>li>.timelineleft-item>.timelineleft-header {
    color: #ccd4e0;
    border-bottom: 1px solid #32394e;
}

.dark-mode .timelineleft>li>.timelineleft-item>.timelineleft-header.no-border {
    border-bottom: 0px solid #ebeaf1;
}

.dark-mode .timelineleft>li>.fa,
.dark-mode .timelineleft>li>.glyphicon,
.dark-mode .timelineleft>li>.ion {
    color: #fff;
    background: #d2d6de;
}

.dark-mode .custom-switch-indicator-lg,
.dark-mode .custom-switch-indicator-xl {
    background: #f5f6fb;
    border: 1px solid #ebeaf1;
}

.dark-mode .custom-switch-indicator-lg:before,
.dark-mode .custom-switch-indicator-xl:before {
    background: #3c4165;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.dark-mode .main-proifle {
    background: #2a2e3f;
    border-top: 1px solid #32394e;
}

.dark-mode .profile-share {
    background: #2a2e3f;
}

.dark-mode .profile-share a {
    background: #383d52;
    color: #ccd4e0;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.5);
    border: 1px solid #32394e;
}

.dark-mode .main-proifle .profile-icon,
.dark-mode .profile-footer .new,
.dark-mode .pro-option {
    background: #212332;
    color: #5c678f;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.5);
    border: 1px solid #32394e;
}

.dark-mode .profile-edit textarea {
    background: #2a2e3f;
}

.dark-mode .profile-edit textarea:focus {
    background: #32394e;
    border: 1px solid #32394e;
}

.dark-mode .social-profile-buttons li a {
    background: #d2d6f1;
    border: 2px solid #ccd4e0;
}

.dark-mode .fill-white {
    fill: transparent;
}

.dark-mode .main-nav-calender-event .nav-link.exclude {
    opacity: 0.3;
}

.dark-mode .main-nav-calender-event .nav-link.exclude:before {
    border-top: 1px solid #737688;
}

.dark-mode .footer .social .social-icon {
    border: 1px solid #32394e;
    background: #383c54;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.5);
    border: 1px solid #32394e;
}

.dark-mode .richText .richText-undo,
.dark-mode .richText .richText-redo {
    border-right: #32394e solid 1px !important;
}

.dark-mode .page-leftheader .breadcrumb-item+.breadcrumb-item::before {
    color: #ccd4e0;
}

.dark-mode .page-leftheader .breadcrumb-item a {
    color: #ccd4e0;
}

.dark-mode .sub-pageheader .nav-link.border-end {
    border-right: 1px solid #cfd1e1 !important;
}

.dark-mode hr.pageheader-border {
    border-top: 1px solid #dfe0e7;
}

.dark-mode .dash1-card .ratio {
    background-color: #222222;
    color: #fff;
    border-radius: 15px 0px 0px 15px;
}

.dark-mode .header-dropdown-list .ps__thumb-y {
    opacity: 0;
}

.dark-mode .page-rightheader .breadcrumb-item a,
.dark-mode .page-rightheader .breadcrumb-item+.breadcrumb-item::before {
    color: #ccd4e0;
}

.dark-mode .card-over {
    background: #fff;
    border: 1px solid #32394e;
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
}

.dark-mode .emp-circle-chart {
    background: rgba(0, 0, 0, 0.04);
}

.dark-mode #talent-chart {
    filter: drop-shadow(0 6px 4px rgba(179, 186, 212, 0.2));
}

.dark-mode .custom-btns .btn {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.1);
}

.dark-mode .widget-user-image {
    box-shadow: 0px 3px 10px 0 rgba(4, 4, 7, 0.1);
    -moz-box-shadow: 0px 3px 10px 0 rgba(4, 4, 7, 0.1);
    -webkit-box-shadow: 0px 3px 10px 0 rgba(4, 4, 7, 0.1);
    -ms-box-shadow: 0px 3px 10px 0 rgba(4, 4, 7, 0.1);
}

.dark-mode .header .nav-link.icon i {
    color: #5c678f;
}

.dark-mode .user-details .user-icon {
    background: #fff;
    color: #5c678f;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 1px solid #32394e;
}

.dark-mode .item7-card-desc .fe {
    color: #5c678f;
}

.dark-mode .nav-link.icon .header-icon {
    background: transparent;
}

.dark-mode .profile-dropdown img {
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 2px solid #32394e;
}

.dark-mode .hor-header {
    border-bottom: 1px solid #32394e;
}

.dark-mode .customer {
    background-color: #deb504;
}

.dark-mode .customer-sales {
    background-color: #df379a;
}

.dark-mode .dash1 {
    color: #fff !important;
    background-image: linear-gradient(to right, #664dc9, #9884ea);
}

.dark-mode .dash2 {
    color: #fff !important;
    background-image: linear-gradient(to right, #1D976C, #2fd38a);
}

.dark-mode .dash3 {
    color: #fff !important;
    background-image: linear-gradient(to right, #fa5420, #f6a800);
}

.dark-mode .dash4 {
    color: #fff !important;
    background-image: linear-gradient(to right, #5b73e8, #44c4fa);
}

.dark-mode .dash-icon {
    background: rgba(0, 0, 0, 0.1);
}

.dark-mode .activity-timeline {
    background-color: #373a4e;
}

.dark-mode .sub-content {
    color: #9f9fa0 !important;
}

.dark-mode .apexcharts-legend-text {
    color: #fff !important;
}

.dark-mode .header .main-header-end .nav-link.icon {
    border-right: 1px solid #32394e;
}

.dark-mode #fullscreen-button {
    border-left: 1px solid #32394e;
}

.dark-mode .navbar-toggler {
    color: #fff;
}

.dark-mode .navbar-toggler-icon {
    color: #ccd4e0;
}

.dark-mode .widget-user-image img {
    box-shadow: 0 0 0 4px #484e69 !important;
    border: 3px solid #32394e !important;
}

.dark-mode .no-border input[type=text] {
    color: #ccd4e0;
}

.dark-mode .shopping-carttable .input-group .input-group-btn:first-child,
.dark-mode .shopping-carttable .input-group .input-group-btn:last-child {
    border: 1px solid #ced4da;
}

.dark-mode .register-3 hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dark-mode .register-3 .form-control {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff;
}

.dark-mode .register-3 .form-control:focus {
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
    background-color: #5c45b5;
}

.dark-mode .register-3 .input-group-text {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #755fce !important;
    color: rgba(255, 255, 255, 0.5);
}

.dark-mode .register-3 input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.dark-mode .register-3 input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.dark-mode .register-3 .custom-control-label:before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.5);
}

.dark-mode .register-3 .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
}

.dark-mode .register-3 .btn-list .btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-mode .register-2 {
    background-image: url(../../assets/images/photos/register1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dark-mode .register-2 .input-group-prepend .input-group-text {
    border: 1px solid #ced4da;
    border-radius: 5px 0px 0px 5px;
}

.dark-mode .register-2 .form-control:focus {
    border-color: #ced4da !important;
}

.dark-mode .register-2 hr.divider:after {
    background: rgba(240, 240, 242, 0.7);
    color: #ccd4e0;
    border: 1px solid rgba(240, 239, 241, 0.9);
}

.dark-mode .register-2 .divider {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.dark-mode .register1 .input-group-prepend .input-group-text {
    border: 1px solid #ced4da;
}

.dark-mode .register1 .form-control:focus {
    border-color: #ced4da !important;
}

.dark-mode .register1 .custom-content .text-white-50 {
    color: white !important;
}

.dark-mode .register-1:before {
    background: #4a408a;
}

.dark-mode .construction:before {
    background: linear-gradient(#2c3e50, #bdc3c7);
}

.dark-mode .construction .countdown li:nth-child(1) {
    background-image: linear-gradient(to right, #664dc9, #876eef);
}

.dark-mode .construction .countdown li:nth-child(2) {
    background-image: linear-gradient(to right, #1D976C, #47b182);
}

.dark-mode .construction .countdown li:nth-child(3) {
    background-image: linear-gradient(to right, #fa5420, #ea7f5d);
}

.dark-mode .construction .countdown li:nth-child(4) {
    background-image: linear-gradient(to right, #5b73e8, #43a0c7);
}

.dark-mode .btn-icon:hover .btn-inner-icon {
    color: #ccd4e0;
}

.dark-mode .bg-contacthead:before {
    background: linear-gradient(to right top, #664dc9, #6357d1, #6161d9, #5e6ae1, #5b73e8);
}

.dark-mode .bg-gradient:before {
    background: linear-gradient(to right top, #664dc9, #6357d1, #6161d9, #5e6ae1, #5b73e8) !important;
}

.dark-mode .bg-gradient .option-dots {
    color: #fff !important;
}

.dark-mode .table-inbox tr:last-child {
    border-bottom-color: #32394e !important;
}

.dark-mode .register-icons .btn:hover .fa {
    color: white !important;
}

.dark-mode .mail-box .sm-side {
    background: none repeat scroll 0 0 #e5e8ef;
}

.dark-mode .mail-box .lg-side {
    background: none repeat scroll 0 0 #fff;
}

.dark-mode .mail-box .sm-side .user-head {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}

.dark-mode .user-head .user-name h5 a {
    color: #fff;
}

.dark-mode .user-head .user-name span a {
    color: #87e2e7;
}

.dark-mode a.mail-dropdown {
    background: none repeat scroll 0 0 #80d3d9;
    color: #01a7b3;
}

.dark-mode .btn-compose {
    background: none repeat scroll 0 0 #ff6c60;
    color: #fff;
}

.dark-mode .btn-compose:hover {
    background: none repeat scroll 0 0 #f5675c;
    color: #fff;
}

.dark-mode .inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

.dark-mode ul.inbox-nav li a {
    color: #6a6a6a;
}

.dark-mode ul.inbox-nav li a:hover {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}

.dark-mode ul.inbox-nav li.active a {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}

.dark-mode ul.inbox-nav li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}

.dark-mode ul.inbox-nav li a i {
    color: #6a6a6a;
}

.dark-mode ul.labels-info li h4 {
    color: #5c5c5e;
}

.dark-mode ul.labels-info li a {
    color: #6a6a6a;
}

.dark-mode ul.labels-info li a:hover,
.dark-mode ul.labels-info li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}

.dark-mode .nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
}

.dark-mode .inbox-head .sr-input {
    color: #8a8a8a;
}

.dark-mode .inbox-head .sr-btn {
    color: #fff;
}

.dark-mode .table-inbox tr {
    border-bottom: 1px solid #32394e;
}

.dark-mode .table-inbox tr td .fa-star {
    color: rgba(255, 255, 255, 0.2);
}

.dark-mode .table-inbox tr td .fa-star.inbox-lefted,
.dark-mode .table-inbox tr td .fa-star:hover {
    color: rgba(255, 255, 255, 0.2);
}

.dark-mode .table-inbox tr td .fa-bookmark {
    color: rgba(255, 255, 255, 0.2);
}

.dark-mode .table-inbox tr td.view-message i {
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 1px solid #32394e;
    color: #5c678f;
}

.dark-mode .table-inbox tr.unread td {
    background: #303548;
    border-bottom: #32394e 1px solid;
}

.dark-mode .mail-option .chk-all,
.dark-mode .mail-option .btn-group a.btn {
    border: 1px solid #32394e;
}

.dark-mode .inbox-pagination a.np-btn {
    border: 1px solid #32394e;
}

.dark-mode .inbox-body .modal .modal-body input,
.dark-mode .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
}

.dark-mode .btn-sright {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}

.dark-mode .btn-sright:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
    background: none repeat scroll 0 0 #009da7;
}

.dark-mode .heading-inbox h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
}

.dark-mode .srighter-dropdown {
    background: none repeat scroll 0 0 1px solid #32394e;
    color: #777;
}

.dark-mode .view-mail a {
    color: #ff6c60;
}

.dark-mode .mail-chats {
    border-top: 1px solid rgba(128, 128, 128, 0.16);
}

.dark-mode .user p.u-name {
    color: #1f2127;
}

.dark-mode .user p.u-designation {
    color: #6b6f80;
}

.dark-mode div.online-status .status.online {
    background: rgba(0, 128, 0, 0.68);
}

.dark-mode .online-status .status.offline {
    background: rgba(255, 0, 0, 0.7);
}

.dark-mode .email-icon {
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.5);
    border: 1px solid #32394e;
    color: #5c678f;
}

.dark-mode .email-icon i {
    color: #ccd4e0;
}

.dark-mode .card .list-group.mail-inbox-elements {
    border-bottom: 1px solid #32394e !important;
}

.dark-mode .circles {
    background-color: #ccd4e0;
}

/*--- img container---*/
/* News ticker */
/*
     *  Accordion-Wizard-Form
     * ----------------------
     */
/*Horizontal Centerlogo */
/*----- clipboard-----*/
/*----- clipboard-----*/
/*---- IE11 Support ----*/
@media (max-width: 767px) {
    .dark-mode .search-show .mobile-main-header .search-element {
        background: #fff !important;
    }
}

@media (max-width: 576px) {
    .dark-mode .search-show .mobile-main-header .search-element {
        background: #fff !important;
    }

    .dark-mode .nav-link.icon .header-icon {
        background: transparent;
    }

    .dark-mode .pulse {
        background: #f72d66;
    }
}

@media (max-width: 767px) {
    .dark-mode .app-sidebar__toggle {
        border-right: 1px solid #32394e;
    }

    .dark-mode .pulse {
        background: #f72d66;
    }

    .dark-mode .dropdown-menu.show {
        top: 48px;
        box-shadow: -8px 12px 18px 0 rgba(15, 34, 58, 0.1);
    }

    .dark-mode .close-btn {
        color: #ccd4e0;
    }
}

/*------ Email services -------*/
/*------Email---------*/
.circle1:before {
    opacity: 0.7;
}

.dark-mode .circle-1 {
    background-color: #49b8e5;
}

.dark-mode .circle-1:before {
    background-color: #49b8e5;
}

.dark-mode .circle-2 {
    background-color: #1e98d4;
}

.dark-mode .circle-2:before {
    background-color: #1e98d4;
}

.dark-mode .circle-3 {
    background-color: #2a92d0;
}

.dark-mode .circle-3:before {
    background-color: #2a92d0;
}

.dark-mode .circle-4 {
    background-color: #3a88c8;
}

.dark-mode .circle-4:before {
    background-color: #3a88c8;
}

.dark-mode .circle-5 {
    background-color: #507cbe;
}

.dark-mode .circle-5:before {
    background-color: #507cbe;
}

.dark-mode .table {
    color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
}

.dark-mode .table th {
    border-top: 1px solid #32394e;
}

.dark-mode .text-wrap table th,
.dark-mode .text-wrap table td {
    border-top: 1px solid #32394e;
}

.dark-mode .table td {
    border-top: 1px solid #32394e;
}

.dark-mode .border {
    border: 1px solid #32394e;
}

.dark-mode .table thead th,
.dark-mode .text-wrap table thead th {
    border-bottom: 1px solid #32394e;
}

.dark-mode .table tbody+tbody,
.dark-mode .text-wrap table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.dark-mode .table .table,
.dark-mode .text-wrap table .table,
.dark-mode .table .text-wrap table {
    background-color: #f0f0f2;
}

.dark-mode .text-wrap .table table,
.dark-mode .text-wrap table table {
    background-color: #f0f0f2;
}

.dark-mode .table-bordered,
.dark-mode .text-wrap table,
.dark-mode .table-bordered th,
.dark-mode .text-wrap table th,
.dark-mode .table-bordered td,
.dark-mode .text-wrap table td {
    border: 1px solid #32394e;
}

.dark-mode .table-striped tbody tr:nth-of-type(odd) {
    background-color: #2a2e3f;
}

.dark-mode .table-hover tbody tr:hover {
    background-color: #303548;
}

.dark-mode .table-success {
    background-color: #38cb89;
}

.dark-mode .table-success>th,
.dark-mode .table-success>td {
    background-color: #38cb89;
}

.dark-mode .table-hover .table-success:hover {
    background-color: #c5e7a4;
}

.dark-mode .table-hover .table-success:hover>td,
.dark-mode .table-hover .table-success:hover>th {
    background-color: #c5e7a4;
}

.dark-mode .table-info {
    background-color: #cbe7fb;
}

.dark-mode .table-info>th,
.dark-mode .table-info>td {
    background-color: #cbe7fb;
}

.dark-mode .table-hover .table-info:hover {
    background-color: #b3dcf9;
}

.dark-mode .table-hover .table-info:hover>td,
.dark-mode .table-hover .table-info:hover>th {
    background-color: #b3dcf9;
}

.dark-mode .table-warning {
    background-color: #fbeebc;
}

.dark-mode .table-warning>th,
.dark-mode .table-warning>td {
    background-color: #fbeebc;
}

.dark-mode .table-hover .table-warning:hover {
    background-color: #fae8a4;
}

.dark-mode .table-hover .table-warning:hover>td,
.dark-mode .table-hover .table-warning:hover>th {
    background-color: #fae8a4;
}

.dark-mode .table-danger {
    background-color: #ef4b4b;
}

.dark-mode .table-danger>th,
.dark-mode .table-danger>td {
    background-color: #ef4b4b;
}

.dark-mode .table-hover .table-danger:hover {
    background-color: #ecacab;
}

.dark-mode .table-hover .table-danger:hover>td,
.dark-mode .table-hover .table-danger:hover>th {
    background-color: #ecacab;
}

.dark-mode .table-light {
    background-color: #fdfdfe;
}

.dark-mode .table-light>th,
.dark-mode .table-light>td {
    background-color: #fdfdfe;
}

.dark-mode .table-hover .table-light:hover {
    background-color: #ececf6;
}

.dark-mode .table-hover .table-light:hover>td,
.dark-mode .table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.dark-mode .table-dark {
    background-color: #c6c8ca;
}

.dark-mode .table-dark>th,
.dark-mode .table-dark>td {
    background-color: #c6c8ca;
}

.dark-mode .table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.dark-mode .table-hover .table-dark:hover>td,
.dark-mode .table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.dark-mode .table-active {
    background-color: rgba(0, 0, 0, 0.04);
}

.dark-mode .table-active>th,
.dark-mode .table-active>td {
    background-color: rgba(0, 0, 0, 0.04);
}

.dark-mode .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.dark-mode .table-hover .table-active:hover>td,
.dark-mode .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.04);
}

.dark-mode .table .thead-dark th,
.dark-mode .text-wrap table .thead-dark th {
    color: #f0f0f2;
    background-color: #212529;
    border-color: #32383e;
}

.dark-mode .table .thead-light th,
.dark-mode .text-wrap table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.dark-mode .table-dark {
    color: #f0f0f2;
    background-color: #212529;
}

.dark-mode .table-dark th,
.dark-mode .table-dark td,
.dark-mode .table-dark thead th {
    border-color: #32383e;
}

.dark-mode .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.dark-mode .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

.dark-mode .table th,
.dark-mode .text-wrap table th {
    color: #fff;
}

.dark-mode .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(79, 79, 101, 0.5);
}

.dark-mode .table-calender-link {
    background: #f8f9fa;
    color: #495057;
}

.dark-mode .table-calender-link:before {
    background: #467fcf;
}

.dark-mode .table-calender-link:hover {
    color: #fff;
    background: #467fcf;
}

.dark-mode .table-calender-link:hover:before {
    background: #fff;
}

.dark-mode .table-header:hover {
    color: #495057 !important;
}

.dark-mode .table-header-asc {
    color: #495057 !important;
}

.dark-mode .table-header-asc:after {
    content: '\f0de';
}

.dark-mode .table-header-desc {
    color: #495057 !important;
}

.dark-mode .table-header-desc:after {
    content: '\f0dd';
}

.dark-mode .table> :not(:last-child)> :last-child>* {
    border-bottom-color: #32394e;
}

.dark-mode .jvectormap-tip {
    background: #212529;
    color: white;
}

.dark-mode .jvectormap-zoomin,
.dark-mode .jvectormap-zoomout,
.dark-mode .jvectormap-goback {
    background: #292929;
}

.dark-mode .jvectormap-legright {
    background: black;
    color: white;
}

.dark-mode .mediaicon {
    color: #fff;
}

.dark-mode .defaultheader .form-control.header-search::-moz-placeholder {
    color: #fff !important;
}

.dark-mode .defaultheader .input-icon-addon,
.dark-mode .defaultheader .form-control.header-search::placeholder {
    color: #fff !important;
}

.dark-mode .form-fieldset {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

.dark-mode .form-help {
    color: #9aa0ac;
    background: #f8f9fa;
}

.dark-mode .form-help:hover,
.dark-mode .form-help[aria-describedby] {
    background: #467fcf;
    color: #fff;
}

.dark-mode .social-links li a {
    background: #f8f8f8;
    color: #9aa0ac;
}

.dark-mode .map-header:before {
    background: linear-gradient(to bottom, rgba(245, 247, 251, 0) 5%, #f0f0f2 95%);
}

.dark-mode .status-icon {
    background: currentColor;
}

.dark-mode .chart-circle-value small {
    color: #9aa0ac;
}

.dark-mode .chip {
    color: #6e7687;
    background-color: #e8ebf9;
}

.dark-mode a.chip:hover {
    color: #fff;
}

.dark-mode .stamp {
    color: #fff;
    background: #868e96;
}

.dark-mode .chat-message {
    background-color: #467fcf;
    color: #fff;
}

.dark-mode .chat-line-friright .chat-message {
    background-color: #f3f3f3;
    color: #495057;
}

.dark-mode .chat-line-friright .chat-message:after {
    border-right: 5px solid #f3f3f3;
}

.dark-mode .example-bg {
    background: #f0f0f2;
}

.dark-mode .highlight {
    border: 1px solid #32394e;
    background: #fcfcfc;
}

.dark-mode .highlight pre {
    background-color: #e3e2e5;
}

.dark-mode .timeline__item:after {
    background: #fff !important;
}

.dark-mode .timeline--horizontal .timeline-divider {
    background: #f0f0f2 !important;
}

.dark-mode .timeline__content {
    background-color: #fff;
}

.dark-mode #back-to-top {
    color: #fff;
}

.dark-mode .tabs-menu ul li a {
    border: 1px solid #32394e;
}

.dark-mode .tabs-menu ul li .active {
    color: #664dc9 !important;
}

.dark-mode .tabs-menu-body {
    border: 1px solid #32394e;
}

.dark-mode .item-card .cardtitle a {
    color: #8e9cad;
}

.dark-mode .features span {
    color: #43414e;
}

.dark-mode .feature .border {
    color: #fff;
}

.dark-mode .receipts-inline-table .tabs-menu1 ul li .active {
    background: #f0f0f2;
}

.dark-mode html {
    -webkit-tap-highlight-color: transparent;
}

.dark-mode .nav-sidebar li ul {
    background: #eeeeee;
}

/*------ Tables -----*/
/*----Profile----*/
/*-----Icon input-----*/
/***** time-line*****/
/*-----Back to Top-----*/
body.dark-mode {
    background: #212332;
    color: #e3e6f3;
}

.dark-mode a {
    color: #ccd4e0;
    background-color: transparent;
}

.dark-mode caption {
    color: #505662;
}

.dark-mode .bcolor {
    background-color: #cf4c3a !important;
}

.dark-mode .bcolor1 {
    background-color: #d6124a !important;
}

.dark-mode template {
    display: none;
}

[hidden] {
    display: none !important;
}

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode .h1,
.dark-mode .h2,
.dark-mode .h3,
.dark-mode .h4,
.dark-mode .h5,
.dark-mode .h6 {
    color: #ffffff;
}

.dark-mode h1,
.dark-mode .h1 {
    font-size: 2rem;
}

.dark-mode hr {
    border-top: 1px solid #32394e;
}

.dark-mode mark,
.dark-mode .mark {
    background-color: #fcf8e3;
}

.dark-mode #sidebar .list-unstyled li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.dark-mode .blockquote-footer {
    color: #868e96;
}

.dark-mode .img-thumbnail {
    background-color: #fff;
    border: 1px solid #32394e;
}

.dark-mode .figure-caption {
    color: #868e96;
}

.dark-mode a>code {
    color: inherit;
}

.dark-mode kbd {
    color: #fff;
    background-color: #343a40;
}

.dark-mode #global-loader {
    background: #212332;
}

.dark-mode .loader {
    border: 2px solid #ffffff;
    border-top: 2px solid #000000;
    opacity: 0;
}

.dark-mode .loader.animate {
    opacity: 1;
}

.dark-mode h2.animate {
    opacity: 1;
}

.dark-mode .custom-card.blue {
    color: #1687ed;
    background: #ebf5fd;
    border: 1px solid #5dacf2;
}

.dark-mode .custom-card.blue .loader {
    border-color: #99d0ff;
    border-top-color: #1687ed;
}

.dark-mode .custom-card.red {
    color: #ff0000;
    background: #ffe6e6;
    border: 1px solid #ff8080;
}

.dark-mode .custom-card.red .loader {
    border-color: #ff9696;
    border-top-color: #ff0000;
}

.dark-mode .custom-card.green {
    color: #007e08;
    background: #cbffce;
    border: 1px solid #00cb0d;
}

.dark-mode .custom-card.green .loader {
    border-color: #75cc7d;
    border-top-color: #007e08;
}

.dark-mode .default-card.default .loader {
    border-color: #e0e3f5;
}

.dark-mode .countrytable tr {
    border-bottom: 1px solid #32394e;
}

.dark-mode .file-manger.list-group-transparent .list-group-item.active {
    background: transparent;
}

.dark-mode .file-manger.list-group-transparent a i {
    color: #ccd4e0;
}

.dark-mode .file-manger-absolute-icon {
    color: #fff;
}

.dark-mode .profile-footer {
    background: #242635;
}

.dark-mode .option-dots {
    color: #ccd4e0;
}

.dark-mode .option-dots:hover,
.dark-mode .option-dots:focus,
.dark-mode .option-dots[aria-expanded="true"] {
    background: #212332;
}

.dark-mode .new-list2.option-dots {
    color: #ccd4e0;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.5);
    border: 1px solid #32394e;
}

.dark-mode .new-list2.option-dots:hover {
    background: #212332;
}

.dark-mode .ms-body .action-header {
    background: #292d3d;
}

.dark-mode hr.divider:after {
    background: rgba(240, 240, 242, 0.1);
    color: #f0f0f2;
    border: 1px solid rgba(240, 239, 241, 0.1);
}

.dark-mode .page-style1:before {
    background: #f0eff1;
}

.dark-mode .error-page:before {
    background: linear-gradient(to left, rgba(254, 96, 96, 0.7) 0%, rgba(227, 9, 113, 0.7) 100%);
}

.dark-mode .bg-style:before {
    background: linear-gradient(rgba(68, 84, 195, 0.9), rgba(68, 84, 195, 0.8)), url(../../assets/images/pattern/1.png);
    opacity: 0.8;
}

.dark-mode .bg-style .svg-icon {
    fill: #fff;
}

.dark-mode .title-style h1 {
    background: #fff;
}

.dark-mode .page-style2.page-style1:before {
    background: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.75)), url(../../assets/images/pattern/4.png);
}

.dark-mode .page-style1 .input-group-addon,
.dark-mode .page-style1 .input-group-append {
    border: 1px solid #32394e;
    background: #f0f0f2;
}

.dark-mode .page-style1 .form-control {
    border: 1px solid #32394e;
}

.dark-mode .page-style1 hr {
    border-top: 1px solid #32394e;
}

.dark-mode .page-style1 .custom-control-label:before {
    border: 1px solid #cccdd3;
}

.dark-mode .custom-progress {
    /* RESETS */
    background-color: #e8ebf2;
}

.dark-mode .custom-progress::-webkit-progress-bar {
    background-color: #e8ebf2;
}

.dark-mode .custom-progress::-webkit-progress-value,
.dark-mode .custom-progress::-moz-progress-bar,
.dark-mode .custom-progress::-ms-fill {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.dark-mode .card-pay .tabs-menu li a {
    background: #1d1f2b;
    border-right: 1px solid #32394e;
}

.dark-mode .card-pay .tabs-menu li a.active {
    color: #fff;
}

.dark-mode .html-code {
    background: #e3e2e5;
    border: 1px solid #32394e;
    color: #282d3c;
}

.dark-mode .header.bg-primary .form-control.header-search.bg-transparent.border-transparent {
    color: #fff;
}

.dark-mode .error-text {
    text-shadow: 7px 3px 3px rgba(0, 0, 0, 0.3);
}

.dark-mode .errorbgcolor {
    background-color: #9a8adb;
}

.dark-mode .error-text-color {
    color: #9a8adb;
}

.dark-mode .card-custom-icon {
    color: #e2e2e9;
}

.dark-mode .custom-control-input {
    opacity: 0;
}

.dark-mode .custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #d4e1f4;
}

.dark-mode .custom-control-input:disabled~.custom-control-label {
    color: #868e96;
}

.dark-mode .custom-control-input:disabled~.custom-control-label::before {
    background-color: #2a2e3f;
}

.dark-mode .custom-control-label::before {
    background-color: #dee2e6;
}

.dark-mode .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #212332;
    opacity: 0.5;
}

.dark-mode .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(70, 127, 207, 0.5);
}

.dark-mode .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #4454c3;
    opacity: 0.5;
}

.dark-mode .custom-select {
    color: #ccd4e0;
    background: #2a2e3f;
    border: 1px solid #32394e;
}

.dark-mode .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.dark-mode .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef;
}

.dark-mode .custom-file-input:focus~.custom-file-label {
    border-color: #1991eb;
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.dark-mode .custom-file-input:focus~.custom-file-label::after {
    border-color: #1991eb;
}

.dark-mode .custom-file-label {
    color: #ccd4e0;
    background-color: #2a2e3f;
    border: 1px solid #32394e;
}

.dark-mode .custom-file-label::after {
    color: #fff;
}

.dark-mode .custom-range::-webkit-slider-thumb:focus {
    box-shadow: 0 0 0 1px #f0f0f2, 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.dark-mode .custom-range::-webkit-slider-thumb:active {
    background-color: #d4e1f4;
}

.dark-mode .custom-range::-webkit-slider-runnable-track {
    color: transparent;
    background-color: #dee2e6;
    border-color: transparent;
    background: #467fcf;
}

.dark-mode .custom-range::-moz-range-thumb:focus {
    box-shadow: 0 0 0 1px #f0f0f2, 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.dark-mode .custom-range::-moz-range-thumb:active {
    background-color: #d4e1f4;
}

.dark-mode .custom-range::-moz-range-track {
    color: transparent;
    background-color: #dee2e6;
    border-color: transparent;
    background: rgba(0, 50, 126, 0.12);
}

.dark-mode .custom-range::-ms-thumb {
    background: #fff;
    border: 1px solid rgba(0, 30, 75, 0.12);
}

.dark-mode .custom-range::-ms-thumb:focus {
    box-shadow: 0 0 0 1px #f0f0f2, 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.dark-mode .custom-range::-ms-thumb:active {
    background-color: #d4e1f4;
}

.dark-mode .custom-control-label:before {
    border: 1px solid #4b5673;
    background-color: #212332;
}

.dark-mode .input-group-prepend>.btn,
.dark-mode .input-group-append>.btn,
.dark-mode .input-group-btn>.btn {
    border-color: rgba(0, 40, 100, 0.12);
}

.dark-mode .custom-range:focus::-webkit-slider-thumb,
.dark-mode .custom-range:focus::-moz-range-thumb,
.dark-mode .custom-range:focus::-ms-thumb {
    border-color: #467fcf;
    background-color: #467fcf;
}

.dark-mode .custom-range::-webkit-slider-thumb {
    background: #fff;
    box-shadow: 1px 0 0 -6px rgba(0, 50, 126, 0.12), 6px 0 0 -6px rgba(0, 50, 126, 0.12), 7px 0 0 -6px rgba(0, 50, 126, 0.12), 8px 0 0 -6px rgba(0, 50, 126, 0.12), 9px 0 0 -6px rgba(0, 50, 126, 0.12), 10px 0 0 -6px rgba(0, 50, 126, 0.12), 11px 0 0 -6px rgba(0, 50, 126, 0.12), 12px 0 0 -6px rgba(0, 50, 126, 0.12), 13px 0 0 -6px rgba(0, 50, 126, 0.12), 14px 0 0 -6px rgba(0, 50, 126, 0.12), 15px 0 0 -6px rgba(0, 50, 126, 0.12), 16px 0 0 -6px rgba(0, 50, 126, 0.12), 17px 0 0 -6px rgba(0, 50, 126, 0.12), 18px 0 0 -6px rgba(0, 50, 126, 0.12), 19px 0 0 -6px rgba(0, 50, 126, 0.12), 20px 0 0 -6px rgba(0, 50, 126, 0.12), 21px 0 0 -6px rgba(0, 50, 126, 0.12), 22px 0 0 -6px rgba(0, 50, 126, 0.12), 23px 0 0 -6px rgba(0, 50, 126, 0.12), 24px 0 0 -6px rgba(0, 50, 126, 0.12), 25px 0 0 -6px rgba(0, 50, 126, 0.12), 26px 0 0 -6px rgba(0, 50, 126, 0.12), 27px 0 0 -6px rgba(0, 50, 126, 0.12), 28px 0 0 -6px rgba(0, 50, 126, 0.12), 29px 0 0 -6px rgba(0, 50, 126, 0.12), 30px 0 0 -6px rgba(0, 50, 126, 0.12), 31px 0 0 -6px rgba(0, 50, 126, 0.12), 32px 0 0 -6px rgba(0, 50, 126, 0.12), 33px 0 0 -6px rgba(0, 50, 126, 0.12), 34px 0 0 -6px rgba(0, 50, 126, 0.12), 35px 0 0 -6px rgba(0, 50, 126, 0.12), 36px 0 0 -6px rgba(0, 50, 126, 0.12), 37px 0 0 -6px rgba(0, 50, 126, 0.12), 38px 0 0 -6px rgba(0, 50, 126, 0.12), 39px 0 0 -6px rgba(0, 50, 126, 0.12), 40px 0 0 -6px rgba(0, 50, 126, 0.12), 41px 0 0 -6px rgba(0, 50, 126, 0.12), 42px 0 0 -6px rgba(0, 50, 126, 0.12), 43px 0 0 -6px rgba(0, 50, 126, 0.12), 44px 0 0 -6px rgba(0, 50, 126, 0.12), 45px 0 0 -6px rgba(0, 50, 126, 0.12), 46px 0 0 -6px rgba(0, 50, 126, 0.12), 47px 0 0 -6px rgba(0, 50, 126, 0.12), 48px 0 0 -6px rgba(0, 50, 126, 0.12), 49px 0 0 -6px rgba(0, 50, 126, 0.12), 50px 0 0 -6px rgba(0, 50, 126, 0.12), 51px 0 0 -6px rgba(0, 50, 126, 0.12), 52px 0 0 -6px rgba(0, 50, 126, 0.12), 53px 0 0 -6px rgba(0, 50, 126, 0.12), 54px 0 0 -6px rgba(0, 50, 126, 0.12), 55px 0 0 -6px rgba(0, 50, 126, 0.12), 56px 0 0 -6px rgba(0, 50, 126, 0.12), 57px 0 0 -6px rgba(0, 50, 126, 0.12), 58px 0 0 -6px rgba(0, 50, 126, 0.12), 59px 0 0 -6px rgba(0, 50, 126, 0.12), 60px 0 0 -6px rgba(0, 50, 126, 0.12), 61px 0 0 -6px rgba(0, 50, 126, 0.12), 62px 0 0 -6px rgba(0, 50, 126, 0.12), 63px 0 0 -6px rgba(0, 50, 126, 0.12), 64px 0 0 -6px rgba(0, 50, 126, 0.12), 65px 0 0 -6px rgba(0, 50, 126, 0.12), 66px 0 0 -6px rgba(0, 50, 126, 0.12), 67px 0 0 -6px rgba(0, 50, 126, 0.12), 68px 0 0 -6px rgba(0, 50, 126, 0.12), 69px 0 0 -6px rgba(0, 50, 126, 0.12), 70px 0 0 -6px rgba(0, 50, 126, 0.12), 71px 0 0 -6px rgba(0, 50, 126, 0.12), 72px 0 0 -6px rgba(0, 50, 126, 0.12), 73px 0 0 -6px rgba(0, 50, 126, 0.12), 74px 0 0 -6px rgba(0, 50, 126, 0.12), 75px 0 0 -6px rgba(0, 50, 126, 0.12), 76px 0 0 -6px rgba(0, 50, 126, 0.12), 77px 0 0 -6px rgba(0, 50, 126, 0.12), 78px 0 0 -6px rgba(0, 50, 126, 0.12), 79px 0 0 -6px rgba(0, 50, 126, 0.12), 80px 0 0 -6px rgba(0, 50, 126, 0.12), 81px 0 0 -6px rgba(0, 50, 126, 0.12), 82px 0 0 -6px rgba(0, 50, 126, 0.12), 83px 0 0 -6px rgba(0, 50, 126, 0.12), 84px 0 0 -6px rgba(0, 50, 126, 0.12), 85px 0 0 -6px rgba(0, 50, 126, 0.12), 86px 0 0 -6px rgba(0, 50, 126, 0.12), 87px 0 0 -6px rgba(0, 50, 126, 0.12), 88px 0 0 -6px rgba(0, 50, 126, 0.12), 89px 0 0 -6px rgba(0, 50, 126, 0.12), 90px 0 0 -6px rgba(0, 50, 126, 0.12), 91px 0 0 -6px rgba(0, 50, 126, 0.12), 92px 0 0 -6px rgba(0, 50, 126, 0.12), 93px 0 0 -6px rgba(0, 50, 126, 0.12), 94px 0 0 -6px rgba(0, 50, 126, 0.12), 95px 0 0 -6px rgba(0, 50, 126, 0.12), 96px 0 0 -6px rgba(0, 50, 126, 0.12), 97px 0 0 -6px rgba(0, 50, 126, 0.12), 98px 0 0 -6px rgba(0, 50, 126, 0.12), 99px 0 0 -6px rgba(0, 50, 126, 0.12), 100px 0 0 -6px rgba(0, 50, 126, 0.12), 101px 0 0 -6px rgba(0, 50, 126, 0.12), 102px 0 0 -6px rgba(0, 50, 126, 0.12), 103px 0 0 -6px rgba(0, 50, 126, 0.12), 104px 0 0 -6px rgba(0, 50, 126, 0.12), 105px 0 0 -6px rgba(0, 50, 126, 0.12), 106px 0 0 -6px rgba(0, 50, 126, 0.12), 107px 0 0 -6px rgba(0, 50, 126, 0.12), 108px 0 0 -6px rgba(0, 50, 126, 0.12), 109px 0 0 -6px rgba(0, 50, 126, 0.12), 110px 0 0 -6px rgba(0, 50, 126, 0.12), 111px 0 0 -6px rgba(0, 50, 126, 0.12), 112px 0 0 -6px rgba(0, 50, 126, 0.12), 113px 0 0 -6px rgba(0, 50, 126, 0.12), 114px 0 0 -6px rgba(0, 50, 126, 0.12), 115px 0 0 -6px rgba(0, 50, 126, 0.12), 116px 0 0 -6px rgba(0, 50, 126, 0.12), 117px 0 0 -6px rgba(0, 50, 126, 0.12), 118px 0 0 -6px rgba(0, 50, 126, 0.12), 119px 0 0 -6px rgba(0, 50, 126, 0.12), 120px 0 0 -6px rgba(0, 50, 126, 0.12), 121px 0 0 -6px rgba(0, 50, 126, 0.12), 122px 0 0 -6px rgba(0, 50, 126, 0.12), 123px 0 0 -6px rgba(0, 50, 126, 0.12), 124px 0 0 -6px rgba(0, 50, 126, 0.12), 125px 0 0 -6px rgba(0, 50, 126, 0.12), 126px 0 0 -6px rgba(0, 50, 126, 0.12), 127px 0 0 -6px rgba(0, 50, 126, 0.12), 128px 0 0 -6px rgba(0, 50, 126, 0.12), 129px 0 0 -6px rgba(0, 50, 126, 0.12), 130px 0 0 -6px rgba(0, 50, 126, 0.12), 131px 0 0 -6px rgba(0, 50, 126, 0.12), 132px 0 0 -6px rgba(0, 50, 126, 0.12), 133px 0 0 -6px rgba(0, 50, 126, 0.12), 134px 0 0 -6px rgba(0, 50, 126, 0.12), 135px 0 0 -6px rgba(0, 50, 126, 0.12), 136px 0 0 -6px rgba(0, 50, 126, 0.12), 137px 0 0 -6px rgba(0, 50, 126, 0.12), 138px 0 0 -6px rgba(0, 50, 126, 0.12), 139px 0 0 -6px rgba(0, 50, 126, 0.12), 140px 0 0 -6px rgba(0, 50, 126, 0.12), 141px 0 0 -6px rgba(0, 50, 126, 0.12), 142px 0 0 -6px rgba(0, 50, 126, 0.12), 143px 0 0 -6px rgba(0, 50, 126, 0.12), 144px 0 0 -6px rgba(0, 50, 126, 0.12), 145px 0 0 -6px rgba(0, 50, 126, 0.12), 146px 0 0 -6px rgba(0, 50, 126, 0.12), 147px 0 0 -6px rgba(0, 50, 126, 0.12), 148px 0 0 -6px rgba(0, 50, 126, 0.12), 149px 0 0 -6px rgba(0, 50, 126, 0.12), 150px 0 0 -6px rgba(0, 50, 126, 0.12), 151px 0 0 -6px rgba(0, 50, 126, 0.12), 152px 0 0 -6px rgba(0, 50, 126, 0.12), 153px 0 0 -6px rgba(0, 50, 126, 0.12), 154px 0 0 -6px rgba(0, 50, 126, 0.12), 155px 0 0 -6px rgba(0, 50, 126, 0.12), 156px 0 0 -6px rgba(0, 50, 126, 0.12), 157px 0 0 -6px rgba(0, 50, 126, 0.12), 158px 0 0 -6px rgba(0, 50, 126, 0.12), 159px 0 0 -6px rgba(0, 50, 126, 0.12), 160px 0 0 -6px rgba(0, 50, 126, 0.12), 161px 0 0 -6px rgba(0, 50, 126, 0.12), 162px 0 0 -6px rgba(0, 50, 126, 0.12), 163px 0 0 -6px rgba(0, 50, 126, 0.12), 164px 0 0 -6px rgba(0, 50, 126, 0.12), 165px 0 0 -6px rgba(0, 50, 126, 0.12), 166px 0 0 -6px rgba(0, 50, 126, 0.12), 167px 0 0 -6px rgba(0, 50, 126, 0.12), 168px 0 0 -6px rgba(0, 50, 126, 0.12), 169px 0 0 -6px rgba(0, 50, 126, 0.12), 170px 0 0 -6px rgba(0, 50, 126, 0.12), 171px 0 0 -6px rgba(0, 50, 126, 0.12), 172px 0 0 -6px rgba(0, 50, 126, 0.12), 173px 0 0 -6px rgba(0, 50, 126, 0.12), 174px 0 0 -6px rgba(0, 50, 126, 0.12), 175px 0 0 -6px rgba(0, 50, 126, 0.12), 176px 0 0 -6px rgba(0, 50, 126, 0.12), 177px 0 0 -6px rgba(0, 50, 126, 0.12), 178px 0 0 -6px rgba(0, 50, 126, 0.12), 179px 0 0 -6px rgba(0, 50, 126, 0.12), 180px 0 0 -6px rgba(0, 50, 126, 0.12), 181px 0 0 -6px rgba(0, 50, 126, 0.12), 182px 0 0 -6px rgba(0, 50, 126, 0.12), 183px 0 0 -6px rgba(0, 50, 126, 0.12), 184px 0 0 -6px rgba(0, 50, 126, 0.12), 185px 0 0 -6px rgba(0, 50, 126, 0.12), 186px 0 0 -6px rgba(0, 50, 126, 0.12), 187px 0 0 -6px rgba(0, 50, 126, 0.12), 188px 0 0 -6px rgba(0, 50, 126, 0.12), 189px 0 0 -6px rgba(0, 50, 126, 0.12), 190px 0 0 -6px rgba(0, 50, 126, 0.12), 191px 0 0 -6px rgba(0, 50, 126, 0.12), 192px 0 0 -6px rgba(0, 50, 126, 0.12), 193px 0 0 -6px rgba(0, 50, 126, 0.12), 194px 0 0 -6px rgba(0, 50, 126, 0.12), 195px 0 0 -6px rgba(0, 50, 126, 0.12), 196px 0 0 -6px rgba(0, 50, 126, 0.12), 197px 0 0 -6px rgba(0, 50, 126, 0.12), 198px 0 0 -6px rgba(0, 50, 126, 0.12), 199px 0 0 -6px rgba(0, 50, 126, 0.12), 200px 0 0 -6px rgba(0, 50, 126, 0.12), 201px 0 0 -6px rgba(0, 50, 126, 0.12), 202px 0 0 -6px rgba(0, 50, 126, 0.12), 203px 0 0 -6px rgba(0, 50, 126, 0.12), 204px 0 0 -6px rgba(0, 50, 126, 0.12), 205px 0 0 -6px rgba(0, 50, 126, 0.12), 206px 0 0 -6px rgba(0, 50, 126, 0.12), 207px 0 0 -6px rgba(0, 50, 126, 0.12), 208px 0 0 -6px rgba(0, 50, 126, 0.12), 209px 0 0 -6px rgba(0, 50, 126, 0.12), 210px 0 0 -6px rgba(0, 50, 126, 0.12), 211px 0 0 -6px rgba(0, 50, 126, 0.12), 212px 0 0 -6px rgba(0, 50, 126, 0.12), 213px 0 0 -6px rgba(0, 50, 126, 0.12), 214px 0 0 -6px rgba(0, 50, 126, 0.12), 215px 0 0 -6px rgba(0, 50, 126, 0.12), 216px 0 0 -6px rgba(0, 50, 126, 0.12), 217px 0 0 -6px rgba(0, 50, 126, 0.12), 218px 0 0 -6px rgba(0, 50, 126, 0.12), 219px 0 0 -6px rgba(0, 50, 126, 0.12), 220px 0 0 -6px rgba(0, 50, 126, 0.12), 221px 0 0 -6px rgba(0, 50, 126, 0.12), 222px 0 0 -6px rgba(0, 50, 126, 0.12), 223px 0 0 -6px rgba(0, 50, 126, 0.12), 224px 0 0 -6px rgba(0, 50, 126, 0.12), 225px 0 0 -6px rgba(0, 50, 126, 0.12), 226px 0 0 -6px rgba(0, 50, 126, 0.12), 227px 0 0 -6px rgba(0, 50, 126, 0.12), 228px 0 0 -6px rgba(0, 50, 126, 0.12), 229px 0 0 -6px rgba(0, 50, 126, 0.12), 230px 0 0 -6px rgba(0, 50, 126, 0.12), 231px 0 0 -6px rgba(0, 50, 126, 0.12), 232px 0 0 -6px rgba(0, 50, 126, 0.12), 233px 0 0 -6px rgba(0, 50, 126, 0.12), 234px 0 0 -6px rgba(0, 50, 126, 0.12), 235px 0 0 -6px rgba(0, 50, 126, 0.12), 236px 0 0 -6px rgba(0, 50, 126, 0.12), 237px 0 0 -6px rgba(0, 50, 126, 0.12), 238px 0 0 -6px rgba(0, 50, 126, 0.12), 239px 0 0 -6px rgba(0, 50, 126, 0.12), 240px 0 0 -6px rgba(0, 50, 126, 0.12);
    border: 1px solid rgba(0, 30, 75, 0.12);
}

.dark-mode .custom-range::-moz-range-thumb {
    background: #fff;
    border: 1px solid rgba(0, 30, 75, 0.12);
}

.dark-mode .custom-range::-moz-range-progress {
    background: #467fcf;
}

.dark-mode .custom-range::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.dark-mode .custom-range::-ms-fill-lower {
    background: #467fcf;
    background-color: #dee2e6;
}

.dark-mode .custom-range::-ms-fill-upper {
    background: rgba(0, 50, 126, 0.12);
    background-color: #dee2e6;
}

.dark-mode .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #32394e;
    border-color: #32394e;
}

.dark-mode .ui-datepicker {
    background-color: #212332;
    border: 1px solid #32394e;
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.5);
}

.dark-mode .ui-datepicker .ui-datepicker-header {
    color: #473b52;
    background-color: transparent;
}

.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    text-indent: -99999px;
    color: #6c757d;
}

.dark-mode .dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover::before {
    color: #343a40;
}

.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus::before {
    color: #343a40;
}

.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover::before,
.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus::before {
    color: #343a40;
}

.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,
.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
    color: #495057;
    background-color: transparent;
}

.dark-mode .ui-datepicker .ui-datepicker-calender {
    background-color: transparent;
}

.dark-mode .ui-datepicker .ui-datepicker-calender th {
    color: #98a1b5;
}

.dark-mode .ui-datepicker .ui-datepicker-calender td {
    border: 1px solid transparent;
    background-color: #fff;
}

.dark-mode .ui-datepicker .ui-datepicker-calender td.ui-datepicker-other-month .ui-state-default {
    color: #ced1da;
}

.dark-mode .ui-datepicker .ui-datepicker-calender td span {
    background-color: #fff;
    color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
}

.dark-mode .ui-datepicker .ui-datepicker-calender td a {
    background-color: #fff;
    color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
}

.dark-mode .ui-datepicker .ui-datepicker-calender td a:hover {
    color: #fff;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
}

.dark-mode .ui-datepicker .ui-datepicker-calender .ui-datepicker-today a {
    color: #fff;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
}

.dark-mode .model-wrapper-demo {
    background: #f0f0f2;
}

.dark-mode .custom-checkbox:before {
    background-color: transparent;
}

.dark-mode .form-control {
    color: #6b6f80;
    background-color: #2a2e3f;
}

.dark-mode .select2-container--default .select2-selection--single {
    background-color: #2a2e3f;
    border: 1px solid #32394e !important;
}

.dark-mode .select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #eff6f6;
    background-color: #2a2e3f;
    border-color: #32394e;
}

.dark-mode .select2-container--default .select2-selection--multiple {
    background-color: #2a2e3f;
    border: 1px solid #32394e !important;
    cursor: text;
}

.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #32394e !important;
}

.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #212332 !important;
    border: 1px solid #32394e !important;
}

.dark-mode .form-control::-ms-expand {
    background-color: transparent;
}

.dark-mode .form-control:focus {
    color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
    background-color: #2a2e3f;
}

.dark-mode .form-control::-webkit-input-placeholder,
.dark-mode .form-control::-moz-placeholder,
.dark-mode .form-control:-ms-input-placeholder,
.dark-mode .form-control::-ms-input-placeholder {
    color: #b3bdca;
    opacity: 1;
}

.dark-mode .search-input::-webkit-input-placeholder,
.dark-mode .search-input::-moz-placeholder,
.dark-mode .search-input:-ms-input-placeholder,
.dark-mode .search-input::-ms-input-placeholder {
    color: #b3bdca;
    opacity: 1;
}

.dark-mode input::-webkit-input-placeholder,
.dark-mode input::-moz-placeholder,
.dark-mode input:-ms-input-placeholder,
.dark-mode input::-ms-input-placeholder {
    color: #b3bdca;
    opacity: 1;
}

.dark-mode .form-control {
    color: rgba(255, 255, 255, 0.8);
}

.dark-mode .form-control:disabled,
.dark-mode .form-control[readonly] {
    background-color: #2a2e3f;
    opacity: 1;
}

.dark-mode .select2-container--default .select2-selection--single .select2-selection__rrightered {
    color: #444;
}

.dark-mode select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #2a2e3f;
}

.dark-mode .form-control-plaintext {
    color: #495057;
    background-color: transparent;
    border: solid transparent;
}

.dark-mode .custom-control-input:disabled~.custom-control-label {
    color: #505662;
}

.dark-mode .valid-feedback {
    color: #2dce89;
}

.dark-mode .valid-tooltip {
    color: #fff;
    background-color: rgba(94, 186, 0, 0.8);
}

.dark-mode .was-validated .form-control:valid,
.dark-mode .form-control.is-valid,
.dark-mode .was-validated .custom-select:valid,
.dark-mode .custom-select.is-valid {
    border-color: #2dce89;
}

.dark-mode .was-validated .form-control:valid:focus,
.dark-mode .form-control.is-valid:focus,
.dark-mode .was-validated .custom-select:valid:focus,
.dark-mode .custom-select.is-valid:focus {
    border-color: #2dce89;
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}

.dark-mode .was-validated .custom-control-input:valid~.custom-control-label,
.dark-mode .custom-control-input.is-valid~.custom-control-label {
    color: #2dce89;
}

.dark-mode .was-validated .custom-control-input:valid~.custom-control-label::before,
.dark-mode .custom-control-input.is-valid~.custom-control-label::before {
    background-color: #9eff3b;
}

.dark-mode .was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.dark-mode .custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #78ed00;
}

.dark-mode .was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.dark-mode .custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #f0f0f2, 0 0 0 2px rgba(94, 186, 0, 0.25);
}

.dark-mode .was-validated .custom-file-input:valid~.custom-file-label,
.dark-mode .custom-file-input.is-valid~.custom-file-label {
    border-color: #2dce89;
}

.dark-mode .was-validated .custom-file-input:valid~.custom-file-label::before,
.dark-mode .custom-file-input.is-valid~.custom-file-label::before {
    border-color: inherit;
}

.dark-mode .was-validated .custom-file-input:valid:focus~.custom-file-label,
.dark-mode .custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}

.dark-mode .invalid-feedback {
    color: #dc0441;
}

.dark-mode .invalid-tooltip {
    color: #fff;
    background-color: rgba(205, 32, 31, 0.8);
}

.dark-mode .was-validated .form-control:invalid,
.dark-mode .form-control.is-invalid,
.dark-mode .was-validated .custom-select:invalid,
.dark-mode .custom-select.is-invalid {
    border-color: #dc0441;
}

.dark-mode .was-validated .form-control:invalid:focus,
.dark-mode .form-control.is-invalid:focus,
.dark-mode .was-validated .custom-select:invalid:focus,
.dark-mode .custom-select.is-invalid:focus {
    border-color: #dc0441;
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25);
}

.dark-mode .was-validated .custom-control-input:invalid~.custom-control-label,
.dark-mode .custom-control-input.is-invalid~.custom-control-label,
.dark-mode .was-validated .custom-control-input:invalid~.custom-control-label,
.dark-mode .custom-control-input.is-invalid~.custom-control-label {
    color: #dc0441;
}

.dark-mode .was-validated .custom-control-input:invalid~.custom-control-label::before,
.dark-mode .custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #ec8080;
}

.dark-mode .was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.dark-mode .custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e23e3d;
}

.dark-mode .was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.dark-mode .custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #f0f0f2, 0 0 0 2px rgba(205, 32, 31, 0.25);
}

.dark-mode .was-validated .custom-file-input:invalid~.custom-file-label,
.dark-mode .custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc0441;
}

.dark-mode .was-validated .custom-file-input:invalid~.custom-file-label::before,
.dark-mode .custom-file-input.is-invalid~.custom-file-label::before {
    border-color: inherit;
}

.dark-mode .was-validated .custom-file-input:invalid:focus~.custom-file-label,
.dark-mode .custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25);
}

.dark-mode .wizard {
    border: 1px solid #32394e;
    background-color: #2a2e3f;
}

.dark-mode .wizard>.steps a {
    color: #14112d;
}

.dark-mode .wizard>.steps a:hover,
.dark-mode .wizard>.steps a:active {
    color: #14112d;
}

.dark-mode .wizard>.steps a .number,
.dark-mode .wizard>.steps a:hover .number,
.dark-mode .wizard>.steps a:active .number {
    color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
    background-color: #212332;
}

.dark-mode .wizard>.steps .disabled a {
    color: #737688;
}

.dark-mode .wizard>.steps .disabled a:hover,
.dark-mode .wizard>.steps .disabled a:active {
    color: #737688;
}

.dark-mode .wizard>.steps .current a .title,
.dark-mode .wizard>.steps .current a:hover .title,
.dark-mode .wizard>.steps .current a:active .title {
    display: inline-block;
}

.dark-mode .wizard>.steps .done a {
    color: rgba(112, 94, 200, 0.7);
}

.dark-mode .wizard>.steps .done a:hover,
.dark-mode .wizard>.steps .done a:active {
    color: rgba(112, 94, 200, 0.7);
}

.dark-mode .wizard>.steps .done a .number,
.dark-mode .wizard>.steps .done a:hover .number,
.dark-mode .wizard>.steps .done a:active .number {
    background: rgba(112, 94, 200, 0.7);
    color: #fff;
}

.dark-mode .wizard>.content {
    border-top: 1px solid #32394e;
    border-bottom: 1px solid #32394e;
}

.dark-mode .wizard>.content>.title {
    color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
}

.dark-mode .wizard>.content>.body input.parsley-error {
    border-color: #ff5c77;
}

.dark-mode .wizard>.actions>ul>li:last-child a {
    background-color: #2dce89;
}

.dark-mode .wizard>.actions a {
    color: #fff;
}

.dark-mode .wizard>.actions a:hover,
.dark-mode .wizard>.actions a:active {
    color: #fff;
}

.dark-mode .wizard>.actions .disabled a {
    background-color: #5b73e8;
    color: #fff;
}

.dark-mode .wizard>.actions .disabled a:hover,
.dark-mode .wizard>.actions .disabled a:active {
    background-color: #5b73e8;
    color: #fff;
}

.dark-mode .wizard-style-1>.steps>ul a .number,
.dark-mode .wizard-style-1>.steps>ul a:hover .number,
.dark-mode .wizard-style-1>.steps>ul a:active .number {
    color: #737688;
    background-color: #f3f7fd;
}

.dark-mode .wizard-style-1>.steps>ul .done a .number,
.dark-mode .wizard-style-1>.steps>ul .done a:hover .number,
.dark-mode .wizard-style-1>.steps>ul .done a:active .number {
    background-color: #643ab0;
    color: #fff;
}

.dark-mode .wizard-style-2>.steps>ul a .number,
.dark-mode .wizard-style-2>.steps>ul a:hover .number,
.dark-mode .wizard-style-2>.steps>ul a:active .number {
    border: 2px solid #f3f7fd;
    color: #737688;
    background-color: #fff;
}

.dark-mode .wizard-style-2>.steps>ul .done a .number,
.dark-mode .wizard-style-2>.steps>ul .done a:hover .number,
.dark-mode .wizard-style-2>.steps>ul .done a:active .number {
    border-color: #8c3feb;
    color: #8c3feb;
}

.dark-mode .parsley-required {
    color: #ff5c77;
}

.dark-mode .input-group-addon {
    color: #b7bec5;
    border: 1px solid #32394e;
}

.dark-mode .input-group-text {
    color: #ccd4e0 !important;
    background-color: #2a2e3f;
    border: 1px solid #32394e;
}

.dark-mode .selectgroup-button {
    border: 1px solid #32394e;
    color: #9aa0ac;
}

.dark-mode .selectgroup-input:checked+.selectgroup-button {
    background: #212332;
}

.dark-mode .custom-switch-indicator {
    background: #212332;
    border: 1px solid #32394e;
}

.dark-mode .custom-switch-indicator:before {
    background: #3c4165;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.dark-mode .custom-switch-input:checked~.custom-switch-indicator {
    background: #664dc9;
}

.dark-mode .custom-switch-input:checked~.custom-switch-indicator:before {
    background: #3c4165;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.dark-mode .custom-switch-indicator-lg {
    background: #212332;
}

.dark-mode .custom-switch-indicator-lg:before {
    background: #3c4165;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.dark-mode .custom-switch-indicator-xl {
    background: #212332;
    border: 1px solid #32394e;
}

.dark-mode .custom-switch-indicator-xl:before {
    background: #3c4165;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.dark-mode .custom-switch-description {
    color: #6e7687;
}

.dark-mode .custom-switch-input:checked~.custom-switch-description {
    color: #495057;
}

.dark-mode .material-switch>label::before {
    background: #77778e;
    box-shadow: inset 0px 0px 10px #2a263580;
}

.dark-mode .material-switch>label::after {
    background: #3d3d5a;
    box-shadow: 0px 0px 5px #2a2635e6;
}

.dark-mode .material-switch>input[type="checkbox"]:checked+label::before {
    opacity: 0.5;
}

.dark-mode .label-default {
    background: #f3f4f7;
}

.dark-mode .label-success {
    background: #2dce89;
}

.dark-mode .label-danger {
    background: #dc0441;
}

.dark-mode .label-warning {
    background: #ecb403;
}

.dark-mode .label-info {
    background: #45aaf2;
}

.dark-mode .imagecheck-figure {
    border: 1px solid #32394e;
}

.dark-mode .imagecheck-input:focus~.imagecheck-figure {
    border-color: #467fcf;
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.dark-mode .imagecheck-input:checked~.imagecheck-figure {
    border-color: rgba(0, 40, 100, 0.24);
}

.dark-mode .imagecheck-figure:before {
    background: #467fcf url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
    color: #fff;
    opacity: 0;
}

.dark-mode .imagecheck-input:checked~.imagecheck-figure:before {
    opacity: 1;
}

.dark-mode .imagecheck-image {
    opacity: .64;
}

.dark-mode .imagecheck:hover .imagecheck-image {
    opacity: 1;
}

.dark-mode .imagecheck-input:focus~.imagecheck-figure .imagecheck-image,
.dark-mode .imagecheck-input:checked~.imagecheck-figure .imagecheck-image {
    opacity: 1;
}

.dark-mode .imagecheck-caption {
    color: #9aa0ac;
}

.dark-mode .imagecheck:hover .imagecheck-caption {
    color: #495057;
}

.dark-mode .imagecheck-input:focus~.imagecheck-figure .imagecheck-caption,
.dark-mode .imagecheck-input:checked~.imagecheck-figure .imagecheck-caption {
    color: #495057;
}

.dark-mode .colorinput-input {
    opacity: 0;
}

.dark-mode .colorinput-color {
    border: 1px solid #32394e;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.dark-mode .colorinput-input:checked~.colorinput-color:before {
    opacity: 1;
}

.dark-mode .colorinput-input:focus~.colorinput-color {
    border-color: #467fcf;
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.dark-mode .selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 0 12px 4px #fff;
}

.dark-mode .selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.dark-mode .selectize-dropdown-header {
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
}

.dark-mode .selectize-dropdown-header-close {
    color: #495057;
}

.dark-mode .selectize-dropdown-header-close:hover {
    color: #000;
}

.dark-mode .selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
}

.dark-mode .selectize-control.plugin-remove_button [data-value] .remove {
    border-left: 1px solid #d0d0d0;
}

.dark-mode .selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}

.dark-mode .selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}

.dark-mode .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff;
}

.dark-mode .selectize-dropdown {
    color: #495057;
}

.dark-mode .selectize-input {
    color: #495057;
    background: #fff;
}

.dark-mode .selectize-input input {
    color: #495057;
}

.dark-mode .selectize-control.single .selectize-input.input-active {
    background: #fff;
}

.dark-mode .selectize-input {
    border: 1px solid #32394e;
    transition: .3s border-color, .3s box-shadow;
}

.dark-mode .selectize-control.multi .selectize-input.has-items {
    padding: 7px 0.75rem 4px 7px;
}

.dark-mode .selectize-input.full {
    background-color: #fff;
}

.dark-mode .selectize-input.focus {
    border-color: #467fcf;
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.dark-mode .selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
}

.dark-mode .selectize-control.multi .selectize-input>div {
    background: #e9ecef;
    color: #495057;
    border: 0 solid rgba(0, 40, 100, 0.12);
}

.dark-mode .selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}

.dark-mode .selectize-control.multi .selectize-input.disabled>div {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff;
}

.dark-mode .selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff;
}

.dark-mode .selectize-input.dropdown-active::before {
    background: #f0f0f0;
}

.dark-mode .dark-mode .selectize-dropdown {
    border: 1px solid #32394e;
    background: #fff;
}

.dark-mode .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
}

.dark-mode .selectize-dropdown .optgroup-header {
    color: #495057;
    background: #fff;
}

.dark-mode .selectize-dropdown .active {
    background-color: #F1F4F8;
    color: #467fcf;
}

.dark-mode .selectize-dropdown .active.create {
    color: #495057;
}

.dark-mode .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}

.dark-mode .selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}

.dark-mode .selectize-dropdown .image img,
.dark-mode .selectize-input .image img {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.dark-mode .bg-success {
    background-color: #38cb89 !important;
}

.dark-mode a.bg-success:hover,
.dark-mode a.bg-success:focus {
    background-color: #15ca7c !important;
}

.dark-mode button.bg-success:hover,
.dark-mode button.bg-success:focus {
    background-color: #15ca7c !important;
}

.dark-mode .bg-info {
    background-color: #3e80eb !important;
}

.dark-mode a.bg-info:hover,
.dark-mode a.bg-info:focus {
    background-color: #1594ef !important;
}

.dark-mode button.bg-info:hover,
.dark-mode button.bg-info:focus {
    background-color: #1594ef !important;
}

.dark-mode .bg-warning {
    background-color: #ffab00 !important;
}

.dark-mode a.bg-warning:hover,
.dark-mode a.bg-warning:focus {
    background-color: #c29d0b !important;
}

.dark-mode button.bg-warning:hover,
.dark-mode button.bg-warning:focus {
    background-color: #c29d0b !important;
}

.dark-mode .bg-danger {
    background-color: #ef4b4b !important;
}

.dark-mode a.bg-danger:hover,
.dark-mode a.bg-danger:focus {
    background-color: #a11918 !important;
}

.dark-mode button.bg-danger:hover,
.dark-mode button.bg-danger:focus {
    background-color: #a11918 !important;
}

.dark-mode .bg-light-transparent {
    background-color: #f7f7f7 !important;
}

.dark-mode .bg-light {
    background-color: #2f3550 !important;
}

.dark-mode a.bg-light:hover,
.dark-mode a.bg-light:focus {
    background-color: #2f3550 !important;
}

.dark-mode button.bg-light:hover,
.dark-mode button.bg-light:focus {
    background-color: #2f3550 !important;
}

.dark-mode .bg-light2 {
    background-color: #20223c66 !important;
}

.dark-mode a.bg-light2:hover,
.dark-mode a.bg-light2:focus {
    background-color: #20223c66 !important;
}

.dark-mode button.bg-light2:hover,
.dark-mode button.bg-light2:focus {
    background-color: #20223c66 !important;
}

.dark-mode .bg-light3 {
    background-color: #32394e !important;
}

.dark-mode .bg-light4 {
    background-color: #f7f7f7 !important;
}

.dark-mode .bg-dark {
    background-color: #343a40 !important;
}

.dark-mode a.bg-dark:hover,
.dark-mode a.bg-dark:focus {
    background-color: #1d2124 !important;
}

.dark-mode button.bg-dark:hover,
.dark-mode button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.dark-mode .bg-white {
    background-color: #fff !important;
}

.dark-mode .bg-transparent {
    background-color: transparent !important;
}

.dark-mode .bg-gradient-success {
    background-image: linear-gradient(to left, #43c47a 0%, #10ae23 100%);
}

.dark-mode .bg-gradient-info {
    background-image: linear-gradient(to left, #8caef3 0%, #3e80eb 100%);
}

.dark-mode .bg-gradient-warning {
    background-image: linear-gradient(to left, #f8be8d 0%, #ff9a44 100%);
}

.dark-mode .bg-gradient-teal {
    background-image: linear-gradient(to left, #60c1db 0%, #0698a7 100%);
}

.dark-mode .bg-gradient-blue {
    background-image: linear-gradient(to left, #07aedb 0%, #055ee9 100%);
}

.dark-mode .bg-gradient-danger {
    background-image: linear-gradient(to left, #ff90a0 0%, #fc6076 100%);
}

.dark-mode .bg-gray-100 {
    background-color: #495269;
}

.dark-mode .bg-gray-200 {
    background-color: #3d455a;
}

.dark-mode .bg-gray-300 {
    background-color: #32394c;
}

.dark-mode .bg-gray-400 {
    background-color: #2c3346;
}

.dark-mode .bg-gray-500 {
    background-color: #272e42;
}

.dark-mode .bg-gray-600 {
    background-color: #1f263c;
}

.dark-mode .bg-gray-700 {
    background-color: #192138;
}

.dark-mode .bg-gray-800 {
    background-color: #151c31;
}

.dark-mode .bg-gray-900 {
    background-color: #11182b;
}

.dark-mode .bg-white-1 {
    background-color: rgba(255, 255, 255, 0.1);
}

.dark-mode .bg-white-2 {
    background-color: rgba(255, 255, 255, 0.2);
}

.dark-mode .bg-white-3 {
    background-color: rgba(255, 255, 255, 0.3);
}

.dark-mode .bg-white-4 {
    background-color: rgba(255, 255, 255, 0.4);
}

.dark-mode .bg-white-5 {
    background-color: rgba(255, 255, 255, 0.5);
}

.dark-mode .bg-white-6 {
    background-color: rgba(255, 255, 255, 0.6);
}

.dark-mode .bg-white-7 {
    background-color: rgba(255, 255, 255, 0.7);
}

.dark-mode .bg-white-8 {
    background-color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-white-9 {
    background-color: rgba(255, 255, 255, 0.9);
}

.dark-mode .bg-black-1 {
    background-color: rgba(0, 0, 0, 0.1);
}

.dark-mode .bg-black-2 {
    background-color: rgba(0, 0, 0, 0.2);
}

.dark-mode .bg-black-3 {
    background-color: rgba(0, 0, 0, 0.3);
}

.dark-mode .bg-black-4 {
    background-color: rgba(0, 0, 0, 0.4);
}

.dark-mode .bg-black-5 {
    background-color: rgba(0, 0, 0, 0.5);
}

.dark-mode .bg-black-6 {
    background-color: rgba(0, 0, 0, 0.6);
}

.dark-mode .bg-black-7 {
    background-color: rgba(0, 0, 0, 0.7);
}

.dark-mode .bg-black-8 {
    background-color: rgba(0, 0, 0, 0.8);
}

.dark-mode .bg-black-9 {
    background-color: rgba(0, 0, 0, 0.9);
}

.dark-mode .border {
    border: 1px solid #32394e !important;
}

.dark-mode .border-top {
    border-top: 1px solid #32394e !important;
}

.dark-mode .border-end {
    border-right: 1px solid #32394e !important;
}

.dark-mode .border-bottom {
    border-bottom: 1px solid #32394e !important;
}

.dark-mode .border-start {
    border-left: 1px solid #32394e !important;
}

.dark-mode .border-top-bottom {
    border-top: 1px solid #32394e !important;
    border-bottom: 1px solid #32394e !important;
}

.dark-mode .border-start-right {
    border-right: 1px solid #32394e !important;
    border-left: 1px solid #32394e !important;
}

.dark-mode .border-top-bottom-0 {
    border-top: 0px solid #32394e !important;
    border-bottom: 0px solid #32394e !important;
}

.dark-mode .border-start-right-0 {
    border-right: 0px solid #32394e !important;
    border-left: 0px solid #32394e !important;
}

.dark-mode .border-primary {
    border: 1px solid #664dc9 !important;
}

.dark-mode .border-secondary {
    border: 1px solid #5b73e8 !important;
}

.dark-mode .border-success {
    border: 1px solid #38cb89 !important;
}

.dark-mode .border-info {
    border: 1px solid #3e80eb !important;
}

.dark-mode .border-warning {
    border: 1px solid #ffab00 !important;
}

.dark-mode .border-danger {
    border: 1px solid #ef4b4b !important;
}

.dark-mode .border-light {
    border: 1px solid #36364c !important;
}

.dark-mode .border-teal {
    border: 1px solid #2bcbba !important;
}

.dark-mode .border-dark {
    border: 1px solid #343a40 !important;
}

.dark-mode .border-transparent {
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.dark-mode .border-dark-transparent {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.dark-mode .border-light2 {
    border: 1px solid #32394e !important;
}

.dark-mode .border-white {
    border: 1px solid #fff !important;
}

.dark-mode .dark-mode .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.dark-mode .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.dark-mode .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.dark-mode .text-white {
    color: #f0f0f0 !important;
}

.dark-mode .text-success {
    color: #38cb89 !important;
}

.dark-mode a.text-success:hover,
.dark-mode a.text-success:focus {
    color: #15ca7c !important;
}

.dark-mode .text-info {
    color: #3e80eb !important;
}

.dark-mode a.text-info:hover,
.dark-mode a.text-info:focus {
    color: #25a1c0 !important;
}

.dark-mode .text-warning {
    color: #ffab00 !important;
}

.dark-mode a.text-warning:hover,
.dark-mode a.text-warning:focus {
    color: #c29d0b !important;
}

.dark-mode .text-danger {
    color: #ef4b4b !important;
}

.dark-mode a.text-danger:hover,
.dark-mode a.text-danger:focus {
    color: #df0812 !important;
}

.dark-mode .text-light {
    color: #f8f9fa !important;
}

.dark-mode a.text-light:hover,
.dark-mode a.text-light:focus {
    color: #dae0e5 !important;
}

.dark-mode .text-dark {
    color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe !important;
}

.dark-mode a.text-dark:hover,
.dark-mode a.text-dark:focus {
    color: #384b6e !important;
}

.dark-mode .text-body {
    color: #495057 !important;
}

.dark-mode .text-muted {
    color: rgba(204, 212, 224, 0.5) !important;
}

.dark-mode .icon-muted {
    color: #e2e2e9 !important;
}

.dark-mode .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.dark-mode .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.dark-mode .text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.dark-mode .text-hide {
    background-color: transparent;
}

.dark-mode blockquote {
    color: #6e7687;
    border-left: 2px solid rgba(0, 40, 100, 0.12);
}

.dark-mode code {
    background: #20223c;
    border: 1px solid #32394e;
}

.dark-mode pre {
    color: #3e80eb;
    background-color: #f8fafc;
}

.dark-mode .section-nav {
    background-color: #f8f9fa;
    border: 1px solid #32394e;
}

.dark-mode .bg-blue-lightest {
    background-color: #edf2fa !important;
}

.dark-mode a.bg-blue-lightest:hover,
.dark-mode a.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}

.dark-mode button.bg-blue-lightest:hover,
.dark-mode button.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}

.dark-mode .bg-blue-lighter {
    background-color: #c8d9f1 !important;
}

.dark-mode a.bg-blue-lighter:hover,
.dark-mode a.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}

.dark-mode button.bg-blue-lighter:hover,
.dark-mode button.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}

.dark-mode .bg-blue-light {
    background-color: #7ea5dd !important;
}

.dark-mode a.bg-blue-light:hover,
.dark-mode a.bg-blue-light:focus {
    background-color: #5689d2 !important;
}

.dark-mode button.bg-blue-light:hover,
.dark-mode button.bg-blue-light:focus {
    background-color: #5689d2 !important;
}

.dark-mode .bg-blue-dark {
    background-color: #3866a6 !important;
}

.dark-mode .dark-mode a.bg-blue-dark:hover {
    background-color: #2b4f80 !important;
}

@media (min-width: 992px) {
    .dark-mode #sticky {
        color: #FFF;
    }
}

/*----- Global Loader -----*/
/*------ Custom Default -------*/
/*------ Scroll -------*/
/* CROSS BROWSER SELECTOR*/
/* WEBKIT BROWSERS - CHROME, OPERA AND SAFARI */
/* MOZILLA FIREFOX */
/* MICROSOFT EDGE & IE */
/* ###### forms ####### */
/*----- Custom control -----*/
/*----- Date Picker ----*/
/*------- Forms -------*/
/*--- WIZARD ELEMENTS ---*/
/****** EQUAL COLUMN WIDTH STEP INDICATOR *****/
/*--- WIZARD ELEMENTS ---*/
/*-----selectize ------*/
/* ###### layouts ####### */
/*------ Alignments -------*/
/*------- Alignments & values-------*/
@media print {

    .dark-mode pre,
    .dark-mode blockquote {
        border: 1px solid #adb5bd;
    }

    .dark-mode .badge {
        border: 1px solid #000;
    }

    .dark-mode .table td,
    .dark-mode .text-wrap table td,
    .dark-mode .table th,
    .dark-mode .text-wrap table th {
        background-color: #ccd4e0 !important;
    }

    .dark-mode .table-bordered th,
    .dark-mode .text-wrap table th,
    .dark-mode .table-bordered td,
    .dark-mode .text-wrap table td {
        border: 1px solid #32394e !important;
    }
}

/*------ Background colors -------*/
a.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}

.dark-mode button.bg-blue-dark:hover,
.dark-mode button.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}

.dark-mode .bg-blue-darker {
    background-color: #1c3353 !important;
}

.dark-mode a.bg-blue-darker:hover,
.dark-mode a.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}

.dark-mode button.bg-blue-darker:hover,
.dark-mode button.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}

.dark-mode .bg-blue-darkest {
    background-color: #0e1929 !important;
}

.dark-mode a.bg-blue-darkest:hover,
.dark-mode a.bg-blue-darkest:focus {
    background-color: #010203 !important;
}

.dark-mode button.bg-blue-darkest:hover,
.dark-mode button.bg-blue-darkest:focus {
    background-color: #010203 !important;
}

.dark-mode .bg-purssianblue {
    background-color: #362f71;
}

.dark-mode a.bg-purssianblue-lightest:hover,
.dark-mode a.bg-purssianblue-lightest:focus {
    background-color: #3f3688 !important;
}

.dark-mode button.bg-purssianblue-lightest:hover,
.dark-mode button.bg-purssianblue-lightest:focus {
    background-color: #3f3688 !important;
}

.dark-mode .bg-indigo-lightest {
    background-color: #f0f1fa !important;
}

.dark-mode a.bg-indigo-lightest:hover,
.dark-mode a.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}

.dark-mode button.bg-indigo-lightest:hover,
.dark-mode button.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}

.dark-mode .bg-indigo-lighter {
    background-color: #d1d5f0 !important;
}

.dark-mode a.bg-indigo-lighter:hover,
.dark-mode a.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}

.dark-mode button.bg-indigo-lighter:hover,
.dark-mode button.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}

.dark-mode .bg-indigo-light {
    background-color: #939edc !important;
}

.dark-mode a.bg-indigo-light:hover,
.dark-mode a.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}

.dark-mode button.bg-indigo-light:hover,
.dark-mode button.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}

.dark-mode .bg-indigo-dark {
    background-color: #515da4 !important;
}

.dark-mode a.bg-indigo-dark:hover,
.dark-mode a.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}

.dark-mode button.bg-indigo-dark:hover,
.dark-mode button.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}

.dark-mode .bg-indigo-darker {
    background-color: #282e52 !important;
}

.dark-mode a.bg-indigo-darker:hover,
.dark-mode a.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}

.dark-mode button.bg-indigo-darker:hover,
.dark-mode button.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}

.dark-mode .bg-indigo-darkest {
    background-color: #141729 !important;
}

.dark-mode a.bg-indigo-darkest:hover,
.dark-mode a.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}

.dark-mode button.bg-indigo-darkest:hover,
.dark-mode button.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}

.dark-mode .bg-purple-lightest {
    background-color: #f6effd !important;
}

.dark-mode a.bg-purple-lightest:hover,
.dark-mode a.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}

.dark-mode button.bg-purple-lightest:hover,
.dark-mode button.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}

.dark-mode .bg-purple-lighter {
    background-color: #e4cff9 !important;
}

.dark-mode a.bg-purple-lighter:hover,
.dark-mode a.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}

.dark-mode button.bg-purple-lighter:hover,
.dark-mode button.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}

.dark-mode .bg-purple-light {
    background-color: #c08ef0 !important;
}

.dark-mode a.bg-purple-light:hover,
.dark-mode a.bg-purple-light:focus {
    background-color: #a761ea !important;
}

.dark-mode button.bg-purple-light:hover,
.dark-mode button.bg-purple-light:focus {
    background-color: #a761ea !important;
}

.dark-mode .bg-purple-dark {
    background-color: #844bbb !important;
}

.dark-mode a.bg-purple-dark:hover,
.dark-mode a.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}

.dark-mode button.bg-purple-dark:hover,
.dark-mode button.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}

.dark-mode .bg-purple-darker {
    background-color: #42265e !important;
}

.dark-mode a.bg-purple-darker:hover,
.dark-mode a.bg-purple-darker:focus {
    background-color: #29173a !important;
}

.dark-mode button.bg-purple-darker:hover,
.dark-mode button.bg-purple-darker:focus {
    background-color: #29173a !important;
}

.dark-mode .bg-purple-darkest {
    background-color: #21132f !important;
}

.dark-mode a.bg-purple-darkest:hover,
.dark-mode a.bg-purple-darkest:focus {
    background-color: #08040b !important;
}

.dark-mode button.bg-purple-darkest:hover,
.dark-mode button.bg-purple-darkest:focus {
    background-color: #08040b !important;
}

.dark-mode .bg-pink-lightest {
    background-color: #fef0f5 !important;
}

.dark-mode a.bg-pink-lightest:hover,
.dark-mode a.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}

.dark-mode button.bg-pink-lightest:hover,
.dark-mode button.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}

.dark-mode .bg-pink-lighter {
    background-color: #fcd3e1 !important;
}

.dark-mode a.bg-pink-lighter:hover,
.dark-mode a.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}

.dark-mode button.bg-pink-lighter:hover,
.dark-mode button.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}

.dark-mode .bg-pink-light {
    background-color: #f999b9 !important;
}

.dark-mode a.bg-pink-light:hover,
.dark-mode a.bg-pink-light:focus {
    background-color: #f66998 !important;
}

.dark-mode button.bg-pink-light:hover,
.dark-mode button.bg-pink-light:focus {
    background-color: #f66998 !important;
}

.dark-mode .bg-pink-dark {
    background-color: #c5577c !important;
}

.dark-mode a.bg-pink-dark:hover,
.dark-mode a.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}

.dark-mode button.bg-pink-dark:hover,
.dark-mode button.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}

.dark-mode .bg-pink-darker {
    background-color: #622c3e !important;
}

.dark-mode a.bg-pink-darker:hover,
.dark-mode a.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}

.dark-mode button.bg-pink-darker:hover,
.dark-mode button.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}

.dark-mode .bg-pink-darkest {
    background-color: #31161f !important;
}

.dark-mode a.bg-pink-darkest:hover,
.dark-mode a.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}

.dark-mode button.bg-pink-darkest:hover,
.dark-mode button.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}

.dark-mode .bg-red-lightest {
    background-color: #fae9e9 !important;
}

.dark-mode a.bg-red-lightest:hover,
.dark-mode a.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}

.dark-mode button.bg-red-lightest:hover,
.dark-mode button.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}

.dark-mode .bg-red-lighter {
    background-color: #f0bcbc !important;
}

.dark-mode a.bg-red-lighter:hover,
.dark-mode a.bg-red-lighter:focus {
    background-color: #e79292 !important;
}

.dark-mode button.bg-red-lighter:hover,
.dark-mode button.bg-red-lighter:focus {
    background-color: #e79292 !important;
}

.dark-mode .bg-red-light {
    background-color: #dc6362 !important;
}

.dark-mode a.bg-red-light:hover,
.dark-mode a.bg-red-light:focus {
    background-color: #d33a38 !important;
}

.dark-mode button.bg-red-light:hover,
.dark-mode button.bg-red-light:focus {
    background-color: #d33a38 !important;
}

.dark-mode .bg-red-dark {
    background-color: #a41a19 !important;
}

.dark-mode a.bg-red-dark:hover,
.dark-mode a.bg-red-dark:focus {
    background-color: #781312 !important;
}

.dark-mode button.bg-red-dark:hover,
.dark-mode button.bg-red-dark:focus {
    background-color: #781312 !important;
}

.dark-mode .bg-red-darker {
    background-color: #520d0c !important;
}

.dark-mode a.bg-red-darker:hover,
.dark-mode a.bg-red-darker:focus {
    background-color: #260605 !important;
}

.dark-mode button.bg-red-darker:hover,
.dark-mode button.bg-red-darker:focus {
    background-color: #260605 !important;
}

.dark-mode .bg-red-darkest {
    background-color: #290606 !important;
}

.dark-mode a.bg-red-darkest:hover,
.dark-mode a.bg-red-darkest:focus {
    background-color: black !important;
}

.dark-mode button.bg-red-darkest:hover,
.dark-mode button.bg-red-darkest:focus {
    background-color: black !important;
}

.dark-mode .bg-orange-lightest {
    background-color: #fff !important;
}

.dark-mode a.bg-orange-lightest:hover,
.dark-mode a.bg-orange-lightest:focus {
    background-color: peachpuff !important;
}

.dark-mode button.bg-orange-lightest:hover,
.dark-mode button.bg-orange-lightest:focus {
    background-color: peachpuff !important;
}

.dark-mode .bg-orange-lighter {
    background-color: #fee0c7 !important;
}

.dark-mode a.bg-orange-lighter:hover,
.dark-mode a.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}

.dark-mode button.bg-orange-lighter:hover,
.dark-mode button.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}

.dark-mode .bg-orange-light {
    background-color: #feb67c !important;
}

.dark-mode a.bg-orange-light:hover,
.dark-mode a.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}

.dark-mode button.bg-orange-light:hover,
.dark-mode button.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}

.dark-mode .bg-orange-dark {
    background-color: #ca7836 !important;
}

.dark-mode a.bg-orange-dark:hover,
.dark-mode a.bg-orange-dark:focus {
    background-color: #a2602b !important;
}

.dark-mode button.bg-orange-dark:hover,
.dark-mode button.bg-orange-dark:focus {
    background-color: #a2602b !important;
}

.dark-mode .bg-orange-darker {
    background-color: #653c1b !important;
}

.dark-mode a.bg-orange-darker:hover,
.dark-mode a.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}

.dark-mode button.bg-orange-darker:hover,
.dark-mode button.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}

.dark-mode .bg-orange-darkest {
    background-color: #331e0e !important;
}

.dark-mode a.bg-orange-darkest:hover,
.dark-mode a.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}

.dark-mode button.bg-orange-darkest:hover,
.dark-mode button.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}

.dark-mode .bg-yellow-lightest {
    background-color: #fef9e7 !important;
}

.dark-mode a.bg-yellow-lightest:hover,
.dark-mode a.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}

.dark-mode button.bg-yellow-lightest:hover,
.dark-mode button.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}

.dark-mode .bg-yellow-lighter {
    background-color: #fbedb7 !important;
}

.dark-mode a.bg-yellow-lighter:hover,
.dark-mode a.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}

.dark-mode button.bg-yellow-lighter:hover,
.dark-mode button.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}

.dark-mode .bg-yellow-light {
    background-color: #f5d657 !important;
}

.dark-mode a.bg-yellow-light:hover,
.dark-mode a.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}

.dark-mode button.bg-yellow-light:hover,
.dark-mode button.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}

.dark-mode .bg-yellow-dark {
    background-color: #c19d0c !important;
}

.dark-mode a.bg-yellow-dark:hover,
.dark-mode a.bg-yellow-dark:focus {
    background-color: #917609 !important;
}

.dark-mode button.bg-yellow-dark:hover,
.dark-mode button.bg-yellow-dark:focus {
    background-color: #917609 !important;
}

.dark-mode .bg-yellow-darker {
    background-color: #604e06 !important;
}

.dark-mode a.bg-yellow-darker:hover,
.dark-mode a.bg-yellow-darker:focus {
    background-color: #302703 !important;
}

.dark-mode button.bg-yellow-darker:hover,
.dark-mode button.bg-yellow-darker:focus {
    background-color: #302703 !important;
}

.dark-mode .bg-yellow-darkest {
    background-color: #302703 !important;
}

.dark-mode a.bg-yellow-darkest:hover,
.dark-mode a.bg-yellow-darkest:focus {
    background-color: black !important;
}

.dark-mode button.bg-yellow-darkest:hover,
.dark-mode button.bg-yellow-darkest:focus {
    background-color: black !important;
}

.dark-mode .bg-green-lightest {
    background-color: #eff8e6 !important;
}

.dark-mode a.bg-green-lightest:hover,
.dark-mode a.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}

.dark-mode button.bg-green-lightest:hover,
.dark-mode button.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}

.dark-mode .bg-green-lighter {
    background-color: #cfeab3 !important;
}

.dark-mode a.bg-green-lighter:hover,
.dark-mode a.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}

.dark-mode button.bg-green-lighter:hover,
.dark-mode button.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}

.dark-mode .bg-green-light {
    background-color: #8ecf4d !important;
}

.dark-mode a.bg-green-light:hover,
.dark-mode a.bg-green-light:focus {
    background-color: #75b831 !important;
}

.dark-mode button.bg-green-light:hover,
.dark-mode button.bg-green-light:focus {
    background-color: #75b831 !important;
}

.dark-mode .bg-green-dark {
    background-color: #4b9500 !important;
}

.dark-mode a.bg-green-dark:hover,
.dark-mode a.bg-green-dark:focus {
    background-color: #316200 !important;
}

.dark-mode button.bg-green-dark:hover,
.dark-mode button.bg-green-dark:focus {
    background-color: #316200 !important;
}

.dark-mode .bg-green-darker {
    background-color: #264a00 !important;
}

.dark-mode a.bg-green-darker:hover,
.dark-mode a.bg-green-darker:focus {
    background-color: #0c1700 !important;
}

.dark-mode button.bg-green-darker:hover,
.dark-mode button.bg-green-darker:focus {
    background-color: #0c1700 !important;
}

.dark-mode .bg-green-darkest {
    background-color: #132500 !important;
}

.dark-mode a.bg-green-darkest:hover,
.dark-mode a.bg-green-darkest:focus {
    background-color: black !important;
}

.dark-mode button.bg-green-darkest:hover,
.dark-mode button.bg-green-darkest:focus {
    background-color: black !important;
}

.dark-mode .bg-teal-lightest {
    background-color: #eafaf8 !important;
}

.dark-mode a.bg-teal-lightest:hover,
.dark-mode a.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}

.dark-mode button.bg-teal-lightest:hover,
.dark-mode button.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}

.dark-mode .bg-teal-lighter {
    background-color: #bfefea !important;
}

.dark-mode a.bg-teal-lighter:hover,
.dark-mode a.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}

.dark-mode button.bg-teal-lighter:hover,
.dark-mode button.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}

.dark-mode .bg-teal-light {
    background-color: #6bdbcf !important;
}

.dark-mode a.bg-teal-light:hover,
.dark-mode a.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}

.dark-mode button.bg-teal-light:hover,
.dark-mode button.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}

.dark-mode .bg-teal-dark {
    background-color: #22a295 !important;
}

.dark-mode a.bg-teal-dark:hover,
.dark-mode a.bg-teal-dark:focus {
    background-color: #19786e !important;
}

.dark-mode button.bg-teal-dark:hover,
.dark-mode button.bg-teal-dark:focus {
    background-color: #19786e !important;
}

.dark-mode .bg-teal-darker {
    background-color: #11514a !important;
}

.dark-mode a.bg-teal-darker:hover,
.dark-mode a.bg-teal-darker:focus {
    background-color: #082723 !important;
}

.dark-mode button.bg-teal-darker:hover,
.dark-mode button.bg-teal-darker:focus {
    background-color: #082723 !important;
}

.dark-mode .bg-teal-darkest {
    background-color: #092925 !important;
}

.dark-mode a.bg-teal-darkest:hover,
.dark-mode a.bg-teal-darkest:focus {
    background-color: black !important;
}

.dark-mode button.bg-teal-darkest:hover,
.dark-mode button.bg-teal-darkest:focus {
    background-color: black !important;
}

.dark-mode .bg-cyan-lightest {
    background-color: #e8f6f8 !important;
}

.dark-mode a.bg-cyan-lightest:hover,
.dark-mode a.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}

.dark-mode button.bg-cyan-lightest:hover,
.dark-mode button.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}

.dark-mode .bg-cyan-lighter {
    background-color: #b9e3ea !important;
}

.dark-mode a.bg-cyan-lighter:hover,
.dark-mode a.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}

.dark-mode button.bg-cyan-lighter:hover,
.dark-mode button.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}

.dark-mode .bg-cyan-light {
    background-color: #5dbecd !important;
}

.dark-mode a.bg-cyan-light:hover,
.dark-mode a.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}

.dark-mode button.bg-cyan-light:hover,
.dark-mode button.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}

.dark-mode .bg-cyan-dark {
    background-color: #128293 !important;
}

.dark-mode a.bg-cyan-dark:hover,
.dark-mode a.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}

.dark-mode button.bg-cyan-dark:hover,
.dark-mode button.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}

.dark-mode .bg-cyan-darker {
    background-color: #09414a !important;
}

.dark-mode a.bg-cyan-darker:hover,
.dark-mode a.bg-cyan-darker:focus {
    background-color: #03191d !important;
}

.dark-mode button.bg-cyan-darker:hover,
.dark-mode button.bg-cyan-darker:focus {
    background-color: #03191d !important;
}

.dark-mode .bg-cyan-darkest {
    background-color: #052025 !important;
}

.dark-mode a.bg-cyan-darkest:hover,
.dark-mode a.bg-cyan-darkest:focus {
    background-color: black !important;
}

.dark-mode button.bg-cyan-darkest:hover,
.dark-mode button.bg-cyan-darkest:focus {
    background-color: black !important;
}

.dark-mode .bg-white-lightest {
    background-color: white !important;
}

.dark-mode a.bg-white-lightest:hover,
.dark-mode a.bg-white-lightest:focus {
    background-color: #e6e5e5 !important;
}

.dark-mode button.bg-white-lightest:hover,
.dark-mode button.bg-white-lightest:focus {
    background-color: #e6e5e5 !important;
}

.dark-mode .bg-white-lighter {
    background-color: white !important;
}

.dark-mode a.bg-white-lighter:hover,
.dark-mode a.bg-white-lighter:focus {
    background-color: #e6e5e5 !important;
}

.dark-mode button.bg-white-lighter:hover,
.dark-mode button.bg-white-lighter:focus {
    background-color: #e6e5e5 !important;
}

.dark-mode .bg-white-light {
    background-color: white !important;
}

.dark-mode a.bg-white-light:hover,
.dark-mode a.bg-white-light:focus {
    background-color: #e6e5e5 !important;
}

.dark-mode button.bg-white-light:hover,
.dark-mode button.bg-white-light:focus {
    background-color: #e6e5e5 !important;
}

.dark-mode .bg-white-dark {
    background-color: #cccccc !important;
}

.dark-mode a.bg-white-dark:hover,
.dark-mode a.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}

.dark-mode button.bg-white-dark:hover,
.dark-mode button.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}

.dark-mode .bg-white-darker {
    background-color: #666666 !important;
}

.dark-mode a.bg-white-darker:hover,
.dark-mode a.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}

.dark-mode button.bg-white-darker:hover,
.dark-mode button.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}

.dark-mode .bg-white-darkest {
    background-color: #333333 !important;
}

.dark-mode a.bg-white-darkest:hover,
.dark-mode a.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}

.dark-mode button.bg-white-darkest:hover,
.dark-mode button.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}

.dark-mode .bg-gray-lightest {
    background-color: #f3f4f5 !important;
}

.dark-mode a.bg-gray-lightest:hover,
.dark-mode a.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}

.dark-mode button.bg-gray-lightest:hover,
.dark-mode button.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}

.dark-mode .bg-gray-lighter {
    background-color: #dbdde0 !important;
}

.dark-mode a.bg-gray-lighter:hover,
.dark-mode a.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}

.dark-mode button.bg-gray-lighter:hover,
.dark-mode button.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}

.dark-mode .bg-gray-light {
    background-color: #aab0b6 !important;
}

.dark-mode a.bg-gray-light:hover,
.dark-mode a.bg-gray-light:focus {
    background-color: #8f979e !important;
}

.dark-mode button.bg-gray-light:hover,
.dark-mode button.bg-gray-light:focus {
    background-color: #8f979e !important;
}

.dark-mode .bg-gray-dark {
    background-color: #6b7278 !important;
    background-color: #343a40 !important;
}

.dark-mode a.bg-gray-dark:hover,
.dark-mode a.bg-gray-dark:focus {
    background-color: #53585d !important;
    background-color: #1d2124 !important;
}

.dark-mode button.bg-gray-dark:hover,
.dark-mode button.bg-gray-dark:focus {
    background-color: #53585d !important;
    background-color: #1d2124 !important;
}

.dark-mode .bg-gray-darker {
    background-color: #36393c !important;
}

.dark-mode a.bg-gray-darker:hover,
.dark-mode a.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}

.dark-mode button.bg-gray-darker:hover,
.dark-mode button.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}

.dark-mode .bg-gray-darkest {
    background-color: #1b1c1e !important;
}

.dark-mode a.bg-gray-darkest:hover,
.dark-mode a.bg-gray-darkest:focus {
    background-color: #030303 !important;
}

.dark-mode button.bg-gray-darkest:hover,
.dark-mode button.bg-gray-darkest:focus {
    background-color: #030303 !important;
}

.dark-mode .bg-gray-dark-lightest {
    background-color: #ebebec !important;
}

.dark-mode a.bg-gray-dark-lightest:hover,
.dark-mode a.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}

.dark-mode button.bg-gray-dark-lightest:hover,
.dark-mode button.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}

.dark-mode .bg-gray-dark-lighter {
    background-color: #c2c4c6 !important;
}

.dark-mode a.bg-gray-dark-lighter:hover,
.dark-mode a.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}

.dark-mode button.bg-gray-dark-lighter:hover,
.dark-mode button.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}

.dark-mode .bg-gray-dark-light {
    background-color: #717579 !important;
}

.dark-mode a.bg-gray-dark-light:hover,
.dark-mode a.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}

.dark-mode button.bg-gray-dark-light:hover,
.dark-mode button.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}

.dark-mode .bg-gray-dark-dark {
    background-color: #2a2e33 !important;
}

.dark-mode a.bg-gray-dark-dark:hover,
.dark-mode a.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}

.dark-mode button.bg-gray-dark-dark:hover,
.dark-mode button.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}

.dark-mode .bg-gray-dark-darker {
    background-color: #15171a !important;
}

.dark-mode a.bg-gray-dark-darker:hover,
.dark-mode a.bg-gray-dark-darker:focus {
    background-color: black !important;
}

.dark-mode button.bg-gray-dark-darker:hover,
.dark-mode button.bg-gray-dark-darker:focus {
    background-color: black !important;
}

.dark-mode .bg-gray-dark-darkest {
    background-color: #0a0c0d !important;
}

.dark-mode a.bg-gray-dark-darkest:hover,
.dark-mode a.bg-gray-dark-darkest:focus {
    background-color: black !important;
}

.dark-mode button.bg-gray-dark-darkest:hover,
.dark-mode button.bg-gray-dark-darkest:focus {
    background-color: black !important;
}

.dark-mode .bg-azure-lightest {
    background-color: #ecf7fe !important;
}

.dark-mode a.bg-azure-lightest:hover,
.dark-mode a.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}

.dark-mode button.bg-azure-lightest:hover,
.dark-mode button.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}

.dark-mode .bg-azure-lighter {
    background-color: #c7e6fb !important;
}

.dark-mode a.bg-azure-lighter:hover,
.dark-mode a.bg-azure-lighter:focus {
    background-color: #97d1f8 !important;
}

.dark-mode button.bg-azure-lighter:hover,
.dark-mode button.bg-azure-lighter:focus {
    background-color: #97d1f8 !important;
}

.dark-mode .bg-azure-light {
    background-color: #7dc4f6 !important;
}

.dark-mode a.bg-azure-light:hover,
.dark-mode a.bg-azure-light:focus {
    background-color: #4daef3 !important;
}

.dark-mode button.bg-azure-light:hover,
.dark-mode button.bg-azure-light:focus {
    background-color: #4daef3 !important;
}

.dark-mode .bg-azure-dark {
    background-color: #3788c2 !important;
}

.dark-mode a.bg-azure-dark:hover,
.dark-mode a.bg-azure-dark:focus {
    background-color: #2c6c9a !important;
}

.dark-mode button.bg-azure-dark:hover,
.dark-mode button.bg-azure-dark:focus {
    background-color: #2c6c9a !important;
}

.dark-mode .bg-azure-darker {
    background-color: #1c4461 !important;
}

.dark-mode a.bg-azure-darker:hover,
.dark-mode a.bg-azure-darker:focus {
    background-color: #112839 !important;
}

.dark-mode button.bg-azure-darker:hover,
.dark-mode button.bg-azure-darker:focus {
    background-color: #112839 !important;
}

.dark-mode .bg-azure-darkest {
    background-color: #0e2230 !important;
}

.dark-mode a.bg-azure-darkest:hover,
.dark-mode a.bg-azure-darkest:focus {
    background-color: #020609 !important;
}

.dark-mode button.bg-azure-darkest:hover,
.dark-mode button.bg-azure-darkest:focus {
    background-color: #020609 !important;
}

.dark-mode .bg-lime-lightest {
    background-color: #f2fbeb !important;
}

.dark-mode a.bg-lime-lightest:hover,
.dark-mode a.bg-lime-lightest:focus {
    background-color: #d6f3c1 !important;
}

.dark-mode button.bg-lime-lightest:hover,
.dark-mode button.bg-lime-lightest:focus {
    background-color: #d6f3c1 !important;
}

.dark-mode .bg-lime-lighter {
    background-color: #d7f2c2 !important;
}

.dark-mode a.bg-lime-lighter:hover,
.dark-mode a.bg-lime-lighter:focus {
    background-color: #bbe998 !important;
}

.dark-mode button.bg-lime-lighter:hover,
.dark-mode button.bg-lime-lighter:focus {
    background-color: #bbe998 !important;
}

.dark-mode .bg-lime-light {
    background-color: #a3e072 !important;
}

.dark-mode a.bg-lime-light:hover,
.dark-mode a.bg-lime-light:focus {
    background-color: #88d748 !important;
}

.dark-mode button.bg-lime-light:hover,
.dark-mode button.bg-lime-light:focus {
    background-color: #88d748 !important;
}

.dark-mode .bg-lime-dark {
    background-color: #62a82a !important;
}

.dark-mode a.bg-lime-dark:hover,
.dark-mode a.bg-lime-dark:focus {
    background-color: #4a7f20 !important;
}

.dark-mode button.bg-lime-dark:hover,
.dark-mode button.bg-lime-dark:focus {
    background-color: #4a7f20 !important;
}

.dark-mode .bg-lime-darker {
    background-color: #315415 !important;
}

.dark-mode a.bg-lime-darker:hover,
.dark-mode a.bg-lime-darker:focus {
    background-color: #192b0b !important;
}

.dark-mode button.bg-lime-darker:hover,
.dark-mode button.bg-lime-darker:focus {
    background-color: #192b0b !important;
}

.dark-mode .bg-lime-darkest {
    background-color: #192a0b !important;
}

.dark-mode a.bg-lime-darkest:hover,
.dark-mode a.bg-lime-darkest:focus {
    background-color: #010200 !important;
}

.dark-mode button.bg-lime-darkest:hover,
.dark-mode button.bg-lime-darkest:focus {
    background-color: #010200 !important;
}

.dark-mode .text-inherit {
    color: inherit !important;
}

.dark-mode .text-default {
    color: #ccd4e0 !important;
}

.dark-mode .text-muted-dark {
    color: #6e7687 !important;
}

.dark-mode .bg-blue {
    background-color: #083dc1 !important;
    color: #fff !important;
}

.dark-mode a.bg-blue:hover,
.dark-mode a.bg-blue:focus {
    background-color: #1747bd !important;
}

.dark-mode button.bg-blue:hover,
.dark-mode button.bg-blue:focus {
    background-color: #1747bd !important;
}

.dark-mode .text-blue {
    color: #083dc1 !important;
}

.dark-mode .bg-indigo {
    background-color: #5323a7 !important;
    color: #fff !important;
}

.dark-mode a.bg-indigo:hover,
.dark-mode a.bg-indigo:focus {
    background-color: #3f51c1 !important;
}

.dark-mode button.bg-indigo:hover,
.dark-mode button.bg-indigo:focus {
    background-color: #3f51c1 !important;
}

.dark-mode .text-indigo {
    color: #5323a7 !important;
}

.dark-mode .bg-purple {
    background-color: #920bfa !important;
    color: #fff !important;
}

.dark-mode a.bg-purple:hover,
.dark-mode a.bg-purple:focus {
    background-color: #8c31e4 !important;
}

.dark-mode button.bg-purple:hover,
.dark-mode button.bg-purple:focus {
    background-color: #8c31e4 !important;
}

.dark-mode .text-purple {
    color: #920bfa !important;
}

.dark-mode .text-lightpink-red {
    color: #ff7088 !important;
}

.dark-mode .text-lightgreen {
    color: #26eda2 !important;
}

.dark-mode .bg-pink {
    background-color: #bb08c0 !important;
    color: #fff !important;
}

.dark-mode .bg-darkpink {
    background-color: #14A485 !important;
    color: #fff !important;
}

.dark-mode a.bg-pink:hover,
.dark-mode a.bg-pink:focus {
    background-color: #f33d7a !important;
}

.dark-mode button.bg-pink:hover,
.dark-mode button.bg-pink:focus {
    background-color: #f33d7a !important;
}

.dark-mode .text-pink {
    color: #bb08c0 !important;
}

.dark-mode .bg-red {
    background-color: #dc0441 !important;
    color: #fff !important;
}

.dark-mode a.bg-red:hover,
.dark-mode a.bg-red:focus {
    background-color: #a11918 !important;
}

.dark-mode button.bg-red:hover,
.dark-mode button.bg-red:focus {
    background-color: #a11918 !important;
}

.dark-mode .text-red {
    color: #dc0441 !important;
}

.dark-mode .bg-orange {
    background-color: #fc7303 !important;
    color: #fff !important;
}

.dark-mode a.bg-orange:hover,
.dark-mode a.bg-orange:focus {
    background-color: #fc7a12 !important;
}

.dark-mode button.bg-orange:hover,
.dark-mode button.bg-orange:focus {
    background-color: #fc7a12 !important;
}

.dark-mode .text-orange {
    color: #fc7303 !important;
}

.dark-mode .bg-yellow {
    background-color: #ecb403 !important;
    color: #fff !important;
}

.dark-mode a.bg-yellow:hover,
.dark-mode a.bg-yellow:focus {
    background-color: #c29d0b !important;
}

.dark-mode button.bg-yellow:hover,
.dark-mode button.bg-yellow:focus {
    background-color: #c29d0b !important;
}

.dark-mode .text-yellow {
    color: #ecb403 !important;
}

.dark-mode .bg-green {
    background-color: #2dce89 !important;
    color: #fff !important;
}

.dark-mode a.bg-green:hover,
.dark-mode a.bg-green:focus {
    background-color: #15ca7c !important;
}

.dark-mode button.bg-green:hover,
.dark-mode button.bg-green:focus {
    background-color: #15ca7c !important;
}

.dark-mode .text-green {
    color: #2dce89 !important;
}

.dark-mode .bg-teal {
    background-color: #06c0d9 !important;
}

.dark-mode a.bg-teal:hover,
.dark-mode a.bg-teal:focus {
    background-color: #22a193 !important;
}

.dark-mode button.bg-teal:hover,
.dark-mode button.bg-teal:focus {
    background-color: #22a193 !important;
}

.dark-mode .text-teal {
    color: #06c0d9 !important;
}

.dark-mode .bg-cyan {
    background-color: #116e7c !important;
    color: #fff !important;
}

.dark-mode a.bg-cyan:hover,
.dark-mode a.bg-cyan:focus {
    background-color: #117a8b !important;
}

.dark-mode button.bg-cyan:hover,
.dark-mode button.bg-cyan:focus {
    background-color: #117a8b !important;
}

.dark-mode .text-cyan {
    color: #116e7c !important;
}

.dark-mode .bg-white {
    background-color: #fff !important;
}

.dark-mode a.bg-white:hover,
.dark-mode a.bg-white:focus {
    background-color: #f3f4f5 !important;
}

.dark-mode button.bg-white:hover,
.dark-mode button.bg-white:focus {
    background-color: #f3f4f5 !important;
}

.dark-mode .text-white {
    color: #fff !important;
}

.dark-mode .bg-gray {
    background-color: #868e96 !important;
}

.dark-mode a.bg-gray:hover,
.dark-mode a.bg-gray:focus {
    background-color: #6c757d !important;
}

.dark-mode button.bg-gray:hover,
.dark-mode button.bg-gray:focus {
    background-color: #6c757d !important;
}

.dark-mode .text-gray {
    color: #969696 !important;
}

.dark-mode .bg-lightpink-red {
    color: #ff7088 !important;
}

.dark-mode .text-gray-dark {
    color: #343a40 !important;
}

.dark-mode .bg-azure {
    background-color: #45aaf2 !important;
}

.dark-mode a.bg-azure:hover,
.dark-mode a.bg-azure:focus {
    background-color: #1594ef !important;
}

.dark-mode button.bg-azure:hover,
.dark-mode button.bg-azure:focus {
    background-color: #1594ef !important;
}

.dark-mode .text-azure {
    color: #45aaf2 !important;
}

.dark-mode .bg-lime {
    background-color: #1e74a0 !important;
}

.dark-mode a.bg-lime:hover,
.dark-mode a.bg-lime:focus {
    background-color: #63ad27 !important;
}

.dark-mode button.bg-lime:hover,
.dark-mode button.bg-lime:focus {
    background-color: #63ad27 !important;
}

.dark-mode .text-lime {
    color: #1e74a0 !important;
}

.dark-mode .icon {
    color: #fff !important;
}

.dark-mode .icon i {
    color: #5c678f;
}

.dark-mode a.icon:hover {
    color: #fff !important;
}

.dark-mode .shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.dark-mode .shadow2 {
    box-shadow: 0px 10px 10px 20px rgba(179, 186, 212, 0), 10px 10px 15px -5px #b0b8d6 !important;
}

.dark-mode .bg-primary-transparent {
    background-color: rgba(102, 77, 201, 0.2) !important;
    color: #664dc9 !important;
}

.dark-mode .bg-secondary-transparent {
    background-color: rgba(91, 115, 232, 0.2) !important;
    color: #5b73e8 !important;
}

.dark-mode .bg-pink-transparent {
    background-color: rgba(236, 130, 239, 0.2) !important;
    color: #ec82ef !important;
}

.dark-mode .bg-cyan-transparent {
    background-color: rgba(17, 110, 124, 0.2) !important;
    color: #116e7c !important;
}

.dark-mode .bg-danger-transparent {
    background-color: rgba(239, 75, 75, 0.2) !important;
    color: #ef4b4b !important;
}

.dark-mode .bg-warning-transparent {
    background-color: rgba(255, 171, 0, 0.2) !important;
    color: #ffab00 !important;
}

.dark-mode .bg-info-transparent {
    background-color: rgba(62, 128, 235, 0.2) !important;
    color: #3e80eb !important;
}

.dark-mode .bg-success-transparent {
    background-color: rgba(56, 203, 137, 0.2) !important;
    color: #38cb89 !important;
}

.dark-mode .bg-teal-transparent {
    background-color: rgba(43, 203, 186, 0.2) !important;
    color: #2bcbba !important;
}

.dark-mode .bg-dark-transparent {
    background-color: #3c4151 !important;
    color: #f6f6f6 !important;
}

.dark-mode .fc-event .bg-dark {
    background-color: #f6f6f6 !important;
}

.dark-mode .bg-success-transparent-2 {
    background-color: rgba(56, 203, 137, 0.15) !important;
}

.dark-mode .bg-info-transparent-2 {
    background-color: rgba(34, 133, 204, 0.15) !important;
}

.dark-mode .bg-warning-transparent-2 {
    background-color: rgba(252, 191, 9, 0.15) !important;
}

.dark-mode .bg-danger-transparent-2 {
    background-color: rgba(250, 96, 96, 0.15) !important;
}

.dark-mode .bg-facebook {
    background: #2b4170 !important;
}

.dark-mode .bg-google {
    background: linear-gradient(to bottom right, #e64522, #c33219) !important;
    color: #fff;
}

.dark-mode .bg-dribbble {
    background: linear-gradient(to bottom right, #ea4c89, #c93764) !important;
}

.dark-mode .card {
    background-color: #2a2e3f;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.5);
}

.dark-mode .card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid #32394e;
    color: #6e7687;
}

.dark-mode .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.dark-mode .rhombus {
    background-color: yellow;
}

.dark-mode .card-header {
    background: transparent;
    border-bottom: 1px solid #32394e;
}

.dark-mode .reg {
    color: #2e1170;
}

.dark-mode .card-title small,
.dark-mode .card-subtitle {
    color: #9aa0ac;
}

.dark-mode .card-body+.card-table {
    border-top: 1px solid #32394e;
}

.dark-mode .card-profile-img {
    border: 3px solid #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.dark-mode .card-body+.card-list-group {
    border-top: 1px solid #32394e;
}

.dark-mode .dark-mode .list-media .info .text-right {
    color: #8a8a8a;
}

.dark-mode .card-options {
    color: #9aa0ac;
}

.dark-mode .card-options a:not(.btn) {
    color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
}

.dark-mode .card-options a.option-dots {
    color: #5c678f;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 1px solid #32394e;
}

.dark-mode .card-options a.option-dots:hover {
    color: #ccd4e0 !important;
    background: #212332;
}

.dark-mode .widgets-cards .wrp.icon-circle i {
    color: #fff;
}

.dark-mode .card-map {
    background: #e9ecef;
}

.dark-mode .card-tabs-bottom .card-tabs-item.active {
    border-top-color: #fff;
}

.dark-mode a.card-tabs-item {
    background: #fafbfc;
}

.dark-mode a.card-tabs-item.active {
    background: #fff;
    border-bottom-color: #fff;
}

.dark-mode .card-status {
    background: rgba(0, 40, 100, 0.12);
}

.dark-mode .card-category {
    background: #f3f3f3;
}

.dark-mode .list-card {
    box-shadow: 0 2px 10px 0 rgba(4, 4, 7, 0.1);
    background: #fff;
}

.dark-mode .header-search .btn {
    color: #8499c4;
}

.dark-mode .hor-header {
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
}

.dark-mode .horizontalMenu {
    color: #fff;
}

.dark-mode .horizontalMenu html,
.dark-mode .horizontalMenu body,
.dark-mode .horizontalMenu iframe,
.dark-mode .horizontalMenu h1,
.dark-mode .horizontalMenu h2,
.dark-mode .horizontalMenu h3,
.dark-mode .horizontalMenu h4,
.dark-mode .horizontalMenu h5,
.dark-mode .horizontalMenu h6 {
    color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>a {
    color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>a .arrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input {
    color: #333;
    background-color: #efefef;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input::-moz-placeholder {
    color: #a9a9a9;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input::placeholder {
    color: #a9a9a9;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus {
    color: #333;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus~.btnstyle .fa {
    color: #000;
    opacity: 1;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus~.searchicon {
    opacity: 1;
    color: #FFFFFF;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .btnstyle {
    color: #333;
    background-color: transparent;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .btnstyle:hover .fa {
    opacity: 1;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
    background-color: #2a2e3f;
    box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.2);
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
    color: #ccd4e0;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
    background-color: #2a2e3f;
    box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.2);
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    color: #ccd4e0;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    background-color: #2a2e3f;
    box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.2);
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    color: #ccd4e0;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
    color: #ccd4e0;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .megamenu-content {
    border: 1px solid #32394e;
    background-color: #2a2e3f;
    box-shadow: 0px 5px 25px rgba(0, 1, 2, 0.2);
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .title,
.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .wsmwnutxt {
    color: #ccd4e0;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
    color: #ccd4e0;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu li a:hover {
    background: transparent;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .show-grid div {
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="text"],
.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form textarea {
    border: 1px solid #e2e2e2;
    color: #000;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="submit"],
.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="button"] {
    background-color: #e1e1e1;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-inner .item img {
    width: 100%;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text p,
.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text ul li a {
    color: #656565;
}

.dark-mode .horizontal-overlapbg {
    opacity: 0;
}

.dark-mode .sticky.sticky-pin .horizontal-main {
    box-shadow: -6px 5px 8px 0 rgba(24, 23, 38, 0.06);
}

.dark-mode .mega-menubg {
    background: #2a2e3f;
    border: 1px solid #32394e;
    box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.5);
}

.dark-mode .horizontal-main.hor-menu {
    background: #2a2e3f;
    border-bottom: 1px solid transparent;
    box-shadow: 5px 7px 26px -5px rgba(24, 23, 38, 0.06);
}

.dark-mode .hor-menu .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
    color: #ccd4e0;
}

.dark-mode .hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active,
.dark-mode .hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover {
    color: #fff;
    background: #ccd4e01c !important;
}

.dark-mode .hor-menu .horizontalMenu a.active .hor-icon,
.dark-mode .hor-menu .horizontalMenu a:hover .hor-icon {
    fill: white;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu .sub-menu-sub:after {
    color: #ccd4e0;
    opacity: 0.4;
}

.dark-mode .sub-menu li:before {
    color: #aab2bf;
}

.dark-mode .hor-icon {
    color: #ccd4e0;
    fill: #ccd4e0;
}

.dark-mode .demo-gallery>ul>li a {
    border: 3px solid #FFF;
}

.dark-mode .demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.dark-mode .demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
}

.dark-mode .demo-gallery>ul>li a .demo-gallery-poster>img {
    opacity: 0;
}

.dark-mode .demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.dark-mode .demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.dark-mode .demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
}

.dark-mode .demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.dark-mode .demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.dark-mode .demo-gallery a {
    border: 1px solid transparent;
}

.dark-mode .demo-gallery a:hover {
    border: 1px solid transparent;
    background: transparent;
}

.dark-mode .gallery-list>li {
    border: 1px solid #efefef;
}

.dark-mode .gallery-list>li .image-container {
    background: #fff;
}

.dark-mode .price {
    color: #fff;
    background-color: #212332 !important;
    border-radius: 5px;
}

.dark-mode .dark-panel-header .lead {
    background-color: #212332 !important;
}

.dark-mode .pricing {
    color: #fff;
    background-color: #212332;
    border-radius: 0px;
}

.dark-mode .pricing1 {
    color: #8e9cad;
}

.dark-mode .pricing .card-category {
    background: rgba(255, 255, 255, 0.34);
    color: #Fff;
}

.dark-mode .pricing .list-unstyled li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-mode .pricing1 .list-unstyled li {
    border-bottom: 1px solid #32394e;
}

.dark-mode .pricing1 .card-category {
    background: rgba(255, 255, 255, 0.3);
    color: #Fff;
}

.dark-mode .pricing-table:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.dark-mode .pricing-table:hover>.panel-footer-landing {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05) inset;
}

.dark-mode .pricing-table:hover>.panel>.panel-body-landing {
    background: #38a01e;
}

.dark-mode .pricing-table:hover>.panel>.panel-heading-landing-box {
    background: #fff !important;
    color: #333 !important;
}

.dark-mode .pricing-table:hover>.panel>.controle-header {
    background: #38a01e !important;
}

.dark-mode .pricing-table:hover>.panel>.panel-footer {
    background: #38a01e !important;
}

.dark-mode .pricing-table:hover>.panel>.panel-footer>.btn {
    border: solid 1px #fff !important;
}

.dark-mode .btn-price:hover {
    background: #fff !important;
    color: #38a01e !important;
}

.dark-mode .pricing-table:hover>.panel>.controle-header>.panel-title-landing {
    color: #fff !important;
}

.dark-mode .pricing-table>.panel>.controle-header>.panel-title-landing {
    color: #000 !important;
}

.dark-mode .panel-body-landing:hover>.table>tbody>tr>td {
    color: #fff !important;
}

.dark-mode .panel-heading-landing {
    background: #f7f7f7 !important;
    border: solid 2px #38a01e !important;
}

.dark-mode .panel-heading-landing-box {
    background: #38a01e !important;
    color: #fff !important;
}

.dark-mode .panel-title-landing {
    color: #38a01e !important;
}

.dark-mode .panel-body-landing {
    border: solid 2px #38a01e !important;
    background: #fff;
}

.dark-mode .panel-footer-landing {
    border: solid 2px #38a01e !important;
    background: #f7f7f7;
}

.dark-mode .plan-card .plan-icon {
    color: #fff;
    border: 4px solid rgba(242, 246, 249, 0.55);
}

.dark-mode .plan-card .plan-features p {
    border-bottom: 1px solid #32394e;
}

.dark-mode .plan-card .plan-features p:first-child {
    border-top: 1px solid #32394e;
}

.dark-mode .panel-heading {
    background: #212332;
    border-radius: 0px;
}

.dark-mode .price .list-group-item {
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}

.dark-mode .panel.price {
    border: 1px solid #32394e;
}

.dark-mode .price .panel-footer,
.dark-mode .price.panel-color>.panel-body {
    background-color: #212332;
}

/*------ Default -------*/
/*------ Default Card Values -------*/
/*Card maps*/
/**Card tabs*/
/**Card status*/
/**Card alert*/
/* ================== Desktop Main Menu CSS ================== */
/* Desktop Search Bar */
/*= Desktop Half Menu CSS =*/
/*= Desktop HTML Form Menu CSS =*/
/* ================== Desktop Extra CSS ================== */
/*==============================================================================
                                    Start Mobile CSS
      ===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */
@media only screen and (max-width: 991px) {
    .dark-mode .horizontalMenu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list {
        background: #2a2e3f;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li {
        background-color: transparent;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>a {
        color: #ccd4e0;
        border-bottom-color: transparent;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li a.menuhomeicon {
        border-top: solid 1px rgba(0, 0, 0, 0.5);
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>a>.fa {
        color: #fff;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        background-color: #2a2e3f;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
        color: #ccd4e0;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
        background-color: transparent;
        color: #ccd4e0;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu li:hover>a {
        color: #ccd4e0;
    }

    .dark-mode .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
        color: #576482;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: transparent;
        color: #576482;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #000;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
        color: #000;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: transparent;
        color: #576482;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #000;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
        color: #576482;
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .title {
        color: #576482;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu>ul>li>a {
        background-color: #e7e7e7;
        color: #576482;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu>ul>li>a:hover {
        background-color: #000;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu ul li.title {
        color: #576482;
        background-color: transparent;
    }

    .dark-mode .horizontal-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .dark-mode .callusbtn {
        color: #a9a9a9;
    }

    .dark-mode .callusbtn:hover .fa {
        color: #a9a9a9;
    }

    .dark-mode .animated-arrow span {
        background: #ccd4e0;
    }

    .dark-mode .animated-arrow span:before,
    .dark-mode .animated-arrow span:after {
        background: #ccd4e0;
    }

    .dark-mode .active .animated-arrow span {
        background-color: transparent;
    }

    .dark-mode .horizontal-overlapbg {
        background-color: rgba(0, 0, 0, 0.45);
    }

    .dark-mode .active .horizontalMenu .horizontal-overlapbg {
        opacity: 1;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
        color: #ccd4e0;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click02>i {
        color: #ccd4e0;
        opacity: 0.4;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
        background: transparent;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
        color: rgba(255, 255, 255, 0.6);
    }

    .dark-mode .hor-menu .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
        color: #ccd4e0;
    }

    .dark-mode .dark-mode .hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active {
        color: #fff;
        background: #664dc9;
    }

    /* ================== Mobile Slide Down Links CSS ================== */
    /* ================== Mobile Mega Menus CSS  ================== */
    /* ================== Mobile Header CSS ================== */
    /* Mobile Search Bar*/
    /* Mobile Toggle Menu icon (X ICON) */
    /* ================== Mobile Overlay/Drawer CSS ================== */
    /* ================== Mobile Sub Menu Expander Arrows  ================== */
    /*End Media Query*/
}

@media (min-width: 992px) {
    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        opacity: 0;
        border: 1px solid #32394e;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li:hover>ul.sub-menu,
    .dark-mode .horizontalMenu>.horizontalMenu-list>li:hover>.horizontal-megamenu {
        opacity: 1;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
        opacity: 0;
        border: 1px solid #32394e;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
        opacity: 1;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
        opacity: 0;
        border: 1px solid #32394e;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
        opacity: 1;
    }

    .dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .dark-mode ul.sub-menu {
        background-color: transparent !important;
    }

    .dark-mode .responsive-navbar.navbar .navbar-collapse {
        background: #2a2e3f;
        border-bottom: 1px solid #32394e;
        border-top: 1px solid #32394e;
        box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    }
}

@media (min-width: 767px) {
    .dark-mode .hor-header .form-inline .btn {
        background-color: #664dc9;
        opacity: 1;
    }

    .dark-mode .hor-header .form-inline .btn .search-icon {
        fill: white !important;
    }

    .dark-mode .hor-header .dark-mode .theme-layout {
        display: block;
    }

    .dark-mode .hor-header .header-search {
        border: 1px solid #32394e !important;
    }
}

/* ######  pages ###### */
/*-----Gallery-----*/
/*------ Pricing Styles ---------*/
.dark-mode .panel-footer {
    background-color: #f7f7f7;
    border-top: 1px solid #32394e;
}

.dark-mode .profile-dropdown {
    margin-top: 1px;
    border-right: 1px solid #32394e !important;
}

.dark-mode .light-layout {
    display: none;
}

.dark-mode .dark-layout {
    display: block;
}

.dark-mode .panel.price .btn {
    box-shadow: 0 -1px 0px rgba(50, 50, 50, 0.2) inset;
}

.dark-mode .price-svg .price-title {
    color: #fff;
}

.dark-mode .pricing-tabs ul.nav-price {
    border: 1px solid #32394e;
    background: #2a2e3f;
}

.dark-mode .pricing-tabs ul.nav-price li a {
    background: #2a2e3f;
}

.dark-mode .pricing-tabs ul.nav-price li a.active {
    color: #ffffff;
}

.dark-mode .pricing-tabs .pri-tabs-heading2 ul.nav-price {
    border: 1px solid #32394e;
    background: #2a2e3f;
}

.dark-mode .pricing-tabs .pri-tabs-heading2 ul.nav-price li a {
    background: #2a2e3f;
}

.dark-mode .pricing-tabs .pri-tabs-heading3 ul.nav-price li a {
    border-left: 1px solid #32394e;
}

.dark-mode .pricing-svg {
    border: 4px solid rgba(230, 234, 239, 0.34);
}

.dark-mode .profile-cover .cover {
    border: 10px solid #FFF;
}

.dark-mode .profile-cover .cover .inner-cover img {
    border: 1px solid transparent;
}

.dark-mode .profile-cover .cover ul.cover-menu {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.24);
}

.dark-mode .profile-cover .cover ul.cover-menu li:hover {
    background-color: rgba(0, 0, 0, 0.44);
}

.dark-mode .profile-cover .cover ul.cover-menu li.active {
    background-color: rgba(0, 0, 0, 0.64);
}

.dark-mode .profile-cover .cover ul.cover-menu li a {
    color: #FFF;
}

/*right of pricing*/
@media (min-width: 992px) {
    .dark-mode .plan-card.active {
        box-shadow: none !important;
    }

    .dark-mode .panel.price.active {
        box-shadow: 0px 10px 10px 20px rgba(35, 40, 60, 0.9), 10px 10px 15px -5px rgba(14, 20, 44, 0.16);
    }
}

.dark-mode.register1 .form-control {
    background-color: #343a40;
    color: #ccd4e0;
    border: 1px solid #40464c;
}

.dark-mode.register1 {
    background-image: url(../../assets/images/photos/345.png);
}

.dark-mode.register-2 {
    background-image: url(../../assets/images/photos/register2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dark-mode.register1 .form-control:focus {
    border: 1px solid #32394e !important;
}

.dark-mode.register-2 .form-control:focus {
    border: 1px solid #32394e !important;
}

.dark-mode.construction {
    background-image: url(../../assets/images/photos/register4.jpg);
}

.dark-mode #checkoutsteps .item {
    border-bottom: 1px solid #32394e;
}

.dark-mode #checkoutsteps>.steps .number {
    background-color: #212332;
}

.dark-mode #checkoutsteps .checkoutline {
    background-color: #212332;
}

.dark-mode .side-menu__item.active .side-menu__label,
.dark-mode .side-menu__item:hover .side-menu__label,
.dark-mode .side-menu__item:focus .side-menu__label {
    color: #fff !important;
}

.dark-mode .side-menu__item.active .side-menu__icon,
.dark-mode .side-menu__item:hover .side-menu__icon,
.dark-mode .side-menu__item:focus .side-menu__icon {
    fill: #fff !important;
}

.dark-mode .side-menu__item.active .angle,
.dark-mode .side-menu__item:hover .angle,
.dark-mode .side-menu__item:focus .angle {
    color: #fff !important;
}

.dark-mode .side-menu__item.active,
.dark-mode .side-menu__item:hover,
.dark-mode .side-menu__item:focus {
    text-decoration: none;
    background: #ccd4e01c;
    color: #fff !important;
}

.dark-mode.sidenav-toggled .side-menu__item:focus {
    background: transparent !important;
}

.dark-mode.sidenav-toggled .side-menu__item:focus .side-menu__icon {
    fill: #fff;
}

.dark-mode.sidenav-toggled1 .side-menu__item:focus {
    background: #ccd4e01c !important;
}

.dark-mode.sidenav-toggled1 .side-menu__item:focus .side-menu__icon {
    fill: #fff;
}

@media (max-width: 768px) {
    .dark-mode .horizontalMenu-list>li:hover {
        background-color: #ccd4e01c;
        color: #fff !important;
    }
}

.dark-mode .panel-footer {
    border-left: 0px solid #e6ebf1;
    border-right: 0px solid #e6ebf1;
}

.dark-mode .theme-white .cookie-popup-learn-more {
    color: #ccd4e0;
    background: #2a2e3f;
}

.dark-mode .hor-header .header-brand .desktop-lgo {
    display: none;
}

.dark-mode .hor-header .header-brand .dark-logo {
    display: block;
}

@media (min-width: 768px) {
    .dark-mode .sidenav-toggled .app-sidebar__logo {
        padding: 13px 9px !important;
    }
}

.dark-mode .fc-daygrid-day-frame {
    background-color: #2a2e3f;
}

.dark-mode .form-check-input {
    background-color: #212332;
}

.dark-mode .plan-card .plan-price {
    border-top: 1px solid #32394e;
}

.dark-mode .panel-body .lead {
    color: #212332;
}

.dark-mode .form-select {
    color: #ccd4e0;
    background-color: #2a2e3f;
    border: 1px solid #32394e;
}

.dark-mode .tree ul li:before {
    border-top: 2px solid #4b5673;
}

.dark-mode .tree ul:before {
    border-left: 2px solid #4b5673;
}

.dark-mode .tree li.branch li {
    background: #2a2e3f;
}

.dark-mode .tree li a {
    color: #ccd4e0;
}

.dark-mode .tree li.branch {
    background: #2a2e3f;
}

.dark-mode .tree li {
    color: #ccd4e0;
    border: 1px solid #32394e;
}

.dark-mode .ql-toolbar.ql-snow .ql-picker-label {
    border-right: #32394e solid 1px;
}

.dark-mode .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #32394e;
    background-color: #232633;
}

.dark-mode .ql-snow .ql-tooltip {
    background-color: #13151d;
    border: 1px solid #32394e;
    color: #fff;
    box-shadow: 0px 0px 5px #2a2e3f;
}

.dark-mode .ql-container.ql-snow {
    border: 1px solid #32394e;
}

.dark-mode .ql-snow.ql-toolbar button:hover,
.dark-mode .ql-snow .ql-toolbar button:hover,
.dark-mode .ql-snow.ql-toolbar button:focus,
.dark-mode .ql-snow .ql-toolbar button:focus,
.dark-mode .ql-snow.ql-toolbar button.ql-active,
.dark-mode .ql-snow .ql-toolbar button.ql-active,
.dark-mode .ql-snow.ql-toolbar .ql-picker-label:hover,
.dark-mode .ql-snow .ql-toolbar .ql-picker-label:hover,
.dark-mode .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.dark-mode .ql-snow .ql-toolbar .ql-picker-label.ql-active,
.dark-mode .ql-snow.ql-toolbar .ql-picker-item:hover,
.dark-mode .ql-snow .ql-toolbar .ql-picker-item:hover,
.dark-mode .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.dark-mode .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #664dc9;
    background: #13151d;
}

.dark-mode .ql-snow.ql-toolbar button,
.dark-mode .ql-snow .ql-toolbar button {
    border-right: #32394e solid 1px;
    color: white;
}

.dark-mode .ql-toolbar.ql-snow {
    border: 1px solid #32394e;
    background: #212332;
    color: #fff;
}

.dark-mode .richText .richText-toolbar ul li a:hover {
    background-color: #12131b;
}

.dark-mode .richText .richText-editor {
    background-color: #2a2e3f;
    border-left: #32394e solid 1px;
}

.dark-mode .sw-theme-dots>ul.step-anchor>li>a:before {
    background-color: #1d1f2b;
}

.dark-mode .sw-theme-dots>ul.step-anchor:before {
    background-color: #1d1f2b;
}

.dark-mode .sw-theme-dots .sw-toolbar {
    background: #2a2e3f;
}

.dark-mode .sw-theme-dots .step-content {
    background-color: #2a2e3f;
}

.dark-mode .sw-theme-dots>ul.step-anchor {
    background: #2a2e3f;
    border: 0px solid #32394e !important;
}

.dark-mode .multi-wrapper .item-1 {
    color: #ccd4e0;
}

.dark-mode .multi-wrapper .selected-wrapper {
    background: #212332;
}

.dark-mode .multi-wrapper .search-input {
    border-bottom: 1px solid #32394e;
    background: #2a2e3f;
    color: #ccd4e0;
}

.dark-mode .multi-wrapper {
    border: 1px solid #32394e;
}

.dark-mode .multi-wrapper .non-selected-wrapper {
    background: #2a2e3f;
    border-right: 1px solid #32394e;
}

.dark-mode .btn-select-arrow {
    color: #ccd4e0;
    background: #2a2e3f;
    border: 1px solid #4b5673;
}

.dark-mode .transfer-double-selected-list-search-input {
    color: #ccd4e0 !important;
    border: 1px solid #32394e;
    outline: 1px solid #32394e;
    background: #2a2e3f;
}

.dark-mode .transfer-double-content-param {
    border-bottom: 1px solid #32394e;
}

.dark-mode .transfer-double-content-right {
    border: 1px solid #32394e;
}

.dark-mode .ms-search input {
    border: 1px solid #32394e;
    background: #212332;
    color: #ccd4e0;
}

.dark-mode .checkbox-group label:before {
    background: #3e445a;
    border: 1px solid #32394e;
}

.dark-mode .transfer-double-list-footer {
    border-top: 1px solid #32394e;
}

.dark-mode .transfer-double-content-tabs {
    border-bottom: 1px solid #32394e;
}

.dark-mode .transfer-double-content-tabs .tab-item-name.tab-active {
    background: #212332;
}

.dark-mode .transfer-double-list-search-input {
    border: 1px solid #32394e;
    color: #ccd4e0;
    background-color: #2a2e3f;
}

.dark-mode .transfer-double-content-left {
    border: 1px solid #32394e;
}

.dark-mode .transfer-double {
    background-color: #2a2e3f;
}

.dark-mode .intl-tel-input .flag-dropdown .country-list .divider {
    border-bottom: 1px solid #4b5673;
}

.dark-mode .intl-tel-input .flag-dropdown .country-list .country.highlight {
    background-color: #1b1d29;
}

.dark-mode .intl-tel-input .flag-dropdown .country-list {
    background-color: #282a3c;
}

.dark-mode .intl-tel-input .flag-dropdown .selected-flag .down-arrow {
    border-top: 4px solid #ccd4e0;
}

.dark-mode .intl-tel-input .flag-dropdown .selected-flag {
    background: #3f455d;
}

.dark-mode .intl-tel-input .flag-dropdown .selected-flag:hover {
    background-color: #3f455d !important;
}

.dark-mode .intl-tel-input input {
    border: 1px solid #32394e;
    background: #2a2e3f;
    color: #ccd4e0;
}

.dark-mode .SumoSelect>.optWrapper.multiple>.options li.opt span i,
.dark-mode .SumoSelect .select-all>span i {
    border: 1px solid #4b5673;
    background-color: #2f3346;
}

.dark-mode .SumoSelect.open .search-txt {
    background: transparent;
    color: #ccd4e0;
}

.dark-mode .SumoSelect>.optWrapper>.options li.opt {
    border-bottom: 1px solid #32394e;
}

.dark-mode .SumoSelect>.optWrapper>.options li.opt:hover {
    background-color: #212332;
}

.dark-mode .SumoSelect .select-all {
    border-bottom: 1px solid #32394e;
    background-color: #1d202b;
}

.dark-mode .SumoSelect.open>.optWrapper {
    box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.5);
    background: #212332;
    border: 1px solid #32394e;
}

.dark-mode .SumoSelect.disabled>.CaptionCont {
    border-color: #32394e;
    background: #242735;
    border-radius: 0;
}

.dark-mode .SumoSelect>.CaptionCont {
    border: 1px solid #32394e;
    color: #ccd4e0;
    background-color: #2a2e3f;
}

.dark-mode .ms-choice.disabled {
    background-color: #242735;
    color: #ccd4e0;
    border: 1px solid #32394e;
}

.dark-mode .ms-drop .custom-control-label::before {
    background-color: #292d3e;
}

.dark-mode .ms-drop {
    background: #212332;
    color: #ccd4e0;
    border: 1px solid #32394e;
}

.dark-mode .ms-drop.bottom {
    box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.5);
}

.dark-mode .ms-choice {
    background-color: #2a2e3f;
    border: 1px solid #32394e;
}

.dark-mode .datepicker table tr td span.old,
.dark-mode .datepicker table tr td span.new {
    color: #7f88a5;
}

.dark-mode .datepicker .datepicker-switch {
    color: #664dc9 !important;
}

.dark-mode .datepicker td {
    color: #ccd4e0;
}

.dark-mode .datepicker th {
    color: #fff;
}

.dark-mode .datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid #2a2e3f;
}

.dark-mode .sp-picker-container {
    border-left: solid 1px #32394e;
}

.dark-mode .sp-container {
    background-color: #212332 !important;
    border: solid 1px #32394e !important;
    box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.5) !important;
}

.dark-mode .sp-replacer {
    border: solid 1px #32394e;
    background: #212332;
    color: #ccd4e0;
}

.dark-mode .sp-replacer:hover,
.dark-mode .sp-replacer.sp-active {
    border-color: #212332;
    color: #ccd4e0;
    border: solid 1px #32394e;
}

.dark-mode .ui-timepicker-list li {
    color: #ccd4e0 !important;
}

.dark-mode .ui-timepicker-wrapper {
    background: #212332;
    border: 1px solid #32394e;
    color: #ccd4e0 !important;
}

.dark-mode .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #212332;
}

.dark-mode .select2-results {
    background-color: #212332;
    border: 1px solid #32394e;
}

.dark-mode .select2-dropdown {
    background-color: #212332;
    border: 1px solid #32394e;
}

.dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:hover,
.dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:focus,
.dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:active {
    opacity: 1;
    background-color: #2a2e3f !important;
    border-color: #4b5673;
}

.dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone {
    background-color: #2a2e3f;
    border: 2px dashed #32394e;
}

.dark-mode .dropify-wrapper .dropify-preview {
    background-color: #2a2e3f;
}

.dark-mode .dropify-wrapper {
    background-color: #2a2e3f;
    border: 1px solid #4b5673;
}

.dark-mode .dropify-wrapper:hover {
    background-image: linear-gradient(-45deg, #212332 25%, transparent 25%, transparent 50%, #212332 50%, #212332 75%, transparent 75%, transparent) !important;
}

.dark-mode .table-success {
    --bs-table-bg: #64dea9;
}

.dark-mode .table-success th,
.dark-mode .table-success td {
    border-top: none;
}

.dark-mode .table-success tr th {
    border-bottom-color: #38cb89 !important;
}

.dark-mode .table-danger {
    --bs-table-bg: #e87b85;
}

.dark-mode .table-danger th,
.dark-mode .table-danger td {
    border-top: none;
}

.dark-mode .table-danger tr th {
    border-bottom-color: #ef4b4b !important;
}

.dark-mode .table-inbox {
    border: 1px solid #32394e;
}

.dark-mode .sweet-alert {
    background-color: #26283a;
}

.dark-mode .sweet-alert h2 {
    color: #ffffff;
}

.dark-mode .irs-line-left {
    background-color: #1a1b27;
}

.dark-mode .irs-line-mid {
    background-color: #1a1b27;
}

.dark-mode .irs-line-right {
    background-color: #1a1b27;
}

.dark-mode .irs-min,
.dark-mode .irs-max {
    background: #1a1b27;
    color: #fff;
}

.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ccd4e0;
}

.dark-mode .card-body+.card-body {
    border-top: 1px solid #32394e;
}

.dark-mode .border-cyan {
    border-color: #116e7c !important;
}

.dark-mode .theme-white .cookie-popup-inner {
    border-bottom: 1px solid #32394e;
}

.dark-mode .theme-white .cookie-popup {
    background-color: #212332;
    color: #ccd4e0;
}

.dark-mode .cookie-popup.position-topleft {
    box-shadow: 5px 7px 26px -5px #141415;
}

.dark-mode .fc .fc-non-business {
    background: none;
}

.dark-mode .fc-theme-standard .fc-scrollgrid {
    border: 1px solid #32394e;
}

.dark-mode .fc-theme-standard td,
.dark-mode .fc-theme-standard th {
    border: 1px solid #32394e;
}

.dark-mode .main-contact-label::after {
    content: none;
}

.dark-mode .main-chat-body {
    background-color: #1a1c27;
}

.dark-mode .main-chat-list .media.selected .media-contact-name span:first-child {
    color: #ccd4e0;
}

.dark-mode .msb-reply textarea {
    color: #d1d2d5;
}

.dark-mode .chat-body-style {
    background-color: #1a1c27;
}

.dark-mode .tab_wrapper>ul li {
    background: #2a2e3f;
    border-bottom: 0 !important;
}

.dark-mode .tab_wrapper .content_wrapper {
    border: 1px solid #32394e;
}

.dark-mode .popover-static-demo {
    background-color: #212332;
    border: 1px solid #32394e;
}

.dark-mode .nav-pills .nav-link {
    background: #212332;
    color: #ccd4e0;
}

.dark-mode .nav1 {
    background: #212332 !important;
}

.dark-mode .app-sidebar {
    background: #2a2e3f !important;
    border-right: 1px solid #32394e;
    border-top: none;
}

.dark-mode .app-sidebar__user {
    border-bottom: 1px solid #32394e;
}

.dark-mode .app-sidebar .side-item.side-item-category {
    color: #ccd4e0;
}

.dark-mode .app-sidebar__toggle {
    border-right: 1px solid #32394e;
}

.dark-mode .app-header {
    border-bottom: 1px solid #32394e !important;
}

.dark-mode .app-sidebar__logo {
    border-bottom: 1px solid #32394e;
    border-right: 1px solid #32394e;
    background: #2a2e3f;
}

@media (min-width: 768px) {
    .dark-mode.sidenav-toggled1 .app-sidebar__logo .header-brand-img.dark-logo {
        margin-top: 4px;
    }

    .dark-mode .app-sidebar__logo .header-brand-img.dark-logo {
        display: block;
    }

    .dark-mode .app-sidebar__logo .header-brand-img.desktop-lgo {
        display: none;
    }

    .dark-mode.sidenav-toggled .app-sidebar__logo .header-brand-img.dark-logo,
    .dark-mode.sidenav-toggled .app-sidebar__logo .header-brand-img.mobile-logo {
        display: none;
    }

    .dark-mode.sidenav-toggled .app-sidebar__logo .header-brand-img.darkmobile-logo {
        display: block;
        margin-top: 4px;
    }

    .dark-mode.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo .header-brand-img.dark-logo {
        display: block;
    }

    .dark-mode.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo .header-brand-img.desktop-lgo,
    .dark-mode.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo .header-brand-img.darkmobile-logo {
        display: none;
    }

    .dark-mode.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user {
        border-bottom: 1px solid #32394e !important;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .dark-mode.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        border-right: 1px solid #32394e;
    }
}

@media (max-width: 768px) {
    .dark-mode .app-header .form-control:focus {
        border: 1px solid #32394e !important;
    }

    .dark-mode .mobile-main-header .search-element {
        background-color: #2a2e3f !important;
    }

    .dark-mode .header-brand-img.dark-logo {
        display: block !important;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        position: absolute;
    }

    .dark-mode .header-brand-img.desktop-lgo {
        display: none !important;
    }
}

.dark-mode .dropdown-item:hover,
.dark-mode .dropdown-item:focus {
    color: #ccd4e0;
}

.dark-mode .header-brand-img {
    margin: 0 auto;
}

.dark-mode .breadcrumb-item span {
    color: #ccd4e0;
}

.dark-mode .dropdown-menu {
    color: #ccd4e0;
}

.dark-mode .btn-primary {
    color: #fff !important;
    background-color: #664dc9;
    border-color: #664dc9;
}

.dark-mode .btn-secondary {
    color: #fff !important;
    background-color: #5b73e8;
    border-color: #5b73e8;
    box-shadow: 0 0px 10px -5px #5b73e8;
}

.dark-mode .navbar-toggler:focus {
    box-shadow: none;
}

.dark-mode .form-inline .btn:focus {
    box-shadow: none;
}

@media (max-width: 992px) {
    .dark-mode .navsearch svg {
        background-color: transparent;
    }
}

.dark-mode .apexcharts-canvas text {
    fill: #ccd4e0;
}

.dark-mode #statistics .apexcharts-canvas line {
    stroke: #32394e;
}

.dark-mode tbody,
.dark-mode td,
.dark-mode tfoot,
.dark-mode th,
.dark-mode thead,
.dark-mode tr {
    border-style: none;
}

.dark-mode .table td {
    color: #ccd4e0;
}

.dark-mode .app-sidebar__user .user-pic img {
    border: 3px solid #32394e;
    box-shadow: 0 0 0 4px #484e69;
}

.dark-mode .dataTables_wrapper .form-control {
    border: 1px solid #32394e;
}

.dark-mode .form-control {
    border: 1px solid #32394e;
}

.dark-mode .headerstyle-1 .header-brand .desktop-lgo {
    display: none;
}

.dark-mode .headerstyle-1 .header-brand .dark-logo {
    display: block;
}

.dark-mode .headerstyle-3 .header-brand .desktop-lgo {
    display: none;
}

.dark-mode .headerstyle-3 .header-brand .dark-logo {
    display: block;
}

.dark-mode .btn-close {
    font-size: 25px;
    background-image: none !important;
    margin-top: -10px;
}

.dark-mode::-webkit-scrollbar-thumb,
.dark-mode:hover::-webkit-scrollbar-thumb {
    background: #000 !important;
}

@media (min-width: 768px) {
    .dark-mode.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        border-right: 1px solid #32394e !important;
    }
}

.dark-mode .hor-menu .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover,
.dark-mode .hor-menu .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a.active {
    color: #fff;
}

.dark-mode .hor-menu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover,
.dark-mode .hor-menu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    color: #fff;
}

.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li h3 {
    color: #ccd4e0a6;
}

@media (min-width: 992px) {
    .dark-mode .hor-header .demo-icon {
        border-right: 1px solid #32394e !important;
    }

    .dark-mode .theme-layout {
        border-left: 1px solid #32394e !important;
    }
}

.dark-mode .multi-wrapper .non-selected-wrapper {
    background: #2a2e3f;
}

.dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown .richText-dropdown-close {
    background: #171616;
    color: #ccd4e0;
}

.dark-mode .richText .richText-form input[type="text"],
.dark-mode .richText .richText-form input[type="file"],
.dark-mode .richText .richText-form input[type="number"],
.dark-mode .richText .richText-form select {
    background-color: #171616;
    color: #ccd4e0;
    border: #1d202c solid 1px;
}

.dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown {
    background-color: #1d202c;
    border: #32394e solid 1px;
}

.dark-mode .progress-bar-custom {
    background-color: #6563ff;
}

.dark-mode .slide-menu a.active {
    color: #ffffff !important;
}

.dark-mode .ps__thumb-y {
    background-color: #3c4151;
}

.dark-mode .fc-daygrid-day-frame {
    background-color: #2a2e3f !important;
}

.dark-mode .price .text-muted {
    color: #adb1c5 !important;
}

.dark-mode .wizard.vertical>.actions {
    border-left: 1px solid #32394e;
}

.dark-mode .wizard.vertical>.content {
    border-left: 1px solid #32394e;
}

.dark-mode .tab_wrapper>ul li.active:after {
    content: "";
    background: #2a2e3f;
}

.dark-mode .main-chat-contacts-more {
    background-color: #1a1630;
}

@media (min-width: 768px) {
    .dark-mode .main-chat-footer .form-control {
        padding-left: 10px;
    }
}

.dark-mode .irs-modern .irs-slider {
    background-color: #212332;
}

.dark-mode .irs-outline .irs-slider {
    background-color: #212332;
}

.dark-mode .table-success td,
.dark-mode .table-success th {
    color: #212332;
}

.dark-mode .table-danger td,
.dark-mode .table-danger th {
    color: #212332;
}

.dark-mode .card-header h3 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.dark-mode .mini:hover {
    color: #fff;
}

.dark-mode .panel-group .panel {
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #32394e;
}

.dark-mode .np-btn {
    color: #fff;
}

.dark-mode .table-inbox tr.unread td {
    font-weight: 400;
    color: #fff;
}

.dark-mode .form-control::-moz-placeholder {
    opacity: 0.5;
}

.dark-mode .form-control::placeholder {
    opacity: 0.5;
}

.dark-mode .custom-control-input:focus {
    border: 1px solid red;
}

.dark-mode .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.dark-mode .modal-bg-color .bg-light {
    background-color: #2a2e3f !important;
}

.dark-mode .sub-panel-heading .tabs-menu ul li a.active {
    background: #2a2e3f;
}

.dark-mode .label-primary {
    background-color: #664dc9;
}

.dark-mode .bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    color: #fff !important;
    padding: 0 6px;
    margin: 0;
    border-radius: 3px;
    font-family: initial;
    font-size: initial;
    line-height: initial;
}

@media (max-width: 992px) {
    .dark-mode.register1 .bg-dark {
        border-top-left-radius: 7px !important;
        border-bottom-left-radius: 7px !important;
    }
}

.dark-mode .legend {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 2px;
    margin-right: 10px;
    margin-top: 6px;
}

.dark-mode .morris-legends {
    margin-bottom: 0;
    list-style: none;
    padding-left: 10px;
    text-align: center;
}

.dark-mode .bg-primary-light-1 {
    background-color: #8976d5;
}

.dark-mode .bg-primary-light-2 {
    background-color: #ab9de1;
}

.dark-mode .bg-success-light-1 {
    background-color: #5dd59f;
}

.dark-mode .bg-success-light-2 {
    background-color: #85e0b7;
}

.dark-mode .bg-warning-light-1 {
    background-color: #ffbb33;
}

.dark-mode .bg-warning-light-2 {
    background-color: #ffcc66;
}

.dark-mode .bg-danger-light-1 {
    background-color: #f37272;
}

.dark-mode .bg-danger-light-2 {
    background-color: #f7a1a1;
}

.dark-mode .btn-light.dropdown-toggle::after,
.dark-mode .btn-outline-primary.dropdown-toggle::after,
.dark-mode .btn-outline-secondary.dropdown-toggle::after,
.dark-mode .btn-outline-info.dropdown-toggle::after,
.dark-mode .btn-outline-warning.dropdown-toggle::after,
.dark-mode .btn-outline-success.dropdown-toggle::after,
.dark-mode .btn-outline-danger.dropdown-toggle::after {
    color: #fff !important;
}

.dark-mode.register1 .input-group-text {
    color: #ccd4e0 !important;
    background-color: #343a40;
    border: 1px solid #40464c;
}

.dark-mode #delete-datatable tr.selected {
    background: #ccd4e01c;
}

.dark-mode .country-selector {
    padding: 0.3rem;
    border-right: 1px solid #32394e !important;
}

.dark-mode .country-selector .nav-link {
    color: #d4d7e2 !important;
}

/*---profile---*/
/*---End profile---*/
/*# sourceMappingURL=dark.css.map */

/*----------- Header -------------*/
/*---Heade-color---*/
.color-header .country-selector .nav-link {
    color: #fff !important;
}

.color-header .country-selector {
    padding: 0.3rem;
    border-right: 1px solid #7d67d4 !important;
}

@media (min-width: 992px) {
    .color-header .hor-header .demo-icon {
        border-right: 1px solid #7d67d4 !important;
    }

    .color-header .nav-link.theme-layout {
        border-left: 1px solid #7d67d4 !important;
    }
}

.color-header .hor-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.color-header .profile-dropdown {
    border-right: 1px solid #7d67d4 !important;
}

.color-header .collapse:not(.show) {
    display: none;
    background: transparent;
}

.color-header .header {
    background: #664dc9;
}

.color-header .app-sidebar__toggle {
    border-right: 1px solid #7d67d4;
}

.color-header .app-header {
    border-bottom: 1px solid #7d67d4 !important;
}

.color-header .header-icon {
    fill: #fff !important;
}

.color-header .header .form-inline .form-control {
    background: #664dc9;
    color: #fff;
}

.color-header .form-control::-moz-placeholder {
    color: #ffffff !important;
}

.color-header .form-control::placeholder {
    color: #ffffff !important;
}

.color-header.dark-mode .form-control::-moz-placeholder {
    color: #ffffff !important;
    opacity: 0.5 !important;
}

.color-header.dark-mode .form-control::placeholder {
    color: #ffffff !important;
    opacity: 0.5 !important;
}

.color-header .nav-link.icon .header-icon {
    background: transparent;
}

.color-header .header .main-header-end .nav-link.icon {
    border-right: 1px solid #7d67d4;
}

.color-header #fullscreen-button {
    border-left: 1px solid #7d67d4;
}

.color-header .hor-header .form-control {
    border: 1px solid #7d67d4 !important;
}

.color-header .hor-header .search-element .btn {
    background-color: transparent !important;
}

@media (max-width: 992px) {
    .color-header .hor-header .form-control:focus {
        border-color: #32394e !important;
    }

    .color-header .hor-header .animated-arrow span {
        background: #ffffff !important;
    }

    .color-header .hor-header .animated-arrow span:before,
    .color-header .hor-header .animated-arrow span:after {
        background: #ffffff !important;
    }
}

.color-header .hor-header .desktop-lgo,
.color-header .hor-header .mobile-logo,
.color-header .hor-header .darkmobile-logo {
    display: none !important;
}

.color-header .hor-header .dark-logo {
    display: block !important;
    margin: 0 auto;
}

.color-header .hor-header .form-inline .btn .search-icon {
    fill: #ccd4e0 !important;
}

@media (min-width: 767px) {
    .color-header .hor-header .profile-dropdown img {
        box-shadow: 0 0 0 4px #755dd3;
        border: 2px solid #755dd3;
    }

    .color-header .profile-dropdown img {
        box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
        border: 2px solid #755dd3;
    }
}

@media (max-width: 767px) {
    .color-header .country-selector .nav-link {
        color: #6c756e !important;
    }

    .color-header .country-selector {
        padding: 0.3rem;
        border-right: 1px solid #e6ebf1 !important;
    }

    .color-header.dark-mode .country-selector .nav-link {
        color: #fff !important;
    }

    .color-header.dark-mode .country-selector {
        padding: 0.3rem;
        border-right: 1px solid #32394e !important;
    }

    .color-header .demo-icon svg {
        fill: #fff !important;
    }

    .color-header .header-icon.settings-icon {
        fill: #fff !important;
    }

    .color-header.dark-mode .header-icon.settings-icon {
        fill: #fff !important;
    }

    .color-header .profile-dropdown {
        border-right: 1px solid #e6ebf1 !important;
    }

    .color-header.dark-mode .profile-dropdown {
        border-right: 1px solid #32394e !important;
    }

    .color-header .hor-header .navbar-toggler {
        top: -10px;
    }

    .color-header .hor-header .animated-arrow span {
        background: #ffffff;
    }

    .color-header .hor-header .animated-arrow span:before,
    .color-header .hor-header .animated-arrow span:after {
        background: #ffffff;
    }

    .color-header .profile-dropdown .header-icon {
        fill: #555b6d !important;
    }

    .color-header .header .main-header-end .nav-link.icon {
        border-right: 1px solid #e6ebf1;
    }

    .color-header.dark-mode .header .main-header-end .nav-link.icon {
        border-right: 1px solid #32394e;
    }

    .color-header.dark-mode .profile-dropdown .header-icon {
        fill: #ccd4e0 !important;
    }

    .color-header .theme-layout {
        border-left: 0px !important;
    }

    .color-header .desktop-lgo,
    .color-header .darkmobile-logo,
    .color-header .mobile-logo {
        display: none !important;
    }

    .color-header .header-brand-img.dark-logo {
        display: block !important;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        position: absolute;
    }

    .color-header .header-icon {
        fill: #555b6d !important;
    }

    .color-header .app-sidebar__toggle .header-icon {
        fill: #fff !important;
    }

    .color-header .nav-link.icon .header-icon {
        background: transparent;
    }

    .color-header .nav-link.icon .header-icon {
        margin-top: 3px;
    }

    .color-header .hader-message {
        margin-left: 0px;
    }

    .color-header.dark-mode .header-icon {
        fill: #ccd4e0 !important;
    }
}

.color-header .navbar-toggler-icon {
    color: #fff;
}

.color-header .navbar-toggler:focus {
    box-shadow: none;
}

.dark-header .country-selector .nav-link {
    color: #fff !important;
}

.dark-header .country-selector {
    padding: 0.3rem;
    border-right: 1px solid #32394e !important;
}

@media (min-width: 992px) {
    .dark-header .hor-header .demo-icon {
        border-right: 1px solid #32394e !important;
    }

    .dark-header .nav-link.theme-layout {
        border-left: 1px solid #32394e !important;
    }
}

.dark-header .hor-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-header .hor-header .desktop-lgo,
.dark-header .hor-header .darkmobile-logo,
.dark-header .hor-header .mobile-logo {
    display: none !important;
}

.dark-header .hor-header .dark-logo {
    display: block !important;
}

@media (max-width: 992px) {
    .dark-header .hor-header .animated-arrow span {
        background: #ffffff !important;
    }

    .dark-header .hor-header .animated-arrow span:before,
    .dark-header .hor-header .animated-arrow span:after {
        background: #ffffff !important;
    }

    .dark-header .hor-header .theme-layout {
        border-left: 0px !important;
    }
}

.dark-header .profile-dropdown {
    border-right: 1px solid #32394e !important;
}

@media (min-width: 768px) {
    .dark-header .hor-header .header-search {
        border: 1px solid #32394e !important;
    }

    .dark-header .hor-header .search-element .btn {
        background-color: transparent !important;
    }

    .dark-header .hor-header .search-element .btn .search-icon {
        fill: #ccd4e0 !important;
    }

    .dark-header .profile-dropdown img {
        box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
        border: 2px solid #32394e;
    }
}

.dark-header .collapse:not(.show) {
    display: none;
    background: transparent;
}

.dark-header .header {
    background: #2a2e3f;
}

.dark-header .app-sidebar__toggle {
    border-right: 1px solid #32394e;
}

.dark-header .app-header {
    border-bottom: 1px solid #32394e !important;
}

.dark-header .header-icon {
    fill: #fff !important;
}

.dark-header .header .form-inline .form-control {
    background: #2a2e3f;
    color: #fff;
}

.dark-header .form-control::-moz-placeholder {
    color: #ffffff !important;
}

.dark-header .form-control::placeholder {
    color: #ffffff !important;
}

.dark-header.dark-mode .form-control::-moz-placeholder {
    color: #ffffff !important;
    opacity: 0.5 !important;
}

.dark-header.dark-mode .form-control::placeholder {
    color: #ffffff !important;
    opacity: 0.5 !important;
}

.dark-header .nav-link.icon .header-icon {
    background: transparent;
}

.dark-header .header .main-header-end .nav-link.icon {
    border-right: 1px solid #32394e;
}

.dark-header #fullscreen-button {
    border-left: 1px solid #32394e;
}

@media (max-width: 767px) {
    .dark-header .country-selector .nav-link {
        color: #6c756e !important;
    }

    .dark-header .country-selector {
        padding: 0.3rem;
        border-right: 1px solid #e6ebf1 !important;
    }

    .dark-header.dark-mode .country-selector .nav-link {
        color: #fff !important;
    }

    .dark-header.dark-mode .country-selector {
        padding: 0.3rem;
        border-right: 1px solid #32394e !important;
    }

    .dark-header .demo-icon svg {
        fill: #fff !important;
    }

    .dark-header .profile-dropdown {
        border-right: 1px solid #e6ebf1 !important;
    }

    .dark-header.dark-mode .profile-dropdown {
        border-right: 1px solid #32394e !important;
    }

    .dark-header .header-icon.settings-icon {
        fill: #fff !important;
    }

    .dark-header .profile-dropdown img {
        box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
        border: 2px solid #e6ebf1;
    }

    .dark-header .profile-dropdown .header-icon {
        fill: #555b6d !important;
    }

    .dark-header .header .main-header-end .nav-link.icon {
        border-right: 1px solid #e6ebf1;
    }

    .dark-header.dark-mode .header .main-header-end .nav-link.icon {
        border-right: 1px solid #32394e;
    }

    .dark-header.dark-mode .profile-dropdown .header-icon {
        fill: #ccd4e0 !important;
    }

    .dark-header .theme-layout {
        border-left: 0px !important;
    }

    .dark-header .desktop-lgo,
    .dark-header .darkmobile-logo,
    .dark-header .mobile-logo {
        display: none !important;
    }

    .dark-header .header-brand-img.dark-logo {
        display: block !important;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        position: absolute;
    }

    .dark-header .header-icon {
        fill: #555b6d !important;
    }

    .dark-header .app-sidebar__toggle .header-icon {
        fill: #fff !important;
    }

    .dark-header .nav-link.icon .header-icon {
        background: transparent;
    }

    .dark-header .nav-link.icon .header-icon {
        margin-top: 3px;
    }

    .dark-header .hader-message {
        margin-left: 0px;
    }

    .dark-header.dark-mode .header-icon {
        fill: #ccd4e0 !important;
    }
}

.dark-header .navbar-toggler-icon {
    color: #fff;
}

.dark-header .navbar-toggler:focus {
    box-shadow: none;
}

.light-header .country-selector .nav-link {
    color: #6c756e !important;
}

.light-header .country-selector {
    padding: 0.3rem;
    border-right: 1px solid #e6ebf1 !important;
}

@media (min-width: 992px) {
    .light-header .hor-header .demo-icon {
        border-right: 1px solid #e6ebf1 !important;
    }

    .light-header .nav-link.theme-layout {
        border-left: 1px solid #e6ebf1 !important;
    }
}

.light-header .hor-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.light-header.dark-mode .profile-dropdown {
    margin-top: 1px;
    border-right: 1px solid #e6ebf1 !important;
}

.light-header .profile-dropdown img {
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 2px solid #e6ebf1;
}

.light-header .collapse:not(.show) {
    display: none;
    background: transparent;
}

.light-header .header {
    background: #fff;
}

.light-header .app-sidebar__toggle {
    border-right: 1px solid #e6ebf1;
}

.light-header .app-header {
    border-bottom: 1px solid #e6ebf1 !important;
}

.light-header .header-icon {
    fill: #555b6d !important;
}

.light-header .header .form-inline .form-control {
    background: #fff;
    color: #8c97a9;
}

.light-header .form-control::-moz-placeholder {
    color: #bcc1c4 !important;
}

.light-header .form-control::placeholder {
    color: #bcc1c4 !important;
}

.light-header.dark-mode .form-control::-moz-placeholder {
    color: #bcc1c4 !important;
    opacity: 0.5 !important;
}

.light-header.dark-mode .form-control::placeholder {
    color: #bcc1c4 !important;
    opacity: 0.5 !important;
}

.light-header .nav-link.icon .header-icon {
    background: transparent;
}

.light-header .header .main-header-end .nav-link.icon {
    border-right: 1px solid #e6ebf1;
}

.light-header #fullscreen-button {
    border-left: 1px solid #e6ebf1;
}

.light-header.dark-mode .search-element .search-icon {
    fill: #555b6d !important;
}

.light-header .hor-header .form-control {
    border: 1px solid #e6ebf1 !important;
}

.light-header .hor-header .search-element .btn {
    background-color: #664dc9 !important;
}

@media (max-width: 992px) {
    .light-header .hor-header .form-control:focus {
        border-color: #e6ebf1 !important;
    }
}

.light-header .hor-header .dark-logo,
.light-header .hor-header .mobile-logo,
.light-header .hor-header .darkmobile-logo {
    display: none !important;
}

.light-header .hor-header .desktop-lgo {
    display: block !important;
}

.light-header .hor-header .form-inline .btn .search-icon {
    fill: #ccd4e0 !important;
}

@media (min-width: 767px) {
    .light-header .hor-header .profile-dropdown img {
        box-shadow: 0 0 0 4px #e6ebf1;
        border: 2px solid #e6ebf1;
    }
}

@media (max-width: 767px) {
    .light-header.dark-mode .country-selector .nav-link {
        color: #fff !important;
    }

    .light-header.dark-mode .country-selector {
        padding: 0.3rem;
        border-right: 1px solid #32394e !important;
    }

    .light-header.dark-mode .demo-icon svg {
        fill: #555b6d !important;
    }

    .light-header.dark-mode .profile-dropdown {
        border-right: 1px solid #32394e !important;
    }

    .light-header .hor-header .navbar-toggler {
        top: -10px;
    }

    .light-header .hor-header .animated-arrow span {
        background: #664dc9;
    }

    .light-header .hor-header .animated-arrow span:before,
    .light-header .hor-header .animated-arrow span:after {
        background: #664dc9;
    }

    .light-header .profile-dropdown .header-icon {
        fill: #555b6d !important;
    }

    .light-header .header .main-header-end .nav-link.icon {
        border-right: 1px solid #e6ebf1;
    }

    .light-header.dark-mode .header .main-header-end .nav-link.icon {
        border-right: 1px solid #32394e;
    }

    .light-header.dark-mode .profile-dropdown .header-icon {
        fill: #ccd4e0 !important;
    }

    .light-header .theme-layout {
        border-left: 0px !important;
    }

    .light-header .dark-logo,
    .light-header .darkmobile-logo,
    .light-header .mobile-logo {
        display: none !important;
    }

    .light-header .header-brand-img.desktop-lgo {
        display: block !important;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        position: absolute;
    }

    .light-header.dark-mode .dark-logo,
    .light-header.dark-mode .darkmobile-logo,
    .light-header.dark-mode .mobile-logo {
        display: none !important;
    }

    .light-header.dark-mode .header-brand-img.desktop-lgo {
        display: block !important;
        margin: 0 auto;
    }

    .light-header .header-icon {
        fill: #555b6d !important;
    }

    .light-header .app-sidebar__toggle .header-icon {
        fill: #555b6d !important;
    }

    .light-header .nav-link.icon .header-icon {
        background: transparent;
    }

    .light-header .nav-link.icon .header-icon {
        margin-top: 3px;
    }

    .light-header .hader-message {
        margin-left: 0px;
    }

    .light-header.dark-mode .header-icon {
        fill: #ccd4e0 !important;
    }

    .light-header.dark-mode .app-sidebar__toggle .header-icon {
        fill: #555b6d !important;
    }
}

.light-header .navbar-toggler-icon {
    color: #664dc9;
}

.light-header .navbar-toggler:focus {
    box-shadow: none;
}

.gradient-header .country-selector .nav-link {
    color: #fff !important;
}

.gradient-header .country-selector {
    padding: 0.3rem;
    border-right: 1px solid #755dd3 !important;
}

@media (min-width: 992px) {
    .gradient-header .hor-header .header-search {
        border: 1px solid #755dd3 !important;
    }

    .gradient-header .hor-header .demo-icon {
        border-right: 1px solid #7d67d4 !important;
    }

    .gradient-header .nav-link.theme-layout {
        border-left: 1px solid #7d67d4 !important;
    }
}

.gradient-header .hor-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gradient-header .hor-header .desktop-lgo,
.gradient-header .hor-header .darkmobile-logo,
.gradient-header .hor-header .mobile-logo {
    display: none !important;
}

.gradient-header .hor-header .dark-logo {
    display: block !important;
}

@media (max-width: 992px) {
    .gradient-header .hor-header .animated-arrow span {
        background: #ffffff !important;
    }

    .gradient-header .hor-header .animated-arrow span:before,
    .gradient-header .hor-header .animated-arrow span:after {
        background: #ffffff !important;
    }

    .gradient-header .hor-header .hor-header .header-search {
        border: 1px solid #e6ebf1 !important;
    }
}

.gradient-header .profile-dropdown {
    border-right: 1px solid #7d67d4 !important;
}

.gradient-header .collapse:not(.show) {
    display: none;
    background: transparent;
}

.gradient-header .header {
    background-image: linear-gradient(to right, #513da0, #664dc9) !important;
}

.gradient-header .app-sidebar__toggle {
    border-right: 1px solid #7d67d4;
}

.gradient-header .app-header {
    border-bottom: 1px solid #7d67d4 !important;
}

.gradient-header .header-icon {
    fill: #fff !important;
}

.gradient-header .header .form-inline .form-control {
    background: transparent;
    color: #fff;
}

.gradient-header .form-control::-moz-placeholder {
    color: #ffffff !important;
}

.gradient-header .form-control::placeholder {
    color: #ffffff !important;
}

.gradient-header.dark-mode .form-control::-moz-placeholder {
    color: #ffffff !important;
    opacity: 0.5 !important;
}

.gradient-header.dark-mode .form-control::placeholder {
    color: #ffffff !important;
    opacity: 0.5 !important;
}

.gradient-header .nav-link.icon .header-icon {
    background: transparent;
}

.gradient-header .header .main-header-end .nav-link.icon {
    border-right: 1px solid #7d67d4;
}

.gradient-header #fullscreen-button {
    border-left: 1px solid #7d67d4;
}

@media (min-width: 767px) {
    .gradient-header .profile-dropdown img {
        box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
        border: 2px solid #755dd3;
    }

    .gradient-header .form-control::-moz-placeholder {
        color: #ffffff !important;
    }

    .gradient-header .form-control::placeholder {
        color: #ffffff !important;
    }

    .gradient-header .hor-header .search-element .btn {
        background-color: transparent !important;
    }

    .gradient-header .hor-header .search-element .btn .search-icon {
        fill: #ccd4e0 !important;
    }
}

@media (max-width: 767px) {
    .gradient-header .country-selector .nav-link {
        color: #6c756e !important;
    }

    .gradient-header .country-selector {
        padding: 0.3rem;
        border-right: 1px solid #e6ebf1 !important;
    }

    .gradient-header.dark-mode .country-selector .nav-link {
        color: #fff !important;
    }

    .gradient-header.dark-mode .country-selector {
        padding: 0.3rem;
        border-right: 1px solid #32394e !important;
    }

    .gradient-header .demo-icon svg {
        fill: #fff !important;
    }

    .gradient-header .header-icon.settings-icon {
        fill: #fff !important;
    }

    .gradient-header.dark-mode .header-icon.settings-icon {
        fill: #fff !important;
    }

    .gradient-header .profile-dropdown {
        border-right: 1px solid #e6ebf1 !important;
    }

    .gradient-header.dark-mode .profile-dropdown {
        border-right: 1px solid #32394e !important;
    }

    .gradient-header .profile-dropdown .header-icon {
        fill: #555b6d !important;
    }

    .gradient-header .header .main-header-end .nav-link.icon {
        border-right: 1px solid #e6ebf1;
    }

    .gradient-header.dark-mode .header .main-header-end .nav-link.icon {
        border-right: 1px solid #32394e;
    }

    .gradient-header.dark-mode .profile-dropdown .header-icon {
        fill: #ccd4e0 !important;
    }

    .gradient-header .theme-layout {
        border-left: 0px !important;
    }

    .gradient-header .desktop-lgo,
    .gradient-header .darkmobile-logo,
    .gradient-header .mobile-logo {
        display: none !important;
    }

    .gradient-header .header-brand-img.dark-logo {
        display: block !important;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        position: absolute;
    }

    .gradient-header .header-icon {
        fill: #555b6d !important;
    }

    .gradient-header .app-sidebar__toggle .header-icon {
        fill: #fff !important;
    }

    .gradient-header .nav-link.icon .header-icon {
        background: transparent;
    }

    .gradient-header .nav-link.icon .header-icon {
        margin-top: 3px;
    }

    .gradient-header .hader-message {
        margin-left: 0px;
    }

    .gradient-header.dark-mode .header-icon {
        fill: #ccd4e0 !important;
    }
}

.gradient-header .navbar-toggler-icon {
    color: #fff;
}

.gradient-header .navbar-toggler:focus {
    box-shadow: none;
}

.color-menu .sub-side-menu__label2 {
    color: #ccd4e0;
}

.color-menu .sub-angle2 {
    color: #ccd4e0;
}

.color-menu .sub-slide-item2 {
    color: #ccd4e0;
}

.color-menu .slide-menu a.active {
    color: #ffffff !important;
}

.color-menu .sub-side-menu__item {
    color: #ccd4e0;
}

.color-menu .sub-slide-item {
    color: #ccd4e0;
}

.color-menu .desktop-lgo {
    display: none;
}

.color-menu .dark-logo {
    display: block !important;
    margin: 0 auto;
}

.color-menu .app-sidebar {
    background: #664dc9 !important;
}

.color-menu .app-sidebar__logo {
    border-bottom: 1px solid #755dd3;
    border-right: 1px solid #755dd3;
    background: #664dc9;
    padding: 14px 40px;
}

.color-menu .app-sidebar .side-item.side-item-category {
    color: #ccd4e0;
}

.color-menu .app-sidebar {
    border-right: 1px solid #755dd3;
}

.color-menu .app-sidebar__user {
    border-bottom: 1px solid #755dd3;
}

.color-menu .slide.is-expanded .slide-menu li a:hover {
    color: #fff;
}

.color-menu .app-sidebar__user .user-pic img {
    border: 3px solid #755dd3;
    box-shadow: 0 0 0 4px #755dd3;
}

.color-menu .app-sidebar__user-name {
    color: #ccd4e0b5 !important;
}

.color-menu .app-sidebar {
    border-top: 1px solid #755dd3;
}

.color-menu .user-info h5 {
    color: #ccd4e0;
}

.color-menu .side-menu__item.active,
.color-menu .side-menu__item:hover,
.color-menu .side-menu__item:focus {
    background: #ccd4e01c;
    color: #fff !important;
}

.color-menu .side-menu__item.active .side-menu__label,
.color-menu .side-menu__item:hover .side-menu__label,
.color-menu .side-menu__item:focus .side-menu__label {
    color: #fff !important;
}

.color-menu .side-menu__item.active .side-menu__icon,
.color-menu .side-menu__item:hover .side-menu__icon,
.color-menu .side-menu__item:focus .side-menu__icon {
    fill: #fff !important;
}

.color-menu .side-menu__item.active i,
.color-menu .side-menu__item:hover i,
.color-menu .side-menu__item:focus i {
    color: #fff !important;
}

.color-menu .side-menu__label {
    color: #ccd4e0 !important;
}

.color-menu .side-menu__icon {
    fill: #ccd4e0 !important;
}

.color-menu .side-menu__item i {
    color: #ccd4e0;
}

.color-menu .slide-item {
    color: #ccd4e0;
}

.color-menu.sidenav-toggled1 .side-menu__item:focus {
    background: #ccd4e01c !important;
}

@media (min-width: 768px) {
    .color-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        border-right: 1px solid #755dd3 !important;
    }

    .color-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user {
        border-bottom: 1px solid #755dd3 !important;
    }

    .color-menu.sidenav-toggled .desktop-lgo,
    .color-menu.sidenav-toggled .dark-logo,
    .color-menu.sidenav-toggled .mobile-logo {
        display: none !important;
    }

    .color-menu.sidenav-toggled .darkmobile-logo {
        display: block !important;
        margin: 0 auto;
    }

    .color-menu.sidenav-toggled.sidenav-toggled1 .desktop-lgo,
    .color-menu.sidenav-toggled.sidenav-toggled1 .darkmobile-logo,
    .color-menu.sidenav-toggled.sidenav-toggled1 .mobile-logo {
        display: none !important;
    }

    .color-menu.sidenav-toggled.sidenav-toggled1 .dark-logo {
        display: block !important;
        margin: 0 auto;
    }

    .color-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        padding: 14px 40px;
    }

    .color-menu.sidenav-toggled.sidenav-toggled1 .header-brand-img.dark-logo {
        margin-top: 0px;
    }

    .color-menu .app-sidebar__logo {
        border-right: 1px solid #755dd3 !important;
    }
}

.dark-menu .sub-side-menu__label2 {
    color: #ccd4e0;
}

.dark-menu .sub-angle2 {
    color: #ccd4e0;
}

.dark-menu .sub-slide-item2 {
    color: #ccd4e0;
}

.dark-menu .slide-menu a.active {
    color: #ffffff !important;
}

.dark-menu .sub-side-menu__item {
    color: #ccd4e0;
}

.dark-menu .sub-slide-item {
    color: #ccd4e0;
}

.dark-menu .desktop-lgo {
    display: none;
}

.dark-menu .dark-logo {
    display: block !important;
    margin: 0 auto;
}

.dark-menu .app-sidebar {
    background: #2a2e3f !important;
}

.dark-menu .app-sidebar__logo {
    border-bottom: 1px solid #32394e;
    border-right: 1px solid #32394e;
    background: #2a2e3f;
    padding: 14px 40px;
}

.dark-menu .app-sidebar .side-item.side-item-category {
    color: #ccd4e0;
}

.dark-menu .app-sidebar {
    border-right: 1px solid #32394e;
}

.dark-menu .app-sidebar__user {
    border-bottom: 1px solid #32394e;
}

.dark-menu .slide.is-expanded .slide-menu li a:hover {
    color: #fff;
}

.dark-menu .app-sidebar__user .user-pic img {
    border: 3px solid #32394e;
    box-shadow: 0 0 0 4px #32394e;
}

.dark-menu .app-sidebar__user-name {
    color: #ccd4e0b5 !important;
}

.dark-menu .app-sidebar {
    border-top: 1px solid #32394e;
}

.dark-menu .user-info h5 {
    color: #ccd4e0;
}

.dark-menu .side-menu__item.active,
.dark-menu .side-menu__item:hover,
.dark-menu .side-menu__item:focus {
    background: #ccd4e01c;
    color: #fff !important;
}

.dark-menu .side-menu__item.active .side-menu__label,
.dark-menu .side-menu__item:hover .side-menu__label,
.dark-menu .side-menu__item:focus .side-menu__label {
    color: #fff !important;
}

.dark-menu .side-menu__item.active .side-menu__icon,
.dark-menu .side-menu__item:hover .side-menu__icon,
.dark-menu .side-menu__item:focus .side-menu__icon {
    fill: #fff !important;
}

.dark-menu .side-menu__item.active i,
.dark-menu .side-menu__item:hover i,
.dark-menu .side-menu__item:focus i {
    color: #fff !important;
}

.dark-menu .side-menu__label {
    color: #ccd4e0 !important;
}

.dark-menu .side-menu__icon {
    fill: #ccd4e0 !important;
}

.dark-menu .side-menu__item i {
    color: #ccd4e0;
}

.dark-menu .slide-item {
    color: #ccd4e0;
}

.dark-menu.sidenav-toggled1 .side-menu__item:focus {
    background: #ccd4e01c !important;
}

@media (min-width: 768px) {
    .dark-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        border-right: 1px solid #32394e !important;
    }

    .dark-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user {
        border-bottom: 1px solid #32394e !important;
    }

    .dark-menu.sidenav-toggled .desktop-lgo,
    .dark-menu.sidenav-toggled .dark-logo,
    .dark-menu.sidenav-toggled .mobile-logo {
        display: none !important;
    }

    .dark-menu.sidenav-toggled .darkmobile-logo {
        display: block !important;
        margin: 0 auto;
    }

    .dark-menu.sidenav-toggled.sidenav-toggled1 .desktop-lgo,
    .dark-menu.sidenav-toggled.sidenav-toggled1 .darkmobile-logo,
    .dark-menu.sidenav-toggled.sidenav-toggled1 .mobile-logo {
        display: none !important;
    }

    .dark-menu.sidenav-toggled.sidenav-toggled1 .dark-logo {
        display: block !important;
        margin: 0 auto;
    }

    .dark-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        padding: 14px 40px;
    }

    .dark-menu.sidenav-toggled.sidenav-toggled1 .header-brand-img.dark-logo {
        margin-top: 0px;
    }

    .dark-menu .app-sidebar__logo {
        border-right: 1px solid #32394e !important;
    }
}

.light-menu .side-menu__item:hover .angle {
    color: #6c756e !important;
}

.light-menu.dark-mode .hor-header .desktop-lgo {
    display: none !important;
}

.light-menu.dark-mode .hor-header .dark-logo {
    display: block !important;
    margin: 0 auto;
}

.light-menu .desktop-lgo {
    display: none;
}

.light-menu .dark-logo {
    display: block !important;
    margin: 0 auto;
}

.light-menu .app-sidebar {
    background: #fff !important;
}

.light-menu .app-sidebar__logo {
    border-bottom: 1px solid #e6ebf1;
    border-right: 1px solid #e6ebf1;
    background: #fff;
    padding: 14px 40px;
}

.light-menu .app-sidebar .side-item.side-item-category {
    color: #ccd4e0;
}

.light-menu .app-sidebar {
    border-right: 1px solid #e6ebf1;
}

.light-menu .app-sidebar__user {
    border-bottom: 1px solid #e6ebf1;
}

.light-menu .slide.is-expanded .slide-menu li a:hover {
    color: #664dc9;
}

.light-menu .app-sidebar__user .user-pic img {
    border: 3px solid #e6ebf1;
    box-shadow: 0 0 0 4px #e6ebf1;
}

.light-menu .app-sidebar__user-name {
    color: #ccd4e0b5 !important;
}

.light-menu .side-menu__item.active,
.light-menu .side-menu__item:hover,
.light-menu .side-menu__item:focus {
    background: #f5f6f8;
    color: #664dc9 !important;
}

.light-menu .side-menu__item.active .side-menu__label,
.light-menu .side-menu__item:hover .side-menu__label,
.light-menu .side-menu__item:focus .side-menu__label {
    color: #664dc9 !important;
}

.light-menu .side-menu__item.active .side-menu__icon,
.light-menu .side-menu__item:hover .side-menu__icon,
.light-menu .side-menu__item:focus .side-menu__icon {
    fill: #664dc9 !important;
}

.light-menu .side-menu__item.active i,
.light-menu .side-menu__item:hover i,
.light-menu .side-menu__item:focus i {
    color: #664dc9 !important;
}

.light-menu .side-menu__label {
    color: #6c756e !important;
}

.light-menu .side-menu__icon {
    fill: #555b6d !important;
}

.light-menu .side-menu__item i {
    color: #6c756e;
}

.light-menu .slide-item {
    color: #6c756e;
}

.light-menu.sidenav-toggled1 .side-menu__item:focus {
    background: #ccd4e01c !important;
}

.light-menu .darkmobile-logo,
.light-menu .dark-logo,
.light-menu .mobile-logo {
    display: none !important;
}

.light-menu .desktop-lgo {
    display: block !important;
    margin: 0 auto;
}

.light-menu .side-item.side-item-category {
    color: #9993b5 !important;
}

.light-menu .text-muted {
    color: #adb1c5 !important;
}

.light-menu.dark-mode .user-info h5 {
    color: #6c756e !important;
}

@media (min-width: 768px) {
    .light-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        border-right: 1px solid #e6ebf1 !important;
    }

    .light-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user {
        border-bottom: 1px solid #e6ebf1 !important;
    }

    .light-menu.sidenav-toggled .darkmobile-logo,
    .light-menu.sidenav-toggled .dark-logo,
    .light-menu.sidenav-toggled .desktop-lgo {
        display: none !important;
    }

    .light-menu.sidenav-toggled .mobile-logo {
        display: block !important;
        margin: 0 auto;
    }

    .light-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        border-right: 1px solid #e6ebf1 !important;
    }

    .light-menu.sidenav-toggled.sidenav-toggled1 .mobile-logo,
    .light-menu.sidenav-toggled.sidenav-toggled1 .darkmobile-logo,
    .light-menu.sidenav-toggled.sidenav-toggled1 .dark-logo {
        display: none !important;
    }

    .light-menu.sidenav-toggled.sidenav-toggled1 .desktop-lgo {
        display: block !important;
        margin: 0 auto;
    }

    .light-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        padding: 14px 40px;
    }

    .light-menu.sidenav-toggled.sidenav-toggled1 .header-brand-img.dark-logo {
        margin-top: 0px;
    }
}

.gradient-menu .sub-side-menu__label2 {
    color: #ccd4e0;
}

.gradient-menu .sub-angle2 {
    color: #ccd4e0;
}

.gradient-menu .sub-slide-item2 {
    color: #ccd4e0;
}

.gradient-menu .slide-menu a.active {
    color: #ffffff !important;
}

.gradient-menu .sub-side-menu__item {
    color: #ccd4e0;
}

.gradient-menu .sub-slide-item {
    color: #ccd4e0;
}

.gradient-menu .desktop-lgo {
    display: none;
}

.gradient-menu .dark-logo {
    display: block !important;
    margin: 0 auto;
}

.gradient-menu .app-sidebar {
    background-image: linear-gradient(to bottom, #513da0, #664dc9) !important;
}

.gradient-menu .app-sidebar__logo {
    border-bottom: 1px solid #755dd3;
    border-right: 1px solid #755dd3;
    background: #5540a8;
    padding: 14px 40px;
}

.gradient-menu .app-sidebar .side-item.side-item-category {
    color: #ccd4e0;
}

.gradient-menu .app-sidebar {
    border-right: 1px solid #755dd3;
}

.gradient-menu .app-sidebar__user {
    border-bottom: 1px solid #755dd3;
}

.gradient-menu .slide.is-expanded .slide-menu li a:hover {
    color: #fff;
}

.gradient-menu .app-sidebar__user .user-pic img {
    border: 3px solid #755dd3;
    box-shadow: 0 0 0 4px #755dd3;
}

.gradient-menu .app-sidebar__user-name {
    color: #ccd4e0b5 !important;
}

.gradient-menu .app-sidebar {
    border-top: 1px solid #755dd3;
}

.gradient-menu .user-info h5 {
    color: #ccd4e0;
}

.gradient-menu .side-menu__item.active,
.gradient-menu .side-menu__item:hover,
.gradient-menu .side-menu__item:focus {
    background: #ccd4e01c;
    color: #fff !important;
}

.gradient-menu .side-menu__item.active .side-menu__label,
.gradient-menu .side-menu__item:hover .side-menu__label,
.gradient-menu .side-menu__item:focus .side-menu__label {
    color: #fff !important;
}

.gradient-menu .side-menu__item.active .side-menu__icon,
.gradient-menu .side-menu__item:hover .side-menu__icon,
.gradient-menu .side-menu__item:focus .side-menu__icon {
    fill: #fff !important;
}

.gradient-menu .side-menu__item.active i,
.gradient-menu .side-menu__item:hover i,
.gradient-menu .side-menu__item:focus i {
    color: #fff !important;
}

.gradient-menu .side-menu__label {
    color: #ccd4e0 !important;
}

.gradient-menu .side-menu__icon {
    fill: #ccd4e0 !important;
}

.gradient-menu .side-menu__item i {
    color: #ccd4e0;
}

.gradient-menu .slide-item {
    color: #ccd4e0;
}

.gradient-menu.sidenav-toggled1 .side-menu__item:focus {
    background: #ccd4e01c !important;
}

@media (min-width: 768px) {
    .gradient-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        border-right: 1px solid #755dd3 !important;
    }

    .gradient-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user {
        border-bottom: 1px solid #755dd3 !important;
    }

    .gradient-menu.sidenav-toggled .desktop-lgo,
    .gradient-menu.sidenav-toggled .dark-logo,
    .gradient-menu.sidenav-toggled .mobile-logo {
        display: none !important;
    }

    .gradient-menu.sidenav-toggled .darkmobile-logo {
        display: block !important;
        margin: 0 auto;
    }

    .gradient-menu.sidenav-toggled.sidenav-toggled1 .desktop-lgo,
    .gradient-menu.sidenav-toggled.sidenav-toggled1 .darkmobile-logo,
    .gradient-menu.sidenav-toggled.sidenav-toggled1 .mobile-logo {
        display: none !important;
    }

    .gradient-menu.sidenav-toggled.sidenav-toggled1 .dark-logo {
        display: block !important;
        margin: 0 auto;
    }

    .gradient-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        padding: 14px 40px;
    }

    .gradient-menu.sidenav-toggled.sidenav-toggled1 .header-brand-img.dark-logo {
        margin-top: 0px;
    }

    .gradient-menu .app-sidebar__logo {
        border-right: 1px solid #755dd3 !important;
    }
}

/*--Boxed--*/
@media (min-width: 1025px) {
    body.layout-boxed {
        background: #cfd1e2;
    }

    body.layout-boxed.dark-mode {
        background: #414165;
    }

    .layout-boxed .page {
        width: 1400px;
        margin: 0 auto;
        background: #f2f3f9;
        position: relative;
        display: flex;
        flex-direction: column;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        box-shadow: rgba(104, 113, 123, 0.3) 0px 5px 0px 0px, rgba(104, 113, 123, 0.3) 0px 5px 25px 0px;
    }

    .layout-boxed .app-header.header {
        width: 1400px !important;
        margin: 0 auto;
    }

    .layout-boxed .app-sidebar {
        left: auto !important;
    }

    .layout-boxed .side-header {
        left: auto !important;
        right: auto !important;
    }

    .layout-boxed h3.number-font {
        font-size: 1.8rem;
    }

    .layout-boxed .sticky-pin .horizontal-main.hor-menu {
        width: 1400px !important;
    }

    .layout-boxed .hor-content .container,
    .layout-boxed .hor-header .container,
    .layout-boxed .horizontal-main.hor-menu .container {
        max-width: 95%;
    }

    .layout-boxed .recent-activity {
        height: 430px !important;
    }

    .dark-mode.layout-boxed .page {
        background: #22223d;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px 0px, rgba(0, 0, 0, 0.3) 0px 5px 25px 0px;
    }
}

/*--- Scrollabel-header ----*/
.scrollable-layout .app-header {
    position: absolute !important;
}

.scrollable-layout .app-sidebar {
    position: absolute;
}

.scrollable-layout .app-sidebar__logo {
    position: absolute;
}

.scrollable-layout .page {
    position: relative;
}

.scrollable-layout .sticky.sticky-pin {
    position: absolute;
}

.light-hormenu.dark-mode .dark-mode .hor-header {
    border-bottom: 0px !important;
}

.light-hormenu.dark-mode .horizontal-main.hor-menu {
    background-color: #fff !important;
}

.light-hormenu .hor-icon {
    color: #664dc9 !important;
    fill: #555b6d !important;
}

.light-hormenu .hor-menu a {
    color: #6c756e;
}

.light-hormenu .hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover {
    background: #f5f6f8;
    box-shadow: none;
    color: #664dc9;
}

.light-hormenu .hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active {
    background: #f5f6f8;
    box-shadow: none;
    color: #664dc9;
}

@media only screen and (max-width: 992px) {
    .light-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list {
        background: #fff !important;
    }

    .light-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list .sub-icon {
        color: #6c756e;
    }

    .light-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
        color: #664dc9;
    }

    .light-hormenu.dark-mode .mega-menubg {
        background: #f0f0f8 !important;
    }

    .light-hormenu.dark-mode .horizontalMenu-list>li {
        color: #f0f0f8 !important;
    }

    .light-hormenu.dark-mode .mega-menubg {
        background: #f0f0f8 !important;
    }

    .light-hormenu.dark-mode .mega-menubg h3 {
        color: #6c756e;
    }

    .light-hormenu.dark-mode .mega-menubg .link-list li a {
        color: #6c756e !important;
    }

    .light-hormenu.dark-mode .mega-menubg .link-list li a:hover {
        color: #664dc9 !important;
    }

    .light-hormenu.dark-mode li ul.sub-menu {
        background-color: #f0f0f8 !important;
        color: #6c756e !important;
    }

    .light-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        box-shadow: none !important;
    }

    .light-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
        color: #6c756e;
    }

    .light-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
        color: #664dc9 !important;
    }
}

.dark-hormenu .horizontal-main.hor-menu {
    background-color: #2a2e3f !important;
}

.dark-hormenu .hor-icon {
    color: #ccd4e0 !important;
    fill: #ccd4e0 !important;
}

.dark-hormenu .hor-menu a {
    color: #ccd4e0;
}

.dark-hormenu .hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover {
    background: #ccd4e01c;
    box-shadow: none;
    color: #fff;
}

.dark-hormenu .hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active {
    background: #ccd4e01c;
    box-shadow: none;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .dark-hormenu .horizontal-megamenu .link-list li h3 {
        color: #d8dbec !important;
    }

    .dark-hormenu .horizontalMenu>.horizontalMenu-list {
        background: #2a2e3f !important;
    }

    .dark-hormenu .horizontalMenu>.horizontalMenu-list .sub-icon {
        color: #ccd4e0;
    }

    .dark-hormenu .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
        color: #ccd4e0;
    }

    .dark-hormenu .mega-menubg {
        background: #2a2e3f !important;
    }

    .dark-hormenu .horizontalMenu-list>li {
        color: #ccd4e0 !important;
    }

    .dark-hormenu .mega-menubg {
        background: #2a2e3f !important;
    }

    .dark-hormenu .mega-menubg h3 {
        color: #ccd4e0;
    }

    .dark-hormenu .mega-menubg .link-list li a {
        color: #ccd4e0 !important;
    }

    .dark-hormenu .mega-menubg .link-list li a:hover {
        color: #fff !important;
    }

    .dark-hormenu li ul.sub-menu {
        background-color: #2a2e3f !important;
        color: #ccd4e0 !important;
    }

    .dark-hormenu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        box-shadow: none !important;
    }

    .dark-hormenu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
        color: #ccd4e0 !important;
    }

    .dark-hormenu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
        color: #fff !important;
    }
}

.color-hormenu .horizontal-main.hor-menu {
    background-color: #664dc9 !important;
}

.color-hormenu .hor-icon {
    color: #ccd4e0 !important;
    fill: #ccd4e0 !important;
}

.color-hormenu .hor-menu a {
    color: #ccd4e0;
}

.color-hormenu .hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover {
    background: #ccd4e01c;
    box-shadow: none;
    color: #fff;
}

.color-hormenu .hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active {
    background: #ccd4e01c;
    box-shadow: none;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .color-hormenu .horizontal-megamenu .link-list li h3 {
        color: #d8dbec !important;
    }

    .color-hormenu .horizontalMenu>.horizontalMenu-list {
        background: #664dc9 !important;
    }

    .color-hormenu .horizontalMenu>.horizontalMenu-list .sub-icon {
        color: #ccd4e0;
    }

    .color-hormenu .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
        color: #ccd4e0;
    }

    .color-hormenu .mega-menubg {
        background: #664dc9 !important;
    }

    .color-hormenu .horizontalMenu-list>li {
        color: #ccd4e0 !important;
    }

    .color-hormenu .mega-menubg {
        background: #664dc9 !important;
    }

    .color-hormenu .mega-menubg h3 {
        color: #ccd4e0;
    }

    .color-hormenu .mega-menubg .link-list li a {
        color: #ccd4e0 !important;
    }

    .color-hormenu .mega-menubg .link-list li a:hover {
        color: #fff !important;
    }

    .color-hormenu li ul.sub-menu {
        background-color: #664dc9 !important;
        color: #ccd4e0 !important;
    }

    .color-hormenu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        box-shadow: none !important;
    }

    .color-hormenu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
        color: #ccd4e0 !important;
    }

    .color-hormenu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
        color: #fff !important;
    }

    .color-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list {
        background: #664dc9 !important;
    }

    .color-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list .sub-icon {
        color: #ccd4e0;
    }

    .color-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
        color: #ccd4e0;
    }

    .color-hormenu.dark-mode .mega-menubg {
        background: #664dc9 !important;
    }

    .color-hormenu.dark-mode .horizontalMenu-list>li {
        color: #ccd4e0 !important;
    }

    .color-hormenu.dark-mode .mega-menubg {
        background: #664dc9 !important;
    }

    .color-hormenu.dark-mode .mega-menubg h3 {
        color: #ccd4e0;
    }

    .color-hormenu.dark-mode .mega-menubg .link-list li a {
        color: #ccd4e0 !important;
    }

    .color-hormenu.dark-mode .mega-menubg .link-list li a:hover {
        color: #fff !important;
    }

    .color-hormenu.dark-mode li ul.sub-menu {
        background-color: #664dc9 !important;
        color: #ccd4e0 !important;
    }

    .color-hormenu.dark-mode li ul.sub-menu:hover {
        background-color: #664dc9 !important;
        color: #ccd4e0 !important;
    }

    .color-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        box-shadow: none !important;
    }

    .color-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
        color: #ccd4e0 !important;
    }

    .color-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
        color: #fff !important;
    }
}

.gradient-hormenu .horizontal-main.hor-menu {
    background-image: linear-gradient(to right, #513da0, #664dc9) !important;
}

.gradient-hormenu .hor-icon {
    color: #ccd4e0 !important;
    fill: #ccd4e0 !important;
}

.gradient-hormenu .hor-menu a {
    color: #ccd4e0;
}

.gradient-hormenu .hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover {
    background: #ccd4e01c;
    box-shadow: none;
    color: #fff;
}

.gradient-hormenu .hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active {
    background: #ccd4e01c;
    box-shadow: none;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .gradient-hormenu .horizontal-megamenu .link-list li h3 {
        color: #d8dbec !important;
    }

    .gradient-hormenu .horizontalMenu>.horizontalMenu-list {
        background: #664dc9 !important;
    }

    .gradient-hormenu .horizontalMenu>.horizontalMenu-list .sub-icon {
        color: #ccd4e0;
    }

    .gradient-hormenu .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
        color: #ccd4e0;
    }

    .gradient-hormenu .mega-menubg {
        background: #664dc9 !important;
    }

    .gradient-hormenu .horizontalMenu-list>li {
        color: #ccd4e0 !important;
    }

    .gradient-hormenu .mega-menubg {
        background: #664dc9 !important;
    }

    .gradient-hormenu .mega-menubg h3 {
        color: #ccd4e0;
    }

    .gradient-hormenu .mega-menubg .link-list li a {
        color: #ccd4e0 !important;
    }

    .gradient-hormenu .mega-menubg .link-list li a:hover {
        color: #fff !important;
    }

    .gradient-hormenu li ul.sub-menu {
        background-color: #664dc9 !important;
        color: #ccd4e0 !important;
    }

    .gradient-hormenu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        box-shadow: none !important;
    }

    .gradient-hormenu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
        color: #ccd4e0 !important;
    }

    .gradient-hormenu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
        color: #fff !important;
    }

    .gradient-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list {
        background-image: linear-gradient(to right, #513da0, #664dc9) !important;
    }

    .gradient-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list .sub-icon {
        color: #ccd4e0;
    }

    .gradient-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
        color: #ccd4e0;
    }

    .gradient-hormenu.dark-mode .mega-menubg {
        background: #664dc9 !important;
    }

    .gradient-hormenu.dark-mode .horizontalMenu-list>li {
        color: #ccd4e0 !important;
    }

    .gradient-hormenu.dark-mode .mega-menubg {
        background: #664dc9 !important;
    }

    .gradient-hormenu.dark-mode .mega-menubg h3 {
        color: #ccd4e0;
    }

    .gradient-hormenu.dark-mode .mega-menubg .link-list li a {
        color: #ccd4e0 !important;
    }

    .gradient-hormenu.dark-mode .mega-menubg .link-list li a:hover {
        color: #fff !important;
    }

    .gradient-hormenu.dark-mode li ul.sub-menu {
        background-color: #664dc9 !important;
        color: #ccd4e0 !important;
    }

    .gradient-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        box-shadow: none !important;
    }

    .gradient-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
        color: #ccd4e0 !important;
    }

    .gradient-hormenu.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
        color: #fff !important;
    }
}

.light-header.light-hormenu .hor-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.dark-header.dark-hormenu .hor-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dark-mode .bg-left2,
.light-mode #background-left1,
.light-header .bg1,
.color-header .bg2,
.dark-header .bg3,
.gradient-header .bg8,
.light-menu .bg4,
.color-menu .bg5,
.dark-menu .bg6,
.gradient-menu .bg7,
.layout-fullwidth #background14,
.layout-boxed #background15,
.menu1 .bg-sided,
.menu2 .bg-sideictxt,
.menu3 .bg-sideicon,
.fixed-layout #background16,
.scrollable-layout #background17,
.dark-mode .bg-hor2,
.light-mode .bg-hor1,
.light-header .bg-hor3,
.color-header .bg-hor4,
.dark-header .bg-hor5,
.gradient-header .bg-hor10,
.light-hormenu #background7,
.color-hormenu .bg-hor7,
.dark-hormenu .bg-hor8,
.gradient-hormenu .bg-hor9 {
    border: 3px solid #6c5ffc !important;
}

.dark-mode .bg-left2:before,
.light-mode #background-left1::before,
.dark-mode .bg-hor2:before,
.light-mode .bg-hor1:before,
.layout-fullwidth #background14:before,
.layout-boxed #background15:before,
.fixed-layout #background16:before,
.scrollable-layout #background17:before {
    content: "\2713";
    z-index: 999;
    position: absolute;
    top: 4px;
    right: 21px;
    font-size: 14px;
    color: #ffffff;
}

.dark-mode .bg-left2:after,
.light-mode #background-left1:after,
.dark-mode .bg-hor2:after,
.light-mode .bg-hor1:after,
.layout-fullwidth #background14:after,
.layout-boxed #background15:after,
.fixed-layout #background16:after,
.scrollable-layout #background17:after {
    content: "";
    width: 20px;
    height: 20px;
    line-height: 17px;
    border-style: solid;
    border-width: 0 35px 35px 0px;
    border-color: #6c5ffc #6c5ffc transparent;
    display: block;
    position: absolute;
    top: 4px;
    right: 17px;
}

.light-header .bg1:before,
.color-header .bg2:before,
.dark-header .bg3:before,
.gradient-header .bg8:before,
.light-menu .bg4:before,
.color-menu .bg5:before,
.dark-menu .bg6:before,
.gradient-menu .bg7:before,
.menu1 .bg-sided:before,
.menu2 .bg-sideictxt:before,
.menu3 .bg-sideicon:before,
.light-header .bg-hor3:before,
.color-header .bg-hor4:before,
.dark-header .bg-hor5:before,
.gradient-header .bg-hor10:before,
.light-hormenu #background7:before,
.color-hormenu .bg-hor7:before,
.dark-hormenu .bg-hor8:before,
.gradient-hormenu .bg-hor9:before {
    content: "\2713";
    z-index: 999;
    position: absolute;
    top: 4px;
    right: 24px;
    font-size: 14px;
    color: #ffffff;
}

.light-header .bg1:after,
.color-header .bg2:after,
.dark-header .bg3:after,
.gradient-header .bg8:after,
.light-menu .bg4:after,
.color-menu .bg5:after,
.dark-menu .bg6:after,
.gradient-menu .bg7:after,
.menu1 .bg-sided:after,
.menu2 .bg-sideictxt:after,
.menu3 .bg-sideicon:after,
.light-header .bg-hor3:after,
.color-header .bg-hor4:after,
.dark-header .bg-hor5:after,
.gradient-header .bg-hor10:after,
.light-hormenu #background7:after,
.color-hormenu .bg-hor7:after,
.dark-hormenu .bg-hor8:after,
.gradient-hormenu .bg-hor9:after {
    content: "";
    width: 20px;
    height: 20px;
    line-height: 17px;
    border-style: solid;
    border-width: 0 35px 35px 0px;
    border-color: #6c5ffc #6c5ffc transparent;
    display: block;
    position: absolute;
    top: 4px;
    right: 20px;
}

/*--- Only Demo Purpose scss Icon-Text----*/
@media (min-width: 768px) {
    .icontext-menu.sidebar-mini.sidenav-toggled .app-sidebar {
        width: 120px;
    }

    .icontext-menu.app.sidebar-mini.sidenav-toggled .side-header {
        width: 120px !important;
    }

    .icontext-menu.sidebar-mini.sidenav-toggled .app-content {
        margin-left: 120px;
    }

    .icontext-menu.app.sidebar-mini.sidenav-toggled .side-menu__item {
        padding: 12px 5px;
        text-align: center;
        display: block;
    }

    .icontext-menu.app.sidebar-mini.sidenav-toggled .side-menu__label {
        display: block !important;
        font-size: 12px;
        padding-top: 0px;
        margin-top: 0;
    }

    .icontext-menu.sidebar-mini.sidenav-toggled .app-header.header {
        padding-left: 130px;
    }

    .icontext-menu.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon:after {
        top: 6px;
    }

    .icontext-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar {
        width: 270px;
    }

    .icontext-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-header {
        width: 270px !important;
    }

    .icontext-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item {
        display: flex;
        padding: 10px 20px;
        text-align: inherit;
    }

    .icontext-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__label {
        display: block !important;
        margin-top: 3px;
        font-size: 15px;
    }

    .icontext-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu .side-menu__icon:after {
        top: 12px;
    }

    .icontext-menu.sidenav-toggled .app-sidebar__logo {
        width: 119px;
    }
}
/*# sourceMappingURL=skin-modes.css.map */

@charset "UTF-8";


.animated {
    animation-duration: .3s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    11.1%,
    from,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}
/*Color Variables*/
/*Border Variables*/
/*Shadow Variables*/
/*Colors*/
@media (min-width: 768px) {
    .app.sidenav-toggled .app-content {
        margin-left: 0;
    }

    .app.sidenav-toggled .app-sidebar {
        left: 250px;
    }

    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: hidden;
    }

    .app-sidebar__user {
        margin-top: 74px;
    }
}

@media (max-width: 767px) {
    .side-menu {
        margin-top: 0px !important;
    }

    .app {
        overflow-x: hidden;
    }

    .app .app-sidebar {
        left: -265px;
        margin-top: 74px !important;
    }

    .app .app-sidebar__overlay {
        visibility: hidden;
    }

    .app.sidenav-toggled .app-content {
        margin-left: 0;
    }

    .app.sidenav-toggled .app-sidebar {
        left: 0;
    }

    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: visible;
    }

    .sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
        /* width: 2.5rem !important; */
        line-height: 1;
    }
}

.app-sidebar .ps__thumb-y {
    right: 0;
}

.app-content {
    min-height: calc(100vh - 50px);
    margin-top: 50px;
    margin-bottom: 0 !important;
    transition: margin-left 0.3s ease;
    overflow: hidden;
}

.app-content .side-app {
    padding: 25px 1.5rem 0 1.5rem;
}

.footer .container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .app-content {
        margin-left: 250px;
        padding-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .app-content {
        margin-top: 50px;
        min-width: 100%;
    }
}

@media print {
    .app-content {
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
}

.light-text {
    font-weight: 300 !important;
}

.semibold-text {
    font-weight: 600 !important;
}

.line-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

/*----- Componant: Top Navigation Bar ----- */
.app-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: flex;
    z-index: 999999;
    box-shadow: 0 0.76rem 1.52rem rgba(18, 38, 63, 0.03);
    transition: padding-left 0.3s ease;
    border-bottom: 1px solid #e6ebf1 !important;
}

@media (min-width: 768px) {
    .app-header {
        padding-left: 250px;
        padding-bottom: 0px;
    }

    .sidebar-mini.sidenav-toggled .app-header {
        padding-left: 70px;
    }
}

@media print {
    .app-header {
        display: none;
    }
}

.app-header__logo {
    flex: 1 0 auto;
    color: #fff;
    text-align: center;
    font-family: 'Niconne';
    padding: 0 15px;
    font-size: 26px;
    font-weight: 400;
    line-height: 50px;
}

.app-header__logo:focus,
.app-header__logo:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .app-header__logo {
        flex: 0 0 auto;
        display: block;
        width: 250px;
    }
}

.app-sidebar__toggle {
    padding: .85rem 1rem;
    font-size: 1.2rem;
    border-right: 1px solid #e6ebf1;
    position: relative;
    margin-left: -12px;
}

.app-sidebar__toggle a {
    color: #b6c1d9;
}

.app-sidebar__toggle .header-icon {
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    padding: 8px;
    margin-top: 3px;
}

.app-sidebar__toggle:focus,
.app-sidebar__toggle:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .app-sidebar__toggle {
        order: -1;
    }
}

.app-nav {
    display: flex;
    margin-bottom: 0;
    justify-content: flex-right;
}

@media (min-width: 768px) {
    .app-nav {
        flex: 1 0 auto;
    }
}

.app-nav__item {
    display: block;
    padding: 15px;
    line-height: 20px;
    color: #a8a8a8;
    transition: background-color 0.3s ease;
}

.app-nav__item:hover,
.app-nav__item:focus {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.app-search {
    position: relative;
    display: flex;
    align-self: center;
    margin-right: 15px;
    padding: 10px 0;
}

@media (max-width: 480px) {
    .app-search {
        display: none;
    }
}

.app-search__input {
    border: 0;
    padding: 5px 10px;
    padding-right: 30px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color 0.3s ease;
}

.app-search__input::-webkit-input-placeholder,
.app-search__input:-ms-input-placeholder,
.app-search__input::-ms-input-placeholder,
.app-search__input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.app-search__button {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    padding: 0 10px;
    border: 0;
    color: rgba(0, 0, 0, 0.8);
    background: none;
    cursor: pointer;
}

.app-notification {
    min-width: 270px;
}

.app-notification__title {
    padding: 8px 20px;
    text-align: center;
    background-color: rgba(0, 150, 136, 0.4);
    color: #333;
}

.app-notification__footer {
    padding: 8px 20px;
    text-align: center;
    background-color: #eee;
}

.app-notification__content {
    max-height: 220px;
    overflow-y: auto;
}

.app-notification__content::-webkit-scrollbar {
    width: 6px;
}

.app-notification__content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

.app-notification__item {
    display: flex;
    padding: 8px 20px;
    color: inherit;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s ease;
}

.app-notification__item:focus,
.app-notification__item:hover {
    color: inherit;
    text-decoration: none;
    background-color: #e6ebf1;
}

.app-notification__message,
.app-notification__meta {
    margin-bottom: 0;
}

.app-notification__icon {
    padding-right: 10px;
}

.app-notification__message {
    line-height: 1.2;
}

.app-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: 0px;
    width: 250px;
    max-height: 100%;
    z-index: 9999999;
    background: #fff !important;
    border-right: 1px solid #e6ebf1;
    box-shadow: 0 0.76rem 1.52rem rgba(18, 38, 63, 0.03);
    transition: left 0.3s ease, width 0.3s ease;
}

.app-sidebar::-webkit-scrollbar {
    width: 6px;
}

.app-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

@media print {
    .app-sidebar {
        display: none;
    }
}

@media (max-width: 767px) {
    .app-sidebar__overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
    }
}

.app-sidebar__user {
    display: flex;
    align-items: center;
    color: #6c756e;
    width: 100%;
    padding: 20px;
    display: inline-block;
    border-bottom: 1px solid #e6ebf1;
}

.app-sidebar__user .dropdown-menu {
    top: 10px !important;
}

.sidenav-toggled .app-sidebar__user .user-pic {
    margin: 0px 0px 0px 0;
}

.app-sidebar__user .user-pic {
    margin-bottom: 12px;
}

.app-sidebar__user-avatar {
    flex: 0 0 auto;
    margin-right: 15px;
}

.app-sidebar__user-name {
    font-size: 17px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px !important;
}

.app-sidebar__user-name.text-sm {
    font-size: 12px;
    font-weight: 400;
}

.app-sidebar__user-designation {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px !important;
}

.side-menu {
    margin-bottom: 0;
    padding-bottom: 40px;
    margin-top: 90px;
}

.side-menu__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3px 22px 3px 5px;
    font-size: 20px;
    font-weight: 400;
    color: #6c756e;
    border-radius: 0.25rem;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.side-menu__item.active,
.side-menu__item:hover,
.side-menu__item:focus {
    text-decoration: none;
    background: #F3F6F8;
    color: #6c756e;
}

.side-menu__item.active .side-menu__icon,
.side-menu__item:hover .side-menu__icon,
.side-menu__item:focus .side-menu__icon {
    fill: #664dc9 !important;
}

.side-menu__item .fe-chevron-right {
    font-size: 0.95rem;
}

.sidenav-toggled .side-menu__item:focus {
    background: transparent !important;
}

.sidenav-toggled .side-menu__item:focus .side-menu__icon {
    fill: #6c756e;
}

.sidenav-toggled1 .side-menu__item:focus {
    background: #F3F6F8 !important;
}

.sidenav-toggled1 .side-menu__item:focus .side-menu__icon {
    fill: #fff;
}

@media (min-width: 768px) {
    .app.sidebar-mini.sidenav-toggled .side-menu__label {
        display: none !important;
        position: relative;
        padding: 0;
        min-width: 100%;
        margin: 0;
        left: 0;
        opacity: 1;
        background: transparent;
        font-size: 14px;
        box-shadow: none;
    }
}

.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    text-decoration: none;
}

.slide.is-expanded a.slide-item {
    transition: all 0.3s;
}

.slide.is-expanded a.slide-item:hover {
    margin-left: 5px;
    text-decoration: none;
    transition: all 0.3s;
}

.side-menu .side-menu__icon {
    font-size: 1.24rem;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    padding: 8px;
    margin-right: 0.5rem;
}

.side-menu__icon {
    flex: 0 0 auto;
    width: 25px;
}

.side-menu__label {
    white-space: nowrap;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .6px;
    opacity: 1;
    height: auto;
    transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.slide.is-expanded .slide-menu {
    display: block;
}

.slide.is-expanded .angle {
    transform: rotate(90deg);
}

.slide-menu {
    display: none;
    padding: 0;
    font-size: .8rem !important;
}

.slide-item {
    display: flex;
    align-items: center;
    padding: 7px 14px 7px 44px;
    font-size: 13px;
    color: #6c756e;
}

.slide-item .icon {
    margin-right: 5px;
}

.angle {
    transform-origin: center;
    transition: transform 0.3s ease;
    font-size: 12px;
}

@media (min-width: 768px) {
    .sidebar-mini.sidenav-toggled {
        top: .5rem;
        right: 30px !important;
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .sidebar-mini.sidenav-toggled .app-sidebar__user-designation,
    .sidebar-mini.sidenav-toggled .angle,
    .sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .sidebar-mini.sidenav-toggled .user-notification,
    .sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .sidebar-mini.sidenav-toggled .user-info {
        display: none;
    }

    .sidebar-mini.sidenav-toggled .sidebar-mini.sidenav-toggled.user-notification::before {
        background: transparent;
        display: none;
    }

    .sidebar-mini.sidenav-toggled .avatar-xl {
        width: 3rem !important;
        height: 3rem !important;
        line-height: 3rem;
        font-size: 1rem;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .sidebar-mini.sidenav-toggled .sidebar-navs {
        display: none;
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user {
        top: .5rem;
        right: 30px !important;
        margin-top: 74px;
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user-avatar {
        width: 25px;
        height: 25px;
    }

    .sidebar-mini.sidenav-toggled .side-menu li .side-menu__item.active:before {
        display: none;
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user {
        padding: 4px 0px 0px 0;
        margin-bottom: 0px;
    }

    .sidebar-mini.sidenav-toggled .profile-img {
        top: 0px;
        right: 19px;
    }

    .sidebar-mini.sidenav-toggled .app-content {
        margin-left: 70px;
    }

    .sidebar-mini.sidenav-toggled .app-sidebar {
        left: 0;
        width: 71px;
        overflow: hidden;
        transition: left 0.3s ease, width 0.3s ease;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar {
        overflow: visible;
    }

    .sidebar-mini.sidenav-toggled .side-menu__item {
        overflow: hidden;
    }

    .sidebar-mini.sidenav-toggled .side-menu__item:hover {
        overflow: visible;
    }

    .sidebar-mini.sidenav-toggled .side-menu__item:hover .side-menu__label {
        opacity: 1;
    }

    .sidebar-mini.sidenav-toggled .side-menu__item:hover+.slide-menu {
        visibility: visible;
    }

    .sidebar-mini.sidenav-toggled .side-menu__label {
        display: block;
        position: absolute;
        top: 0;
        left: 50px;
        min-width: 180px;
        padding: 12px 5px 12px 20px;
        margin-left: -3px;
        line-height: 1;
        opacity: 0;
        background: #fff;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    }

    .sidebar-mini.sidenav-toggled .slide:hover .side-menu__label {
        opacity: 1;
    }

    .sidebar-mini.sidenav-toggled .slide:hover .slide-menu {
        max-height: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .sidebar-mini.sidenav-toggled .slide .side-menu__label {
        border-bottom-right-radius: 0;
    }

    .sidebar-mini.sidenav-toggled .slide-menu {
        position: absolute;
        left: 0;
        min-width: 180px;
        opacity: 0;
        border-bottom-right-radius: 4px;
        z-index: 9;
        visibility: hidden;
        transition: visibility 0.3s ease;
        box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    }

    .app.sidebar-mini.sidenav-toggled .side-menu__item {
        display: block;
        padding: 10px 0;
        margin: 0 auto;
        text-align: center;
        border-left: 0;
        border-radius: 0;
    }

    .app.sidebar-mini.sidenav-toggled .side-menu_label {
        display: block;
        font-size: 12px;
    }

    .app.sidebar-mini.sidenav-toggled .side-menu__label {
        display: block;
        position: relative;
        padding: 0;
        min-width: 100%;
        margin: 0;
        left: 0;
        opacity: 1;
        background: transparent;
        font-size: 14px;
        box-shadow: none;
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user .avatar-md {
        margin: 0 auto;
    }

    .app.sidebar-mini.sidenav-toggled .nav-badge {
        position: absolute;
        top: 8px;
        right: 28px;
        padding: 0.2rem 0.4rem;
        font-size: 11px;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar {
        width: 250px;
        transition: left 0.3s ease, width 0.3s ease;
        max-height: 100%;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user {
        display: inline-block;
        align-items: center;
        width: 100%;
        padding: 20px;
        display: inline-block;
        border-bottom: 1px solid #e6ebf1;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user .dropdown-menu {
        top: 10px !important;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .sidebar-navs {
        display: block;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user-avatar {
        flex: 0 0 auto;
        margin-right: 15px;
        display: inline-block;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user-name {
        font-size: 17px;
        display: inline-block;
        line-height: 1.3;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
        overflow: hidden;
        font-weight: 600;
        color: #e5e9ec;
        font-size: 15px;
        margin-top: 5px !important;
        display: inline-block;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user-name.text-sm {
        font-size: 12px;
        font-weight: 400;
        display: inline-block;
        width: 100%;
        height: auto;
        margin: 0 !important;
    }

    .app-sidebar__user-designation {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
        overflow: hidden;
        font-weight: 600;
        color: #e5e9ec;
        font-size: 15px;
        margin-top: 5px !important;
        display: inline-block;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu {
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__item {
        position: relative;
        display: flex !important;
        display: -ms-flexbox;
        align-items: center;
        line-height: 1.40625rem;
        vertical-align: middle;
        font-size: 20px;
        font-weight: 400;
        transition: border-start-color 0.3s ease, background-color 0.3s ease;
        padding: 1px 22px 1px 5px;
        border-radius: 0.25rem;
        margin: 0px 10px 3px 10px;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item.active {
        text-decoration: none;
        color: #6c756e;
    }

    .slide-item:hover,
    .slide-item:focus {
        text-decoration: none;
        color: #b48ef4;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item.active {
        text-decoration: none;
    }

    .slide-item:hover,
    .slide-item:focus {
        text-decoration: none;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide.is-expanded a {
        /*color: $color;*/
        text-decoration: none;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu .side-menu__icon {
        margin-right: 0px;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__label {
        display: inline-flex !important;
        font-size: 14px;
        position: unset;
        min-width: inherit;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__icon {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        vertical-align: middle;
        margin-right: 7px;
        width: 36px;
        height: 36px;
        background: transparent;
        padding: 8px !important;
        margin-right: 0.5rem;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__label {
        white-space: nowrap;
        flex: 1 1 auto;
        position: unset;
        display: inline-block;
        font-size: 14px;
        flex: 1 1 auto;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide.is-expanded .slide-menu {
        display: block;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide.is-expanded .angle {
        transform: rotate(90deg);
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .angle {
        display: inline-block;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-menu {
        display: none;
        padding: 0;
        font-size: .8rem !important;
        box-shadow: none;
        position: unset;
        top: inherit;
        min-width: 0;
        width: 100%;
        opacity: inherit;
        visibility: inherit;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item {
        display: flex;
        align-items: center;
        padding: 10px 14px 10px 55px;
        font-size: 13px;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item .icon {
        margin-right: 5px;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .angle {
        transform-origin: center;
        transition: transform 0.3s ease;
        font-size: 0.95;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user img {
        margin-top: 8px;
        width: 4rem !important;
        height: 4rem !important;
        line-height: 4rem;
        font-size: 1.75rem;
        margin-bottom: 0.25rem !important;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .user-info {
        display: inline-block;
    }

    .sidenav-toggled.sidenav-toggled1 .app-sidebar__user .user-pic {
        margin: 0px 0px 12px 0;
    }
}

.app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
    position: relative;
}

.app.sidebar-mini .side-menu_label {
    display: none;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu.dropdown-menu-end {
    left: auto;
}

.dropdown-item .fa,
.dropdown-item .icon {
    vertical-align: middle;
}

.app-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background-color: #FFF;
    margin: -30px -30px 30px;
    padding: 20px 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.app-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}

.app-title p {
    margin-bottom: 0;
    font-style: italic;
}

@media print {
    .app-title {
        display: none;
    }
}

@media (max-width: 480px) {
    .app-title {
        margin: -15px -15px 15px;
        padding: 20px;
        flex-direction: column;
        align-items: flex-left;
    }
}

@media (max-width: 480px) {
    .app-title p {
        display: none;
    }
}

.app-breadcrumb {
    margin-bottom: 0;
    text-align: right;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0;
    text-align: left;
    padding: 0;
    background-color: transparent;
}

@media (max-width: 480px) {
    .app-breadcrumb {
        margin-top: 10px;
    }
}

@media print {
    .tile {
        border: 1px solid #ddd;
    }
}

.sidenav-toggled .app-sidebar__user .avatar-md {
    line-height: 2rem;
    font-size: 1rem;
}

.app-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.05);
}

.app-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.app-sidebar .mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(255, 255, 255, 0.2);
}

.slide-menu a:before {
    content: "";
    margin-right: 8px;
    position: relative;
    opacity: 0.6;
}

.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge {
    position: absolute;
    top: 5px;
    left: 57px;
    display: block !important;
    padding: 3px 5px !important;
}

.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge1 {
    display: none;
}

.nav-badge {
    border-radius: 30px;
    padding: 0.4em 0.6em;
    font-size: 12px;
}

@media (max-width: 575.98px) {
    .app-header .header-brand-img.mobile-logo {
        margin-left: 0px;
        margin-top: 16px;
    }

    .app-content .side-app {
        padding: 25px 0.75rem 0 0.75rem;
    }

    .app-sidebar {
        margin-top: 74px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {

    .app-header .header-brand-img.desktop-lgo,
    .app-header .header-brand {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .footer {
        padding: 1.25rem 1.25rem;
    }

    footer.footer {
        padding: 1.25rem 1.25rem 1.25rem 250px;
    }

    .sidenav-toggled footer.footer {
        padding: 1.25rem 1.25rem 1.25rem 70px;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .header-brand {
        margin-left: 0;
        min-width: auto !important;
    }
}

@media (max-width: 767px) {
    .app-sidebar__logo {
        display: none;
    }
}

@media (min-width: 768px) {
    .app-header .header-brand {
        display: none;
    }

    .header.top-header {
        padding-left: 250px;
    }

    .sidenav-toggled .header.top-header {
        padding-left: 70px;
    }

    .sidenav-toggled .app-sidebar__logo {
        padding: 11px 12px;
        width: 70px;
        border-right: 0px !important;
    }

    .sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        border-right: 1px solid #e6ebf1 !important;
    }
}

.app-sidebar__logo {
    padding: 11px 20px;
    border-bottom: 1px solid #e6ebf1;
    border-right: 1px solid #e6ebf1;
    text-align: center;
    width: 250px;
    z-index: 999999;
    position: fixed;
    background: #fff;
    transition: left 0.3s ease, width 0.3s ease;
}

.close-toggle {
    display: none;
}

.app-sidebar__toggle a i {
    line-height: 1.5;
    margin-top: 0;
}

@media (min-width: 768px) {

    .header-brand-img.dark-logo,
    .header-brand-img.darkmobile-logo,
    .header-brand-img.mobile-logo {
        display: none;
    }

    .sidenav-toggled .header-brand-img.desktop-lgo {
        display: none;
    }

    .sidenav-toggled .header-brand-img.mobile-logo {
        display: flex;
        margin-top: 5px;
        margin: 0 auto;
    }

    .sidenav-toggled.sidenav-toggled1 .header-brand-img.mobile-logo {
        display: none;
    }

    .sidenav-toggled.sidenav-toggled1 .header-brand-img.desktop-lgo {
        display: flex;
        margin: 0 auto;
        margin-top: 5px;
    }

    .app-sidebar.app-sidebar3 {
        top: 74px;
    }

    .app-sidebar.app-sidebar2 {
        box-shadow: none;
        z-index: 9999;
        height: 73px;
    }

    .sidenav-toggled .app-sidebar-help .help-dropdown {
        display: none;
    }

    .sidenav-toggled.sidenav-toggled1 .app-sidebar-help .help-dropdown {
        display: flex;
    }

    .sidenav-toggled .app-sidebar-help,
    .sidenav-toggled .app-sidebar .side-item.side-item-category,
    .sidenav-toggled .side-badge {
        display: none;
    }

    .sidenav-toggled.sidenav-toggled1 .app-sidebar-help {
        width: 250px;
    }

    .app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
        margin-right: 0;
    }

    .app.sidebar-mini.sidenav-toggled .slide a.side-menu__item.active:after {
        top: 20px;
    }

    .sidenav-toggled.sidenav-toggled1 .app-sidebar-help,
    .sidenav-toggled.sidenav-toggled1 .app-sidebar .side-item.side-item-category,
    .sidenav-toggled.sidenav-toggled1 .side-badge {
        display: block;
    }

    .sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        width: 250px;
        border-right: 1px solid #e6ebf1;
    }
}

.app-sidebar.app-sidebar3 {
    padding-bottom: 70px;
}

.app-sidebar-help {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #e6ebf1;
    background: #fff;
    z-index: 11;
    width: 250px;
}

.app-sidebar-help .header-icon {
    width: 30px;
    height: 30px;
}

.sub-slide-item {
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
    height: 30px;
    padding: 0 0 0 25px !important;
    padding-left: 70px !important;
    height: 28px !important;
    padding: 19px 0 19px 60px !important;
    font-size: 12px;
    color: #6c756e;
}

.sub-slide-menu {
    display: none;
    padding: 0;
    font-size: .8rem !important;
    padding-left: 0;
    list-style: none;
}

.slide-menu .sub-slide.active.is-expanded {
    background: rgba(255, 255, 255, 0.09);
}

.sub-slide.is-expanded .sub-slide-menu {
    display: block;
}

.sub-slide.is-expanded .sub-slide-menu li:last-child {
    padding-bottom: 10px;
}

.sub-side-menu__item {
    padding-left: 44px !important;
    padding-right: 20px !important;
    height: 40px !important;
    display: block;
    line-height: 40px;
    font-size: 13px;
    color: #6c756e;
}

.slide a.sub-side-menu__item {
    transition: all 0.3s;
}

.slide a.sub-side-menu__item:hover {
    margin-left: 5px;
    text-decoration: none;
    transition: all 0.3s;
}

.sub-angle {
    float: right;
    line-height: 40px;
    margin-top: 12px;
}

.help-dropdown {
    color: #6c756e !important;
}

.slide.is-expanded a.sub-side-menu__item {
    position: relative;
}

.app-sidebar__user .user-pic img {
    box-shadow: 0 0 0 4px #eeeef3;
    border: 3px solid #f8f8fc;
    width: 58px;
    height: 58px;
    margin-top: 8px;
}

.app-sidebar__user .user-pic img:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #8760fb;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sidemenu-footer .icon {
    margin: 5px;
    padding: 7px 14px;
    text-align: center;
    position: relative;
}

.sidemenu-footer .header-icons {
    width: 24px;
    height: 24px;
    color: #6c756e;
    fill: #6c756e;
}

.tooltip {
    z-index: 999 !important;
}

.profile-status {
    content: '';
    position: absolute;
    bottom: 0;
    right: 80px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    top: 51px;
    border: 2px solid #fff;
}

.app-sidebar .side-item.side-item-category {
    color: #9993b5;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 15px 0px 15px 0px;
    padding: 0 20px 0 20px;
}

.app-sidebar .side-item.side-item-category:not(:first-child) {
    margin-top: 25px;
    margin-bottom: 15px;
}

.app-sidebar__user .user-info .user-name {
    margin-bottom: 2px;
    font-size: 15px;
}

.profile-dropdown .nav-link {
    padding-left: 5px;
}

.profile-dropdown img {
    width: 35px;
    height: 35px;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 2px solid #f8f8fc;
}

.user-pro-body .dot-label {
    width: 6px;
    height: 6px;
}

.sidebar-navs a {
    background: #fff;
    color: #68798b !important;
    padding: 1rem !important;
}

.app-sidebar .sidebar-navs {
    padding: 10px 0px 0px 0px;
}

.sidebar-navs .nav li:last-child a {
    margin-right: 0 !important;
}

.sidebar-navs .header-icons {
    color: #5c678f;
    fill: #5c678f;
    font-size: 20px;
    vertical-align: middle;
}

.slide.active.is-expanded .side-menu__item {
    text-decoration: none;
    color: #6c756e;
    border-radius: 50px;
}

.app.sidebar-mini.sidenav-toggled .slide.active.is-expanded .side-menu__item {
    border-radius: 0;
}

@media (min-width: 767px) {
    .sidebar-mini.sidenav-toggled .app-sidebar {
        max-height: -moz-fit-content;
        max-height: fit-content;
    }

    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar {
        max-height: 100%;
    }
}

/*--- sub-slide-menu ---*/
.sub-slide-item2 {
    height: 28px !important;
    padding: 19px 0 19px 70px !important;
    font-size: 12px;
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
}

.sub-slide-menu2 .sub-slide-item2 {
    height: 28px !important;
    padding: 19px 0 19px 85px !important;
    font-size: 11px;
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
}

.sub-slide-menu2 {
    display: none;
}

.sub-slide2.is-expanded .sub-slide-menu2 {
    display: block;
}

.sub-angle2 {
    transform-origin: center;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    position: absolute;
    right: 20px;
    top: 13px;
}

.sub-slide2.is-expanded .sub-angle2 {
    transform: rotate(90deg);
}

.sub-slide.is-expanded .sub-angle {
    transform: rotate(90deg);
    font-size: 12px;
}

.side-menu__item .side-badge {
    padding: 0.25em 0.4em !important;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    line-height: 1;
    color: #fff;
}

.side-menu__icon {
    color: #555b6d;
    fill: #555b6d;
}

.sidemneu-icon2 {
    fill: #8e98db;
}
/*# sourceMappingURL=sidemenu.css.map */

@charset "UTF-8";
/*Color Variables*/
/*Border Variables*/
/*Shadow Variables*/
/*Colors*/
/*Color Variables*/
/*Border Variables*/
/*Shadow Variables*/
/*Colors*/
body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  text-align: left;
  background: #f8f8fc;
  overflow-x: hidden;
  font-size: 0.81rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495046;
}

body {
  /*Color Variables*/
  /*Border Variables*/
  /*Shadow Variables*/
  /*Colors*/
  /* ###### bootstrap ####### */
  /*Color Variables*/
  /*Border Variables*/
  /*Shadow Variables*/
  /*Colors*/
  /**
  * Azea v1.0.0 (https://themeforest.net/user/spruko)
  * Copyright 2021 Spruko Private Limited
  * Licensed under ThemeForest License
  *

  //---------- TABLE OF CONTENTS ----------//
  	* Bootstrap Framework
  	* Tables
  	* Formsg
  	* Buttons
  	* Drop Downs
  	* Loader
  	* Custom control
  	* Navigation
  	* Card
  	* Scroll
  	* Email services
  	* Range slider
  	* Pricing tables
  	* Pricing Styles
  	* Tooptip &popover
  	* Typography
  	* Charts styles
  	* Media object
  	* Breadcrumb
  	* Accordion
  	* List Of Dropdwons
  	* Badges
  	* Alerts
  	* Progress
  	* Lists
  	* Modal
  	* Carousel
  	* Alignments
  	* Widths, Margins & Paddings
  	* Alignments & values
  	* Headers
  	* Background colors
  	* Btn styles
  	* Panel
  	* Thumbnails
  	* Default Card Values
  	* Avatars
  	* progress sizes
  	* Email
  	* Loaders
  	* Profile
  	* Icon input
  	* Tags
  	* Time line
  	* Icons List
  	* selectize
  	* Gallery
  	* Feather icons
  	* Date Picker
  	* Back to Top
  */
  /*-------- Bootstrap Framework -------*/
  /*----- Global Loader -----*/
  /*------ Custom Default -------*/
  /*------ Scroll -------*/
  /* CROSS BROWSER SELECTOR*/
  /* WEBKIT BROWSERS - CHROME, OPERA AND SAFARI */
  /* MOZILLA FIREFOX */
  /* MICROSOFT EDGE & IE */
  /* Tags */
  /*------ Accordion -------*/
  /*-------Accordion-----------*/
  /* #bs-collapse icon scale option */
  /* #accordion rotate icon option */
  /*-----Alerts-----*/
  /*----- Avatars -----*/
  /*-----Badges-----*/
  /*------ Breadcrumb ------*/
  /*-------- Buttons ------*/
  /*----- Btn styles------*/
  /*------ Carousel -------*/
  /*------Drop Downs-------*/
  /*-----List Of Dropdwons-----*/
  /*-----Lists-----*/
  /*------ Modal -------*/
  /*------ Navigation -------*/
  /*--navtabs--*/
  /*---Mega Menu---*/
  /*--------panel----------*/
  /*------ progress sizes ------*/
  /*---- Tags-----*/
  /*---------Thumbnails----------*/
  /*-------Tooptip &popover------*/
  /*alerts*/
  /*----- Typography ------*/
  /*------ Media object ------*/
  /* ###### components ####### */
  /*@import "components/calendar";*/
  /*
  @import "components/chat";
  @import "components/chat2";
  @import "components/contact";
  */
  /*----- Range slider -------*/
  /* Merged labels */
  /* Lock screen for touch */
  /*-----Pricing tables-----*/
  /*@import "components/rating";*/
  /* ###### custom ####### */
  /*------ Headers -------*/
  /*------ Charts styles ------*/
  /*-----Countdown-----*/
  /*-------- Search ---------*/
  /* --------Added--------- css*/
  /*--- img container---*/
  /* News ticker */
  /*latetes news timeline */
  /*
   *  Accordion-Wizard-Form
   * ----------------------
   */
  /*Horizontal Centerlogo */
  /*----- clipboard-----*/
  /*----- clipboard-----*/
  /*---- IE11 Support ----*/
  /*
  @import "custom/email";
  @import "custom/feather-icons";
  @import "custom/icon-list";
  */
  /**
  Dimmer
  */
  /*-------- Loaders ---------*/
  /*Spineer3*/
  /*End of Spineer3*/
  /*Spineer4*/
  /*End of Spineer4*/
  /*Sk circle*/
  /*End of Sk circle*/
  /*Sk cube*/
  /*End of Sk Cube*/
  /*sk-folding-cube*/
  /*End of sk-folding-cube*/
  /*Spiiner5*/
  /*End of Spiiner5*/
  /*------ Tables -----*/
  /*
  @import "custom/vectormap";
  */
  /**widgets*/
  /*----Profile----*/
  /*-----Icon input-----*/
  /***** time-line*****/
  /*-----Back to Top-----*/
  /* ###### forms ####### */
  /*----- Custom control -----*/
  /*----- Date Picker ----*/
  /*------- Forms -------*/
  /*-- Select2 Styles --*/
  /*--- WIZARD ELEMENTS ---*/
  /****** EQUAL COLUMN WIDTH STEP INDICATOR *****/
  /****** EQUAL COLUMN WIDTH STEP INDICATOR *****/
  /*--- WIZARD ELEMENTS ---*/
  /*-----selectize ------*/
  /* ###### layouts ####### */
  /*------ Alignments -------*/
  /*------ Widths, Margins & Paddings -------*/
  /*------- Alignments & values-------*/
  /*------ Background colors -------*/
  /*------ Default -------*/
  /*------ Default Card Values -------*/
  /*Card options*/
  /*Card maps*/
  /**Card tabs*/
  /**Card status*/
  /**Card icon*/
  /**Card fullscreen*/
  /**Card alert*/
  /* ================== Desktop Main Menu CSS ================== */
  /* Desktop Search Bar */
  /* ================== Desktop Drop Down Menu CSS ================== */
  /* ================== Desktop Mega Menus CSS  ================== */
  /*= Desktop Half Menu CSS =*/
  /*= Desktop HTML Form Menu CSS =*/
  /* ================== Desktop Extra CSS ================== */
  /*==============================================================================
  							  Start Mobile CSS
  ===============================================================================*/
  /* ================== Mobile Menu Change Brake Point ================== */
  /* Extra @Media Query*/
  /* ######  pages ###### */
  /*

  @import "pages/gallery";
  @import "pages/pricing";
  @import "pages/profile";

  */
}
body #area-chart, body #line-chart, body #bar-chart, body #stacked, body #pie-chart {
  min-height: 250px;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}
body html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
body article, body aside, body dialog, body figcaption, body figure, body footer, body header, body hgroup, body main, body nav, body section {
  display: block;
}
body .nav-sidebar li ul {
  background: #eeeeee;
}
body .nav-sidebar li ul li:last-child {
  border-bottom: 0px;
}
body body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  text-align: left;
  background: #f8f8fc;
  overflow-x: hidden;
  font-size: 0.81rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495046;
}
body .horizontalMenucontainer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-left;
  position: relative;
}
body [tabindex="-1"]:focus {
  outline: 0 !important;
}
body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin-top: 0;
  margin-bottom: 0.66em;
}
body .overflow-auto {
  overflow: auto;
}
body p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}
body abbr[title], body abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
body address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
body ol, body ul, body dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
body ol ol, body ul ul, body ol ul, body ul ol {
  margin-bottom: 0;
}
body dt {
  font-weight: 700;
}
body dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
body blockquote {
  margin: 0 0 1rem;
}
body dfn {
  font-style: italic;
}
body b, body strong {
  font-weight: bolder;
}
body small {
  font-size: 80%;
}
body sub, body sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
body sub {
  bottom: -0.25em;
}
body sup {
  top: -0.5em;
}
body a {
  color: #6c756e;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
body a:hover {
  text-decoration: none;
}
body a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
body a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
body a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
body pre, body code, body kbd, body samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
body pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  display: block;
  font-size: 85%;
  color: #282d3c;
}
body figure {
  margin: 0 0 1rem;
}
body img {
  vertical-align: middle;
  border-style: none;
}
body svg:not(:root) {
  overflow: hidden;
}
body table {
  border-collapse: collapse;
}
body caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #505662;
  text-align: left;
  caption-side: bottom;
}
body th {
  text-align: inherit;
}
body label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
body button {
  border-radius: 0;
}
body button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
body input, body button, body select, body optgroup, body textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
body button, body input {
  overflow: visible;
}
body button, body select {
  text-transform: none;
}
body button, body html [type=button], body [type=reset], body [type=submit] {
  -webkit-appearance: button;
}
body button::-moz-focus-inner, body [type=button]::-moz-focus-inner, body [type=reset]::-moz-focus-inner, body [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
body button:focus, body textarea:focus {
  outline: 0;
}
body input[type=radio], body input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
body input[type=date], body input[type=time], body input[type=datetime-local], body input[type=month] {
  -webkit-appearance: listbox;
}
body textarea {
  overflow: auto;
  resize: vertical;
}
body fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
body legright {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
body .bcolor {
  background-color: #cf4c3a !important;
}
body .bcolor1 {
  background-color: #d6124a !important;
}
body progress {
  vertical-align: baseline;
}
body [type=number]::-webkit-inner-spin-button, body [type=number]::-webkit-outer-spin-button {
  height: auto;
}
body [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
body [type=search]::-webkit-search-cancel-button, body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
body output {
  display: inline-block;
}
body summary {
  display: list-item;
  cursor: pointer;
}
body template {
  display: none;
}
body [hidden] {
  display: none !important;
}
body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
  margin-bottom: 0.66em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
body h1, body .h1 {
  font-size: 2rem;
}
body h2, body .h2 {
  font-size: 1.75rem;
}
body h3, body .h3 {
  font-size: 1.5rem;
}
body h4, body .h4 {
  font-size: 1.25rem;
}
body h5, body .h5 {
  font-size: 1rem;
}
body h6, body .h6 {
  font-size: 0.875rem;
}
body .lead {
  font-size: 1.171875rem;
  font-weight: 300;
}
body .display-1 {
  font-size: 9.5rem;
  font-weight: 500;
  line-height: 1.1;
}
body .display-2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}
body .display-3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
body .display-4 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}
body .display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}
body .display-6 {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.1;
}
body hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ebecf1;
}
body small, body .small {
  font-size: 0.75rem;
  font-weight: 400;
}
body mark, body .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
body .list-unstyled {
  padding-left: 0;
  list-style: none;
}
body .list-unstyled li {
  border-bottom: 1px solid #ebecf1;
}
body #lightgallery.list-unstyled li {
  margin: 10px 0;
  border: 0;
}
body #sidebar .list-unstyled li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
body .nav-sidebar .list-unstyled li:last-child {
  border-bottom: 0px;
}
body .list-inline {
  padding-left: 0;
  list-style: none;
}
body .list-inline-item {
  display: inline-block;
}
body .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
body .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
body .blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}
body .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
body .blockquote-footer::before {
  content: "— ";
}
body .img-fluid {
  max-width: 100%;
  height: auto;
}
body .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ebecf1;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}
body .figure {
  display: inline-block;
}
body .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
body .figure-caption {
  font-size: 90%;
  color: #868e96;
}
body .fs-5 {
  font-size: 5px;
}
body .fs-6 {
  font-size: 6px;
}
body .fs-7 {
  font-size: 7px;
}
body .fs-8 {
  font-size: 8px;
}
body .fs-9 {
  font-size: 9px;
}
body .fs-10 {
  font-size: 10px;
}
body .fs-11 {
  font-size: 11px;
}
body .fs-12 {
  font-size: 12px;
}
body .fs-13 {
  font-size: 13px;
}
body .fs-14 {
  font-size: 14px;
}
body .fs-15 {
  font-size: 15px;
}
body .fs-16 {
  font-size: 16px;
}
body .fs-17 {
  font-size: 17px !important;
}
body .fs-18 {
  font-size: 18px !important;
}
body .fs-19 {
  font-size: 19px !important;
}
body .fs-20 {
  font-size: 20px !important;
}
body .fs-22 {
  font-size: 22px !important;
}
body .fs-24 {
  font-size: 24px !important;
}
body .fs-26 {
  font-size: 26px !important;
}
body .fs-28 {
  font-size: 28px !important;
}
body .fs-25 {
  font-size: 25px !important;
}
body .fs-30 {
  font-size: 30px !important;
}
body .fs-35 {
  font-size: 35px !important;
}
body .fs-40 {
  font-size: 40px !important;
}
body .fs-45 {
  font-size: 45px !important;
}
body .fs-50 {
  font-size: 50px !important;
}
body .fs-55 {
  font-size: 55px !important;
}
body .fs-60 {
  font-size: 60px !important;
}
body .fs-65 {
  font-size: 65px !important;
}
body .fs-70 {
  font-size: 70px;
}
body .fs-75 {
  font-size: 75px;
}
body .fs-80 {
  font-size: 80px;
}
body .fs-85 {
  font-size: 85px;
}
body .fs-90 {
  font-size: 90px;
}
body .fs-95 {
  font-size: 95px;
}
body .fs-100 {
  font-size: 100px;
}
body code, body kbd, body pre, body samp {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
body code {
  font-size: 85%;
  color: inherit;
  word-break: break-word;
}
body a > code {
  color: inherit;
}
body kbd {
  padding: 0.2rem 0.4rem;
  font-size: 85%;
  color: #fff;
  background-color: #343a40;
  border-radius: 3px;
}
body kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
body pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
body .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
body .container, body .container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  body .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container {
    max-width: 960px;
  }
  body #sticky {
    text-align: center;
    padding: 1px;
    font-size: 1.75em;
    color: #FFF;
    z-index: 0;
    height: 130px !important;
  }
  body #sticky.stick {
    z-index: 1;
    height: 130px !important;
  }
  body .header.top-header {
    z-index: 999 !important;
  }
  body .app-content.page-body {
    margin-top: 9.5rem;
  }
  body .comb-page .app-content.page-body {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  body .container {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  body .hor-header .container, body .horizontal-main .container, body .hor-content .container {
    max-width: 85%;
  }
}
body .number-font {
  font-family: "Nunito Sans", sans-serif;
}
body .number-font1 {
  font-family: "Nunito Sans", sans-serif;
}
body #global-loader {
  position: fixed;
  z-index: 99999999;
  background: white;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
body #global-loader img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 43%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
body .loader {
  border: 2px solid #ffffff;
  border-top: 2px solid #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin: 1rem 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body .loader.animate {
  opacity: 1;
}
body h2.animate {
  opacity: 1;
  transform: translateY(0);
}
body .custom-card.blue {
  color: #1687ed;
  background: #ebf5fd;
  border: 1px solid #5dacf2;
  border-radius: 8px;
}
body .custom-card.blue .loader {
  border-color: #99d0ff;
  border-top-color: #1687ed;
}
body .custom-card.red {
  color: #ff0000;
  background: #ffe6e6;
  border: 1px solid #ff8080;
  border-radius: 8px;
}
body .custom-card.red .loader {
  border-color: #ff9696;
  border-top-color: #ff0000;
}
body .custom-card.green {
  color: #007e08;
  background: #cbffce;
  border: 1px solid #00cb0d;
  border-radius: 8px;
}
body .custom-card.green .loader {
  border-color: #75cc7d;
  border-top-color: #007e08;
}
body .default-card.default .loader {
  border-color: #e0e3f5;
}
body .parent {
  transform-origin: 66px 56px;
  animation: spin 200s infinite;
}
body .child1 {
  animation: child1 10s 2s alternate infinite;
}
body .child2 {
  animation: child2 5s alternate infinite;
}
body .child3 {
  animation: child3 10s alternate infinite;
  transform-origin: center center;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes child1 {
  0% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(35px, -20px);
  }
}
@keyframes child2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
  }
}
@keyframes child3 {
  0% {
    transform: translateY(-10px) rotate(50deg);
  }
  to {
    transform: translateY(20px) rotate(0deg);
  }
}
body .index1 {
  height: 270px;
}
body .topsales {
  height: 330px;
}
body .salesscroll {
  height: 280px;
}
body .countryscroll {
  height: 350px;
}
body .countrytable td {
  padding-bottom: 10px;
  padding-top: 10px;
}
body .countrytable tr {
  border-bottom: 1px solid #ebecf1;
}
body .countrytable tr:last-child {
  border-bottom: 0px;
}
body * html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0;
}
body * + html .fileinput-button {
  margin: 1px 0 0;
  padding: 2px 15px;
}
@media (max-width: 767px) {
  body .files .btn span {
    display: none;
  }
  body .files .preview * {
    width: 40px;
  }
  body .files .name * {
    display: inline-block;
    width: 80px;
    word-wrap: break-word;
  }
  body .files .progress {
    width: 20px;
  }
  body .files .delete {
    width: 60px;
  }
}
body ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
body * {
  box-sizing: border-box;
}
body *:before, body *:after {
  box-sizing: border-box;
}
body .list-icons .svg-icon2, body .list-icons .svg-icon {
  width: 60px;
  height: 60px;
}
body .file-manger.list-group-transparent .list-group-item {
  padding: 0.5rem;
  border: 0 !important;
}
body .file-manger.list-group-transparent .list-group-item.active {
  background: transparent;
}
body .file-manger.list-group-transparent a i {
  display: block;
  height: 25px;
  width: 40px;
  line-height: 25px;
  text-align: center;
  font-size: 20px !important;
  vertical-align: middle;
  color: #5C5C5C;
}
body .file-manger.list-group-transparent .list-group-item .svg-icon {
  width: 24px;
  height: 24px;
}
body .file-manger-icon {
  position: relative;
}
body .file-manger-absolute-icon {
  position: absolute;
  top: 30px;
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}
body .file-manger-icon i {
  font-size: 70px;
  margin: 0 auto;
  text-align: center;
}
body .file-manger-icon img {
  width: 70px;
  height: 70px;
}
body .profile-footer {
  margin: 25px -25px -25px -25px;
  padding: 15px;
  background: #f0f0f2;
}
body .w-200 {
  width: 200px;
}
body .option-dots {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #5c678f;
  padding: 10px 12px;
}
body .new.option-dots {
  line-height: 55px;
}
body .new-list.option-dots {
  line-height: 55px;
  position: absolute;
  right: 10px;
  top: 10px;
}
body .new-list2.option-dots {
  height: 40px;
  width: 40px;
  background: 0 0;
  color: #5c678f;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  border-radius: 50px;
  font-size: 18px;
  line-height: initial;
  margin-right: 8px;
}
body .new-list2.option-dots:hover {
  background: #f0f0f2;
}
body .ms-body .action-header {
  background: #fff;
}
body hr.divider:after {
  content: "OR";
  display: block;
  position: relative;
  top: -1.5em;
  font-size: 11px;
  padding: 0 0.25em;
  background: rgba(240, 240, 242, 0.1);
  color: #f0f0f2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 9;
  left: 0;
  right: 0;
  line-height: 30px;
  margin: 0 auto;
  font-weight: 500;
  border: 1px solid rgba(240, 239, 241, 0.1);
  text-align: center;
}
body .page-style1 {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body .page-style1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f0eff1;
}
body .error-page {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
body .error-page:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(254, 96, 96, 0.7) 0%, rgba(227, 9, 113, 0.7) 100%);
}
body .bg-style {
  position: relative;
}
body .bg-style:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(68, 84, 195, 0.9), rgba(68, 84, 195, 0.8)), url(../../assets/images/pattern/1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0.8;
}
body .bg-style .svg-icon {
  fill: #fff;
}
body .bg-style .header-brand-img {
  position: absolute;
  top: 30px;
  left: 55px;
}
body .page-style2 .h-100vh {
  max-height: 100vh;
}
body .page-style1 .page-content, body .page-style2 .page-content {
  margin: 0;
}
@media (max-width: 767px) {
  body .d-md-flex .bg-style {
    display: none;
  }
  body .d-md-flex .w-80 {
    width: 100% !important;
  }
}
body .title-style h1 {
  position: absolute;
  width: 100%;
  background: #fff;
  display: block;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  top: 20px;
  padding: 0 20px;
}
body .page-style2.page-style1:before {
  background: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.75)), url(../../assets/images/pattern/4.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body .relative {
  position: relative;
}
body .page-style1 .input-group-addon {
  border: 1px solid #ebecf1;
  background: #f0f0f2;
  border-right: 0;
  line-height: 0px;
}
body .page-style1 .input-group-append {
  border: 1px solid #ebecf1;
  background: #f0f0f2;
  border-left: 0;
  line-height: 16px;
  border-radius: 0 5px 5px 0;
}
body .page-style1 .form-control {
  border: 1px solid #ebecf1;
}
body .page-style1 hr {
  border-top: 1px solid #ebecf1;
}
body .page-style1 .custom-control-label {
  line-height: 26px;
}
body .page-style1 .btn-svgs .svg-icon {
  position: absolute;
  left: 37%;
  top: auto;
}
body .page-style1 .custom-control-label:before {
  border: 1px solid #cccdd3;
}
body .custom-progress {
  /* RESETS */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 10px;
  border-radius: 0px;
  background-color: #e8ebf2;
  width: 80%;
}
body .custom-progress::-webkit-progress-bar {
  background-color: #e8ebf2;
  border-radius: 0px;
}
body .custom-progress::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  border-radius: 0px;
}
body .custom-progress::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
body .custom-progress::-ms-fill {
  border-radius: 0px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
body .map svg {
  height: 400px;
}
body .coming-footer {
  width: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 30px;
  margin-top: 10px;
}
body .page-style1 .form-control {
  padding-top: 4px;
  height: 45px;
  padding-bottom: 6px;
}
body .page-style1 .btn {
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}
body .card-pay .tabs-menu {
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
}
body .card-pay .tabs-menu li {
  width: 33.3%;
  display: block;
}
body .card-pay .tabs-menu li a {
  padding: 0.5rem 1rem;
  background: #f0f0f2;
  display: block;
  text-align: center;
  border-right: 1px solid #ebecf1;
}
body .card-pay .tabs-menu li a.active {
  color: #fff;
  border-radius: 2px;
  text-align: center;
}
body .card-pay .tabs-menu li:last-child a {
  border-right: 0;
}
body .morris-donut-wrapper-demo {
  height: 270px;
}
body .shop-title {
  font-size: 15px;
}
body .apexcharts-toolbar {
  display: none !important;
}
body #SvgjsText1920 {
  font-weight: 500;
  font-size: 20px;
}
body .pos-static {
  position: static;
}
body .html-code {
  padding: 9px 20px;
  background: #e3e2e5;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #ebecf1;
  border-bottom: 0;
  margin-bottom: -1px;
  z-index: 1;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
  color: #282d3c;
}
body .html-code .svg-icon {
  position: absolute;
  left: 14px;
}
body .list-style {
  list-style: inherit;
  padding-left: inherit;
}
body .list-style ul {
  list-style: inherit;
  padding-left: 30px;
}
body .list-style li {
  line-height: 30px;
}
body .list-style2 {
  list-style: decimal;
  padding-left: inherit;
}
body .list-style2 ul {
  list-style: decimal;
  padding-left: 30px;
}
body .list-style2 li {
  line-height: 30px;
}
body .list-style3 {
  list-style: circle;
  padding-left: inherit;
}
body .list-style3 ul {
  list-style: decimal;
  padding-left: 30px;
}
body .list-style3 li {
  line-height: 30px;
}
body .list-style4 {
  list-style: lower-alpha;
  padding-left: inherit;
}
body .list-style4 ul {
  list-style: decimal;
  padding-left: 30px;
}
body .list-style4 li {
  line-height: 30px;
}
body .order-list li {
  line-height: 30px;
}
body .list-style5 {
  list-style: square;
  padding-left: inherit;
}
body .list-style5 ul {
  list-style: decimal;
  padding-left: 30px;
}
body .list-style5 li {
  line-height: 30px;
}
body .list-style6 {
  list-style: lower-roman;
  padding-left: inherit;
}
body .list-style6 ul {
  list-style: decimal;
  padding-left: 30px;
}
body .list-style6 li {
  line-height: 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  body .expenses-card .fs-50 {
    font-size: 25px !important;
  }
  body .expenses-card .fs-18 {
    font-size: 14px !important;
  }
}
@media (max-width: 567px) {
  body .card-pay .tabs-menu li {
    width: 100%;
  }
  body .card-pay .tabs-menu li a {
    margin-bottom: 15px;
  }
}
body .browse-file.form-control {
  background-color: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 41px;
}
body .input-group-btn .btn-primary {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  padding: 0.52rem 15px;
  border-radius: 0;
}
body .apexcharts-pie-label, body .apexcharts-datalabels, body .apexcharts-datalabel, body .apexcharts-datalabel-label, body .apexcharts-datalabel-value {
  cursor: default;
  pointer-events: none;
  font-weight: 500;
  text-shadow: none;
  filter: initial;
}
body .select2 {
  outline-width: 0px !important;
}
body .select2 > *:focus, body .select2:focus .select2 > * {
  outline-width: 0px !important;
}
@media (min-width: 1440px) {
  body .crypto-header-section h3 {
    font-size: 32px;
  }
  body .crypto-header-section .w-5 {
    width: 2rem !important;
  }
  body .crypto-header-section .h-5 {
    height: 2rem !important;
  }
}
@media (min-width: 1600px) {
  body .crypto-header-section h3 {
    font-size: 35px;
  }
  body .crypto-header-section .w-5 {
    width: 2.5rem !important;
  }
  body .crypto-header-section .h-5 {
    height: 2.5rem !important;
  }
}
@media (max-width: 768px) {
  body .page-single .card-group {
    display: block;
  }
  body .d-md-down-none {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  body .item-card .btn-svgs {
    width: 100%;
  }
}
body .header.bg-primary .form-control.header-search.bg-transparent.border-transparent {
  color: #fff;
}
@media (max-width: 1200px) {
  body .sales-img {
    width: 50% !important;
    margin: 0 auto;
    text-align: center !important;
    display: block;
  }
}
body .error-text {
  text-shadow: 7px 3px 3px rgba(0, 0, 0, 0.3);
}
body .errorbgcolor {
  background-color: #9a8adb;
  background-image: url(../images/png/bubbl.png);
}
body .error-text-color {
  color: #9a8adb;
}
body .box div {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(../images/png/bubble.png);
  background-position: center;
  background-size: cover;
}
body .box div:nth-child(1) {
  top: 12%;
  left: 42%;
  animation: animate 10s linear infinite;
}
body .box div:nth-child(2) {
  top: 70%;
  left: 50%;
  animation: animate 7s linear infinite;
}
body .box div:nth-child(3) {
  top: 17%;
  left: 6%;
  animation: animate 9s linear infinite;
}
body .box div:nth-child(4) {
  top: 20%;
  left: 60%;
  animation: animate 5s linear infinite;
}
body .box div:nth-child(5) {
  top: 67%;
  left: 10%;
  animation: animate 6s linear infinite;
}
body .box div:nth-child(6) {
  top: 80%;
  left: 70%;
  animation: animate 12s linear infinite;
}
body .box div:nth-child(7) {
  top: 60%;
  left: 80%;
  animation: animate 5s linear infinite;
}
body .box div:nth-child(8) {
  top: 32%;
  left: 25%;
  animation: animate 6s linear infinite;
}
body .box div:nth-child(9) {
  top: 90%;
  left: 25%;
  animation: animate 9s linear infinite;
}
body .box div:nth-child(10) {
  top: 20%;
  left: 80%;
  animation: animate 5s linear infinite;
}
body .box div:nth-child(11) {
  top: 40%;
  left: 50%;
  animation: animate 5s linear infinite;
}
body .box div:nth-child(12) {
  top: 37%;
  left: 40%;
  animation: animate 6s linear infinite;
}
body .box div:nth-child(13) {
  top: 80%;
  left: 90%;
  animation: animate 12s linear infinite;
}
body .box div:nth-child(14) {
  top: 68%;
  left: 750%;
  animation: animate 5s linear infinite;
}
body .box div:nth-child(15) {
  top: 56%;
  left: 68%;
  animation: animate 6s linear infinite;
}
body .box div:nth-child(16) {
  top: 90%;
  left: 79%;
  animation: animate 9s linear infinite;
}
body .box div:nth-child(17) {
  top: 40%;
  left: 80%;
  animation: animate 5s linear infinite;
}
body .lh-1 {
  line-height: 1 !important;
}
body .lh-2 {
  line-height: 2 !important;
}
body .bootstrap-tagsinput {
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
body .bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
body .bootstrap-tagsinput.form-control input::placeholder {
  color: #fff;
  opacity: 1;
}
body .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #fff;
}
body .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #fff;
}
body .bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
body .bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
body .bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
}
body .bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "\ea00";
  padding: 0px 2px;
  font-family: feather !important;
}
body .bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
body .bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body .bootstrap-tagsinput .tag {
  margin-right: 10px;
}
body .bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #343a40;
  padding: 0 6px;
  margin: 0;
  border-radius: 3px;
  font-family: initial;
  font-size: initial;
  line-height: initial;
}
@media (max-width: 767px) {
  body .app-header .responsive-navbar.navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    background: #ffffff;
    margin-top: 0;
    z-index: 999;
    top: 73px;
    right: 0px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #f0f0ff;
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  }
}
body .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
body .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
body .accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body .accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
body .example .pagination {
  margin-bottom: 0;
}
body .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
}
body .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  color: #6c756e;
  border: 0px !important;
  font-size: 14px;
}
body .page-link:hover {
  z-index: 2;
  text-decoration: none;
  background-color: transparent;
  box-shadow: none;
}
body .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
  color: #664dc9;
}
body .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
body .page-item.active .page-link {
  border-radius: 4px;
}
body .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .page-item.active .page-link {
  z-index: 1;
  color: #fff;
}
body .page-item.active .page-link:hover {
  color: #fff !important;
}
body .page-item.disabled .page-link {
  color: #ced4da;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
body .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
body .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
body .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .panel-group .panel {
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #e6ebf1;
}
body .panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  background-color: #f0f0f2;
}
body .panel-title {
  font-size: 14px;
  margin-bottom: 0;
}
body .panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}
body .more-less {
  float: right;
  color: #212121;
}
body .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0px solid #e6ebf1;
  line-height: 25px;
  font-size: 14px;
}
body .panel > .list-group {
  margin-bottom: 0;
}
body .panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
body .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
body .panel-default .list-group-item.active {
  color: #000;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
}
body .panel-primary .list-group-item.active:hover {
  color: #FFF !important;
  background-color: #664dc9;
  border-color: #664dc9;
}
body .panel-success .list-group-item.active {
  color: #fff;
  background-color: #38cb89;
  border-color: #38cb89;
}
body .panel-success .list-group-item.active:hover {
  color: #fff !important;
  background-color: #38cb89;
  border-color: #38cb89;
}
body .panel-info .list-group-item.active {
  color: #fff;
  background-color: #3e80eb;
  border-color: #3e80eb;
}
body .panel-info .list-group-item.active:hover {
  color: #fff !important;
  background-color: #3e80eb;
  border-color: #3e80eb;
}
body .panel-warning .list-group-item.active {
  color: #fff;
  background-color: #ffab00;
  border-color: #ffab00;
}
body .panel-warning .list-group-item.active:hover {
  color: #fff !important;
  background-color: #ffab00;
  border-color: #ffab00;
}
body .panel-danger .list-group-item.active {
  color: #fff;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
body .panel-danger .list-group-item.active:hover {
  color: #fff !important;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
body .panel-default .list-group-item.active:hover, body .panel-default .list-group-item.active:focus {
  color: #000;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
}
body .wrap {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
body a:focus, body a:hover, body a:active {
  outline: 0;
  text-decoration: none;
}
body .panel1 {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}
body .panel1:last-child {
  border-bottom: none;
}
body .panel-group1 > .panel1:first-child .panel-heading1 {
  border-radius: 4px 4px 0 0;
}
body .panel-group1 .panel1 {
  border-radius: 0;
}
body .panel-title1 {
  font-size: 14px;
  margin-bottom: 0;
}
body .panel-group1 .panel1 + .panel1 {
  margin-top: 0;
}
body .panel-heading1 {
  color: #fff;
  padding: 0;
}
body .panel-group1 .panel-body {
  border: 1px solid #e6ebf1;
}
body .panel-title1 a {
  display: block;
  color: #fff;
  padding: 12px 20px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
}
body .panel-title1 [aria-expanded=true] {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body #accordion1 .panel-title1 a:hover {
  color: #fff !important;
}
body .panel-body1 {
  background: #fff;
  padding: 10px;
}
body .panel1:last-child .panel-body1 {
  border-radius: 0 0 4px 4px;
}
body .panel1:last-child .panel-heading1 {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}
body .panel1:last-child .panel-heading1.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
body .panel-title a.accordion-toggle:before {
  content: "\f068";
  padding: 0 10px 0 0;
  color: #fff;
  font-family: FontAwesome;
  float: right;
}
body .panel-title a.accordion-toggle.collapsed:before {
  content: "\f067";
  padding: 0 10px 0 0;
  color: #fff;
  font-family: FontAwesome;
  float: right;
}
body .panel-heading1 a.collapsed:before {
  content: "\e9af";
  position: absolute;
  font-family: "feather" !important;
  right: 10px;
  top: 8px;
  font-size: 20px;
  transition: all 0.5s;
  transform: scale(1);
}
body .panel-heading1 a:before {
  content: "\e994";
  position: absolute;
  font-family: "feather" !important;
  right: 10px;
  top: 8px;
  font-size: 20px;
  transition: all 0.5s;
  transform: scale(1);
}
body .panel-heading1.active a:before {
  content: " ";
  transition: all 0.5s;
  transform: scale(0);
}
body .demo-accordion p:last-child, body .panel-group1 p:last-child {
  margin-bottom: 0;
}
body #bs-collapse .panel-heading1 a:after {
  content: "\f01a";
  font-size: 24px;
  position: absolute;
  font-family: "FontAwesome";
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}
body #bs-collapse .panel-heading1.active a:after {
  content: "\f01a";
  transform: scale(1);
  transition: all 0.5s;
}
body #accordion .panel-heading1 a:before {
  content: "\f01a";
  font-size: 24px;
  position: absolute;
  font-family: "FontAwesome";
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}
body #accordion .panel-heading1.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
body .acc-header a {
  display: block;
  padding: 15px;
  background-color: #f0f0f2;
  border: 1px solid #e6ebf1;
  border-radius: 4px;
}
body .acc-header [aria-expanded=true] {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body .acc-body {
  padding: 15px;
  border: 1px solid #e6ebf1;
}
body .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.9375rem;
}
body .alert:first-child {
  margin-bottom: 1rem !important;
}
body .alert:last-child {
  margin-bottom: 0;
}
body .alert-heading {
  color: inherit;
}
body .alert-link {
  font-weight: 500;
}
body .alert-link:hover, body .alert-link a:hover {
  text-decoration: underline;
}
body .alert-dismissible {
  padding-right: 3.90625rem;
}
body hr.message-inner-separator {
  clear: both;
  margin-top: 10px;
  margin-bottom: 13px;
  border: 0;
  height: 1px;
  width: 100%;
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
body .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
body .alert-success {
  color: #fff;
  background-color: #38cb89;
  border-color: #38cb89;
}
body .alert-success hr {
  border-top-color: #c5e7a4;
}
body .alert-success .alert-link {
  color: #172e00;
}
body .alert-info {
  color: #fff;
  background-color: #3e80eb;
  border-color: #3e80eb;
}
body .alert-info hr {
  border-top-color: #b3dcf9;
}
body .alert-info .alert-link {
  color: #193c56;
}
body .alert-warning {
  color: #fff;
  background-color: #f3a403;
  border-color: #f3a403;
}
body .alert-warning hr {
  border-top-color: #fae8a4;
}
body .alert-warning .alert-link {
  color: #4d3f05;
}
body .alert-danger {
  color: #fff;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
body .alert-danger hr {
  border-top-color: #ecacab;
}
body .alert-danger .alert-link {
  color: #3f0a09;
}
body .alert-light {
  color: #818182;
  background-color: #f2f2f3;
  border-color: #f2f2f3;
}
body .alert-light hr {
  border-top-color: #ececf6;
}
body .alert-light .alert-link {
  color: #686868;
}
body .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
body .alert-dark hr {
  border-top-color: #b9bbbe;
}
body .alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
body .alert-icon {
  padding-left: 3rem;
}
body .alert-icon > i {
  color: inherit !important;
  font-size: 1rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
body .alert-avatar {
  padding-left: 3.75rem;
}
body .alert-avatar .avatar {
  position: absolute;
  top: 0.5rem;
  left: 0.75rem;
}
body .btn-close {
  font-size: 1rem;
  line-height: 1.5;
  transition: 0.3s color;
}
body .alert-light-success {
  color: #38cb89;
  background-color: #cbf6e2;
  border-color: #cbf6e2;
}
body .alert-light-danger {
  color: #ef4b4b;
  background-color: #fac8c8;
  border-color: #fac8c8;
}
body .alert-light-warning {
  color: #ffab00;
  background-color: #fee8bb;
  border-color: #fee8bb;
}
body .alert-light-info {
  color: #3e80eb;
  background-color: #ccd6f8;
  border-color: #ccd6f8;
}
body .country-selector .avatar {
  width: 1.4rem;
  height: 1.2rem;
}
body .avatar {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  position: relative;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body .noborder {
  border-radius: 0;
}
body .brround {
  border-radius: 50%;
}
body .bradius {
  border-radius: 25%;
}
body .avatar i {
  font-size: 125%;
  vertical-align: middle;
}
body .avatar-status {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #fff;
  background: #868e96;
  border-radius: 50%;
}
body .avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
}
body .avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
}
body .avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
}
body .avatar-xl {
  width: 4rem !important;
  height: 4rem !important;
  line-height: 3.8rem;
  font-size: 1.75rem;
}
body .avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
}
body .avatar-placeholder {
  background: #ced4da url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134"><path fill="$gray" d="M65.92 66.34h2.16c14.802.42 30.928 6.062 29.283 20.35l-1.618 13.32c-.844 6.815-5.208 7.828-13.972 7.866H52.23c-8.764-.038-13.13-1.05-13.973-7.865l-1.62-13.32C34.994 72.4 51.12 66.76 65.92 66.34zM49.432 43.934c0-9.82 7.99-17.81 17.807-17.81 9.82 0 17.81 7.99 17.81 17.81 0 9.82-7.99 17.807-17.81 17.807-9.82 0-17.808-7.987-17.808-17.806z"/></svg>') no-repeat center/80%;
}
body .avatar-list {
  margin: 0 0 -0.5rem;
  padding: 0;
  font-size: 0;
}
body .avatar-list .avatar {
  margin-bottom: 0.5rem;
}
body .avatar-list .avatar:not(:last-child) {
  margin-right: 0.5rem;
}
body .avatar-list-stacked .avatar {
  box-shadow: 0 0 0 2px #fff;
  margin-right: -0.8em !important;
}
body .avatar-blue {
  background-color: #083dc1;
  color: #467fcf;
}
body .avatar-indigo {
  background-color: #d1d5f0;
  color: #6574cd;
}
body .avatar-purple {
  background-color: #e4cff9;
  color: #aa4cf2;
}
body .avatar-pink {
  background-color: #fcd3e1;
  color: #ec82ef;
}
body .avatar-red {
  background-color: #f0bcbc;
  color: #dc0441;
}
body .avatar-orange {
  background-color: #fee0c7;
  color: #fc7303;
}
body .avatar-yellow {
  background-color: #fbedb7;
  color: #ecb403;
}
body .avatar-green {
  background-color: #cfeab3;
  color: #2dce89;
}
body .avatar-teal {
  background-color: #bfefea;
  color: #2bcbba;
}
body .avatar-cyan {
  background-color: #b9e3ea;
  color: #116e7c;
}
body .avatar-white {
  background-color: white;
  color: #fff;
}
body .avatar-gray {
  background-color: #dbdde0;
  color: #868e96;
}
body .avatar-gray-dark {
  background-color: #c2c4c6;
  color: #343a40;
}
body .avatar-azure {
  background-color: #c7e6fb;
  color: #45aaf2;
}
body .avatar-lime {
  background-color: #d7f2c2;
  color: #7bd235;
}
body .product-price {
  font-size: 1rem;
}
body .product-price strong {
  font-size: 1.5rem;
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  100%, 60% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  100%, 60% {
    left: 107%;
    right: -8%;
  }
}
body .btn .badge {
  position: relative;
  top: -1px;
}
body .badge {
  display: inline-block;
  padding: 2px 6px 2px 6px;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
}
body .rounded-pill {
  padding-right: 1.2em;
  padding-left: 1.2em;
  border-radius: 10rem;
}
body .badgetext {
  float: right;
}
body .badge-default {
  background: #54575f;
  color: #fff;
}
body .shape {
  border-style: solid;
  border-width: 0 70px 40px 0;
  float: right;
  height: 0px;
  width: 0px;
  /* IE 9 */
  /* Opera 10.5 */
  /* Safari and Chrome */
  transform: rotate(360deg);
  border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
body .offer {
  background: #fff;
  border: 1px solid #ddd;
  margin: 15px 0;
  overflow: hidden;
}
body .offer-danger {
  border-color: #dc0441;
}
body .offer-danger .shape {
  border-color: transparent #dc0441 transparent transparent;
}
body .offer-success {
  border-color: #2dce89;
}
body .bg-success-light {
  background-color: rgba(29, 171, 45, 0.15) !important;
  color: #36b37e;
}
body .bg-warning-light {
  background-color: rgba(255, 171, 0, 0.15) !important;
  color: #ffab00;
}
body .bg-danger-light {
  color: #f94859;
  background-color: rgba(250, 92, 124, 0.15);
}
body .bg-info-light {
  color: #0a7ffb;
  background-color: rgba(3, 85, 208, 0.15);
}
body .bg-pink-light {
  color: #ec82ef;
  background-color: rgba(236, 130, 239, 0.15);
}
body .bg-cyan-light {
  color: #116e7c;
  background-color: rgba(17, 110, 124, 0.15);
}
body .bg-purple-light {
  color: #aa4cf2;
  background-color: rgba(170, 76, 242, 0.15);
}
body .offer-success .shape {
  border-color: transparent #2dce89 transparent transparent;
}
body .offer-default {
  border-color: #6b6f80;
}
body .offer-default .shape {
  border-color: transparent #6b6f80 transparent transparent;
}
body .offer-info {
  border-color: #45aaf2;
}
body .offer-info .shape {
  border-color: transparent #45aaf2 transparent transparent;
}
body .offer-warning {
  border-color: #ecb403;
}
body .offer-warning .shape {
  border-color: transparent #ecb403 transparent transparent;
}
body .shape-text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  right: -47px;
  top: 0px;
  white-space: nowrap;
  transform: rotate(30deg);
}
body .offer-content {
  padding: 20px;
}
body .bg-gradient-success {
  background-image: linear-gradient(to left, #43c47a 0%, #10ae23 100%);
  color: #fff;
}
body .bg-gradient-warning {
  background-image: linear-gradient(to left, #f8be8d 0%, #ff9a44 100%);
  color: #fff;
}
body .bg-gradient-danger {
  color: #fff;
  background-image: linear-gradient(to left, #ff90a0 0%, #fc6076 100%);
}
body .bg-gradient-info {
  color: #fff;
  background-image: linear-gradient(to left, #58ebbb 0%, #0fd796 100%);
}
body .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  border-radius: 3px;
  font-weight: 400;
  background: #f0f0f2;
}
body .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #cfd1e1;
  content: "/";
  opacity: 0.5;
}
body .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
  text-decoration: none;
}
body .breadcrumb-item.active {
  color: #6c756e;
}
body .breadcrumb1 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
}
body .breadcrumb-item1 a:hover {
  color: #123787;
  text-decoration: underline;
}
body .breadcrumb-item1 + .breadcrumb-item1::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
  opacity: 0.5;
}
body .breadcrumb-item1 + .breadcrumb-item1:hover::before {
  text-decoration: underline;
  text-decoration: none;
}
body .breadcrumb-item1.active {
  color: #6c756e;
}
body .breadcrumb-arrow {
  height: 36px;
  padding: 0;
  line-height: 36px;
  list-style: none;
  background-color: #f0f0f2;
}
body .breadcrumb-arrow li {
  display: inline-block;
  vertical-align: top;
}
body .breadcrumb-arrow li:first-child a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  padding: 0 10px;
  padding-left: 10px;
}
body .breadcrumb-arrow li a, body .breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top;
}
body .breadcrumb-arrow li:not(:first-child) {
  margin-left: -5px;
}
body .breadcrumb-arrow li + li:before {
  padding: 0;
  content: "";
}
body .breadcrumb-arrow li span {
  padding: 0 10px;
  color: #6c756e;
}
body .breadcrumb-arrow li a, body .breadcrumb-arrow li:not(:first-child) span {
  height: 36px;
  padding: 0 10px 0 25px;
  line-height: 36px;
}
body .breadcrumb-arrow li a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
body .breadcrumb-arrow li a:after {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
body .breadcrumb-arrow li a:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  right: -11px;
  z-index: 3;
  border-start-style: solid;
  border-start-width: 11px;
}
body .breadcrumb-arrow li a:after {
  right: -12px;
  z-index: 2;
  border-left: 11px solid #6e79ca;
}
@media (max-width: 375px) {
  body .breadcrumb {
    font-size: 12px;
  }
  body .page-title {
    font-size: 20px !important;
  }
}
body .breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before, body .breadcrumb-style3 .breadcrumb-item + .breadcrumb-item::before {
  width: 25px;
  text-align: center;
  font-family: "feather";
  line-height: 20px;
}
body .breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  content: "\e92f";
}
body .breadcrumb-style3 .breadcrumb-item + .breadcrumb-item::before {
  content: "\e9d3";
}
body .breadcrumb-style4 .breadcrumb-icon {
  margin-top: 10px;
  margin-left: 4px;
}
body .breadcrumb-style4 .breadcrumb-item {
  margin-top: 3px;
}
body .breadcrumb-style4 .breadcrumb-item .svg-icon {
  width: 20px;
}
body .breadcrumb-style4 .breadcrumb-item:first-child {
  margin-top: 0;
}
body .svg-breadcrumb.breadcrumb-style4 .breadcrumb-item + .breadcrumb-item::before {
  margin-top: 8px;
  padding: 0 12px;
}
body .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1em;
  font-size: 0.81rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  line-height: 1.4;
}
body .btn:hover {
  text-decoration: none;
}
body .btn:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(194, 197, 199, 0.25);
}
body .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(194, 197, 199, 0.25);
}
body .btn.disabled, body .btn:disabled {
  opacity: 0.65;
}
body .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
body .btn:not(:disabled):not(.disabled):active, body .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  body .btn, body .fade, body .collapsing {
    transition: none;
  }
}
body a.btn.disabled, body fieldset:disabled a.btn {
  pointer-events: none;
}
body .btn-success {
  color: #fff !important;
  background-color: #38cb89;
  border-color: #38cb89;
  box-shadow: 0 0px 10px -5px rgba(56, 203, 137, 0.5);
}
body .btn-success:hover {
  color: #fff !important;
  background-color: #42c48a !important;
  border-color: #42c48a !important;
}
body .btn-success:focus, body .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(56, 203, 137, 0.1);
  background-color: #42c48a !important;
  border-color: #42c48a !important;
}
body .btn-success.disabled, body .btn-success:disabled {
  color: #fff;
  background-color: #42c48a;
  border-color: #42c48a;
}
body .btn-success:not(:disabled):not(.disabled):active, body .btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #42c48a;
  border-color: #42c48a;
}
body .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #42c48a;
  border-color: #42c48a;
}
body .btn-success:not(:disabled):not(.disabled):active:focus, body .btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(56, 203, 137, 0.1);
}
body .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(56, 203, 137, 0.1);
}
body .btn-info {
  color: #fff !important;
  background-color: #3e80eb;
  border-color: #3e80eb;
  box-shadow: 0 0px 10px -5px rgba(91, 127, 255, 0.1);
}
body .btn-info:hover {
  color: #fff !important;
  background-color: #3e80eb;
  border-color: #3e80eb;
}
body .btn-info:focus, body .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1);
  background-color: #3e80eb;
  border-color: #3e80eb;
}
body .btn-info.disabled, body .btn-info:disabled {
  color: #fff;
  background-color: #3e80eb;
  border-color: #3e80eb;
}
body .btn-info:not(:disabled):not(.disabled):active, body .btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3e80eb;
  border-color: #3e80eb;
}
body .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3e80eb;
  border-color: #3e80eb;
}
body .btn-info:not(:disabled):not(.disabled):active:focus, body .btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1);
}
body .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1);
}
body .btn-warning {
  color: #fff !important;
  background-color: #ffab00;
  border-color: #ffab00;
  box-shadow: 0 0px 10px -5px rgba(255, 171, 0, 0.5);
}
body .btn-warning:hover {
  color: #fff !important;
  background-color: #feb521;
  border-color: #feb521;
}
body .btn-warning:focus, body .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.1);
  background-color: #feb521;
  border-color: #feb521;
}
body .btn-warning.disabled, body .btn-warning:disabled {
  color: #fff;
  background-color: #feb521;
  border-color: #feb521;
}
body .btn-warning:not(:disabled):not(.disabled):active, body .btn-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f3a403;
  border-color: #feb521;
}
body .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f3a403;
  border-color: #feb521;
}
body .btn-warning:not(:disabled):not(.disabled):active:focus, body .btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.1);
}
body .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.1);
}
body .btn-danger {
  color: #fff !important;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
  box-shadow: 0 0px 10px -5px rgba(239, 75, 75, 0.44);
}
body .btn-danger:hover {
  color: #fff !important;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
body .btn-danger:focus, body .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(239, 75, 75, 0.1);
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
body .btn-danger.disabled, body .btn-danger:disabled {
  color: #fff;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
body .btn-danger:not(:disabled):not(.disabled):active, body .btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
body .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
body .btn-danger:not(:disabled):not(.disabled):active:focus, body .btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(239, 75, 75, 0.1);
}
body .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(239, 75, 75, 0.1);
}
body .btn-light {
  color: #495057;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
  box-shadow: 0 0 10px -5px rgba(244, 242, 246, 0.2);
}
body .btn-light:hover {
  color: #495057;
  background-color: #efedf1;
  border-color: #efedf1;
}
body .btn-light:focus, body .btn-light.focus {
  box-shadow: 0 0 0 2px rgba(244, 242, 246, 0.1);
  background-color: #efedf1;
  border-color: #efedf1;
}
body .btn-light.disabled, body .btn-light:disabled {
  background-color: #f0f0f2;
  border-color: #f0f0f2;
}
body .btn-light:not(:disabled):not(.disabled):active, body .btn-light:not(:disabled):not(.disabled).active {
  color: #495057;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
}
body .show > .btn-light.dropdown-toggle {
  color: #495057;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
}
body .btn-light:not(:disabled):not(.disabled):active:focus, body .btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(244, 242, 246, 0.1);
}
body .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(244, 242, 246, 0.1);
}
body .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
body .btn-dark:focus, body .btn-dark.focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}
body .btn-dark.disabled, body .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-dark:not(:disabled):not(.disabled):active, body .btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
body .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
body .btn-dark:not(:disabled):not(.disabled):active:focus, body .btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(217, 221, 231, 0.1);
}
body .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(217, 221, 231, 0.1);
}
body .btn-outline-default {
  color: #6c756e;
  background-color: transparent;
  background-image: none;
  border: 1px solid #f0f0f2;
}
body .btn-outline-default:hover {
  color: #6c756e !important;
  background: rgba(67, 87, 133, 0.2);
  border: 1px solid #f0f0f2;
}
body .btn-outline-default:focus, body .btn-outline-default.focus {
  box-shadow: 0 0 0 2px rgba(217, 221, 231, 0.1);
}
body .btn-outline-default.disabled, body .btn-outline-default:disabled {
  color: #435785;
  background-color: transparent;
}
body .btn-outline-default:not(:disabled):not(.disabled):active, body .btn-outline-default:not(:disabled):not(.disabled).active {
  color: #6c756e !important;
  background: rgba(67, 87, 133, 0.2);
  border: 1px solid #f0f0f2;
}
body .show > .btn-outline-default.dropdown-toggle {
  color: #6c756e !important;
  background: rgba(67, 87, 133, 0.2);
  border: 1px solid #f0f0f2;
}
body .btn-outline-default:not(:disabled):not(.disabled):active:focus, body .btn-outline-default:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(247, 45, 102, 0.1);
}
body .show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(247, 45, 102, 0.1);
}
body .btn-outline-success {
  color: #38cb89;
  background-color: transparent;
  background-image: none;
  border-color: #38cb89;
  box-shadow: 0 0px 10px -5px rgba(56, 203, 137, 0.5);
}
body .btn-outline-success:hover {
  color: #fff !important;
  background-color: #38cb89;
  border-color: #38cb89;
}
body .btn-outline-success:focus, body .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}
body .btn-outline-success.disabled, body .btn-outline-success:disabled {
  color: #38cb89;
  background-color: transparent;
}
body .btn-outline-success:not(:disabled):not(.disabled):active, body .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff !important;
  background-color: #38cb89;
  border-color: #38cb89;
}
body .show > .btn-outline-success.dropdown-toggle {
  color: #fff !important;
  background-color: #38cb89;
  border-color: #38cb89;
}
body .btn-outline-success:not(:disabled):not(.disabled):active:focus, body .btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}
body .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}
body .btn-outline-info {
  color: #3e80eb;
  background-color: transparent;
  background-image: none;
  border-color: #3e80eb;
  box-shadow: 0 0px 10px -5px rgba(91, 127, 255, 0.5);
}
body .btn-outline-info:hover {
  color: #fff !important;
  background-color: #3e80eb;
  border-color: #3e80eb;
}
body .btn-outline-info:focus, body .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1);
}
body .btn-outline-info.disabled, body .btn-outline-info:disabled {
  color: #3e80eb;
  background-color: transparent;
}
body .btn-outline-info:not(:disabled):not(.disabled):active, body .btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3e80eb;
  border-color: #3e80eb;
}
body .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3e80eb;
  border-color: #3e80eb;
}
body .btn-outline-info:not(:disabled):not(.disabled):active:focus, body .btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1);
}
body .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1);
}
body .btn-outline-warning {
  color: #ffab00;
  background-color: transparent;
  background-image: none;
  border-color: #ffab00;
  box-shadow: 0 0px 10px -5px rgba(255, 171, 0, 0.5);
}
body .btn-outline-warning:hover {
  color: #fff !important;
  background-color: #ffab00;
  border-color: #ffab00;
}
body .btn-outline-warning:focus, body .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}
body .btn-outline-warning.disabled, body .btn-outline-warning:disabled {
  color: #ffab00;
  background-color: transparent;
}
body .btn-outline-warning:not(:disabled):not(.disabled):active, body .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ffab00;
  border-color: #ffab00;
}
body .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffab00;
  border-color: #ffab00;
}
body .btn-outline-warning:not(:disabled):not(.disabled):active:focus, body .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}
body .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}
body .btn-outline-danger {
  color: #dc0441;
  background-color: transparent;
  background-image: none;
  border-color: #dc0441;
  box-shadow: 0 0px 10px -5px rgba(220, 4, 65, 0.5);
}
body .btn-outline-danger:hover {
  color: #fff !important;
  background-color: #dc0441;
  border-color: #dc0441;
}
body .btn-outline-danger:focus, body .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}
body .btn-outline-danger.disabled, body .btn-outline-danger:disabled {
  color: #dc0441;
  background-color: transparent;
}
body .btn-outline-danger:not(:disabled):not(.disabled):active, body .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #dc0441;
  border-color: #dc0441;
}
body .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc0441;
  border-color: #dc0441;
}
body .btn-outline-danger:not(:disabled):not(.disabled):active:focus, body .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}
body .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}
body .btn-outline-light {
  color: #495057;
  background-color: #fff;
  background-image: none;
  border-color: #747b83;
  box-shadow: 0 0px 10px -5px #e8ebf2;
}
body .btn-outline-light:hover {
  color: #495057;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
}
body .btn-outline-light:focus, body .btn-outline-light.focus {
  box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}
body .btn-outline-light.disabled, body .btn-outline-light:disabled {
  color: #495057;
  background-color: transparent;
}
body .btn-outline-light:not(:disabled):not(.disabled):active, body .btn-outline-light:not(:disabled):not(.disabled).active {
  color: #495057;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
}
body .show > .btn-outline-light.dropdown-toggle {
  color: #495057;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
}
body .btn-outline-light:not(:disabled):not(.disabled):active:focus, body .btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}
body .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}
body .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
  box-shadow: 0 0px 10px -5px rgba(244, 242, 246, 0.5);
}
body .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-outline-dark:focus, body .btn-outline-dark.focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}
body .btn-outline-dark.disabled, body .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
body .btn-outline-dark:not(:disabled):not(.disabled):active, body .btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-outline-dark:not(:disabled):not(.disabled):active:focus, body .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}
body .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}
body .btn-link {
  font-weight: 400;
  background-color: transparent;
}
body .btn-link:hover {
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
body .btn-link:focus, body .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
body .btn-link:disabled, body .btn-link.disabled {
  color: #868e96;
  pointer-events: none;
}
body .btn-lg, body .btn-group-lg > .btn {
  padding: 0.7rem 2rem;
  font-size: 1.125rem;
  line-height: 1.625;
  border-radius: 3px;
  font-size: 16px;
  min-width: 2.75rem;
}
body .btn-sm, body .btn-group-sm > .btn {
  font-size: 0.711rem;
  border-radius: 0.21rem;
  padding: 0.25rem 0.5rem;
  min-width: 1.625rem;
}
body .btn-block {
  display: block;
  width: 100%;
}
body .btn-block + .btn-block {
  margin-top: 0.5rem;
}
body input[type=submit].btn-block, body input[type=reset].btn-block, body input[type=button].btn-block {
  width: 100%;
}
body .fade {
  transition: opacity 0.15s linear;
}
body .fade:not(.show) {
  opacity: 0;
}
body .collapse:not(.show) {
  display: none;
  background: #fff;
}
body .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
body .btn-icon {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
body .btn-icon2 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
body .btn-pill {
  border-radius: 10rem;
}
body .btn-square {
  border-radius: 2px;
}
body .btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
body .btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}
body .btn-facebook:focus, body .btn-facebook.focus {
  box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}
body .btn-facebook.disabled, body .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
body .btn-facebook:not(:disabled):not(.disabled):active, body .btn-facebook:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}
body .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}
body .btn-facebook:not(:disabled):not(.disabled):active:focus, body .btn-facebook:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}
body .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}
body .btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
body .btn-twitter:hover {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
}
body .btn-twitter:focus, body .btn-twitter.focus {
  box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}
body .btn-twitter.disabled, body .btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
body .btn-twitter:not(:disabled):not(.disabled):active, body .btn-twitter:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7ec4;
}
body .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7ec4;
}
body .btn-twitter:not(:disabled):not(.disabled):active:focus, body .btn-twitter:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}
body .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}
body .btn-google {
  color: #fff;
  background-color: #dc4e41;
  border-color: #dc4e41;
}
body .btn-google:hover {
  color: #fff;
  background-color: #d03526;
  border-color: #c63224;
}
body .btn-google:focus, body .btn-google.focus {
  box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}
body .btn-google.disabled, body .btn-google:disabled {
  color: #fff;
  background-color: #dc4e41;
  border-color: #dc4e41;
}
body .btn-google:not(:disabled):not(.disabled):active, body .btn-google:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #c63224;
  border-color: #bb2f22;
}
body .show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #c63224;
  border-color: #bb2f22;
}
body .btn-google:not(:disabled):not(.disabled):active:focus, body .btn-google:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}
body .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}
body .btn-youtube {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
body .btn-youtube:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}
body .btn-youtube:focus, body .btn-youtube.focus {
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}
body .btn-youtube.disabled, body .btn-youtube:disabled {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
body .btn-youtube:not(:disabled):not(.disabled):active, body .btn-youtube:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}
body .show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}
body .btn-youtube:not(:disabled):not(.disabled):active:focus, body .btn-youtube:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}
body .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}
body .btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
body .btn-vimeo:hover {
  color: #fff;
  background-color: #139ecb;
  border-color: #1295bf;
}
body .btn-vimeo:focus, body .btn-vimeo.focus {
  box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}
body .btn-vimeo.disabled, body .btn-vimeo:disabled {
  color: #fff;
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
body .btn-vimeo:not(:disabled):not(.disabled):active, body .btn-vimeo:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1295bf;
  border-color: #108cb4;
}
body .show > .btn-vimeo.dropdown-toggle {
  color: #fff;
  background-color: #1295bf;
  border-color: #108cb4;
}
body .btn-vimeo:not(:disabled):not(.disabled):active:focus, body .btn-vimeo:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}
body .show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}
body .btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
body .btn-dribbble:hover {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
}
body .btn-dribbble:focus, body .btn-dribbble.focus {
  box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}
body .btn-dribbble.disabled, body .btn-dribbble:disabled {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
body .btn-dribbble:not(:disabled):not(.disabled):active, body .btn-dribbble:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #e51e6b;
  border-color: #dc1a65;
}
body .show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  background-color: #e51e6b;
  border-color: #dc1a65;
}
body .btn-dribbble:not(:disabled):not(.disabled):active:focus, body .btn-dribbble:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}
body .show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}
body .btn-github {
  color: #fff;
  background-color: #181717;
  border-color: #181717;
}
body .btn-github:hover {
  color: #fff;
  background-color: #040404;
  border-color: black;
}
body .btn-github:focus, body .btn-github.focus {
  box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}
body .btn-github.disabled, body .btn-github:disabled {
  color: #fff;
  background-color: #181717;
  border-color: #181717;
}
body .btn-github:not(:disabled):not(.disabled):active, body .btn-github:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: black;
  border-color: black;
}
body .show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
body .btn-github:not(:disabled):not(.disabled):active:focus, body .btn-github:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}
body .show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}
body .btn-instagram {
  color: #fff;
  background-color: #e4405f;
  border-color: #e4405f;
}
body .btn-instagram:hover {
  color: #fff;
  background-color: #de1f44;
  border-color: #d31e40;
}
body .btn-instagram:focus, body .btn-instagram.focus {
  box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}
body .btn-instagram.disabled, body .btn-instagram:disabled {
  color: #fff;
  background-color: #e4405f;
  border-color: #e4405f;
}
body .btn-instagram:not(:disabled):not(.disabled):active, body .btn-instagram:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #d31e40;
  border-color: #c81c3d;
}
body .show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #d31e40;
  border-color: #c81c3d;
}
body .btn-instagram:not(:disabled):not(.disabled):active:focus, body .btn-instagram:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}
body .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}
body .btn-pinterest {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
}
body .btn-pinterest:hover {
  color: #fff;
  background-color: #980617;
  border-color: #8c0615;
}
body .btn-pinterest:focus, body .btn-pinterest.focus {
  box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}
body .btn-pinterest.disabled, body .btn-pinterest:disabled {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
}
body .btn-pinterest:not(:disabled):not(.disabled):active, body .btn-pinterest:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #8c0615;
  border-color: #800513;
}
body .show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #8c0615;
  border-color: #800513;
}
body .btn-pinterest:not(:disabled):not(.disabled):active:focus, body .btn-pinterest:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}
body .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}
body .btn-vk {
  color: #fff;
  background-color: #6383a8;
  border-color: #6383a8;
}
body .btn-vk:hover {
  color: #fff;
  background-color: #527093;
  border-color: #4d6a8b;
}
body .btn-vk:focus, body .btn-vk.focus {
  box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}
body .btn-vk.disabled, body .btn-vk:disabled {
  color: #fff;
  background-color: #6383a8;
  border-color: #6383a8;
}
body .btn-vk:not(:disabled):not(.disabled):active, body .btn-vk:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #4d6a8b;
  border-color: #496482;
}
body .show > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #4d6a8b;
  border-color: #496482;
}
body .btn-vk:not(:disabled):not(.disabled):active:focus, body .btn-vk:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}
body .show > .btn-vk.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}
body .btn-rss {
  color: #fff;
  background-color: #ffa500;
  border-color: #ffa500;
}
body .btn-rss:hover {
  color: #fff;
  background-color: #d98c00;
  border-color: #cc8400;
}
body .btn-rss:focus, body .btn-rss.focus {
  box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}
body .btn-rss.disabled, body .btn-rss:disabled {
  color: #fff;
  background-color: #ffa500;
  border-color: #ffa500;
}
body .btn-rss:not(:disabled):not(.disabled):active, body .btn-rss:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #cc8400;
  border-color: #bf7c00;
}
body .show > .btn-rss.dropdown-toggle {
  color: #fff;
  background-color: #cc8400;
  border-color: #bf7c00;
}
body .btn-rss:not(:disabled):not(.disabled):active:focus, body .btn-rss:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}
body .show > .btn-rss.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}
body .btn-flickr {
  color: #fff;
  background-color: #0063dc;
  border-color: #0063dc;
}
body .btn-flickr:hover {
  color: #fff;
  background-color: #0052b6;
  border-color: #004ca9;
}
body .btn-flickr:focus, body .btn-flickr.focus {
  box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}
body .btn-flickr.disabled, body .btn-flickr:disabled {
  color: #fff;
  background-color: #0063dc;
  border-color: #0063dc;
}
body .btn-flickr:not(:disabled):not(.disabled):active, body .btn-flickr:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #004ca9;
  border-color: #00469c;
}
body .show > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #004ca9;
  border-color: #00469c;
}
body .btn-flickr:not(:disabled):not(.disabled):active:focus, body .btn-flickr:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}
body .show > .btn-flickr.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}
body .btn-bitbucket {
  color: #fff;
  background-color: #0052cc;
  border-color: #0052cc;
}
body .btn-bitbucket:hover {
  color: #fff;
  background-color: #0043a6;
  border-color: #003e99;
}
body .btn-bitbucket:focus, body .btn-bitbucket.focus {
  box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}
body .btn-bitbucket.disabled, body .btn-bitbucket:disabled {
  color: #fff;
  background-color: #0052cc;
  border-color: #0052cc;
}
body .btn-bitbucket:not(:disabled):not(.disabled):active, body .btn-bitbucket:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #003e99;
  border-color: #00388c;
}
body .show > .btn-bitbucket.dropdown-toggle {
  color: #fff;
  background-color: #003e99;
  border-color: #00388c;
}
body .btn-bitbucket:not(:disabled):not(.disabled):active:focus, body .btn-bitbucket:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}
body .show > .btn-bitbucket.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}
body .btn-blue {
  color: #fff;
  background-color: #083dc1;
  border-color: #083dc1;
}
body .btn-blue:hover {
  color: #fff !important;
  background-color: #1747bd;
  border-color: #1747bd;
}
body .btn-blue:focus, body .btn-blue.focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}
body .btn-blue.disabled, body .btn-blue:disabled {
  color: #fff;
  background-color: #1747bd;
  border-color: #1747bd;
}
body .btn-blue:not(:disabled):not(.disabled):active, body .btn-blue:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1747bd;
  border-color: #1747bd;
}
body .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #1747bd;
  border-color: #1747bd;
}
body .btn-blue:not(:disabled):not(.disabled):active:focus, body .btn-blue:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}
body .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}
body .btn-indigo {
  color: #fff;
  background-color: #6574cd;
  border-color: #6574cd;
}
body .btn-indigo:hover {
  color: #fff !important;
  background-color: #485ac4;
  border-color: #3f51c1;
}
body .btn-indigo:focus, body .btn-indigo.focus {
  box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}
body .btn-indigo.disabled, body .btn-indigo:disabled {
  color: #fff;
  background-color: #6574cd;
  border-color: #6574cd;
}
body .btn-indigo:not(:disabled):not(.disabled):active, body .btn-indigo:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3f51c1;
  border-color: #3b4db7;
}
body .show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #3f51c1;
  border-color: #3b4db7;
}
body .btn-indigo:not(:disabled):not(.disabled):active:focus, body .btn-indigo:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}
body .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}
body .btn-purple {
  color: #fff;
  background-color: #aa4cf2;
  border-color: #aa4cf2;
}
body .btn-purple:hover {
  color: #fff !important;
  background-color: #923ce6;
  border-color: #8c31e4;
}
body .btn-purple:focus, body .btn-purple.focus {
  box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}
body .btn-purple.disabled, body .btn-purple:disabled {
  color: #fff;
  background-color: #aa4cf2;
  border-color: #aa4cf2;
}
body .btn-purple:not(:disabled):not(.disabled):active, body .btn-purple:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #8c31e4;
  border-color: #8526e3;
}
body .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #8c31e4;
  border-color: #8526e3;
}
body .btn-purple:not(:disabled):not(.disabled):active:focus, body .btn-purple:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}
body .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}
body .btn-pink {
  color: #fff;
  background-color: #ec82ef;
  border-color: #ec82ef;
}
body .btn-pink:hover {
  color: #fff !important;
  background-color: #f44982;
  border-color: #f33d7a;
}
body .btn-pink:focus, body .btn-pink.focus {
  box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}
body .btn-pink.disabled, body .btn-pink:disabled {
  color: #fff;
  background-color: #ec82ef;
  border-color: #ec82ef;
}
body .btn-pink:not(:disabled):not(.disabled):active, body .btn-pink:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f33d7a;
  border-color: #f23172;
}
body .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #f33d7a;
  border-color: #f23172;
}
body .btn-pink:not(:disabled):not(.disabled):active:focus, body .btn-pink:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}
body .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}
body .btn-red {
  color: #fff;
  background-color: #dc0441;
  border-color: #dc0441;
}
body .btn-red:hover {
  color: #fff;
  background-color: #ac1b1a;
  border-color: #a11918;
}
body .btn-red:focus, body .btn-red.focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}
body .btn-red.disabled, body .btn-red:disabled {
  color: #fff;
  background-color: #dc0441;
  border-color: #dc0441;
}
body .btn-red:not(:disabled):not(.disabled):active, body .btn-red:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #a11918;
  border-color: #961717;
}
body .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #a11918;
  border-color: #961717;
}
body .btn-red:not(:disabled):not(.disabled):active:focus, body .btn-red:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}
body .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}
body .btn-orange {
  color: #fff;
  background-color: #fc7303;
  border-color: #fc7303;
}
body .btn-orange:hover {
  color: #fff;
  background-color: #fd811e;
  border-color: #fc7a12;
}
body .btn-orange:focus, body .btn-orange.focus {
  box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}
body .btn-orange.disabled, body .btn-orange:disabled {
  color: #fff;
  background-color: #fc7303;
  border-color: #fc7303;
}
body .btn-orange:not(:disabled):not(.disabled):active, body .btn-orange:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #fc7a12;
  border-color: #fc7305;
}
body .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #fc7a12;
  border-color: #fc7305;
}
body .btn-orange:not(:disabled):not(.disabled):active:focus, body .btn-orange:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}
body .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}
body .btn-yellow {
  color: #fff;
  background-color: #ffab00;
  border-color: #ffab00;
}
body .btn-yellow:hover {
  color: #fff;
  background-color: #cea70c;
  border-color: #c29d0b;
}
body .btn-yellow:focus, body .btn-yellow.focus {
  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}
body .btn-yellow.disabled, body .btn-yellow:disabled {
  color: #fff;
  background-color: #ffab00;
  border-color: #ffab00;
}
body .btn-yellow:not(:disabled):not(.disabled):active, body .btn-yellow:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #c29d0b;
  border-color: #b6940b;
}
body .show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #c29d0b;
  border-color: #b6940b;
}
body .btn-yellow:not(:disabled):not(.disabled):active:focus, body .btn-yellow:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}
body .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}
body .btn-green {
  color: #fff;
  background-color: #38cb89;
  border-color: #38cb89;
}
body .btn-green:hover {
  color: #fff;
  background-color: #15ca7c;
  border-color: #15ca7c;
}
body .btn-green:focus, body .btn-green.focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}
body .btn-green.disabled, body .btn-green:disabled {
  color: #fff;
  background-color: #38cb89;
  border-color: #38cb89;
}
body .btn-green:not(:disabled):not(.disabled):active, body .btn-green:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #15ca7c;
  border-color: #3e7a00;
}
body .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #15ca7c;
  border-color: #3e7a00;
}
body .btn-green:not(:disabled):not(.disabled):active:focus, body .btn-green:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}
body .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}
body .btn-teal {
  color: #fff;
  background-color: #2bcbba;
  border-color: #2bcbba;
}
body .btn-teal:hover {
  color: #fff;
  background-color: #24ab9d;
  border-color: #22a193;
}
body .btn-teal:focus, body .btn-teal.focus {
  box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}
body .btn-teal.disabled, body .btn-teal:disabled {
  color: #fff;
  background-color: #2bcbba;
  border-color: #2bcbba;
}
body .btn-teal:not(:disabled):not(.disabled):active, body .btn-teal:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #22a193;
  border-color: #20968a;
}
body .show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #22a193;
  border-color: #20968a;
}
body .btn-teal:not(:disabled):not(.disabled):active:focus, body .btn-teal:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}
body .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}
body .btn-cyan {
  color: #fff;
  background-color: #116e7c;
  border-color: #116e7c;
}
body .btn-cyan:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
body .btn-cyan:focus, body .btn-cyan.focus {
  box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}
body .btn-cyan.disabled, body .btn-cyan:disabled {
  color: #fff;
  background-color: #116e7c;
  border-color: #116e7c;
}
body .btn-cyan:not(:disabled):not(.disabled):active, body .btn-cyan:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
body .show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
body .btn-cyan:not(:disabled):not(.disabled):active:focus, body .btn-cyan:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}
body .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}
body .btn-white {
  background-color: #fff;
  background-image: none;
  border-color: #e7e9f1;
  color: #6c756e;
}
body .btn-white:hover {
  background-color: #fff;
  background-image: none;
  border-color: #e7e9f1;
}
body .btn-white:focus, body .btn-white.focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
body .btn-white.disabled, body .btn-white:disabled {
  color: #495057;
  background-color: #fff;
  border-color: #fff;
}
body .btn-white:not(:disabled):not(.disabled):active, body .btn-white:not(:disabled):not(.disabled).active {
  color: #495057;
  background-color: #f0f0f2;
  border-color: #e7e9f1;
}
body .show > .btn-white.dropdown-toggle {
  color: #495057;
  background-color: #f0f0f2;
  border-color: #e7e9f1;
}
body .btn-white:not(:disabled):not(.disabled):active:focus, body .btn-white:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
body .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
body .btn-gray {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
body .btn-gray:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
body .btn-gray:focus, body .btn-gray.focus {
  box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}
body .btn-gray.disabled, body .btn-gray:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
body .btn-gray:not(:disabled):not(.disabled):active, body .btn-gray:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}
body .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}
body .btn-gray:not(:disabled):not(.disabled):active:focus, body .btn-gray:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}
body .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}
body .btn-gray-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-gray-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
body .btn-gray-dark:focus, body .btn-gray-dark.focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}
body .btn-gray-dark.disabled, body .btn-gray-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-gray-dark:not(:disabled):not(.disabled):active, body .btn-gray-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
body .show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
body .btn-gray-dark:not(:disabled):not(.disabled):active:focus, body .btn-gray-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}
body .show > .btn-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}
body .btn-azure {
  color: #fff;
  background-color: #3e80eb;
  border-color: #3e80eb;
}
body .btn-azure:hover {
  color: #fff !important;
  background-color: #219af0;
  border-color: #1594ef;
}
body .btn-azure:focus, body .btn-azure.focus {
  box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.5);
}
body .btn-azure.disabled, body .btn-azure:disabled {
  color: #fff;
  background-color: #3e80eb;
  border-color: #3e80eb;
}
body .btn-azure:not(:disabled):not(.disabled):active, body .btn-azure:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1594ef;
  border-color: #108ee7;
}
body .show > .btn-azure.dropdown-toggle {
  color: #fff;
  background-color: #1594ef;
  border-color: #108ee7;
}
body .btn-azure:not(:disabled):not(.disabled):active:focus, body .btn-azure:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.5);
}
body .show > .btn-azure.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.5);
}
body .btn-lime {
  color: #fff;
  background-color: #7bd235;
  border-color: #7bd235;
}
body .btn-lime:hover {
  color: #fff;
  background-color: #69b829;
  border-color: #63ad27;
}
body .btn-lime:focus, body .btn-lime.focus {
  box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}
body .btn-lime.disabled, body .btn-lime:disabled {
  color: #fff;
  background-color: #7bd235;
  border-color: #7bd235;
}
body .btn-lime:not(:disabled):not(.disabled):active, body .btn-lime:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #63ad27;
  border-color: #5da324;
}
body .show > .btn-lime.dropdown-toggle {
  color: #fff;
  background-color: #63ad27;
  border-color: #5da324;
}
body .btn-lime:not(:disabled):not(.disabled):active:focus, body .btn-lime:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}
body .show > .btn-lime.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}
body .btn-option {
  background: transparent;
  color: #9aa0ac;
}
body .btn-option:hover {
  color: #6e7687;
}
body .btn-option:focus {
  box-shadow: none;
  color: #6e7687;
}
body .btn-list {
  margin-bottom: -0.5rem;
  font-size: 0;
}
body .btn-list > .btn, body .btn-list > .dropdown {
  margin-bottom: 0.5rem;
}
body .btn-list > .btn:not(:last-child), body .btn-list > .dropdown:not(:last-child) {
  margin-right: 0.5rem;
}
body .btn-loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
body .btn-loading:after {
  content: "";
  animation: loader 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 50%;
  border-end-color: transparent !important;
  border-top-color: transparent !important;
  display: block;
  height: 1.4em;
  width: 1.4em;
  position: absolute;
  left: calc(50% - 0.7em);
  top: calc(50% - 0.7em);
  transform-origin: center;
  position: absolute !important;
}
body .btn-loading.btn-sm:after {
  height: 1em;
  width: 1em;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
}
body .btn-group-sm > .btn-loading.btn:after {
  height: 1em;
  width: 1em;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
}
body .btn-loading.btn-secondary:after {
  border-color: #495057;
}
body .btn-icon.btn-svg {
  line-height: 15px;
}
body .btn-icon.btn-svg .svg-icon {
  width: 16px;
  margin-top: 2px;
}
body .btn-svgs {
  display: inline-flex;
}
body .btn-svgs .svg-icon {
  margin-right: 6px;
}
body .btn-svg-text {
  margin-top: 2px;
}
body .btn-primary .svg-icon, body .btn-secondary .svg-icon, body .btn-success .svg-icon, body .btn-info .svg-icon, body .btn-warning .svg-icon, body .btn-danger .svg-icon, body .btn-dark .svg-icon {
  fill: rgba(255, 255, 255, 0.6);
}
body .data-table-btn {
  position: absolute;
  left: 80px;
  padding: 5px 15px;
  font-size: 13px;
}
body .btn-check:active + .btn-outline-primary, body .btn-check:checked + .btn-outline-primary, body .btn-outline-primary.active, body .btn-outline-primary.dropdown-toggle.show, body .btn-outline-primary:active {
  color: #fff;
  background-color: #664dc9;
  border-color: #664dc9;
}
body .btn-check:active + .btn-outline-primary:focus, body .btn-check:checked + .btn-outline-primary:focus, body .btn-outline-primary.active:focus, body .btn-outline-primary.dropdown-toggle.show:focus, body .btn-outline-primary:active:focus {
  box-shadow: none !important;
}
body .btn-check:focus + .btn-outline-primary, body .btn-outline-primary:focus {
  box-shadow: none;
}
body .btn-notify {
  background-color: #4e36c3;
  border-color: #4e36c3;
  color: #fff;
}
body .btn-notify:hover {
  color: #fff !important;
}
body .btn-notify:hover .input-group-btn {
  color: #fff !important;
}
body .carousel {
  position: relative;
}
body .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
body .carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  cursor: pointer;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
body .carousel-item.active {
  display: block;
}
@media screen and (prefers-reduced-motion: reduce) {
  body .carousel-item {
    transition: none;
  }
}
body .carousel-item-next, body .carousel-item-prev {
  position: absolute;
  top: 0;
  display: block;
}
body .carousel-item-next.carousel-item-start, body .carousel-item-prev.carousel-item-end {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  body .carousel-item-next.carousel-item-start, body .carousel-item-prev.carousel-item-end {
    transform: translate3d(0, 0, 0);
  }
  body .carousel-item-next, body .active.carousel-item-end {
    transform: translate3d(100%, 0, 0);
  }
  body .carousel-item-prev, body .active.carousel-item-start {
    transform: translate3d(-100%, 0, 0);
  }
  body .carousel-fade .carousel-item-next, body .carousel-fade .carousel-item-prev, body .carousel-fade .carousel-item.active {
    transform: translate3d(0, 0, 0);
  }
  body .carousel-fade .active.carousel-item-start, body .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
body .carousel-item-next, body .active.carousel-item-end {
  transform: translateX(100%);
}
body .carousel-item-prev, body .active.carousel-item-start {
  transform: translateX(-100%);
}
body .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
body .carousel-fade .carousel-item.active {
  opacity: 1;
}
body .carousel-fade .carousel-item-next.carousel-item-start, body .carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
}
body .carousel-fade .active.carousel-item-start, body .carousel-fade .active.carousel-item-end {
  opacity: 0;
}
body .carousel-fade .carousel-item-next, body .carousel-fade .carousel-item-prev, body .carousel-fade .carousel-item.active {
  transform: translateX(0);
}
body .carousel-fade .active.carousel-item-start, body .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
body .carousel-control-prev, body .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
body .carousel-control-prev:hover, body .carousel-control-prev:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
body .carousel-control-next:hover, body .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
body .carousel-control-prev {
  left: 0;
}
body .carousel-control-next {
  right: 0;
}
body .carousel-control-prev-icon, body .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
body .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
body .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
body .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
body .carousel-indicators button {
  position: relative;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
body .carousel-indicators button::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators button::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators .active {
  background-color: #fff;
}
body .carousel-indicators1 {
  position: absolute;
  right: 0;
  top: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
body .carousel-indicators1 button {
  position: relative;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
body .carousel-indicators1 button::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators1 button::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators1 .active {
  background-color: #fff;
}
body .carousel-indicators2 {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-top: 10px;
  list-style: none;
}
body .carousel-indicators2 button {
  position: relative;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
body .carousel-indicators2 button::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators2 button::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators2 .active {
  background-color: #fff;
}
body .carousel-indicators3 {
  position: absolute;
  left: 10px;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-top: 10px;
  list-style: none;
}
body .carousel-indicators3 button {
  position: relative;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
body .carousel-indicators3 button::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators3 button::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators3 .active {
  background-color: #fff;
}
body .carousel-indicators4 {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-top: 10%;
  list-style: none;
}
body .carousel-indicators4 button {
  position: relative;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
body .carousel-indicators4 button::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators4 button::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators4 .active {
  background-color: #fff;
}
body .carousel-indicators5 {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}
body .carousel-indicators5 button {
  position: relative;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
body .carousel-indicators5 button::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators5 button::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators5 .active {
  background-color: #fff;
}
body .carousel-caption {
  position: absolute;
  right: 15%;
  top: 30%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
body .carousel-item-background {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .carousel-top-indicators {
  top: 15px;
}
body .carousel-top-right-indicators {
  top: 15px;
  right: 15px !important;
  left: auto;
  margin: 0 !important;
}
body .carousel-top-left-indicators {
  top: 15px;
  left: 15px !important;
  right: auto;
  margin: 0 !important;
}
body .carousel-bottom-right-indicators {
  bottom: 15px;
  right: 15px !important;
  left: auto;
  margin: 0 !important;
}
body .carousel-bottom-left-indicators {
  bottom: 15px;
  left: 15px !important;
  right: auto;
  margin: 0 !important;
}
body .dropup, body .dropend, body .dropdown, body .dropstart {
  position: relative;
}
body .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #fff;
}
body .dropdown-toggle:empty::after {
  margin-left: 0;
}
body .btn-light.dropdown-toggle::after, body .btn-outline-primary.dropdown-toggle::after, body .btn-outline-secondary.dropdown-toggle::after, body .btn-outline-info.dropdown-toggle::after, body .btn-outline-warning.dropdown-toggle::after, body .btn-outline-success.dropdown-toggle::after, body .btn-outline-danger.dropdown-toggle::after {
  color: #000 !important;
}
body .fadein, body .main-header-notification.show .dropdown-menu, body .main-header-message.show .dropdown-menu, body .main-profile-menu.show .dropdown-menu, body .header-search.show .dropdown-menu {
  animation-name: fadein;
  animation-duration: 0.2s;
  animation-fill-mode: both;
}
body .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.8075rem;
  color: #495057;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
  min-width: 12rem;
  box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.1);
  border-radius: 4px !important;
  border: 1px solid #e6ebf1;
  animation-name: fadein;
  animation-fill-mode: both;
  animation-duration: 0.4s;
}
body .dropdown-menu-end {
  right: 0;
  left: auto;
}
body .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
body .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
body .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
body .dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
body .dropend .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  vertical-align: 0;
}
body .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
body .dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
body .dropstart .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
body .dropstart .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  vertical-align: 0;
}
body .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
body .header .dropdown-menu[data-popper-placement^=top], body .header .dropdown-menu[data-popper-placement^=end], body .header .dropdown-menu[data-popper-placement^=bottom], body .header .dropdown-menu[data-popper-placement^=start] {
  top: 76px !important;
  border-radius: 4px !important;
  animation-name: fadeInUp;
  border: 1px solid #e6ebf1;
  box-shadow: -8px 12px 18px 0 rgba(15, 34, 58, 0.1);
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
body .header-notify .show.dropdown-menu {
  left: -198px !important;
}
body .header-message .show.dropdown-menu {
  left: -252px !important;
}
body .profile-dropdown .show.dropdown-menu[data-popper-placement^=bottom] {
  left: -136px !important;
}
body .dropdown-menu[data-popper-placement^=top], body .dropdown-menu[data-popper-placement^=end], body .dropdown-menu[data-popper-placement^=bottom], body .dropdown-menu[data-popper-placement^=start] {
  right: auto;
  bottom: auto;
}
body .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
body .notifyimg {
  color: #fff;
  float: left;
  height: 40px;
  line-height: 37px;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  border-radius: 50px;
}
body .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
body .drop-icon-wrap {
  text-align: center;
}
body .drop-icon-wrap li {
  display: block;
}
body .drop-icon-wrap .drop-icon-item {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  color: #878787;
  text-transform: capitalize;
  width: 50%;
  float: left;
}
body .block {
  display: block !important;
}
body .drop-icon-item i {
  font-size: 20px;
  padding-bottom: 5px;
}
body .drop-icon-wrap .drop-icon-item:hover, body .drop-icon-wrap .drop-icon-item:focus {
  text-decoration: none;
  background-color: #eef0ff;
}
body .dropdown-item.user {
  font-size: 16px;
  padding: 5px;
}
body .user-semi-title {
  font-size: 12px;
}
body .floating {
  animation: floating 3s ease infinite;
  will-change: transform;
}
body .dropdown-item:hover, body .dropdown-item:focus {
  text-decoration: none;
  background-color: #F3F6F8;
}
body .dropdown-item.active, body .dropdown-item:active {
  text-decoration: none;
  background-color: #F3F6F8;
  color: #3e4358;
}
body .dropdown-item.disabled, body .dropdown-item:disabled {
  color: #fff;
  background-color: transparent;
}
body .dropdown-menu.show {
  display: block;
  margin: 0;
}
body .dropdown-menu-arrow.dropdown-menu-end:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 15px;
  border-bottom: 10px solid #e6ebf1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
body .dropdown-menu-arrow.dropdown-menu-end:after {
  content: "";
  position: absolute;
  top: -8.5px;
  left: 16px;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
body .dropdown-menu-arrow.dropdown-menu-start:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 15px;
  border-bottom: 10px solid #e6ebf1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
body .dropdown-menu-arrow.dropdown-menu-start:after {
  content: "";
  position: absolute;
  top: -8.5px;
  left: 16px;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
body .nav-item .show.dropdown-menu.dropdown-menu-arrow .show {
  top: -1px !important;
}
body .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}
body .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
body .btn-group, body .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
body .btn-group > .btn, body .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
body .btn-group > .btn:hover, body .btn-group-vertical > .btn:hover {
  z-index: 1;
}
body .btn-group > .btn:focus, body .btn-group > .btn:active, body .btn-group > .btn.active {
  z-index: 1;
}
body .btn-group-vertical > .btn:focus, body .btn-group-vertical > .btn:active, body .btn-group-vertical > .btn.active {
  z-index: 1;
}
body .btn-group .btn + .btn, body .btn-group .btn + .btn-group {
  margin-left: -1px;
}
body .btn-group .btn-group + .btn, body .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
body .btn-group-vertical .btn + .btn, body .btn-group-vertical .btn + .btn-group {
  margin-left: -1px;
}
body .btn-group-vertical .btn-group + .btn, body .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
body .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-left;
}
body .btn-toolbar .input-group {
  width: auto;
}
body .btn-group > .btn:first-child {
  margin-left: 0;
}
body .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
body .dropdown-toggle-split::after {
  margin-left: 0;
}
body .dropup .dropdown-toggle-split::after, body .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
body .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
body .btn-sm + .dropdown-toggle-split, body .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
body .btn-lg + .dropdown-toggle-split, body .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
body .btn-group-vertical {
  flex-direction: column;
  align-items: flex-left;
  justify-content: center;
}
body .btn-group-vertical .btn, body .btn-group-vertical .btn-group {
  width: 100%;
}
body .btn-group-vertical > .btn + .btn, body .btn-group-vertical > .btn + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
body .btn-group-vertical > .btn-group + .btn, body .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
body .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), body .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body .btn-group-vertical > .btn:not(:first-child), body .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .btn-group-toggle > .btn, body .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
body .btn-group-toggle > .btn input[type=radio], body .btn-group-toggle > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
body .btn-group-toggle > .btn-group > .btn input[type=radio], body .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
body btn.dropdown-toggle ~ .dropdown-menu {
  background-color: #f4f4f4 !important;
  background-color: white !important;
  border: 0 solid #4285f4 !important;
  box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
  top: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
body ul.dropdown-menu li.dropdown ul.dropdown-menu {
  background-color: #f4f4f4 !important;
  background-color: white !important;
  border: 0 solid #4285f4 !important;
  box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
  top: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  width: 100% !important;
}
body .dropdown-menu > li > a {
  display: block;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
body .dropdown-menu > li > a:hover, body .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #6c756e;
  background-color: #f0f0f2;
}
body .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background: #e6ebf1;
}
body .dropdown-menu .dropdown-plus-title {
  width: 100% !important;
  color: #6b6f80 !important;
  padding: 6px 12px !important;
  font-weight: 500 !important;
  border: 0 solid #e6ebf1 !important;
  border-bottom-width: 1px !important;
  cursor: pointer !important;
}
body ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 20px !important;
}
body .btn.dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-plus-title {
  border-color: #38cb89 !important;
}
body .btn.dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-plus-title {
  border-color: #3e80eb !important;
}
body .btn.dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-plus-title {
  border-color: #ffab00 !important;
}
body .btn.dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-plus-title {
  border-color: #ef4b4b !important;
}
body .dropdown-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-bottom: 1px solid #e6ebf1;
}
body .dropdown-demo .dropdown-menu {
  position: static;
  float: none;
}
body .dropdown-menu-header label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b6f80;
}
body .dropdown-media-list .media {
  padding: 12px 15px;
}
body .dropdown-media-list .media:hover, body .dropdown-media-list .media:focus {
  background-color: #f8f9fa;
}
body .media {
  display: flex;
  align-items: flex-left;
}
body .dropdown-media-list img {
  border-radius: 100%;
}
body .dropdown-media-list .media-body {
  margin-left: 15px;
}
body .media-body {
  flex: 1;
}
body .dropdown-media-list .media-body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .dropdown-media-list .media-body > div p {
  margin-bottom: 0;
  font-weight: 500;
  color: #6b6f80;
  font-size: 14px;
}
body .dropdown-media-list .media-body > div span {
  font-size: 12px;
}
body .dropdown-media-list .media-body > p {
  font-size: 14px;
  margin-bottom: 0;
}
body .dropdown-list-footer {
  padding: 10px 15px;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #e6ebf1;
}
body .label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
body .dropdown-media-list {
  padding: 0;
}
@media (min-width: 768px) {
  body ul.dropdown-menu li.dropdown ul.dropdown-menu {
    width: auto !important;
  }
  body ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
body .dropdown {
  display: block;
}
body #sidebar .dropdown-menu {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 12rem;
}
body .dropdown-menu-arrow.dropdown-menu-end:before, body .dropdown-menu-arrow.dropdown-menu-end:after {
  left: auto;
  right: 22px;
}
body .dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
body .dropdown-toggle:after {
  vertical-align: 0.155em;
}
body .dropdown-toggle:empty:after {
  margin-left: 0;
}
body .dropdown-icon {
  color: #3e4358;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
  width: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: -1px;
}
body .header .profile-dropdown .dropdown-menu {
  top: 70px !important;
}
body .header .header-dropdown-list {
  height: 300px;
}
body .dropdown-header {
  padding: 15px;
  border-bottom: 1px solid #e6ebf1;
  color: #6c756e;
  display: flex;
}
body .dropdown-toggle.split-dropdown {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  body .responsive-navbar .collapse.show .dropdown {
    position: inherit;
  }
  body .responsive-navbar .collapse.show .dropdown .dropdown-menu.header-search {
    width: 100%;
    left: 0;
    right: 0;
  }
  body .responsive-navbar .collapse.show .dropdown .dropdown-menu.header-search .form-control {
    border-radius: 5px;
  }
  body .responsive-navbar .collapse.show .dropdown .dropdown-menu:before, body .responsive-navbar .collapse.show .dropdown .dropdown-menu:after {
    display: none;
  }
  body .responsive-navbar .collapse.show .dropdown .show.dropdown-menu {
    top: 59px !important;
    left: 0px !important;
    right: 0px !important;
  }
}
body .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
body .list-group-item-action {
  width: 100%;
  color: #6c756e;
  text-align: inherit;
}
body .list-group-item-action:hover, body .list-group-item-action:focus {
  color: #6c756e;
  text-decoration: none;
  background-color: #f0f0f2;
  z-index: 0;
}
body .list-group-item-action:active {
  color: #6c756e;
  background-color: #f0f0f2;
  z-index: 0;
}
body .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e6ebf1 !important;
}
body .listorder {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e6ebf1;
  list-style-type: decimal;
  list-style-position: inside;
}
body .listorder1 {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e6ebf1;
  list-style-type: upper-alpha;
  list-style-position: inside;
}
body .listunorder {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e6ebf1;
  list-style-type: circle;
  list-style-position: inside;
}
body .listunorder1 {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e6ebf1;
  list-style-type: square;
  list-style-position: inside;
}
body .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
body .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
body .list-group-item:hover, body .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
body .list-group-item.disabled, body .list-group-item:disabled {
  color: #7c90b1;
  background-color: #fff;
}
body .list-group-item.active {
  z-index: 1;
  background-color: #f0f0f2;
  border: 1px solid rgba(238, 238, 238, 0.5);
  color: #6c756e;
}
body .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  border-bottom: 0 !important;
}
body .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
body .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
body .list-group-item-success {
  color: #316100;
  background-color: #d2ecb8;
}
body .list-group-item-success.list-group-item-action:hover, body .list-group-item-success.list-group-item-action:focus {
  color: #316100;
  background-color: #c5e7a4;
}
body .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #316100;
  border-color: #316100;
}
body .list-group-item-info {
  color: #24587e;
  background-color: #cbe7fb;
}
body .list-group-item-info.list-group-item-action:hover, body .list-group-item-info.list-group-item-action:focus {
  color: #24587e;
  background-color: #b3dcf9;
}
body .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #24587e;
  border-color: #24587e;
}
body .list-group-item-warning {
  color: #7d6608;
  background-color: #fbeebc;
}
body .list-group-item-warning.list-group-item-action:hover, body .list-group-item-warning.list-group-item-action:focus {
  color: #7d6608;
  background-color: #fae8a4;
}
body .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7d6608;
  border-color: #7d6608;
}
body .list-group-item-danger {
  color: #6b1110;
  background-color: #f1c1c0;
}
body .list-group-item-danger.list-group-item-action:hover, body .list-group-item-danger.list-group-item-action:focus {
  color: #6b1110;
  background-color: #ecacab;
}
body .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6b1110;
  border-color: #6b1110;
}
body .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
body .list-group-item-light.list-group-item-action:hover, body .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
body .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
body .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
body .list-group-item-dark.list-group-item-action:hover, body .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
body .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
body .btn-close {
  float: right;
  font-size: 16px;
  font-size: 10px;
  margin-top: 4px;
  line-height: 1;
  color: #141517;
  opacity: 0.5;
  background-image: none !important;
}
body .btn-close:hover, body .btn-close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
  box-shadow: none;
  outline: 0;
}
body .btn-close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
body button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
body .list-inline-dots .list-inline-item + .list-inline-item:before {
  content: "Â· ";
  margin-left: -2px;
  margin-right: 3px;
}
body .list-separated-item {
  padding: 1rem 0;
}
body .list-separated-item:first-child {
  padding-top: 0;
}
body .list-group-item.active .icon {
  color: inherit !important;
}
body .list-group-item .icon {
  color: #6b6f80 !important;
}
body .list-group-transparent .list-group-item {
  background: none;
  border: 0;
  padding: 0.5rem 1rem !important;
  border-radius: 3px;
}
body .list-group-transparent .list-group-item.active {
  background: #f0f0f2;
  font-weight: 600;
}
body .visitor-list p {
  font-size: 12px;
}
body .visitor-list i {
  font-size: 20px;
}
body .sales-relative {
  position: relative;
}
body .icon-absolute {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  padding: 20px 0;
  text-align: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
@media (min-width: 991px) and (max-width: 1024px) {
  body .icon-absolute {
    display: none;
  }
}
body .modal-open {
  overflow: hidden;
  padding: 0 !important;
  display: block;
  overflow: inherit;
}
body .modal-open {
  overflow: auto !important;
  padding: 0px !important;
}
body .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0px !important;
}
body .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
  overflow: hidden;
  outline: 0;
  padding-right: 0 !important;
  margin: 0 !important;
}
body .modal-open, body .modal-backdrop.fade.show {
  padding-right: 0 !important;
}
body .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
body .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
body .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
body .modal.show .modal-dialog {
  transform: translate(0, 0);
}
@media screen and (prefers-reduced-motion: reduce) {
  body .modal.fade .modal-dialog {
    transition: none;
  }
}
body .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
body .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e6ebf1;
  border-radius: 3px;
  outline: 0;
}
body .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  background-color: #000;
}
body .modal-backdrop.fade {
  opacity: 0;
}
body .modal-backdrop.show {
  opacity: 0.5;
}
body .modal {
  z-index: 99999999;
}
body .modal-header {
  display: flex;
  align-items: flex-left;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e6ebf1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
body .modal-header .btn-close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  background-image: none !important;
  font-size: 25px;
}
body .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
}
body .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
body .modal-body p:last-child {
  margin-bottom: 0;
}
body .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-right;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
body .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
body .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
body .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  body .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  body .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  body .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  body .modal-lg {
    max-width: 800px;
  }
}
body .modal.animated .modal-dialog {
  transform: translate(0, 0);
}
body .modal.effect-scale .modal-dialog {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}
body .modal.effect-scale.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
body .modal.effect-slide-in-right .modal-dialog {
  transform: translateX(20%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
body .modal.effect-slide-in-right.show .modal-dialog {
  transform: translateX(0);
  opacity: 1;
}
body .modal.effect-slide-in-bottom .modal-dialog {
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.3s;
}
body .modal.effect-slide-in-bottom.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}
body .modal.effect-newspaper .modal-dialog {
  transform: scale(0) rotate(720deg);
  opacity: 0;
}
body .modal.effect-newspaper.show ~ .modal-backdrop, body .modal.effect-newspaper .modal-dialog {
  transition: all 0.5s;
}
body .modal.effect-newspaper.show .modal-dialog {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
body .modal.effect-fall {
  perspective: 1300px;
}
body .modal.effect-fall .modal-dialog {
  transform-style: preserve-3d;
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
body .modal.effect-fall.show .modal-dialog {
  transition: all 0.3s ease-in;
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
body .modal.effect-flip-horizontal {
  perspective: 1300px;
}
body .modal.effect-flip-horizontal .modal-dialog {
  transform-style: preserve-3d;
  transform: rotateY(-70deg);
  transition: all 0.3s;
  opacity: 0;
}
body .modal.effect-flip-horizontal.show .modal-dialog {
  transform: rotateY(0deg);
  opacity: 1;
}
body .modal.effect-flip-vertical {
  perspective: 1300px;
}
body .modal.effect-flip-vertical .modal-dialog {
  transform-style: preserve-3d;
  transform: rotateX(-70deg);
  transition: all 0.3s;
  opacity: 0;
}
body .modal.effect-flip-vertical.show .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}
body .modal.effect-super-scaled .modal-dialog {
  transform: scale(2);
  opacity: 0;
  transition: all 0.3s;
}
body .modal.effect-super-scaled.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
body .modal.effect-sign {
  perspective: 1300px;
}
body .modal.effect-sign .modal-dialog {
  transform-style: preserve-3d;
  transform: rotateX(-60deg);
  transform-origin: 50% 0;
  opacity: 0;
  transition: all 0.3s;
}
body .modal.effect-sign.show .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}
body .modal.effect-rotate-bottom {
  perspective: 1300px;
}
body .modal.effect-rotate-bottom .modal-dialog {
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
body .modal.effect-rotate-bottom.show .modal-dialog {
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
body .modal.effect-rotate-left {
  perspective: 1300px;
}
body .modal.effect-rotate-left .modal-dialog {
  transform-style: preserve-3d;
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s;
}
body .modal.effect-rotate-left.show .modal-dialog {
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
body .modal.effect-just-me .modal-dialog {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s;
}
body .modal.effect-just-me .modal-content {
  background-color: transparent;
  border: 1px solid #4d4e50;
  padding: 0 9px;
}
body .modal.effect-just-me .btn-close {
  text-shadow: none;
  color: #fff;
}
body .modal.effect-just-me .modal-header {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  padding-left: 0;
  padding-right: 0;
}
body .modal.effect-just-me .modal-header h6 {
  color: #fff;
  font-weight: 500;
}
body .modal.effect-just-me .modal-body {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 0;
  padding-right: 0;
}
body .modal.effect-just-me .modal-body h6 {
  color: #fff;
}
body .modal.effect-just-me .modal-footer {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border-top-color: rgba(255, 255, 255, 0.1);
}
body .modal.effect-just-me.show ~ .modal-backdrop {
  opacity: 0.96;
}
body .modal.effect-just-me.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
body .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body .nav-link {
  display: block;
  padding: 0.2rem 0.9rem;
}
body .nav-link:hover, body .nav-link:focus {
  text-decoration: none;
}
body .nav-link.disabled {
  opacity: 0.5;
}
body .nav-tabs .nav-link:hover, body .nav-tabs .nav-link:focus {
  border: 0;
}
body .nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
body .nav-tabs .nav-link.active {
  border: 0;
}
body .nav-tabs .nav-item.show .nav-link {
  border: 0;
}
body .nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .nav-pills .nav-link {
  border-radius: 4px;
  background: #f0f0f2;
}
body .card-header-pills.nav-pills .nav-link {
  border-radius: 4px;
  background: transparent;
}
body .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
body .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
body .tab-content > .tab-pane {
  display: none;
}
body .tab-content > .active {
  display: block;
}
body .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
body .navbar > .container, body .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body .navbar-brand {
  display: inline-block;
  padding-top: 0.359375rem;
  padding-bottom: 0.359375rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
body .navbar-brand:hover, body .navbar-brand:focus {
  text-decoration: none;
}
body .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
body .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
body .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
body .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
body .navbar-toggler:hover, body .navbar-toggler:focus {
  text-decoration: none;
}
body .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
body .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  body .navbar-expand-sm > .container, body .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  body .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-left;
  }
  body .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  body .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body .navbar-expand-sm > .container, body .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  body .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  body .navbar-expand-md > .container, body .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  body .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-left;
  }
  body .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  body .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body .navbar-expand-md > .container, body .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  body .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  body .navbar-expand-lg > .container, body .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  body .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-left;
  }
  body .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  body .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body .navbar-expand-lg > .container, body .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  body .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  body .navbar-expand-xl > .container, body .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  body .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-left;
  }
  body .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  body .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body .navbar-expand-xl > .container, body .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  body .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
body .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-left;
}
body .navbar-expand > .container, body .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
  flex-wrap: nowrap;
}
body .navbar-expand .navbar-nav {
  flex-direction: row;
}
body .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
body .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
body .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
body .navbar-expand .navbar-toggler {
  display: none;
}
body .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
body .navbar-light .navbar-brand:hover, body .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
body .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
body .navbar-light .navbar-nav .nav-link:hover, body .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
body .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
body .navbar-light .navbar-nav .show > .nav-link, body .navbar-light .navbar-nav .active > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
body .navbar-light .navbar-nav .nav-link.show, body .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
body .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
body .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
body .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
body .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
body .navbar-light .navbar-text a:hover, body .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
body .navbar-dark .navbar-brand {
  color: #fff;
}
body .navbar-dark .navbar-brand:hover, body .navbar-dark .navbar-brand:focus {
  color: #fff;
}
body .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
body .navbar-dark .navbar-nav .nav-link:hover, body .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
body .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
body .navbar-dark .navbar-nav .show > .nav-link, body .navbar-dark .navbar-nav .active > .nav-link {
  color: #fff;
}
body .navbar-dark .navbar-nav .nav-link.show, body .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
body .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
body .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
body .navbar-dark .navbar-text a {
  color: #fff;
}
body .navbar-dark .navbar-text a:hover, body .navbar-dark .navbar-text a:focus {
  color: #fff;
}
body .nav-item1 {
  padding: 10px;
  min-width: 2rem;
  transition: 0.3s color;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
body .nav1 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background: #fff !important;
}
body .nav-item1:hover:not(.disabled), body .nav-item1.active {
  color: #fff;
}
body .nav-item1 .nav-link.disabled {
  color: #8e9cad;
  cursor: default;
  pointer-events: none;
}
body .nav-tabs {
  border-bottom: 1px solid #e6ebf1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #000;
  margin: 0 -0.75rem;
}
body .user-button {
  padding: 3px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  color: #fff !important;
}
body .nav-tabs .nav-item1 {
  margin-bottom: 0;
  position: relative;
  margin-bottom: -1px;
}
body .nav-tabs .nav-item1.nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
body .nav-tabs .nav-item1 .nav-link {
  border: 0;
  color: inherit;
  margin-bottom: -1px;
  color: #6b6f80;
  transition: 0.3s border-color;
  font-weight: 400;
  padding: 1rem 10px;
}
body .nav-tabs .nav-item1 .nav-link.disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
body .nav-tabs .nav-item1 i {
  margin-right: 0.25rem;
  line-height: 1;
  font-size: 0 rem;
  width: 0.875rem;
  vertical-align: baseline;
  display: inline-block;
  margin-right: 10px;
}
body .nav-tabs .nav-item1:hover .nav-submenu {
  display: block;
}
body .nav-tabs .nav-submenu {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #e6ebf1;
  border-top: none;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 10rem;
  border-radius: 0 0 3px 3px;
}
body .nav-tabs .nav-submenu .nav-item1 {
  display: block;
  padding: 0.5rem 1rem;
  color: #9aa0ac;
  margin: 0 !important;
  cursor: pointer;
  transition: 0.3s background;
}
body .nav-tabs .nav-submenu .nav-item1.active {
  color: #467fcf;
}
body .nav-tabs .nav-submenu .nav-item1:hover {
  color: #6e7687;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.024);
}
body .nav-link, body .nav-item {
  min-width: 2rem;
  transition: 0.3s color;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
body .header .nav-link .badge, body .header .nav-item .badge {
  position: absolute;
  top: 18px;
  right: 10px;
  display: block !important;
  padding: 3px 5px !important;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  font-size: 11px;
  line-height: 1;
}
body #headerMenuCollapse .nav-link .badge, body #headerMenuCollapse .nav-item .badge {
  position: relative;
  min-width: 1rem;
  font-size: 10px;
  font-weight: 500;
}
body .nav-tabs .nav-link {
  border: 0;
  color: inherit;
  color: #6b6f80;
  transition: 0.3s border-color;
  font-weight: 500;
  padding: 1rem 1.6rem;
  font-size: 13px;
  text-align: center;
  border: 1px solid transparent;
}
body .nav-tabs .nav-link:hover:not(.disabled) {
  color: #fff;
}
body .nav-tabs .nav-item {
  margin-bottom: 0;
  position: relative;
  margin-bottom: -1px;
}
body .nav-tabs .nav-item:hover .nav-submenu {
  display: block;
}
body .nav-link:hover .dropdown-menu, body .nav-item:hover .dropdown-menu, body .nav-link:hover .dropdown-menu.show {
  display: block;
}
@media (max-width: 1279px) and (min-width: 992px) {
  body .nav-tabs .nav-link {
    padding: 1rem 0.95rem;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  body .list-media .info {
    padding-bottom: 15px;
  }
  body .list-media .info .text-right {
    display: none;
  }
  body .header-brand-img {
    height: 3rem;
    margin-top: 8px;
  }
  body .m-portlet {
    display: none;
  }
  body .searching.mt-3 {
    margin-top: 0.6rem !important;
  }
  body .tabs-menu ul li {
    width: 100%;
    margin: 15px;
  }
  body .tabs-menu ul li a {
    width: 100%;
  }
  body .cal1 .clndr .clndr-table tr {
    height: 50px !important;
  }
  body .tabs-menu1 ul li {
    width: 100%;
    margin: 15px;
  }
  body .tabs-menu1 ul li a {
    width: 100%;
  }
  body .wizard-card .nav-pills > li {
    text-align: center;
    padding: 9px !important;
  }
  body .form-control.custom-select.w-auto {
    display: none;
  }
  body .badge {
    margin: 10px 0;
  }
  body .side-badge {
    margin: 0px 0 !important;
  }
  body .mail-inbox .badge {
    margin: 0;
  }
  body .construction .display-5 {
    font-size: 1.5rem;
  }
  body .header-brand {
    line-height: 2.5rem !important;
  }
  body .jumbotron .display-3 {
    font-size: 2.5rem;
  }
  body .mail-option .hidden-phone {
    display: none;
  }
  body .app-header .header-brand {
    min-width: auto !important;
  }
  body .dropdown.header-fullscreen {
    display: none;
  }
  body .app-header1 .header-brand {
    min-width: auto;
  }
  body .widget-text span {
    font-size: 10px;
  }
  body .header-message {
    display: none;
  }
  body .page-rightheader .btn.btn-list {
    display: contents;
  }
}
@media (max-width: 767px) {
  body .card-tabs {
    display: block !important;
  }
  body .header-brand {
    line-height: 2.7rem;
  }
  body .header .input-icon.mt-2 {
    margin-top: 5px !important;
  }
  body .footer .privacy {
    text-align: center !important;
  }
  body .shop-dec .col-md-6.pr-0 {
    padding-right: 0.75rem !important;
  }
  body .shop-dec .col-md-6.pl-0 {
    padding-left: 0.75rem !important;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  body .header-brand {
    margin-left: 20px;
  }
  body .searching i {
    margin-top: 5px !important;
  }
  body .nav-link.leading-none span {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  body .nav-tabs .nav-link {
    width: 100%;
  }
  body .page-subtitle {
    display: none;
  }
  body .richText .richText-toolbar ul li a {
    border: rgba(0, 40, 100, 0.12) solid 1px;
  }
  body .ticket-card .col-md-1 {
    width: 100%;
    display: block;
  }
  body .ticket-card img {
    display: block;
    text-align: Center;
    margin: 0 auto;
  }
  body .dataTables_wrapper .dataTables_info, body .dataTables_wrapper .dataTables_paginate {
    margin-top: 10px !important;
  }
  body div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
  body .page-title {
    line-height: 1.5rem;
    font-size: 20px;
  }
  body .carousel-caption {
    display: none;
  }
  body .demo-gallery > ul > li {
    width: 100% !important;
  }
  body ul.inbox-pagination li span {
    display: none;
  }
  body .dash1, body .dash2 {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 990px) and (min-width: 767px) {
  body .carousel-caption {
    top: 10%;
  }
}
@media (max-width: 568px) and (min-width: 480px) {
  body .container-messages {
    position: absolute;
    top: 50px !important;
  }
  body .messages-list {
    top: 24px !important;
    bottom: 73px !important;
  }
  body .messages-right {
    top: 10px !important;
    bottom: 71px !important;
  }
  body .messages-left-footer {
    bottom: 40px !important;
    display: none;
  }
  body .messages-left .card-header {
    display: none;
  }
  body .message-footer, body .message-header {
    height: 50px !important;
  }
  body .message-body {
    top: 50px !important;
    bottom: 50px !important;
  }
  body .app-header .header-brand-img.mobile-logo {
    margin-top: 1px;
  }
}
@media (max-width: 990px) and (min-width: 569px) {
  body .message-header, body .message-footer {
    height: 50px !important;
  }
  body .messages-right {
    top: 10px !important;
    bottom: 80px !important;
  }
  body .message-body {
    top: 50px !important;
    bottom: 50px !important;
  }
  body .messages-left .card-header {
    display: none;
  }
  body .messages-list {
    top: 24px !important;
  }
}
@media (max-width: 990px) {
  body .header-toggler {
    margin: 6px;
  }
  body .nav-tabs .nav-link {
    width: 100%;
  }
  body form.convFormDynamic button.submit {
    margin: 4px !important;
  }
  body .messages-list .media {
    padding: 9px !important;
  }
}
body .nav-tabs .nav-item i {
  margin-right: 0.25rem;
  line-height: 1;
  font-size: 0 rem;
  width: 0.875rem;
  vertical-align: baseline;
  display: inline-block;
  margin-right: 10px;
}
body .nav-tabs .nav-submenu .nav-item {
  display: block;
  padding: 0.5rem 1rem;
  color: #9aa0ac;
  margin: 0 !important;
  cursor: pointer;
  transition: 0.3s;
}
body .nav-tabs .nav-submenu .nav-item.active {
  color: #467fcf;
}
body .nav-tabs .nav-submenu .nav-item:hover {
  color: #6e7687;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.024);
}
body .nav-link-icon {
  line-height: 0;
}
body .expanel-default {
  border: #ddd !important;
}
body .expanel-success {
  border: #2dce89 !important;
}
body .expanel-danger {
  border: #dc0441 !important;
}
body .expanel-success > .expanel-heading {
  color: #fff !important;
  background-color: #2dce89 !important;
  border-color: #2dce89 !important;
}
body .expanel-danger > .expanel-heading {
  color: #fff !important;
  background-color: #dc0441 !important;
  border-color: #dc0441 !important;
}
body .expanel-warning > .expanel-heading {
  color: #fff !important;
  background-color: #ecb403 !important;
  border-color: #ecb403 !important;
}
body .expanel-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  color: inherit !important;
}
body .expanel {
  margin-bottom: 20px !important;
  background-color: #fff !important;
  border: 1px solid #e6ebf1 !important;
  border-radius: 4px !important;
}
body .expanel-default > .expanel-heading {
  background-color: #f0f0f2 !important;
  border: 1px solid #e6ebf1 !important;
}
body .expanel-heading {
  padding: 10px 15px !important;
  border-bottom: 1px solid #e6ebf1;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border: 1px solid #ebecf1;
}
body .expanel-footer {
  padding: 10px 15px !important;
  background-color: #f0f0f2 !important;
  border-top: 1px solid #e6ebf1 !important;
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
body .expanel-body {
  padding: 15px !important;
}
body .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.703125rem;
  background-color: #e2e2e9;
  border-radius: 3px;
  position: relative;
}
body .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e2e2e9;
  transition: width 0.6s ease;
  border-radius: 7px;
}
body .current-progressbar {
  margin-top: 14.5px;
}
body .progress-content {
  margin-bottom: 16.5px;
}
body .progress-content:last-child {
  margin-bottom: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  body .progress-bar {
    transition: none;
  }
}
body .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
body .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
body .media {
  display: flex;
  align-items: flex-left;
}
body .media-body {
  flex: 1;
}
body .progress-xs {
  height: 0.25rem;
}
body .progress-xs .progress-bar {
  height: 0.25rem;
}
body .progress-sm {
  height: 0.5rem;
}
body .progress-sm .progress-bar {
  height: 0.5rem;
}
body .progress-lg {
  height: 1.25rem;
}
body .progress-lg .progress-bar {
  height: 1.25rem;
}
body .progress-bar-indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  left: 0;
  will-change: left, right;
  top: 0;
  bottom: 0;
}
body .progress-bar-indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  left: 0;
  will-change: left, right;
  top: 0;
  bottom: 0;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
body .progress-bar-indeterminate:after {
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body .tag {
  font-size: 0.75rem;
  color: #6b6f80;
  background-color: #f0f0f2;
  border-radius: 3px;
  padding: 0 0.5rem;
  line-height: 2em;
  display: inline-flex;
  cursor: default;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body a.tag {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s color, 0.3s background;
}
body a.tag:hover {
  background-color: rgba(110, 118, 135, 0.2);
  color: inherit;
}
body .tag-addon {
  display: inline-block;
  padding: 0 0.5rem;
  color: inherit;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.06);
  margin: 0 -0.5rem 0 0.5rem;
  text-align: center;
  min-width: 1.5rem;
}
body .tag-addon:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .tag-addon i {
  vertical-align: middle;
  margin: 0 -0.25rem;
}
body a.tag-addon {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s color, 0.3s background;
}
body a.tag-addon:hover {
  background: rgba(0, 0, 0, 0.16);
  color: inherit;
}
body .tag-avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3px 0 0 3px;
  margin: 0 0.5rem 0 -0.5rem;
}
body .tag-blue {
  background-color: #083dc1;
  color: #fff;
}
body .tag-indigo {
  background-color: #6574cd;
  color: #fff;
}
body .tag-purple {
  background-color: #aa4cf2;
  color: #fff;
}
body .tag-pink {
  background-color: #ec82ef;
  color: #fff;
}
body .tag-red {
  background-color: #dc0441;
  color: #fff;
}
body .tag-orange {
  background-color: #fc7303;
  color: #fff;
}
body .tag-yellow {
  background-color: #ecb403;
  color: #fff;
}
body .tag-green {
  background-color: #2dce89;
  color: #fff;
}
body .tag-teal {
  background-color: #2bcbba;
  color: #fff;
}
body .tag-cyan {
  background-color: #116e7c;
  color: #fff;
}
body .tag-white {
  background-color: #fff;
  color: #fff;
}
body .tag-gray {
  background-color: #868e96;
  color: #fff;
}
body .tag-gray-dark {
  background-color: #343a40;
  color: #fff;
}
body .tag-azure {
  background-color: #45aaf2;
  color: #fff;
}
body .tag-lime {
  background-color: #7bd235;
  color: #fff;
}
body .tag-success {
  background-color: #2dce89;
  color: #fff;
}
body .tag-info {
  background-color: #45aaf2;
  color: #fff;
}
body .tag-warning {
  background-color: #ecb403;
  color: #fff;
}
body .tag-danger {
  background-color: #dc0441;
  color: #fff;
}
body .tag-light {
  background-color: #f8f9fa;
  color: #fff;
}
body .tag-dark {
  background-color: #343a40;
  color: #fff;
}
body .tag-rounded {
  border-radius: 50px;
}
body .tag-rounded .tag-avatar {
  border-radius: 50px;
}
body .tags {
  margin-bottom: -0.5rem;
  font-size: 0;
}
body .tags > .tag {
  margin-bottom: 0.5rem;
}
body .tags > .tag:not(:last-child) {
  margin-right: 0.5rem;
}
body .highlight .hll {
  background-color: #ffc;
}
body .highlight .c {
  color: #999;
}
body .highlight .k {
  color: #069;
}
body .highlight .o {
  color: #555;
}
body .highlight .cm {
  color: #999;
}
body .highlight .cp {
  color: #099;
}
body .highlight .c1, body .highlight .cs {
  color: #999;
}
body .highlight .gd {
  background-color: #fcc;
  border: 1px solid #c00;
}
body .highlight .ge {
  font-style: italic;
}
body .highlight .gr {
  color: #f00;
}
body .highlight .gh {
  color: #030;
}
body .highlight .gi {
  background-color: #cfc;
  border: 1px solid #0c0;
}
body .highlight .go {
  color: #aaa;
}
body .highlight .gp {
  color: #009;
}
body .highlight .gu {
  color: #030;
}
body .highlight .gt {
  color: #9c6;
}
body .highlight .kc, body .highlight .kd, body .highlight .kn, body .highlight .kp, body .highlight .kr {
  color: #069;
}
body .highlight .kt {
  color: #078;
}
body .highlight .m {
  color: #f60;
}
body .highlight .s {
  color: #cc0099;
}
body .highlight .na {
  color: #00cc7a;
}
body .highlight .nb {
  color: #366;
}
body .highlight .nc {
  color: #0a8;
}
body .highlight .no {
  color: #360;
}
body .highlight .nd {
  color: #99f;
}
body .highlight .ni {
  color: #999;
}
body .highlight .ne {
  color: #c00;
}
body .highlight .nf {
  color: #c0f;
}
body .highlight .nl {
  color: #99f;
}
body .highlight .nn {
  color: #0cf;
}
body .highlight .nt {
  color: #6967ce;
}
body .highlight .nv {
  color: #033;
}
body .highlight .ow {
  color: #000;
}
body .highlight .w {
  color: #bbb;
}
body .highlight .mf, body .highlight .mh, body .highlight .mi, body .highlight .mo {
  color: #f60;
}
body .highlight .sb, body .highlight .sc {
  color: #c30;
}
body .highlight .sd {
  font-style: italic;
  color: #c30;
}
body .highlight .s2, body .highlight .se, body .highlight .sh {
  color: #c30;
}
body .highlight .si {
  color: #a00;
}
body .highlight .sx {
  color: #c30;
}
body .highlight .sr {
  color: #3aa;
}
body .highlight .s1 {
  color: #c30;
}
body .highlight .ss {
  color: #fc3;
}
body .highlight .bp {
  color: #366;
}
body .highlight .vc, body .highlight .vg, body .highlight .vi {
  color: #033;
}
body .highlight .il {
  color: #f60;
}
body .highlight .css .o {
  color: #999;
}
body .highlight .css .o + .nt {
  color: #999;
}
body .highlight .css .nt + .nt {
  color: #999;
}
body .highlight .language-bash::before, body .highlight .language-sh::before {
  color: #009;
  content: "$ ";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body .highlight .language-powershell::before {
  color: #009;
  content: "PM> ";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #e6ebf1;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
body .thumbnail a > img, body .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
body .thumbnail p:last-child {
  margin-bottom: 0;
}
body .thumbimg {
  height: 100%;
  width: 100%;
  display: block;
}
body .thumbnail .caption {
  padding: 15px;
}
body .video-list-thumbs > li {
  margin-bottom: 12px;
}
body .video-list-thumbs > li > a {
  display: block;
  position: relative;
  color: #6b6f80;
  border: 1px solid #e6ebf1;
  padding: 8px;
  border-radius: 3px transition all 500ms ease-in-out;
  border-radius: 4px;
}
body .video-list-thumbs h2 {
  bottom: 0;
  font-size: 14px;
  height: 33px;
  margin: 8px 0 0;
}
body .video-list-thumbs .fa {
  font-size: 60px;
  opacity: 0.6;
  position: absolute;
  right: 39%;
  top: 31%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  transition: all 500ms ease-in-out;
}
body .video-list-thumbs > li > a:hover .fa {
  color: #fff;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
body .video-list-thumbs .duration {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  left: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  bottom: 12px;
  transition: all 500ms ease;
}
body .video-list-thumbs > li > a:hover .duration {
  background-color: #000;
}
@media (max-width: 768px) {
  body .video-list-thumbs .fa {
    right: 44%;
    top: 44%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  body .video-list-thumbs .fa {
    font-size: 35px;
  }
  body .video-list-thumbs h2 {
    bottom: 0;
    font-size: 12px;
    height: 22px;
    margin: 8px 0 0;
  }
}
body .bd-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -1rem;
  border-width: 0.2rem 0 0;
}
body .bd-example-tooltip-static .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
}
body .tooltip.bs-tether-element-attached-bottom, body .tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
body .tooltip {
  position: absolute;
  z-index: 999 !important;
  display: block;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
body .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}
body .tooltip.bs-tether-element-attached-left, body .tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
body .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, body .tooltip.tooltip-top .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
body .tooltip.bs-tether-element-attached-left .tooltip-inner::before, body .tooltip.tooltip-right .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
body .tooltip.bs-tether-element-attached-top, body .tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
body .tooltip.bs-tether-element-attached-top .tooltip-inner::before, body .tooltip.tooltip-bottom .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
body .tooltip.bs-tether-element-attached-right, body .tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
body .tooltip.bs-tether-element-attached-right .tooltip-inner::before, body .tooltip.tooltip-left .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
body .tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
body .popinfo {
  color: #88c8f7;
}
body .popsuccess {
  color: #bfff80;
}
body .popdanger {
  color: #ea6262;
}
body .popwarning {
  color: #f7db6e;
}
body .tooltip.show {
  opacity: 0.9;
}
body .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
body .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
body .bs-tooltip-top, body .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
body .bs-tooltip-top .tooltip-arrow, body .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
body .bs-tooltip-top .tooltip-arrow::before, body .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
body .bs-tooltip-end, body .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
body .bs-tooltip-end .tooltip-arrow, body .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
body .bs-tooltip-end .tooltip-arrow::before, body .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
body .bs-tooltip-bottom, body .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
body .bs-tooltip-bottom .tooltip-arrow, body .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
body .bs-tooltip-bottom .tooltip-arrow::before, body .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
body .bs-tooltip-start, body .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
body .bs-tooltip-start .tooltip-arrow, body .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
body .bs-tooltip-start .tooltip-arrow::before, body .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
body .bs-popover-top .popover-arrow, body .bs-popover-auto[data-popper-placement^=top] .popover-arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
body .bs-popover-top .popover-arrow::before, body .bs-popover-auto[data-popper-placement^=top] .popover-arrow::before, body .bs-popover-top .popover-arrow::after, body .bs-popover-auto[data-popper-placement^=top] .popover-arrow::after {
  border-width: 0.5rem 0.25rem 0;
}
body .bs-popover-top .popover-arrow::before, body .bs-popover-auto[data-popper-placement^=top] .popover-arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
body .bs-popover-top .popover-arrow::after, body .bs-popover-auto[data-popper-placement^=top] .popover-arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
body .bs-popover-end, body .bs-popover-auto[data-popper-placement^=right] {
  margin-left: 0.5rem;
}
body .bs-popover-end .popover-arrow, body .bs-popover-auto[data-popper-placement^=right] .popover-arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 0.5rem;
  margin: 3px 0;
}
body .bs-popover-end .popover-arrow::before, body .bs-popover-auto[data-popper-placement^=right] .popover-arrow::before, body .bs-popover-end .popover-arrow::after, body .bs-popover-auto[data-popper-placement^=right] .popover-arrow::after {
  border-width: 0.25rem 0.5rem 0.25rem 0;
}
body .bs-popover-end .popover-arrow::before, body .bs-popover-auto[data-popper-placement^=right] .popover-arrow::before {
  left: 0;
  border-right-color: #dee3eb;
}
body .bs-popover-end .popover-arrow::after, body .bs-popover-auto[data-popper-placement^=right] .popover-arrow::after {
  left: 1px;
  border-right-color: #fff;
}
body .bs-popover-bottom .popover-arrow, body .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow {
  top: calc((0.5rem + 1px) * -1);
}
body .bs-popover-bottom .popover-arrow::before, body .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before, body .bs-popover-bottom .popover-arrow::after, body .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
  border-width: 0 0.25rem 0.5rem 0.25rem;
}
body .bs-popover-bottom .popover-arrow::before, body .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before {
  top: 0;
  border-bottom-color: #dee3eb;
}
body .bs-popover-bottom .popover-arrow::after, body .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
body .bs-popover-bottom .popover-header::before, body .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0.5rem;
  margin-left: -0.25rem;
  content: "";
  border-bottom: 1px solid #fff;
}
body .bs-popover-start, body .bs-popover-auto[data-popper-placement^=left] {
  margin-right: 0.5rem;
}
body .bs-popover-start .popover-arrow, body .bs-popover-auto[data-popper-placement^=left] .popover-arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 0.5rem;
  margin: 3px 0;
}
body .bs-popover-start .popover-arrow::before, body .bs-popover-auto[data-popper-placement^=left] .popover-arrow::before, body .bs-popover-start .popover-arrow::after, body .bs-popover-auto[data-popper-placement^=left] .popover-arrow::after {
  border-width: 0.25rem 0 0.25rem 0.5rem;
}
body .bs-popover-start .popover-arrow::before, body .bs-popover-auto[data-popper-placement^=left] .popover-arrow::before {
  right: 0;
  border-left-color: #dee3eb;
}
body .bs-popover-start .popover-arrow::after, body .bs-popover-auto[data-popper-placement^=left] .popover-arrow::after {
  right: 1px;
  border-left-color: #fff;
}
body .popover-header:empty {
  display: none;
}
body .popover-body {
  padding: 0.75rem 1rem;
  color: #6e7687;
}
body .popover.bs-popover-top, body .popover.bs-popover-auto[data-popper-placement^=top] {
  margin-bottom: 0.625rem;
}
body .dropdown-item {
  color: #6c756e;
  /*-------Tooptip &popover------*/
  /*alerts*/
}
body .dropdown-item .bd-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -1rem;
  border-width: 0.2rem 0 0;
}
body .dropdown-item .bd-example-tooltip-static .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
}
body .dropdown-item .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
body .dropdown-item .tooltip.bs-tether-element-attached-bottom, body .dropdown-item .tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
body .dropdown-item .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}
body .dropdown-item .tooltip.bs-tether-element-attached-left, body .dropdown-item .tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
body .dropdown-item .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, body .dropdown-item .tooltip.tooltip-top .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
body .dropdown-item .tooltip.bs-tether-element-attached-left .tooltip-inner::before, body .dropdown-item .tooltip.tooltip-right .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
body .dropdown-item .tooltip.bs-tether-element-attached-top, body .dropdown-item .tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
body .dropdown-item .tooltip.bs-tether-element-attached-top .tooltip-inner::before, body .dropdown-item .tooltip.tooltip-bottom .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
body .dropdown-item .tooltip.bs-tether-element-attached-right, body .dropdown-item .tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
body .dropdown-item .tooltip.bs-tether-element-attached-right .tooltip-inner::before, body .dropdown-item .tooltip.tooltip-left .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
body .dropdown-item .tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
body .dropdown-item .popinfo {
  color: #88c8f7;
}
body .dropdown-item .popsuccess {
  color: #bfff80;
}
body .dropdown-item .popdanger {
  color: #ea6262;
}
body .dropdown-item .popwarning {
  color: #f7db6e;
}
body .dropdown-item .tooltip.show {
  opacity: 0.9;
}
body .dropdown-item .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
body .dropdown-item .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
body .dropdown-item .bs-tooltip-top, body .dropdown-item .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
body .dropdown-item .bs-tooltip-top .tooltip-arrow, body .dropdown-item .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
body .dropdown-item .bs-tooltip-top .tooltip-arrow::before, body .dropdown-item .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
body .dropdown-item .bs-tooltip-end, body .dropdown-item .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
body .dropdown-item .bs-tooltip-end .tooltip-arrow, body .dropdown-item .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
body .dropdown-item .bs-tooltip-end .tooltip-arrow::before, body .dropdown-item .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
body .dropdown-item .bs-tooltip-bottom, body .dropdown-item .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
body .dropdown-item .bs-tooltip-bottom .tooltip-arrow, body .dropdown-item .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
body .dropdown-item .bs-tooltip-bottom .tooltip-arrow::before, body .dropdown-item .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
body .dropdown-item .bs-tooltip-start, body .dropdown-item .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
body .dropdown-item .bs-tooltip-start .tooltip-arrow, body .dropdown-item .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
body .dropdown-item .bs-tooltip-start .tooltip-arrow::before, body .dropdown-item .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
body .dropdown-item .bs-popover-top .popover-arrow, body .dropdown-item .bs-popover-auto[data-popper-placement^=top] .popover-arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
body .dropdown-item .bs-popover-top .popover-arrow::before, body .dropdown-item .bs-popover-auto[data-popper-placement^=top] .popover-arrow::before, body .dropdown-item .bs-popover-top .popover-arrow::after, body .dropdown-item .bs-popover-auto[data-popper-placement^=top] .popover-arrow::after {
  border-width: 0.5rem 0.25rem 0;
}
body .dropdown-item .bs-popover-top .popover-arrow::before, body .dropdown-item .bs-popover-auto[data-popper-placement^=top] .popover-arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
body .dropdown-item .bs-popover-top .popover-arrow::after, body .dropdown-item .bs-popover-auto[data-popper-placement^=top] .popover-arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
body .dropdown-item .bs-popover-end, body .dropdown-item .bs-popover-auto[data-popper-placement^=right] {
  margin-left: 0.5rem;
}
body .dropdown-item .bs-popover-end .popover-arrow, body .dropdown-item .bs-popover-auto[data-popper-placement^=right] .popover-arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 0.5rem;
  margin: 3px 0;
}
body .dropdown-item .bs-popover-end .popover-arrow::before, body .dropdown-item .bs-popover-auto[data-popper-placement^=right] .popover-arrow::before, body .dropdown-item .bs-popover-end .popover-arrow::after, body .dropdown-item .bs-popover-auto[data-popper-placement^=right] .popover-arrow::after {
  border-width: 0.25rem 0.5rem 0.25rem 0;
}
body .dropdown-item .bs-popover-end .popover-arrow::before, body .dropdown-item .bs-popover-auto[data-popper-placement^=right] .popover-arrow::before {
  left: 0;
  border-right-color: #dee3eb;
}
body .dropdown-item .bs-popover-end .popover-arrow::after, body .dropdown-item .bs-popover-auto[data-popper-placement^=right] .popover-arrow::after {
  left: 1px;
  border-right-color: #fff;
}
body .dropdown-item .bs-popover-bottom .popover-arrow, body .dropdown-item .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow {
  top: calc((0.5rem + 1px) * -1);
}
body .dropdown-item .bs-popover-bottom .popover-arrow::before, body .dropdown-item .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before, body .dropdown-item .bs-popover-bottom .popover-arrow::after, body .dropdown-item .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
  border-width: 0 0.25rem 0.5rem 0.25rem;
}
body .dropdown-item .bs-popover-bottom .popover-arrow::before, body .dropdown-item .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before {
  top: 0;
  border-bottom-color: #dee3eb;
}
body .dropdown-item .bs-popover-bottom .popover-arrow::after, body .dropdown-item .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
body .dropdown-item .bs-popover-bottom .popover-header::before, body .dropdown-item .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0.5rem;
  margin-left: -0.25rem;
  content: "";
  border-bottom: 1px solid #fff;
}
body .dropdown-item .bs-popover-start, body .dropdown-item .bs-popover-auto[data-popper-placement^=left] {
  margin-right: 0.5rem;
}
body .dropdown-item .bs-popover-start .popover-arrow, body .dropdown-item .bs-popover-auto[data-popper-placement^=left] .popover-arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 0.5rem;
  margin: 3px 0;
}
body .dropdown-item .bs-popover-start .popover-arrow::before, body .dropdown-item .bs-popover-auto[data-popper-placement^=left] .popover-arrow::before, body .dropdown-item .bs-popover-start .popover-arrow::after, body .dropdown-item .bs-popover-auto[data-popper-placement^=left] .popover-arrow::after {
  border-width: 0.25rem 0 0.25rem 0.5rem;
}
body .dropdown-item .bs-popover-start .popover-arrow::before, body .dropdown-item .bs-popover-auto[data-popper-placement^=left] .popover-arrow::before {
  right: 0;
  border-left-color: #dee3eb;
}
body .dropdown-item .bs-popover-start .popover-arrow::after, body .dropdown-item .bs-popover-auto[data-popper-placement^=left] .popover-arrow::after {
  right: 1px;
  border-left-color: #fff;
}
body .dropdown-item .popover-header:empty {
  display: none;
}
body .dropdown-item .popover-body {
  padding: 0.75rem 1rem;
  color: #6e7687;
}
body .dropdown-item .popover.bs-popover-top, body .dropdown-item .popover.bs-popover-auto[data-popper-placement^=top] {
  margin-bottom: 0.625rem;
}
body .dropdown-item .dropdown-item {
  color: #6c756e;
}
body .dropdown-item .jqstooltip {
  box-sizing: content-box;
  font-family: inherit !important;
  background: #333 !important;
  border: none !important;
  border-radius: 3px;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 6px !important;
}
body .dropdown-item .jqstooltip .jqsfield {
  font: inherit !important;
}
body .dropdown-item .tooltip-static-demo {
  text-align: center;
  background-color: #f3f4f7;
  padding: 20px;
}
body .dropdown-item .tooltip-static-demo .tooltip {
  z-index: 0;
  opacity: 1;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
body .dropdown-item .tooltip-static-demo .bs-tooltip-top .tooltip-arrow, body .dropdown-item .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, body .dropdown-item .tooltip-static-demo .bs-tooltip-bottom .tooltip-arrow, body .dropdown-item .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  left: 50%;
  margin-left: -2px;
}
body .dropdown-item .tooltip-static-demo .bs-tooltip-start, body .dropdown-item .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=left], body .dropdown-item .tooltip-static-demo .bs-tooltip-end, body .dropdown-item .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=right] {
  margin-top: 5px;
}
body .dropdown-item .tooltip-static-demo .bs-tooltip-start .tooltip-arrow, body .dropdown-item .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, body .dropdown-item .tooltip-static-demo .bs-tooltip-end .tooltip-arrow, body .dropdown-item .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  top: 50%;
  margin-top: -3px;
}
body .dropdown-item .popover-static-demo {
  background-color: #f0f0f2;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  border: 1px solid #e6ebf1;
  border-radius: 3px;
}
body .dropdown-item .popover-static-demo .popover {
  z-index: 0;
  opacity: 1;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
body .dropdown-item .popover-static-demo .bs-popover-top .popover-arrow, body .dropdown-item .popover-static-demo .bs-popover-auto[data-popper-placement^=top] .popover-arrow, body .dropdown-item .popover-static-demo .bs-popover-bottom .popover-arrow, body .dropdown-item .popover-static-demo .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow {
  left: 50%;
  margin-left: -5px;
}
body .dropdown-item .popover-static-demo .bs-popover-start, body .dropdown-item .popover-static-demo .bs-popover-auto[data-popper-placement^=left], body .dropdown-item .popover-static-demo .bs-popover-end, body .dropdown-item .popover-static-demo .bs-popover-auto[data-popper-placement^=right] {
  margin-top: 5px;
}
body .dropdown-item .popover-static-demo .bs-popover-start .popover-arrow, body .dropdown-item .popover-static-demo .bs-popover-auto[data-popper-placement^=left] .popover-arrow, body .dropdown-item .popover-static-demo .bs-popover-end .popover-arrow, body .dropdown-item .popover-static-demo .bs-popover-auto[data-popper-placement^=right] .popover-arrow {
  top: 50%;
  margin-top: -5px;
}
body .dropdown-item .popover {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
  top: 0;
  left: 0;
  z-index: 99999;
  display: block;
  max-width: 276px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: left;
  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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee3eb;
  border-radius: 3px;
}
body .dropdown-item .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
  margin-left: calc(0.25rem - 5px);
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 3px;
}
body .dropdown-item .popover .popover-arrow::before, body .dropdown-item .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
body .dropdown-item .bs-popover-top, body .dropdown-item .bs-popover-auto[data-popper-placement^=top] {
  margin-bottom: 0.5rem;
}
body .dropdown-item .bs-popover-top > .popover-arrow, body .dropdown-item .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
body .dropdown-item .bs-popover-top > .popover-arrow::before, body .dropdown-item .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #d3dfea;
}
body .dropdown-item .bs-popover-top > .popover-arrow::after, body .dropdown-item .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
body .dropdown-item .bs-popover-end > .popover-arrow, body .dropdown-item .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
body .dropdown-item .bs-popover-end > .popover-arrow::before, body .dropdown-item .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
body .dropdown-item .bs-popover-end > .popover-arrow::after, body .dropdown-item .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
body .dropdown-item .bs-popover-bottom, body .dropdown-item .bs-popover-auto[data-popper-placement^=bottom] {
  margin-top: 0.5rem;
}
body .dropdown-item .bs-popover-bottom > .popover-arrow, body .dropdown-item .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc((0.5rem + 1px) * -1);
}
body .dropdown-item .bs-popover-bottom > .popover-arrow::before, body .dropdown-item .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
body .dropdown-item .bs-popover-bottom > .popover-arrow::after, body .dropdown-item .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
body .dropdown-item .bs-popover-start > .popover-arrow, body .dropdown-item .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
body .dropdown-item .bs-popover-start > .popover-arrow::before, body .dropdown-item .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #d3dfea;
}
body .dropdown-item .bs-popover-start > .popover-arrow::after, body .dropdown-item .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
body .dropdown-item .popover-header {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #191621;
  letter-spacing: 0.5px;
  padding: 12px 15px;
  background-color: #fff;
  border-color: #d3dfea;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
body .dropdown-item .popover-header::before {
  display: none !important;
}
body .dropdown-item .popover-body p:last-child {
  margin-bottom: 0;
}
body .dropdown-item .popover-head-primary.bs-popover-top .popover-arrow, body .dropdown-item .popover-head-primary.bs-popover-auto[data-popper-placement^=top] .popover-arrow {
  bottom: -7px;
}
body .dropdown-item .popover-head-primary.bs-popover-start .popover-arrow, body .dropdown-item .popover-head-primary.bs-popover-auto[data-popper-placement^=left] .popover-arrow {
  right: -7px;
}
body .dropdown-item .popover-head-primary.bs-popover-end .popover-arrow, body .dropdown-item .popover-head-primary.bs-popover-auto[data-popper-placement^=right] .popover-arrow {
  left: -7px;
}
body .dropdown-item .popover-head-secondary.bs-popover-top .popover-arrow, body .dropdown-item .popover-head-secondary.bs-popover-auto[data-popper-placement^=top] .popover-arrow {
  bottom: -7px;
}
body .dropdown-item .popover-head-secondary.bs-popover-start .popover-arrow, body .dropdown-item .popover-head-secondary.bs-popover-auto[data-popper-placement^=left] .popover-arrow {
  right: -7px;
}
body .dropdown-item .popover-head-secondary.bs-popover-end .popover-arrow, body .dropdown-item .popover-head-secondary.bs-popover-auto[data-popper-placement^=right] .popover-arrow {
  left: -7px;
}
body .dropdown-item .popover-head-primary, body .dropdown-item .popover-head-secondary {
  border: 0;
}
body .dropdown-item .popover-head-primary .popover-header, body .dropdown-item .popover-head-secondary .popover-header {
  border: 0;
}
body .dropdown-item .popover-head-primary .popover-body, body .dropdown-item .popover-head-secondary .popover-body {
  border: 1px solid rgba(20, 17, 45, 0.2);
  border-top-width: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
body .dropdown-item .popover-head-primary.bs-popover-bottom .popover-arrow::before, body .dropdown-item .popover-head-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before {
  display: none;
}
body .dropdown-item .popover-head-secondary.bs-popover-bottom .popover-arrow::before, body .dropdown-item .popover-head-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before {
  display: none;
}
body .dropdown-item .popover-primary, body .dropdown-item .popover-secondary {
  border-width: 0;
  padding: 15px;
}
body .dropdown-item .popover-primary .popover-header, body .dropdown-item .popover-secondary .popover-header {
  background-color: transparent;
  border-bottom-width: 0;
  padding: 0 0 15px;
  color: #fff;
}
body .dropdown-item .popover-primary .popover-body, body .dropdown-item .popover-secondary .popover-body {
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
}
body .dropdown-item .popover-primary .popover-arrow::before, body .dropdown-item .popover-secondary .popover-arrow::before {
  display: none;
}
body .jqstooltip {
  box-sizing: content-box;
  font-family: inherit !important;
  background: #333 !important;
  border: none !important;
  border-radius: 3px;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 6px !important;
}
body .jqstooltip .jqsfield {
  font: inherit !important;
}
body .tooltip-static-demo {
  text-align: center;
  background-color: #f3f4f7;
  padding: 20px;
}
body .tooltip-static-demo .tooltip {
  z-index: 0;
  opacity: 1;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
body .tooltip-static-demo .bs-tooltip-top .tooltip-arrow, body .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, body .tooltip-static-demo .bs-tooltip-bottom .tooltip-arrow, body .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  left: 50%;
  margin-left: -2px;
}
body .tooltip-static-demo .bs-tooltip-start, body .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=left], body .tooltip-static-demo .bs-tooltip-end, body .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=right] {
  margin-top: 5px;
}
body .tooltip-static-demo .bs-tooltip-start .tooltip-arrow, body .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, body .tooltip-static-demo .bs-tooltip-end .tooltip-arrow, body .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  top: 50%;
  margin-top: -0.42rem;
}
body .popover-static-demo {
  background-color: #f0f0f2;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  border: 1px solid #e6ebf1;
  border-radius: 3px;
}
body .popover-static-demo .popover {
  z-index: 0;
  opacity: 1;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
body .popover-static-demo .bs-popover-top .popover-arrow, body .popover-static-demo .bs-popover-auto[data-popper-placement^=top] .popover-arrow, body .popover-static-demo .bs-popover-bottom .popover-arrow, body .popover-static-demo .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow {
  left: 50%;
  margin-left: -5px;
}
body .popover-static-demo .bs-popover-start, body .popover-static-demo .bs-popover-auto[data-popper-placement^=left], body .popover-static-demo .bs-popover-end, body .popover-static-demo .bs-popover-auto[data-popper-placement^=right] {
  margin-top: 5px;
}
body .popover-static-demo .bs-popover-start .popover-arrow, body .popover-static-demo .bs-popover-auto[data-popper-placement^=left] .popover-arrow, body .popover-static-demo .bs-popover-end .popover-arrow, body .popover-static-demo .bs-popover-auto[data-popper-placement^=right] .popover-arrow {
  top: 50%;
  margin-top: -5px;
}
body .popover {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
  top: 0;
  left: 0;
  z-index: 99999;
  display: block;
  max-width: 276px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: left;
  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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee3eb;
  border-radius: 3px;
}
body .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
  margin-left: calc(0.25rem - 5px);
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 3px;
}
body .popover .popover-arrow::before, body .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
body .bs-popover-top, body .bs-popover-auto[data-popper-placement^=top] {
  margin-bottom: 0.5rem;
}
body .bs-popover-top > .popover-arrow, body .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
body .bs-popover-top > .popover-arrow::before, body .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #d3dfea;
}
body .bs-popover-top > .popover-arrow::after, body .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
body .bs-popover-end > .popover-arrow, body .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
body .bs-popover-end > .popover-arrow::before, body .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
body .bs-popover-end > .popover-arrow::after, body .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
body .bs-popover-bottom, body .bs-popover-auto[data-popper-placement^=bottom] {
  margin-top: 0.5rem;
}
body .bs-popover-bottom > .popover-arrow, body .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc((0.5rem + 1px) * -1);
}
body .bs-popover-bottom > .popover-arrow::before, body .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
body .bs-popover-bottom > .popover-arrow::after, body .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
body .bs-popover-start > .popover-arrow, body .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
body .bs-popover-start > .popover-arrow::before, body .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #d3dfea;
}
body .bs-popover-start > .popover-arrow::after, body .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
body .popover-header {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #191621;
  letter-spacing: 0.5px;
  padding: 12px 15px;
  background-color: #fff;
  border-color: #d3dfea;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
body .popover-header::before {
  display: none !important;
}
body .popover-body p:last-child {
  margin-bottom: 0;
}
body .popover-head-primary.bs-popover-top .popover-arrow, body .popover-head-primary.bs-popover-auto[data-popper-placement^=top] .popover-arrow {
  bottom: -7px;
}
body .popover-head-primary.bs-popover-start .popover-arrow, body .popover-head-primary.bs-popover-auto[data-popper-placement^=left] .popover-arrow {
  right: -7px;
}
body .popover-head-primary.bs-popover-end .popover-arrow, body .popover-head-primary.bs-popover-auto[data-popper-placement^=right] .popover-arrow {
  left: -7px;
}
body .popover-head-secondary.bs-popover-top .popover-arrow, body .popover-head-secondary.bs-popover-auto[data-popper-placement^=top] .popover-arrow {
  bottom: -7px;
}
body .popover-head-secondary.bs-popover-start .popover-arrow, body .popover-head-secondary.bs-popover-auto[data-popper-placement^=left] .popover-arrow {
  right: -7px;
}
body .popover-head-secondary.bs-popover-end .popover-arrow, body .popover-head-secondary.bs-popover-auto[data-popper-placement^=right] .popover-arrow {
  left: -7px;
}
body .popover-head-primary, body .popover-head-primary .popover-header, body .popover-head-secondary, body .popover-head-secondary .popover-header {
  border: 0;
}
body .popover-head-primary .popover-body, body .popover-head-secondary .popover-body {
  border: 1px solid rgba(20, 17, 45, 0.2);
  border-top-width: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
body .popover-head-primary.bs-popover-bottom .popover-arrow::before, body .popover-head-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before, body .popover-head-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before, body .popover-head-secondary.bs-popover-bottom .popover-arrow::before, body .popover-head-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before, body .popover-head-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before {
  display: none;
}
body .popover-primary {
  border-width: 0;
  padding: 15px;
}
body .popover-primary .popover-header {
  background-color: transparent;
  border-bottom-width: 0;
  padding: 0 0 15px;
  color: #fff;
}
body .popover-primary .popover-body {
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
}
body .popover-primary .popover-arrow::before {
  display: none;
}
body .popover-secondary {
  border-width: 0;
  padding: 15px;
}
body .popover-secondary .popover-header {
  background-color: transparent;
  border-bottom-width: 0;
  padding: 0 0 15px;
  color: #fff;
}
body .popover-secondary .popover-body {
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
}
body .popover-secondary .popover-arrow::before {
  display: none;
}
body .heading-inverse {
  background-color: #333;
  color: #fff;
  padding: 5px;
}
body .heading-primary {
  padding: 5px;
}
body .heading-success {
  background-color: #38a01e;
  color: #fff;
  padding: 5px;
}
body .heading-info {
  background-color: #45aaf2;
  color: #fff;
  padding: 5px;
}
body .heading-warning {
  background-color: #ecb403;
  color: #fff;
  padding: 5px;
}
body .heading-danger {
  background-color: #dc0441;
  color: #fff;
  padding: 5px;
}
body .media {
  margin-top: 15px;
  zoom: 1;
  overflow: hidden;
}
body .media-body {
  zoom: 1;
  overflow: hidden;
}
body .media-object {
  display: block;
}
body .media img {
  width: 40px;
  height: 40px;
}
body .media.media-lg img {
  width: 80px;
  height: 80px;
}
body .media-right, body .media > .pull-right {
  padding-left: 10px;
}
body .media-body, body .media-left, body .media-right {
  display: table-cell;
  vertical-align: top;
}
body .media-left, body .media > .pull-left {
  padding-right: 10px;
}
body .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
body .media-body h4 {
  font-weight: 600;
  font-size: 16px;
}
body .media-middle {
  vertical-align: middle;
}
body .media-bottom {
  vertical-align: bottom;
}
body .jsr, body .jsr_bar, body .jsr_label, body .jsr_rail, body .jsr_rail-outer, body .jsr_slider {
  box-sizing: border-box;
}
body .jsr {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  font: 14px sans-serif;
}
body .jsr_rail-outer {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
body .jsr_slider:focus::before {
  background: #7036ff;
  background: #4575f1;
}
body .jsr_rail {
  height: 12px;
  background: #e2e2e9;
  z-index: 1;
}
body .jsr_bar {
  position: absolute;
  height: 12px;
  cursor: move;
}
body .jsr_bar--limit {
  background-color: #d9dadc;
  z-index: 1;
  cursor: auto;
}
body .jsr_slider {
  position: absolute;
  top: 16px;
  left: 0;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  cursor: col-resize;
  transition: background 0.1s ease-in-out;
  outline: 0;
}
body .jsr_slider::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
body .jsr_label {
  position: absolute;
  top: 33px;
  padding: 0.2em 0.4em;
  background: #d3d5da;
  color: #6c756e;
  font-size: 0.9em;
  white-space: nowrap;
  border-radius: 0.3em;
}
body .jsr_label--minmax {
  background: #d3d5da;
  color: #6c756e;
  transition: opacity 0.2s ease-in-out;
}
body .jsr_label .jsr_label {
  position: static;
  display: inline-block;
  font-size: 1em;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
body .jsr_label .jsr_label::before {
  content: " - ";
}
body .jsr_canvas {
  margin-top: 5px;
}
body .jsr_lockscreen {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
body .mcs-horizontal-example {
  overflow-x: auto;
  white-space: nowrap;
}
body .mcs-horizontal-example .item {
  display: inline-block;
}
body .range {
  display: table;
  position: relative;
  height: 25px;
  margin-top: 20px;
  background-color: whitesmoke;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
body .range input[type=range] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  display: table-cell;
  width: 100%;
  background-color: transparent;
  height: 25px;
  cursor: pointer;
  outline: none;
}
body .range input[type=range]::-webkit-slider-thumb, body .range input[type=range]::-moz-slider-thumb {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  width: 11px;
  height: 25px;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  background-color: #999999;
}
body .range output {
  display: table-cell;
  padding: 3px 5px 2px;
  min-width: 40px;
  color: white;
  background-color: #999999;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  transition: all 0.5s ease;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
body .range.range-success input[type=range]::-webkit-slider-thumb, body .range.range-success input[type=range]::-moz-slider-thumb {
  background-color: #2dce89;
}
body .range.range-success output {
  background-color: #2dce89;
}
body .range.range-success input[type=range] {
  outline-color: #2dce89;
}
body .range.range-info input[type=range]::-webkit-slider-thumb, body .range.range-info input[type=range]::-moz-slider-thumb {
  background-color: #45aaf2;
}
body .range.range-info output {
  background-color: #45aaf2;
}
body .range.range-info input[type=range] {
  outline-color: #45aaf2;
}
body .range.range-warning input[type=range]::-webkit-slider-thumb, body .range.range-warning input[type=range]::-moz-slider-thumb {
  background-color: #ecb403;
}
body .range.range-warning output {
  background-color: #ecb403;
}
body .range.range-warning input[type=range] {
  outline-color: #ecb403;
}
body .range.range-danger input[type=range]::-webkit-slider-thumb, body .range.range-danger input[type=range]::-moz-slider-thumb {
  background-color: #dc0441;
}
body .range.range-danger output {
  background-color: #dc0441;
}
body .range.range-danger input[type=range] {
  outline-color: #dc0441;
}
body body *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
body body *::-webkit-scrollbar-thumb, body body *:hover::-webkit-scrollbar-thumb {
  background: #c7cfdf;
}
body body *::-webkit-scrollbar-track {
  background: #fff;
}
body .page-header {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 1.5rem;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  position: relative;
}
body .page-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.5rem;
  position: relative;
}
body .page-title-icon {
  color: #9aa0ac;
  font-size: 1.25rem;
}
body .page-subtitle {
  font-size: 0.8125rem;
  color: #6e7687;
  margin-left: 2rem;
  position: relative;
}
body .page-subtitle a {
  color: inherit;
}
body .page-options {
  margin-left: auto;
}
body .page-description {
  margin: 0.25rem 0 0;
  color: #6e7687;
}
body .page-description a {
  color: inherit;
}
body .page-single, body .page-single-content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .content-heading {
  font-weight: 400;
  margin: 2rem 0 1.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
}
body .content-heading:first-child {
  margin-top: 0;
}
body .aside {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22rem;
  background: #fff;
  border-left: 1px solid #e6ebf1;
  display: flex;
  flex-direction: column;
  z-index: 100;
  visibility: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1600px) {
  body body.aside-opened .aside {
    visibility: visible;
  }
}
body .aside-body {
  padding: 1.5rem;
  flex: 1 1 auto;
  overflow: auto;
}
body .aside-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #e6ebf1;
}
body .aside-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e6ebf1;
}
body .header {
  background: #fff;
}
body body.fixed-header .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
body .header .dropdown-menu {
  margin-top: 0;
  border-radius: 0px 0 4px 4px !important;
}
body .header .mega-menu {
  width: 350px;
}
body .nav-unread {
  position: absolute;
  top: 0.13rem;
  right: 1rem;
  background: #ecd938;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
body .nav-unread.badge {
  position: absolute;
  top: 0;
  text-align: center;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}
body .nav-link.icon {
  margin: 5px;
  text-align: center;
  height: 2.5rem;
  font-size: 1.2rem;
  position: relative;
}
body .app-header.header .nav-link.icon {
  padding: 5px;
}
body .nav-link.icon .nav-span {
  font-size: 0.9rem;
  color: #576482;
  vertical-align: middle;
  margin-left: 0.5rem;
  font-weight: 400;
}
body .header-brand {
  color: inherit;
  margin-right: 0;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
}
body .header-brand-img {
  margin-right: 0;
}
body .app-header1 .header-brand {
  color: inherit;
  margin-right: 0;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
  min-width: 215px;
  text-align: center;
}
body .app-header1 .header-brand .header-brand-img {
  margin-right: 0;
}
body .header-brand:hover {
  color: inherit;
  text-decoration: none;
}
body .header-brand-img {
  height: 3rem;
  line-height: 2rem;
  vertical-align: bottom;
  margin-right: 0;
  width: auto;
}
body .header-avatar {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 50%;
}
body .header-btn {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
}
body .center-block {
  margin-right: auto;
  margin-left: auto;
  float: inherit !important;
}
body .header-btn.has-new {
  position: relative;
}
body .header-btn.has-new:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #dc0441;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 50%;
}
body .header-toggler {
  width: 3rem;
  height: 3rem;
  position: relative;
  color: #000;
}
body .header-toggler:hover {
  color: #32e448;
}
body .header-toggler-icon {
  position: absolute;
  width: 1rem;
  height: 2px;
  color: inherit;
  background: currentColor;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -0.5rem;
  box-shadow: 0 5px currentColor, 0 -5px currentColor;
}
body .footer {
  background: #fff;
  border-top: 1px solid #e6ebf1;
  font-size: 0.875rem;
  padding: 1.25rem 0;
}
body footer.footer {
  background: #fff;
  font-size: 0.875rem;
  border-top: 0;
  padding: 1.25rem 0;
  box-shadow: 16px 0px 16px rgba(24, 23, 38, 0.06);
  border-top: 1px solid #e6ebf1;
  display: block;
  margin-top: auto;
}
body .footer .social {
  margin: 0 auto;
}
body .footer .social ul li {
  float: left;
  padding: 7px;
}
body .footer .social ul li a {
  color: #abb8c3;
}
body .footer a:not(.btn) {
  font-weight: 400;
}
@media print {
  body .footer, body f {
    display: none;
  }
}
body .br-100 {
  border-radius: 100% !important;
}
body .br-3 {
  border-radius: 3px !important;
}
body .br-5 {
  border-radius: 5px !important;
}
body .br-7 {
  border-radius: 7px !important;
}
body .br-tl-7 {
  border-top-left-radius: 7px !important;
}
body .br-bl-7 {
  border-bottom-left-radius: 7px !important;
}
body .br-tr-7 {
  border-top-right-radius: 7px !important;
}
body .br-br-7 {
  border-bottom-right-radius: 7px !important;
}
body .br-0 {
  border-radius: 0px;
}
body .br-tl-0 {
  border-top-left-radius: 0px !important;
}
body .br-bl-0 {
  border-bottom-left-radius: 0px !important;
}
body .br-tr-0 {
  border-top-right-radius: 0px !important;
}
body .br-br-0 {
  border-bottom-right-radius: 0px !important;
}
body .list.d-flex img {
  width: 60px;
}
body #popup {
  position: absolute;
  width: auto;
  height: 30px;
  background: #fe6b1f;
  display: none;
  color: white;
  border-radius: 5px;
}
body #copy {
  background: none;
  color: white;
  font-weight: bold;
  padding: 8px 25px;
  border: 0;
}
body .h-85 {
  height: 85px !important;
}
body .chart-visitors {
  min-height: 18rem;
  overflow: hidden;
}
body .chart-height {
  height: 20rem;
  overflow: hidden;
}
body .chart-tasks {
  height: 15rem;
  overflow: hidden;
}
body .chart-donut {
  height: 21rem;
  overflow: hidden;
}
body .chart-pie {
  height: 22rem;
  overflow: hidden;
}
body .chartsh {
  height: 16rem;
  overflow: hidden;
}
body .chartwidget {
  height: 17rem;
  overflow: hidden;
}
body .countdown span:first-child {
  font-size: 30px;
  font-weight: 500;
}
body .social i {
  font-size: 40px;
}
body .social .social-icon i {
  font-size: 14px;
}
body .instagram {
  background: #de497b;
}
body .linkedin {
  background: #0077b5;
}
body .twitter {
  background: #1da1f2;
}
body .facebook {
  background: #3b5998;
}
body .widget-info i {
  width: 100px;
  height: 100px;
  padding: 27px 0;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
}
body .widget-info a {
  border-bottom: 1px solid #fff;
}
body .about-img {
  background-size: cover;
  background-position: center;
}
body .login-img {
  background-size: cover;
}
body .construction-img {
  background-size: cover;
}
body .z-index-10 {
  z-index: 10 !important;
}
body .card-blog-overlay .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body .card-blog-overlay1 .card-footer, body .card-blog-overlay2 .card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
body .card-blog-overlay {
  background-size: cover;
  position: relative;
}
body .card-blog-overlay:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 7px;
}
body .card-blog-overlay1:before, body .card-blog-overlay2:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 7px;
}
body .card-blog-overlay1 {
  background-size: cover;
}
body .card-blog-overlay2 {
  background-size: cover;
}
body .login-transparent {
  background-size: cover;
}
body .login-transparent:before {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(159, 120, 255, 0.96)), to(rgba(50, 202, 254, 0.96)));
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 7px;
}
body .page-breadcrumb {
  background: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.875rem;
  flex-basis: 100%;
}
body .page-breadcrumb .breadcrumb-item {
  color: #9aa0ac;
}
body .page-breadcrumb .breadcrumb-item.active {
  color: #6e7687;
}
@media (min-width: 768px) {
  body .page-breadcrumb {
    margin: -0.5rem 0 0;
  }
}
@media (max-width: 320px) {
  body .fc-toolbar .fc-right {
    float: right;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
body .pagination-simple .page-item .page-link {
  background: none;
  border: none;
}
body .pagination-simple .page-item.active .page-link {
  color: #495057;
  font-weight: 700;
}
body .pagination-pager .page-prev {
  margin-right: auto;
}
body .pagination-pager .page-next {
  margin-left: auto;
}
body .page-total-text {
  margin-right: 1rem;
  align-self: center;
  color: #6e7687;
}
body .search-element {
  position: relative;
}
body .header .form-inline .form-control {
  border: 0px solid #f6f6f6;
  padding-left: 55px;
  padding-right: 40px;
  background: #fff;
  border-radius: 10px;
}
body .header .form-inline .form-control:focus {
  box-shadow: none;
}
body .header .form-inline .form-control::-webkit-input-placeholder {
  font-size: 0.9375rem;
  opacity: 0.5;
}
body .header .form-inline .btn {
  border-radius: 0;
  padding: 0px 15px 0px 15px;
  border: 1px solid transparent;
  box-shadow: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  position: absolute;
  left: 0;
  opacity: 0.5;
  top: 4px;
}
body .header .form-inline .btn i {
  color: #818c9b;
}
@media (max-width: 767) {
  body .header .form-inline .search-element {
    position: absolute;
    top: -4px !important;
    left: 10px;
    right: 10px;
    z-index: 892;
    display: none;
    margin-left: 0;
  }
  body body.search-show .header .form-inline .search-element {
    display: block;
  }
  body .header .navsearch i {
    font-size: 20px;
    color: #fff;
  }
  body .header .form-inline .form-control::-webkit-input-placeholder {
    color: #6c756e;
  }
  body .header .navsearch i {
    font-size: 20px;
    color: #6c756e;
    padding-top: 5px;
  }
}
@media (max-width: 320px) {
  body .desktop-lgo {
    display: inline-block !important;
    margin-top: 3px !important;
  }
}
@media (max-width: 1024px) {
  body .app.sidebar-gone.search-show .header.top-header {
    z-index: 1036;
  }
  body body.sidebar-show {
    overflow: hidden;
  }
  body body.search-show:before, body body.sidebar-show:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.6;
    z-index: 891;
  }
}
@media (min-width: 575.98px) and (max-width: 1200px) {
  body .header .form-inline .form-control {
    width: 100% !important;
    min-width: 100% !important;
  }
}
@media (min-width: 767.98px) {
  body .responsive-search {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  body .animated-arrow.hor-toggle span {
    margin-left: 8px;
    margin-top: 2px;
    vertical-align: middle;
  }
}
@media (max-width: 991px) {
  body .hor-header {
    box-shadow: 16px 0px 16px rgba(24, 23, 38, 0.06);
    border-bottom: 1px solid transparent !important;
  }
}
@media (max-width: 575.98px) {
  body body.search-show .header .form-inline .search-element {
    display: block;
  }
  body .header .form-inline .search-element .form-control {
    float: left;
    width: 100% !important;
    height: 40px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
  }
  body .form-control.header-search {
    color: #000;
  }
  body .header .form-inline .search-element {
    position: absolute;
    z-index: 892;
    display: none;
  }
  body .header .form-inline .btn {
    color: #46494a !important;
  }
  body .header .form-inline .form-control::-webkit-input-placeholder {
    color: #6c756e !important;
  }
  body .header .navsearch i {
    font-size: 20px;
    color: #6c756e;
    padding-top: 4px;
  }
  body .hor-header .header-brand-img.desktop-lgo {
    display: none;
  }
}
body .icons-list {
  list-style: none;
  margin: 0 -1px -1px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body .icons-list > li {
  flex: 1 0 2.5rem;
}
body .icons-list-wrap {
  overflow: hidden;
}
body .flags-icons .icons-list-item {
  line-height: inherit;
}
body .payment-icons .icons-list-item {
  line-height: 2rem;
}
body .icons-list-item {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 10px !important;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #e6ebf1;
  vertical-align: middle;
  color: #747fa7;
  margin: 5px;
}
body .img-gallery {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  margin-bottom: -0.5rem;
}
body .img-gallery > .col, body .img-gallery > [class*=col-] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.5rem;
}
body .link-overlay {
  position: relative;
}
body .link-overlay:hover .link-overlay-bg {
  opacity: 1;
}
body .link-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(70, 127, 207, 0.8);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  opacity: 0;
  transition: 0.3s opacity;
}
body .media-icon {
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
}
body .media-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body textarea[cols] {
  height: auto;
}
body .wizard-card .moving-tab {
  margin-top: 5px;
}
body .wizard-card.form-group .form-control {
  background-image: linear-gradient(#c4c4c4, #c4c4c4, linear-gradient(#e1e1e2, #e1e1e2));
}
body .wizard-container .wizard-navigation {
  background: #f0f0f2;
}
body .richText {
  border: #e6ebf1 solid 1px;
  background-color: #f0f0f2;
  border-top: 0;
  border-bottom: 0;
}
body .richText .richText-toolbar {
  border-bottom: #e6ebf1 solid 1px;
  border-top: 1px solid #e6ebf1;
}
body .richText .richText-toolbar ul li a {
  border-right: #e2e3e7 solid 1px;
}
body .addui-slider .addui-slider-track .addui-slider-range {
  display: block;
}
body .addui-slider .addui-slider-track .addui-slider-handle:hover {
  box-shadow: 0 0 5px rgba(159, 120, 255, 0.5);
}
body .addui-slider .addui-slider-track .addui-slider-handle:hover .addui-slider-value {
  background: rgba(159, 120, 255, 0.5);
}
body .addui-slider .addui-slider-track .addui-slider-handle.addui-slider-handle-active {
  background: rgba(159, 120, 255, 0.5);
  box-shadow: 0 0 5px rgba(159, 120, 255, 0.5);
}
body .addui-slider .addui-slider-track .addui-slider-handle.addui-slider-handle-active .addui-slider-value {
  background: rgba(159, 120, 255, 0.75);
}
body .cal1 {
  font-size: 14px;
  border: 1px solid #e6ebf1;
}
body .cal1 .clndr .clndr-table .header-days .header-day {
  border-left: 1px solid rgba(23, 183, 148, 0.1);
  border-top: 1px solid #e2e3e4;
}
body .cal1 .clndr .clndr-table tr .empty, body .cal1 .clndr .clndr-table tr .adjacent-month, body .cal1 .clndr .clndr-table tr .my-empty, body .cal1 .clndr .clndr-table tr .my-adjacent-month {
  border-left: 1px solid #e6ebf1;
  border-top: 1px solid #e6ebf1;
  background: #f0f0f2;
}
body .cal1 .clndr .clndr-table tr .day {
  border-left: 1px solid #e6ebf1;
  border-top: 1px solid #e6ebf1;
}
body .cal1 .clndr .clndr-table tr .day.event, body .cal1 .clndr .clndr-table tr .day.my-event {
  background: #eeeef5;
}
body .cal1 .clndr .clndr-table tr .day.today.event, body .cal1 .clndr .clndr-table tr .day.my-today.event {
  background: #f2ecff;
}
body .cal1 .clndr .clndr-table tr .day.event:hover, body .cal1 .clndr .clndr-table tr .day.my-event:hover, body .cal1 .clndr .clndr-table tr .day.today, body .cal1 .clndr .clndr-table tr .day.my-today {
  background: #e2e2e9 !important;
}
body .cal1 .clndr .clndr-table tr .day:last-child {
  border-right: papayawhip 1px solid #e6ebf1;
}
body .cal1 .clndr .clndr-table tr .day:hover {
  background: #e2e2e9;
}
body .cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button, body .cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
  background: #f0f0f2;
}
body .fc button {
  background: #f5f6f8;
  color: #efefef;
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 500;
  padding: 5px;
}
body .fc-unthemed .fc-divider {
  border-color: #e6ebf1;
}
body .fc-event {
  line-height: 1.4;
  border-radius: 3px;
}
body .fc-unthemed .fc-divider, body .fc-unthemed .fc-list-heading td, body .fc-unthemed .fc-popover .fc-header {
  background: #f0f0f2;
}
body .fc-toolbar .fc-state-active, body .fc-toolbar .ui-state-active {
  color: #fff;
  outline: 0;
  box-shadow: none;
}
body .fc-today-button:focus {
  border: none !important;
  box-shadow: none !important;
  outline: 0;
}
body .fc-unthemed .fc-list-item:hover td {
  background-color: #f0f0f2;
}
body .conv-form-wrapper div#messages div.message.to {
  background: #eeeff6;
}
body div.conv-form-wrapper div#messages div.message.from {
  border-top-right-radius: 0;
}
body #sidebar ul li.active > a:hover {
  background: #6d4dbb;
  color: #fff;
}
body .overflow-hidden {
  overflow: hidden;
}
body .user-profile .user-pro-body .u-dropdown {
  color: #fff;
}
body #sidebar ul li {
  position: relative;
}
body #sidebar ul li a {
  color: #384056;
  font-weight: 400;
}
body #sidebar ul li ul li:last-child {
  border-bottom: 0;
}
body #sidebar li a[aria-expanded=true]:hover {
  color: #fff !important;
}
body .timeline__content {
  background-color: #eaf0f9;
}
body .tab_wrapper > ul {
  border-bottom: 1px solid #e6ebf1;
}
body .tab_wrapper.right_side .content_wrapper {
  border: 1px solid #e6ebf1;
}
body .tab_wrapper.right_side > ul {
  border-bottom: 1px solid #e6ebf1;
}
body .tab_wrapper.right_side > ul li.active {
  border-color: 1px solid #e6ebf1;
}
body .tab_wrapper.right_side > ul li:after {
  background: 1px solid #e6ebf1;
}
body .job-box-filter label {
  width: 100%;
}
body .job-box-filter select.input-sm {
  display: inline-block;
  max-width: 120px;
  margin: 0 5px;
  border: 1px solid #e6ebf1;
  border-radius: 2px;
  height: 34px;
  font-size: 15px;
}
body .job-box-filter label input.form-control {
  max-width: 200px;
  display: inline-block;
  border: 1px solid #e6ebf1;
  border-radius: 2px;
  margin-left: 5px;
  font-size: 15px;
}
body .text-right {
  text-align: right;
}
body .job-box-filter {
  padding: 12px 15px;
  border-bottom: 1px solid #e6ebf1;
}
body .job-box {
  display: inline-block;
  width: 100%;
  padding: 0px;
}
body .job-box-filter a.filtsec {
  margin-top: 8px;
  display: inline-block;
  margin-right: 15px;
  padding: 4px 10px;
  transition: all ease 0.4s;
  background: #edf0f3;
  border-radius: 50px;
  font-size: 13px;
  color: #81a0b1;
  border: 1px solid #e2e8ef;
}
body .job-box-filter a.filtsec.active {
  color: #fff;
  background: #16262c;
  border-color: #16262c;
}
body .job-box-filter a.filtsec i {
  margin-right: 5px;
}
body .job-box-filter a.filtsec:hover, body .job-box-filter a.filtsec:focus {
  color: #fff;
  background: #07b107;
  border-color: #07b107;
}
body .job-box-filter a.filtsec:hover i, body .job-box-filter a.filtsec:focus i {
  color: #fff;
}
body .job-box-filter h4 i {
  margin-right: 10px;
}
body .image_outer_container {
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 50%;
  position: relative;
}
body .image_inner_container {
  border-radius: 50%;
  padding: 5px;
}
body .image_inner_container img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 5px solid white;
}
body .image_outer_container .green_icon {
  background-color: #4cd137;
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 30px;
  width: 30px;
  border: 5px solid white;
  border-radius: 50%;
}
body .search {
  position: absolute;
  width: 320px;
}
body .search svg {
  transform: translateX(-126px);
  width: 180px;
  height: auto;
  stroke-width: 8px;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dashoffset: 0;
  stroke-dasharray: 64.6 206.305;
  transition: all 0.5s ease-in-out;
  margin-top: 5px;
}
body .input-search {
  position: absolute;
  width: calc(100% - 148px);
  height: 34px;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 20px;
  font-size: 16px;
  color: #fff;
}
body .search-label {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 50%;
  margin-left: -54px;
  z-index: 100;
  transition: 0.5s ease-in-out;
}
body .isActive .search-label {
  transform: translateX(246px);
}
body .isActive svg, body .isActive.full svg {
  stroke-dashoffset: -65;
  stroke-dasharray: 141.305 65;
  transform: translateX(0);
}
body .full .search-label {
  transform: translateX(246px);
}
body .full svg {
  stroke-dashoffset: 0;
  stroke-dasharray: 64.6 206.305;
  transform: translateX(0);
}
body #drag-1, body #drag-2 {
  width: 25%;
  height: 100%;
  min-height: 6.5em;
  margin: 10%;
  background-color: #29e;
  color: white;
  border-radius: 0.75em;
  padding: 4%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translate(0px, 0px);
}
body .search-inline {
  width: 100%;
  left: 0;
  padding: 33px 0;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
body .search-inline.search-visible {
  opacity: 1;
  visibility: visible;
  animation: fadeInDown 0.2s ease-in-out;
}
body .search-inline button[type=submit] {
  position: absolute;
  right: 52px;
  top: 0;
  background-color: transparent;
  border: 0px;
  top: 0;
  right: 80px;
  padding: 0px;
  cursor: pointer;
  width: 80px;
  height: 100%;
  color: #fff;
}
body .search-inline .form-control {
  border: 0px;
  padding-left: 0;
  font-size: 20px;
  position: absolute;
  left: 1%;
  top: 0;
  height: 100%;
  width: 99%;
  outline: none;
}
body .search-inline .form-control:focus {
  box-shadow: none;
}
body .search-inline .search-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #616161;
  width: 80px;
  height: 100%;
  text-align: center;
  display: table;
  background: #efefef;
  text-decoration: none;
}
body .search-inline .search-close i {
  display: table-cell;
  vertical-align: middle;
}
body .searching i {
  font-size: 18px;
}
body .search-close i {
  padding: 24px 0;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body .lockscreen {
  background: inherit;
  width: 300px;
  height: 280px;
  overflow: hidden;
}
body .lockscreen:before {
  content: "";
  width: 350px;
  height: 400px;
  background: inherit;
  position: absolute;
  left: -25px;
  right: 0;
  top: -25px;
  bottom: 0;
  box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.4);
  filter: blur(1px);
}
body .table-stats table th, body .table-stats table td {
  border: none;
  border-bottom: 1px solid #e8e9ef;
  font-size: 12px;
  font-weight: normal;
  padding: 0.75em 1.25em;
  text-transform: uppercase;
}
body .table-stats table th img, body .table-stats table td img {
  margin-right: 10px;
  max-width: 45px;
}
body .table-stats table th .name {
  font-size: 14px;
  text-transform: capitalize;
}
body .table-stats table td {
  font-size: 14px;
  text-transform: capitalize;
  vertical-align: middle;
}
body .table-stats table td .name {
  font-size: 14px;
  text-transform: capitalize;
}
body .traffic-sales-content {
  padding: 14px;
}
body .traffic-sales-amount {
  float: right;
}
body .pulse {
  display: block;
  position: absolute;
  top: 23px;
  right: 23px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f72d66;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(247, 45, 102, 0.9);
  animation: pulse 2s infinite;
}
body .pulse:hover {
  animation: none;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(247, 45, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(247, 45, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(247, 45, 102, 0);
  }
}
@media (max-width: 992px) {
  body .header.top-header .header-option, body .header.top-header .header-setting {
    display: none;
  }
  body .hor-header.header {
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  body .hor-content.main-content {
    margin-top: 6rem;
  }
  body .horizontal-main.hor-menu {
    border-bottom: 0;
  }
  body .page-body {
    padding-top: 1px;
  }
  body .app-content.page-body .container, body .header.top-header .container, body .hor-content.main-content .container {
    max-width: none;
  }
  body .active .header.top-header {
    z-index: 999;
  }
  body .app-content.page-body .side-app {
    padding: 6.2rem 0.75rem 0 0.75rem !important;
  }
  body .navsearch {
    padding: 0.3rem 0rem;
    height: 2.5rem;
    position: relative;
  }
  body .navsearch svg {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    background: transparent;
    padding: 8px;
    margin-top: 0px;
  }
  body .navsearch i {
    padding-top: 0 !important;
  }
  body .app-content.page-body {
    margin-top: 4.7rem;
  }
  body .comb-page .app-content.page-body {
    margin-top: 0;
  }
}
body .header.top-header .search-element input {
  border-radius: 4px;
}
@media (max-width: 992px) {
  body .media.profile-footer .media-user {
    display: none;
  }
  body .register1 .register-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  body .header-brand-img {
    display: none;
  }
  body .header .form-inline .search-element .form-control {
    padding-top: 10px;
  }
  body .header .form-inline .search-element .btn {
    padding: 0;
    left: 25px;
    top: 22px;
    position: absolute !important;
    margin-top: 0;
  }
  body .theme-layout {
    border-left: 0px !important;
  }
  body.dark-mode .theme-layout {
    border-left: 0px !important;
  }
  body .mobile-header .theme-layout {
    margin-right: 0px !important;
    padding-right: 0px !important;
  }
  body .header-message .nav-link {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  body .hor-header .header-brand-img.desktop-lgo, body .header-brand-img.dark-logo {
    margin-left: 1rem;
  }
  body .animated-arrow.hor-toggle {
    text-align: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    margin: 5px;
    top: 16px;
    margin-right: 20px;
  }
  body .animated-arrow.hor-toggle span {
    margin-left: 8px;
    margin-top: 2px;
    vertical-align: middle;
  }
}
body .activity {
  position: relative;
  border-left: 3px solid #e6ebf1;
  margin-left: 16px;
}
body .activity .img-activity {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  border: 3px solid;
}
body .activity .item-activity {
  margin-left: 40px;
  margin-bottom: 26px;
}
body #AreaChart2 {
  width: 105% !important;
  height: 88px !important;
  bottom: -20px;
  position: relative;
  left: -7px;
}
body #CryptoChart, body #CryptoChart1, body #CryptoChart2, body #CryptoChart3 {
  width: 105% !important;
  height: 70px !important;
  bottom: -15px;
  position: relative;
  left: -7px;
}
body [class*=js-conveyor-] ul li {
  padding: 9px 15px;
  /* line-height: 47px; */
  border: 1px solid #efefef;
  margin-right: 5px;
  background: #fff;
  margin: 15px 6px;
  border-radius: 5px;
  box-shadow: 0 0px 10px -5px rgba(68, 84, 195, 0.5);
}
body .news-crypto span {
  font-size: 0.8rem;
}
body .latest-timeline {
  height: 355px;
}
body .latest-timeline ul.timeline {
  list-style-type: none;
  position: relative;
}
body .latest-timeline ul.timeline:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 10px;
  height: 100%;
  z-index: 1;
  border-left: 1px double #e6ebf1;
}
body .latest-timeline ul.timeline > li {
  margin: 20px 0;
  padding-left: 2.5rem;
}
body .latest-timeline ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #1753fc;
  left: 5px;
  width: 13px;
  height: 13px;
  z-index: 1;
}
body .latest-timeline ul.timeline > li:first-child:before {
  border: 2px double #0dd157;
}
body .latest-timeline ul.timeline > li:nth-child(2):before {
  border: 2px solid #2d9eef;
}
body .latest-timeline ul.timeline > li:nth-child(3):before {
  border: 2px solid #f35e90;
}
body .latest-timeline ul.timeline > li:nth-child(4):before {
  border: 2px solid #fc7303;
}
body .latest-timeline ul.timeline > li:nth-child(5):before {
  border: 2px solid #05a5ba;
}
body .latest-timeline ul.timeline > li:nth-child(6):before {
  border: 2px solid #920bfa;
}
body .latest-timeline ul.timeline > li:last-child:before {
  border: 2px solid #ec2d38;
}
body .app-content.page-body {
  min-height: 67vh;
}
body .time-data {
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}
body div[data-acc-content] {
  display: none;
}
body div[data-acc-step]:not(.open) {
  background: #f0f0f2;
}
body div[data-acc-step]:not(.open) h5 {
  color: #8e9cad;
}
body div[data-acc-step]:not(.open) .bg-primary {
  background: #afb4d8;
}
body #form .list-group-item:hover {
  background: none;
}
body #smartwizard .nav.nav-tabs.step-anchor {
  border-bottom: 0 !important;
  padding: 30px;
}
body #smartwizard .nav-tabs {
  border-top: 0 !important;
}
body #smartwizard .nav-link {
  padding: 15px 40px;
}
body .sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
  background: transparent;
}
body .fc-widget-content .fc-bgevent {
  background-color: #f0f0f2 !important;
}
body .apexcharts-toolbar {
  z-index: 0 !important;
  display: none;
}
body .card-bgimg {
  background: url(../images/photos/chart.png);
  background-size: cover;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  border: 0;
}
body .card-bgimg:before {
  opacity: 0.9;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  top: 0;
}
body .card-bgimg .card-body {
  z-index: 10;
}
@media (min-width: 992px) {
  body .top-header.hor-top-header .header-brand-img {
    display: none;
  }
  body .top-header.hor-top-header .header-brand.center-logo .desktop-lgo {
    left: 0;
    display: block;
    position: absolute;
    margin: 0 auto;
    right: 0px;
  }
  body .top-header.hor-top-header .form-inline .form-control {
    width: 175px;
  }
  body .top-header.hor-top-header .header-brand {
    margin-right: 0rem;
  }
  body .search-element {
    margin-top: 0px;
    margin-left: 40px;
  }
  body .sticky-pin {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
  }
}
@media (max-width: 991px) {
  body .top-header.hor-top-header .header-brand.center-logo .desktop-lgo {
    display: none;
  }
  body .header.top-header.hor-top-header {
    border-bottom: 0px;
  }
}
body .icon.icon-shape {
  width: 2.5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  font-size: 12px;
}
body .h-250 {
  height: 150px;
}
body .latest-timeline1 li {
  position: relative;
}
body .latest-timeline.latest-timeline1-icon ul.timeline > li:before {
  display: none;
}
body .latest-timeline1-icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 7px;
  line-height: 2rem;
  text-align: center;
  left: 0;
  z-index: 1;
  color: #fff;
  font-weight: 500;
}
body .h-330 {
  height: 330px;
}
body .shadow {
  box-shadow: 0 2px 16px rgba(179, 186, 212, 0.7) !important;
}
body .shadow3 {
  box-shadow: 0 0px 6px rgba(179, 186, 212, 0.7) !important;
}
body .apexcharts-tooltip.light {
  border: 1px solid #e3e3e3;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0px 17px -5px rgba(68, 84, 195, 0.5);
}
body .chart-dropshadow-primary {
  filter: drop-shadow(-6px 12px 4px rgba(68, 84, 195, 0.2));
}
body .icon-dropshadow {
  filter: drop-shadow(0px 10px 4px #e5e9f2);
}
body .icon-dropshadow-info {
  filter: drop-shadow(0px 4px 4px rgba(69, 170, 242, 0.3));
}
body .icon-dropshadow-success {
  filter: drop-shadow(0px 4px 4px rgba(45, 206, 137, 0.3));
}
body .icon-dropshadow-danger {
  filter: drop-shadow(0px 4px 4px rgba(255, 91, 81, 0.3));
}
body .icon-dropshadow-warning {
  filter: drop-shadow(0px 4px 4px rgba(236, 180, 3, 0.3));
}
body .chart-dropshadow {
  filter: drop-shadow(0 6px 4px rgba(179, 186, 212, 0.5));
}
body .GradientlineShadow {
  filter: drop-shadow(0 -8px 4px rgba(179, 186, 212, 0.2));
}
body .BarChartShadow {
  filter: drop-shadow(0px 1px 4px rgba(179, 186, 212, 0.3));
}
body .donutShadow {
  filter: drop-shadow(-5px 0px 10px rgba(179, 186, 212, 0.4));
}
body .transaction-table.table td {
  vertical-align: middle;
}
body .transaction-table.table .apexcharts-tooltip.light {
  display: none;
}
body .transaction-table.table thead th {
  padding-bottom: 20px;
}
body .inde4-table tr td:first-child {
  position: relative;
}
body .inde4-table tr td:first-child:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  left: 0px;
  top: 17px;
}
body .inde4-table tr:nth-child(1) td:first-child:before {
  background: rgba(68, 84, 195, 0.7);
}
body .inde4-table tr:nth-child(2) td:first-child:before {
  background: rgba(247, 45, 102, 0.7);
}
body .inde4-table tr:nth-child(3) td:first-child:before {
  background: rgba(45, 206, 137, 0.7);
}
body .inde4-table tr:nth-child(4) td:first-child:before {
  background: rgba(69, 170, 242, 0.7);
}
body .inde4-table tr:nth-child(5) td:first-child:before {
  background: rgba(236, 180, 3, 0.7);
}
body .inde4-table tr:nth-child(6) td:first-child:before {
  background: rgba(255, 91, 81, 0.7);
}
body .inde4-table tr:nth-child(7) td:first-child:before {
  background: rgba(68, 84, 195, 0.7);
}
body .inde4-table tr:nth-child(8) td:first-child:before {
  background: rgba(247, 45, 102, 0.7);
}
body .inde4-table tr:nth-child(9) td:first-child:before {
  background: rgba(45, 206, 137, 0.7);
}
body .inde4-table tr:nth-child(10) td:first-child:before {
  background: rgba(69, 170, 242, 0.7);
}
body .crypto-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 4px;
  line-height: 3rem;
  text-align: center;
  font-size: 1.8rem;
  margin-right: 18px;
}
body .crypto-tabs {
  padding: 0 !important;
  border: 0 !important;
}
body .crypto-tabs .tabs-menu1 ul li .active {
  background: #fff;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  box-shadow: 0px 10px 10px 20px rgba(179, 186, 212, 0.09), 10px 10px 15px -5px #b0b8d6;
  border: 0px solid #e6ebf1;
  border-bottom: 0;
}
body .crypto-tabs .tabs-menu1 ul li a {
  display: block;
  font-size: 16px;
}
body table.table-bordered.dataTable td:first-child {
  border-left: 0px solid #e6ebf1 !important;
}
body .js-conveyor-example:before {
  width: 20%;
  position: absolute;
  content: "";
  height: 60px;
  background: linear-gradient(to right, #f0eff1, transparent);
  z-index: 9;
  left: 0;
  top: 8px;
}
body .js-conveyor-example:after {
  width: 20%;
  position: absolute;
  content: "";
  height: 60px;
  background: linear-gradient(to left, #f0eff1, transparent);
  z-index: 9;
  right: 0;
  top: 8px;
}
body .user-info .social li {
  display: inline-block;
}
body .user-info .social .social-icon {
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  line-height: 2.5rem;
  border-radius: 50%;
}
body .date-range-btn {
  font-size: 0.9375rem;
}
body .svg-icon {
  color: #6c757e;
  fill: #6c757e;
}
body .svg-icon1 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  width: 37.5px;
  height: 37.5px;
  background: #fff;
  padding: 8px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #e6ebf1;
  color: #664dc9;
  fill: #664dc9;
}
body .header-icon {
  color: #555b6d;
  fill: #555b6d;
}
body .search-element .search-icon {
  fill: #555b6d !important;
}
body .header-icon2 {
  color: #6c756e;
  fill: #6c756e;
}
body .profile-dropdown .header-icon {
  width: 18px;
  height: 18px;
}
body .header-option .header-icon {
  margin-top: -3px;
}
body .header-option .nav-link {
  margin: 7px 0 0 0;
}
body .card-custom-icon.text-success {
  fill: #2dce89;
}
body .feature .feature-icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  background: rgba(68, 84, 195, 0.2);
  text-align: center;
  font-size: 25px;
}
body .expenses-card {
  padding-top: 170px;
}
body .expenses-card #Chart {
  width: 105% !important;
  bottom: -15px;
  position: relative;
  left: -7px;
  height: 120px !important;
}
body .expenses-card .card-body {
  position: absolute;
  top: 0;
}
body .page-rightheader .breadcrumb {
  padding: 0;
  background: transparent;
}
body .under-countdown .countdown {
  color: #fff;
  padding: 20px;
  border-radius: 5px;
}
body .clip-widget {
  position: relative;
}
body .clipboard-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 0px;
  background: #fff;
  color: #212529;
  border-radius: 5px;
  width: 35px;
  cursor: pointer;
  /* line-height: 37px; */
  height: 35px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
body .clipboard-icon i {
  margin-top: 5px;
  font-size: 20px;
}
body .highlight {
  position: relative;
  background: #f7f6fd;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
body .highlight pre {
  margin-bottom: 0;
  max-height: 15rem;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}
body table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, body table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid #4757c4;
  border-radius: 14px;
  box-shadow: none;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  line-height: 14px;
  content: "+";
}
body .usertab-list li {
  margin: 5px 0;
}
body .profile-media-img {
  border: 0px solid #efefef;
  display: block;
  position: relative;
  display: block;
}
body .profile-media-img h6 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}
body .profile-media-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
}
body .profile-media-img h6 a {
  position: relative;
  z-index: 999;
}
body .cover-image {
  background-size: cover !important;
}
body .timelineleft {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
body .timelineleft:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(152, 166, 173, 0.3);
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
body .timelineleft > li {
  position: relative;
  margin-right: 0;
  margin-bottom: 15px;
}
body .timelinelft > li:before {
  content: " ";
  display: table;
}
body .timelineleft > li:after {
  content: " ";
  display: table;
}
body .timelineleft > .timeleft-label > span {
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  background-color: #fff;
  color: #fff;
  border-radius: 4px;
}
body .timelineleft > li:after {
  clear: both;
}
body .timelineleft > li > .timelineleft-item {
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border-radius: 7px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 0;
  padding: 0;
  position: relative;
  border: 1px solid #ebeaf1;
}
body .timelineleft > li > .timelineleft-item > .time {
  color: #999;
  float: right;
  padding: 12px;
  font-size: 12px;
}
body .timelineleft > li > .timelineleft-item > .timelineleft-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #ebeaf1;
  padding: 0.75rem 1.25rem;
  font-size: 16px;
  line-height: 1.1;
}
body .timelineleft > li > .timelineleft-item > .timelineleft-header.no-border {
  border-bottom: 0px solid #ebeaf1;
}
body .timelineleft > li > .timelineleft-item > .timelineleft-header > a {
  font-weight: 500;
  font-size: 14px;
}
body .timelineleft-body img {
  width: 150px;
  height: 100px;
}
body .timelineleft > li > .timelineleft-item > .timelineleft-body, body .timelineleft > li > .timelineleft-item > .timelineleft-footer {
  padding: 0.75rem 1.25rem;
}
body .timelineleft-body {
  font-size: 14px;
}
body .timelineleft > li > .fa, body .timelineleft > li > .glyphicon, body .timelineleft > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  color: #fff;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
body .acc-step-number {
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
body #form .list-group-item {
  padding: 25px;
}
body .custom-switch-indicator-lg {
  display: inline-block;
  height: 1.5rem;
  width: 3rem;
  background: #f5f6fb;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid #ebeaf1;
  transition: 0.3s border-color, 0.3s background-color;
}
body .custom-switch-indicator-lg:before {
  content: "";
  position: absolute;
  height: calc(1.5rem - 4px);
  width: calc(1.5rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
body .custom-switch-input:checked ~ .custom-switch-indicator-lg:before {
  left: calc(1.46rem + 1px);
}
body .custom-switch-indicator-xl {
  display: inline-block;
  height: 2rem;
  width: 4rem;
  background: #f5f6fb;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid #ebeaf1;
  transition: 0.3s border-color, 0.3s background-color;
}
body .custom-switch-indicator-xl:before {
  content: "";
  position: absolute;
  height: calc(2rem - 4px);
  width: calc(2rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
body .custom-switch-input:checked ~ .custom-switch-indicator-xl:before {
  left: calc(1.96rem + 1px) !important;
}
body .header-icon2 {
  width: 25px;
  position: absolute;
  left: 10px;
  top: 0px;
}
body .page-rightheader .date-range-btn {
  position: relative;
  padding-left: 40px;
}
body .main-proifle {
  position: relative;
  background: #FFF;
  padding: 25px;
  padding-bottom: 0;
  margin-bottom: 30px;
  border-top: 1px solid #e6ebf1;
  border-radius: 8px;
  overflow: hidden;
}
body .main-proifle .tab-menu-heading {
  border-left: 0;
  border-right: 0;
  margin: 0 -30px;
  margin-top: 25px;
}
body .profile-edit {
  position: relative;
}
body .profile-share {
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
body .profile-share a {
  background: #fff;
  color: #5c678f;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #e6ebf1;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}
body .main-proifle .profile-icon, body .profile-footer .new, body .pro-option {
  background: #fff;
  color: #5c678f;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #e6ebf1;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
body .pro-details li {
  width: 50%;
  float: left;
  margin-bottom: 1rem;
}
body .profile-edit textarea {
  background: #fff;
  border-radius: 5px 5px 0 0;
}
body .profile-edit textarea:focus {
  background: #e6ebf1;
  border: 1px solid #e6ebf1;
}
body .social-profile-buttons li {
  float: left;
  display: block;
}
body .social-profile-buttons li a {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  background: #d2d6f1;
  border: 2px solid #6c756e;
  margin: 2px;
}
body .fill-white {
  fill: transparent;
}
body .page-header .breadcrumb-icon {
  margin-top: 3px;
  margin-left: 4px;
}
body .page-header .breadcrumb-item .svg-icon {
  width: 20px;
}
body .page-header .breadcrumb-item:first-child {
  margin-top: 0;
}
body .main-nav-calender-event .nav-link {
  padding: 0;
  height: 30px;
  line-height: 30px;
}
body .main-nav-calender-event .nav-link.exclude {
  position: relative;
  opacity: 0.3;
}
body .main-nav-calender-event .nav-link.exclude:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #737688;
}
body .form-wizard-title {
  line-height: 25px;
  margin-left: 10px;
}
body .footer .social .social-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 1px solid #e6ebf1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #e6ebf1;
}
body .richText .richText-undo, body .richText .richText-redo {
  border-right: #e6ebf1 solid 1px !important;
}
body .modal-open .select2-dropdown {
  z-index: 10000 !important;
}
body .page-leftheader ol {
  padding-left: 0;
  background: none;
  padding: 0;
}
body .page-leftheader .breadcrumb-item {
  margin-top: 0;
}
body .page-leftheader .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: Material Design Icons;
  color: #664dc9;
  opacity: inherit;
  padding-left: 0;
}
body .page-leftheader .breadcrumb-item a {
  color: #6c756e;
}
body .sub-pageheader {
  display: flex;
  margin-bottom: 2.3rem;
  font-size: 14px;
}
body .sub-pageheader .nav-link:first-child {
  padding-left: 0;
}
body .sub-pageheader .nav-link:last-child {
  padding-right: 0;
}
body .sub-pageheader .nav-link.border-end {
  border-right: 1px solid #cfd1e1 !important;
}
body hr.pageheader-border {
  border-top: 1px solid #dfe0e7;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
@media (max-width: 992px) {
  body .sub-pageheader .nav-link {
    display: none;
  }
  body .sub-pageheader .left-nav .nav-link:first-child, body .sub-pageheader .left-nav .nav-link:nth-child(2) {
    display: block;
  }
  body .sub-pageheader .right-nav .nav-link.d-md-none {
    display: block;
  }
  body .page-header {
    display: block;
  }
  body .page-header .page-leftheader ol {
    padding-top: 0;
    margin-bottom: 12px;
  }
  body .page-rightheader h6 {
    font-size: 10px;
  }
}
body .dash1-card {
  position: absolute;
}
body .dash1-card p {
  font-size: 14px;
}
body .dash1-card .ratio {
  position: absolute;
  right: -10px;
  top: 20px;
  padding: 5px 15px;
  background-color: #222222;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 15px 0px 0px 15px;
}
body .dash1-card .ratio-text {
  position: absolute;
  top: 55px;
  right: 5px;
  font-size: 13px;
}
body .sales-bar {
  min-height: 280px !important;
  position: relative;
  bottom: -21px;
  left: -10px;
}
body .dot-label {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
}
body .header-dropdown-list .ps__thumb-y {
  opacity: 0;
}
body .list-bar {
  right: auto;
  bottom: 0;
  height: auto;
  width: 3px;
  border-radius: 0px;
  position: absolute;
  top: -1px;
  left: 0;
}
body .page-header.main-pageheader {
  margin-bottom: 0;
}
body .page-rightheader .breadcrumb-item a {
  color: #6c756e;
}
body .page-rightheader .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
body .page-rightheader .breadcrumb-item + .breadcrumb-item::before {
  content: "\e933";
  font-family: feather !important;
  color: #6c756e;
  opacity: inherit;
}
body .card-over {
  position: relative;
  top: -20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #e6ebf1;
  box-shadow: 0 0.76rem 1.52rem rgba(18, 38, 63, 0.03);
  margin-bottom: 1.5rem !important;
}
body .bread-select {
  display: flex;
}
body .bread-select .select2-container .select2-selection--single .select2-selection__rrightered {
  padding-left: 10px !important;
}
body .emp-circle-chart {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  font-weight: 500;
  font-size: 20px;
}
body .dash1-iocns {
  padding: 6px 14px;
  border-radius: 50px;
  border: 2px dotted;
}
body .country-card {
  height: 400px;
  overflow: auto;
}
body #talent-chart {
  filter: drop-shadow(0 6px 4px rgba(179, 186, 212, 0.2));
}
body .custom-btns .btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  background: 0 0;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 2rem;
}
body .widget-user-image {
  height: 100px;
  width: 100px;
  clear: both;
  margin: 0 auto;
  display: block;
  border-radius: 100%;
  box-shadow: 0px 3px 10px 0 rgba(4, 4, 7, 0.1);
  -moz-box-shadow: 0px 3px 10px 0 rgba(4, 4, 7, 0.1);
  -webkit-box-shadow: 0px 3px 10px 0 rgba(4, 4, 7, 0.1);
  -ms-box-shadow: 0px 3px 10px 0 rgba(4, 4, 7, 0.1);
  position: relative;
}
body .header .nav-link.icon i {
  color: #5c678f;
}
body .mail-inbox .list-group-item {
  border: 0 !important;
}
body .user-details .user-icon {
  background: #fff;
  color: #5c678f;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #e6ebf1;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
body .user-details span.h6 {
  vertical-align: middle;
}
body .item7-card-desc .fe {
  color: #5c678f;
}
body .nav-link.icon .header-icon {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: transparent;
  padding: 9px;
}
body .profile-dropdown img {
  width: 40px;
  height: 40px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 2px solid #f0f0f2;
}
body .profile-dropdown .nav-link {
  padding-left: 5px;
}
body .hor-header {
  border-bottom: 1px solid #e6ebf1;
}
body .hor-header .search-element {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  body .horizontalMenucontainer .header.top-header {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  body .top-header1 .header-brand2 .header-brand-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 18px;
  }
  body .top-header1 .header-brand {
    display: none;
  }
  body .top-header1 .form-inline .form-control {
    width: 250px;
  }
}
body *::-ms-backdrop, body .img-height {
  height: 100%;
}
body *::-ms-backdrop, body .img-height1 {
  height: 333px;
}
body *::-ms-backdrop, body .social-profile-buttons li {
  float: none;
  display: inline-block;
}
body *::-ms-backdrop, body .social-profile-buttons ul {
  margin-bottom: 0;
}
body *::-ms-backdrop, body .btn-icon.btn-svg .svg-icon {
  height: 16px;
}
body *::-ms-backdrop, body .price-svg .price-title {
  top: 0 !important;
}
body *::-ms-backdrop, body .price-svg svg {
  height: 65px !important;
}
body *::-ms-backdrop, body .item7-card-img {
  height: 100%;
}
body *::-ms-backdrop, body .main-content {
  height: 100%;
}
body *::-ms-backdrop, body .app-sidebar-help {
  display: none;
}
body *::-ms-backdrop, body .list-card .media-body {
  display: block !important;
}
body *::-ms-backdrop, body .media-body.time-title1 {
  display: block !important;
}
body *::-ms-backdrop, body .media .media-body {
  display: table-cell;
}
body *::-ms-backdrop, body .chat-widget-header .option-dots new-list2 .fe {
  display: block;
}
body *::-ms-backdrop, body .message-feed.right .media-body {
  display: table-cell;
}
body *::-ms-backdrop, body .message-feed.media .media-body {
  display: block;
}
body *::-ms-backdrop, body .main-chat-body .media .media-body {
  display: -ms-flexbox;
}
body *::-ms-backdrop, body .main-chat-list .media-body {
  display: block;
}
body *::-ms-backdrop, body .chat-widget-header .option-dots.new-list2 .fe {
  display: block;
}
body *::-ms-backdrop, body .card-img-top {
  height: 250px;
}
body *::-ms-backdrop, body .image10 {
  height: 250px;
}
body *::-ms-backdrop, body .card-image1 {
  height: 250px;
}
body *::-ms-backdrop, body .sweet-alert .sa-info.sa-icon::after {
  margin-left: 37px !important;
  top: 17px !important;
}
body *::-ms-backdrop, body .main-contact-info-header .media-body {
  display: block;
}
body *::-ms-backdrop, body .main-contact-info-body .media-body {
  display: -ms-flexbox;
}
body *::-ms-backdrop, body #media3 .media-body, body #media1 .media-body {
  display: block;
}
body *::-ms-backdrop, body .page-style1 {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
body *::-ms-backdrop, body .page-single, body .page-single-content {
  display: block !important;
}
body *::-ms-backdrop, body .page-style1 .page-single-content {
  display: block !important;
}
body *::-ms-backdrop, body .page, body .page-content {
  display: flex !important;
}
body *::-ms-backdrop, body .page-style1 .page-single {
  display: block !important;
}
body *::-ms-backdrop, body .page-content img {
  min-width: 50%;
}
body *::-ms-backdrop, body .chat-conatct-list .option-dots {
  padding: 2px 12px !important;
}
body .sidenav-toggled .header.py-4 .header-brand .header-brand-img.desktop-lgo {
  display: flex !important;
  margin: 0;
}
body *::-ms-backdrop, body .chat-conatct-list .media {
  overflow: visible;
}
body #flotChart3 {
  max-width: none;
  height: 100px;
  margin-top: -50px;
  bottom: -8px;
}
body #flotChart3 canvas {
  width: 120% !important;
  left: -12px !important;
}
body #flotChart1 {
  max-width: none;
  height: 100px;
  margin-top: -50px;
  bottom: -8px;
}
body #flotChart1 canvas {
  width: 120% !important;
  left: -12px !important;
}
body #flotChart5 {
  max-width: none;
  height: 100px;
  margin-top: -50px;
  bottom: -8px;
}
body #flotChart5 canvas {
  width: 120% !important;
  left: -12px !important;
}
body #flotChart6 {
  max-width: none;
  height: 100px;
  margin-top: -50px;
  bottom: -8px !important;
}
body #flotChart6 canvas {
  width: 120% !important;
  left: -12px !important;
}
body .customer {
  background-color: #deb504;
}
body .customer-sales {
  background-color: #df379a;
}
body .fa-envelope, body .fa-shopping-cart, body .fa-gift, body .fa-windows {
  font-size: 18px !important;
}
body .dash1 {
  color: #fff !important;
  content: "";
  position: absolute;
  width: 100%;
  background-image: linear-gradient(to right, #664dc9, #9884ea);
}
body .dash2 {
  color: #fff !important;
  content: "";
  position: absolute;
  width: 100%;
  background-image: linear-gradient(to right, #1D976C, #2fd38a);
}
body .dash3 {
  color: #fff !important;
  content: "";
  position: absolute;
  width: 100%;
  background-image: linear-gradient(to right, #fa5420, #f6a800);
}
body .dash4 {
  color: #fff !important;
  content: "";
  position: absolute;
  width: 100%;
  background-image: linear-gradient(to right, #5b73e8, #44c4fa);
}
body .dash-icon {
  width: 3rem;
  height: 3rem;
  line-height: 3.5rem;
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
body .dash-icon i {
  font-size: 24px !important;
}
body .activity-timeline {
  border: 1px solid transparent;
  width: 36px;
  height: 36px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  border-radius: 50%;
  position: absolute;
  background-color: #f0f3fa;
}
body .recent-subcontent {
  font-size: 16px;
  font-weight: 600;
}
body .activity-timeline-content {
  margin-left: 52px;
}
body .sub-content {
  color: #9f9fa0 !important;
}
body .activity-timeline-content span a:hover {
  text-decoration: underline;
}
body ul.recent-activity {
  position: relative;
}
body .recent-activity li {
  padding: 0rem 1.5rem 0rem 1.5rem;
}
body .header .main-header-end .nav-link.icon {
  padding: 2.2rem 0.75rem !important;
  border-right: 1px solid #e6ebf1;
  margin: 0px;
}
body .header .profile-dropdown {
  padding: 0.95rem;
  border-right: 1px solid #e6ebf1 !important;
  border-right: 0px;
}
body .header .profile-dropdown .nav-link {
  padding: 0;
}
body #fullscreen-button {
  border-left: 1px solid #e6ebf1;
}
@media (min-width: 768px) {
  body .mobile-main-header {
    display: none !important;
  }
  body .navbar-toggler {
    display: none;
  }
}
body .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
body .navbar-toggler-icon {
  color: #664dc9;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
body .demo-icon {
  border-right: 0px !important;
}
@media (max-width: 568px) {
  body .header-brand-img {
    height: 2rem;
    top: 22px;
  }
  body .dark-mode .header-brand-img.dark-logo {
    margin-top: 0px !important;
  }
}
@media (max-width: 767.98px) {
  body .register-2 .header-brand-img {
    display: none !important;
  }
  body .navbar-toggler.navresponsive-toggler {
    padding: 0px !important;
  }
  body .navbar-toggler.navresponsive-toggler:focus {
    box-shadow: none;
  }
  body .navbar-toggler.navresponsive-toggler i {
    margin-top: 10px !important;
  }
  body .demo-icon .header-icon {
    margin-top: 18px !important;
  }
  body .responsive-navbar .dropdown-menu.show {
    padding: 0.5rem 0rem !important;
  }
  body .app-header .form-control:focus {
    border-color: #dfdfef;
  }
  body .responsive-navbar .collapsing .dropdown-menu {
    display: none !important;
  }
  body .responsive-navbar .collapse.show .dropdown-menu.show {
    display: block !important;
  }
  body .header .main-header-end .nav-link.icon {
    padding: 1.8rem 0.3rem !important;
  }
  body .header .profile-dropdown {
    padding: 0.7rem 0.5rem 0.7rem 0.5rem;
    border-right: 1px solid #e6ebf1 !important;
  }
  body .header-message, body .header-notify, body .profile-dropdown, body .navsearch, body .search-element {
    display: none !important;
  }
  body .mobile-main-header .header-message, body .mobile-main-header .header-notify, body .mobile-main-header .profile-dropdown, body .mobile-main-header .navsearch {
    position: inherit;
    display: block !important;
  }
  body .search-show .mobile-main-header .search-element {
    position: absolute;
    z-index: 998;
    display: block !important;
    background: #fff !important;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    padding: 12px;
  }
  body .search-show .mobile-main-header .search-element .mobile-view-search {
    border: 0;
    padding-left: 55px;
    padding-right: 40px;
    margin-top: 1px;
    padding-bottom: 6px;
  }
  body .search-show .mobile-main-header .search-element .btn {
    position: absolute;
    left: 7px;
    top: 10px;
  }
  body .search-show .mobile-main-header .search-element .btn:focus {
    box-shadow: none;
  }
  body .search-show .mobile-main-header .search-element .close-btn {
    top: 16px !important;
  }
  body .mobile-main-header .header-avatar1 {
    margin-top: 4px !important;
  }
  body .app-header .header-brand .header-brand-img, body .mobile-logo .dark-logo {
    display: none;
  }
  body .desktop-lgo {
    display: block !important;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
  }
  body .app-sidebar__toggle {
    border-right: 0px !important;
  }
  body #fullscreen-button {
    display: none;
  }
  body .app-header {
    padding-bottom: 0px !important;
  }
  body .nav-link.icon .header-icon {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background: transparent;
    padding: 8px;
    margin-top: 4px;
  }
  body .app-header .header-brand {
    margin-right: 0;
  }
  body .page-header {
    margin-top: 10px !important;
  }
  body #message-menu1 {
    height: 300px;
  }
  body .app-sidebar__toggle {
    margin: 0px;
    padding: 1rem 0.75rem !important;
    font-size: 1.2rem;
    border-right: 1px solid #e6ebf1;
    position: relative;
  }
  body .pulse {
    display: block;
    position: absolute;
    top: 18px;
    right: 17px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f72d66;
    cursor: pointer;
    animation: pulse 2s infinite;
  }
  body .side-badge {
    top: 13px !important;
  }
  body .app-header .header-brand {
    padding-top: 12px;
  }
  body .header-notify .show.dropdown-menu {
    top: 45px;
  }
  body .app-header {
    z-index: 9999;
  }
  body .dropdown-menu.show {
    top: 59px;
    left: 0px;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border: 1px solid #e6ebf1;
    box-shadow: -8px 12px 18px 0 rgba(15, 34, 58, 0.1);
    padding: 0px !important;
  }
  body .dropdown-menu-arrow.dropdown-menu-start:before {
    display: none !important;
  }
  body .dropdown-menu-arrow.dropdown-menu-start:after {
    display: none !important;
  }
  body .close-btn {
    position: absolute;
    right: 25px;
    font-size: 20px;
    top: 12px;
    color: #728096;
  }
  body .navbar-toggler {
    margin-top: 8px !important;
  }
}
body .main-header-right {
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  body .search-element {
    margin-left: 10px;
    top: 16px;
  }
  body .search-bar-escape {
    display: none;
  }
}
body .widget-user-image img {
  box-shadow: 0 0 0 4px #eeeef3 !important;
  border: 3px solid #f5f6f8 !important;
}
body .zoom img:hover {
  transform: scale(0.96) !important;
  transition: 0.3s ease;
}
body .no-border input[type=text] {
  background-color: none;
  outline: 0;
  font-size: 14px;
  width: 150px;
  height: 30px;
  color: #664dc9;
}
body .shopping-carttable .input-group .input-group-btn:first-child {
  border: 1px solid #e6ebf1;
  border-right: 0;
  height: 37px;
  border-radius: 7px 0 0 7px;
}
body .shopping-carttable .input-group .input-group-btn:last-child {
  border: 1px solid #e6ebf1;
  border-left: 0;
  height: 37px;
  border-radius: 0 7px 7px 0;
}
body .register-3 {
  background-image: url(../../assets/images/photos/register.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
body .register-3 hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}
body .register-3 .hrregister3 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
  background-color: transparent;
}
body .register-3 .form-control {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff;
}
body .register-3 .form-control:focus {
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
  background-color: #5c45b5;
}
body .register-3 .input-group-text {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #755fce !important;
  color: rgba(255, 255, 255, 0.5);
  border-right: 0 !important;
}
body .register-3 input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body .register-3 input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body .register-3 .custom-control-label:before {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.5);
}
body .register-3 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
}
body .register-3 .btn-list .btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
body .register-2 {
  background-image: url(../../assets/images/photos/register2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
body .register-2:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(102, 77, 201, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body .register-2 .input-group-prepend .input-group-text {
  border: 1px solid #e6ebf1;
  border-radius: 5px 0px 0px 5px;
}
body .register-2 .form-control:focus {
  border-color: #e6ebf1 !important;
}
body .register-2 hr.divider:after {
  content: "OR";
  display: block;
  position: relative;
  top: -1.5em;
  font-size: 11px;
  padding: 0 0.25em;
  background: #755fce;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 9;
  left: 0;
  right: 0;
  line-height: 30px;
  margin: 0 auto;
  font-weight: 500;
  border: 1px solid #cecddc;
  text-align: center;
}
body .register-2 .divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
body .register-2 .input-group-text {
  border-right: 0 !important;
}
body .register1 {
  position: relative;
}
body .register1 .input-group-prepend .input-group-text {
  border: 1px solid #e6ebf1;
  border-radius: 5px 0px 0px 5px;
}
body .register1 .form-control:focus {
  border-color: #e6ebf1 !important;
}
body .register1 .input-group-text {
  border-right: 0 !important;
}
body .register1 .custom-content .text-white-50 {
  color: white !important;
}
body .register-1 {
  background: url(../../assets/images/photos/register3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
  border-radius: 7px 0px 0px 7px;
  overflow: hidden;
}
body .register-1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(102, 77, 201, 0.85);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body .register-1 .custom-content {
  position: relative;
}
body .construction {
  background-image: url(../../assets/images/photos/register4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
}
body .construction:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(#2c3e50, #bdc3c7);
  opacity: 0.5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body .construction .custom-content {
  position: relative;
}
body .construction .countdown li:nth-child(1) {
  background-image: linear-gradient(to right, #664dc9, #876eef);
}
body .construction .countdown li:nth-child(2) {
  background-image: linear-gradient(to right, #1D976C, #47b182);
}
body .construction .countdown li:nth-child(3) {
  background-image: linear-gradient(to right, #fa5420, #ea7f5d);
}
body .construction .countdown li:nth-child(4) {
  background-image: linear-gradient(to right, #5b73e8, #43a0c7);
}
body .bg-contacthead {
  border-radius: 0 8px 0 0;
  background-image: url(../images/photos/contact-3.jpg);
  position: relative;
}
body .bg-contacthead:before {
  content: "";
  background: linear-gradient(to right top, #664dc9, #6357d1, #6161d9, #5e6ae1, #5b73e8);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0px;
  top: 0px;
  opacity: 0.7;
  border-radius: 0 8px 0 0 !important;
}
body .main-contact-info-header .media {
  position: relative;
}
body .bg-gradient {
  background: url(../images/photos/contact-2.jpg) !important;
  position: relative;
  background-position: center;
  background-size: cover;
}
body .bg-gradient:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right top, #664dc9, #6357d1, #6161d9, #5e6ae1, #5b73e8) !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 0.3rem;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
body .bg-gradient p, body .bg-gradient small {
  position: relative;
}
body .bg-gradient .option-dots {
  position: relative;
  color: #fff !important;
}
body .headerstyle-1 .header .nav-unread {
  top: 0.17rem;
  right: 0.95rem;
}
body .headerstyle-1 .header .notifyimg {
  height: 40px;
  line-height: 40px;
}
body .headerstyle-1 .header .dropdown-menu {
  animation-name: none;
  animation: none;
  left: initial !important;
  top: 0px !important;
}
body .headerstyle-2 .header .header-brand .header-brand-img {
  margin-top: 2px;
}
body .headerstyle-2 .header .notifyimg {
  height: 40px;
  line-height: 40px;
}
body .headerstyle-2 .header .form-inline .form-control {
  margin-top: -5px;
}
body .headerstyle-2 .header .form-inline .btn {
  top: -16px;
  padding-top: 18px !important;
}
body .headerstyle-2 .header .dropdown-menu {
  animation-name: none;
  animation: none;
  left: initial !important;
  top: 0px !important;
}
body .headerstyle-2 .header .search-element {
  top: 0px !important;
}
body .headerstyle-2 .header .nav-unread {
  top: 0.2rem;
  right: 0.9rem;
}
body .headerstyle-2 .header .bg-warning {
  right: 6px;
}
body .headerstyle-2 .header .form-inline .form-control {
  padding-top: 7px;
}
@media (max-width: 767px) {
  body .headerstyle-2 .header .header-brand-img {
    display: none;
  }
}
body .headerstyle-3 .header .header-brand .header-brand-img {
  margin-top: 12px;
}
body .headerstyle-3 .header .profile-dropdown {
  border-right: 0px solid #e6ebf1 !important;
}
body .headerstyle-3 .header .nav-link.icon .header-icon {
  margin-top: 30px;
}
body .headerstyle-3 .header .pulse {
  right: 8px;
  top: 19px;
}
body .headerstyle-3 .header .dropdown-menu {
  animation-name: none;
  animation: none;
  left: initial !important;
  top: 0px !important;
}
body .headerstyle-3 .header .profile-dropdown .show.dropdown-menu[data-popper-placement^=bottom] {
  left: 0px !important;
}
@media (max-width: 767px) {
  body .headerstyle-3 .header .header-brand-img {
    display: none;
  }
}
body .app-header .container-fluid {
  width: 100%;
}
body .example-popover {
  z-index: 99 !important;
}
@media (max-width: 1440px) and (min-width: 1024px) {
  body .recent-activity {
    height: 420px !important;
  }
}
body .table-inbox tr:last-child {
  border-bottom-color: #e6ebf1 !important;
}
body .register-icons .btn:hover .fa {
  color: white !important;
}
@media (min-width: 768px) {
  body .dark-mode .sidenav-toggled .app-sidebar__logo {
    padding: 13px 9px !important;
  }
}
body .btn-close {
  font-size: 25px;
  background-image: none !important;
  margin-top: -6px;
}
body .dark-layout {
  display: none;
}
@media (min-width: 768px) {
  body .theme-layout {
    border-right: 0px !important;
  }
  body .dark-mode .theme-layout {
    border-right: 0px !important;
  }
}
body .responsive-search-icon .header-icon.search-icon {
  fill: #fff !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  body .search-element {
    display: none;
  }
  body .responsive-search {
    display: block !important;
  }
  body .responsive-navbar .collapse {
    display: block !important;
  }
  body .theme-layout {
    border-left: 0px solid #e6ebf1 !important;
  }
  body .responsive-search .search-icon {
    margin-top: 5px;
  }
}
body .btn-primary-color:focus {
  box-shadow: none !important;
}
@media (max-width: 480px) {
  body .responsive-navbar .badge {
    margin: 0px;
  }
}
@media (min-width: 768px) {
  body #checkoutsteps .checkoutline {
    height: 3px;
    background-color: #eaedf7;
    transform: translateY(1.7rem);
    margin: 0 11%;
    position: relative;
    z-index: 0;
    top: 28px;
  }
}
body #checkoutsteps ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: flex;
}
body #checkoutsteps ul[role=tablist] li {
  display: flex;
  z-index: 0;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: auto;
  flex: 1;
  flex-basis: auto;
  font-weight: 500;
  font-size: 1.1rem;
}
body #checkoutsteps > .steps a {
  display: block;
  width: auto;
  background-color: transparent;
  color: #2d2c40;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 0;
  text-decoration: none;
  border-radius: 30px;
  cursor: default;
  text-align: center;
  outline: none;
}
body .wizard > .steps > ul li .current-info {
  display: none;
}
body #checkoutsteps > .steps .current a .number {
  background: #664dc9;
  color: #ffffff;
}
body #checkoutsteps .item .thumb {
  display: inline-flex;
  width: 100px;
  height: 90px;
  justify-content: center;
  align-items: center;
  border: 1px solid #f2f2f2;
}
body #checkoutsteps .item .left {
  display: flex;
  align-items: center;
}
body #checkoutsteps .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
body #checkoutsteps .item .purchase {
  text-decoration: none;
}
body #checkoutsteps .item .purchase {
  display: inline-block;
  margin-left: 21px;
}
body #checkoutsteps .total {
  float: right;
  color: #664dc9;
}
body #checkoutsteps > .steps {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 0;
}
body #checkoutsteps.wizard {
  border-radius: 10px;
}
body .wizard > .content > .title {
  font-size: 18px;
  color: #8f9cc0;
  font-weight: 700;
  margin-bottom: 5px;
  display: none;
}
body .wizard > .content > .body {
  float: none;
  position: static;
  width: auto;
  height: auto;
}
body .wizard > .content > .title.current {
  display: none !important;
}
body .card-pay .tabs-menu.nav li {
  border-right: 1px solid #e6ebf1;
}
body .card-pay .tabs-menu.nav li:last-child {
  border-right: 0px;
}
body .dark-mode .card-pay .tabs-menu.nav li {
  border-right: 1px solid #32394e;
}
body .dark-mode .card-pay .tabs-menu.nav li:last-child {
  border-right: 0px;
}
body .card-pay .tabs-menu li {
  width: 33.3%;
  display: block;
}
body .card-pay .tabs-menu li a.active {
  background: #664dc9;
  color: #ffffff;
}
body .card-pay .tabs-menu li a {
  padding: 0.7rem 1rem;
  display: block;
  text-align: center;
}
body .card-pay .tabs-menu {
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  body #checkoutsteps > .steps .number {
    background-color: #eaedf7;
    color: #9197ab;
    font-size: 20px;
    font-weight: 600;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
  }
}
@media (max-width: 767px) {
  body #checkoutsteps > .steps .number {
    background-color: #eaedf7;
    color: #9197ab;
    font-size: 15px;
    font-weight: 600;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
  }
}
@media (max-width: 767px) {
  body #checkoutsteps > .steps a {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  body #checkoutsteps .checkoutline {
    height: 3px;
    background-color: #eaedf7;
    transform: translateY(1.7rem);
    margin: 0 11%;
    position: relative;
    z-index: 0;
    top: 20px;
  }
}
body .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 15px;
}
body .panel-group1 .panel-body {
  padding: 15px;
}
body .header .profile-dropdown .dropdown-menu {
  min-width: 10rem;
}
body .apexcharts-legend {
  margin: -11px;
}
body .apexcharts-xaxis text, body .apexcharts-yaxis text {
  fill: #8897a5;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
body .Recent-transactions-img {
  width: 37px;
  height: 37px;
  text-align: center;
  justify-content: center;
  line-height: 37px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  body .theme-layout {
    border-left: 1px solid #e6ebf1;
  }
}
body .page-rightheader .btn-pill {
  border-radius: 0.25rem;
}
body .cart-items-remove {
  position: relative;
}
body .img-options-remove {
  position: absolute;
  left: 16px;
  font-size: 16px;
  margin-top: -10px;
}
body .tabs-menu .shop-des-tabs li .active {
  background: #664dc933;
  color: #664dc9 !important;
  border: 1px solid #664dc9;
}
body .user-contact-list .option-dots:focus {
  background-color: #f0f0f2;
}
body .user-contact-list .option-dots:focus i {
  color: #664dc9;
}
body .user-contact-list .dropdown-menu {
  border-radius: 0.25rem;
}
body .user-contact-list .card-header.bg-gradient {
  border-radius: 0.3rem !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body .media {
  margin-top: 0px !important;
}
body .calendar-image {
  margin-top: 2.5rem;
}
body .dataTables_length .form-select {
  border: 1px solid #e6ebf1;
  color: #495047;
}
body table.table-bordered.dataTable th:first-child, body table.table-bordered.dataTable th:first-child, body table.table-bordered.dataTable td:first-child, body table.table-bordered.dataTable td:first-child {
  border-left-width: 0px !important;
}
body #delete-datatable tr {
  cursor: pointer;
}
body #delete-datatable tr.selected {
  background: #F3F6F8;
}
body .progress-bar-custom {
  background-color: #6563ff;
}
body .ql-bubble .ql-tooltip {
  background-color: #fff !important;
}
body .ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #fff !important;
}
body #validationCustom04 {
  border: 1px solid #e6ebf1;
}
body hr:not([size]) {
  height: 0px !important;
}
body .example .btn:hover .badge {
  background-color: white !important;
  color: #495047;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
}
body .multi-wrapper .item-1:hover {
  color: #664dc9 !important;
}
@media (max-width: 992px) {
  body .invoicedetailspage {
    margin-top: 10px;
  }
}
body .product-details .tabs-menu ul li .active {
  background-color: transparent !important;
}
body .product-details .tabs-menu ul li a {
  border: 0px !important;
}
@media (max-width: 500px) {
  body .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-top: 5px;
  }
}
body .purchase {
  color: #495047 !important;
}
body .register1:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #ebebf3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body .register-3:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(102, 77, 201, 0.1);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  body .register1 .bg-white {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
  }
}
@media (max-width: 767px) {
  body .register-3 .header-brand-img {
    display: none !important;
  }
}
body #left-defaults, body #right-defaults, body #left-events {
  touch-action: none;
}
body #spark1 .apexcharts-tooltip .apexcharts-marker, body #spark1 .apexcharts-area-series .apexcharts-area, body #spark1 .apexcharts-line, body #spark2 .apexcharts-tooltip .apexcharts-marker, body #spark2 .apexcharts-area-series .apexcharts-area, body #spark2 .apexcharts-line, body #spark3 .apexcharts-tooltip .apexcharts-marker, body #spark3 .apexcharts-area-series .apexcharts-area, body #spark3 .apexcharts-line, body #spark4 .apexcharts-tooltip .apexcharts-marker, body #spark4 .apexcharts-area-series .apexcharts-area, body #spark4 .apexcharts-line {
  pointer-events: none;
  fill: transparent;
}
body .legend {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: 6px;
}
body .morris-legends {
  margin-bottom: 0;
  list-style: none;
  padding-left: 10px;
  text-align: center;
}
body .bg-primary-light-1 {
  background-color: #8976d5;
}
body .bg-primary-light-2 {
  background-color: #ab9de1;
}
body .bg-success-light-1 {
  background-color: #5dd59f;
}
body .bg-success-light-2 {
  background-color: #85e0b7;
}
body .bg-warning-light-1 {
  background-color: #ffbb33;
}
body .bg-warning-light-2 {
  background-color: #ffcc66;
}
body .bg-danger-light-1 {
  background-color: #f37272;
}
body .bg-danger-light-2 {
  background-color: #f7a1a1;
}
body .btn-animation .btn-loaders:after {
  content: "";
  animation: loader 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  display: block;
  height: 1.4em;
  width: 1.4em;
  position: absolute;
  right: 20px !important;
  top: calc(50% - 0.7em);
  transform-origin: center;
  position: absolute !important;
}
body .btn-animation .loading {
  margin-right: 20px;
}
body .btn-animation .btn-loaders {
  color: #fff !important;
  pointer-events: none;
  position: relative;
  padding-right: 46px;
}
body .mr-negative-16 {
  margin-right: -18px;
}
body .pos-static {
  position: static;
}
body #tabs-style4 .tabs-menu ul li a {
  margin: 3px 3px 3px 40px;
}
@media (max-width: 767px) {
  body .register-icons {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  body .btn-close {
    margin-top: 6px;
  }
}
@media (max-width: 480px) {
  body .badge {
    margin: 0 !important;
  }
}
body .nav-link {
  color: #664dc9;
}
@media (max-width: 480px) {
  body .tabs-menu ul li {
    margin: 0px;
  }
  body #tabs-style4 .tabs-menu ul li a {
    margin: 3px 0px 3px 0px;
  }
  body .pro-details li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 568px) {
  body .card-pay .tabs-menu li {
    width: 100%;
  }
  body .construction .display-3 {
    font-size: 2.5rem;
  }
  body .pro-user-username {
    margin-top: 1.5rem;
  }
}
body .widget-user-image1 .avatar {
  width: 9rem;
  height: 9rem;
}
@media (max-width: 1025px) {
  body .pro-user-username {
    margin-top: 1.5rem;
  }
}
@media (max-width: 327px) {
  body .profile-share button.pull-right {
    float: none;
  }
  body .comming .display-2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  body .main-profile-contact-list .media {
    margin-top: 15px !important;
  }
}
body #spark1 .apexcharts-canvas, body #spark2 .apexcharts-canvas, body #spark3 .apexcharts-canvas, body #spark4 .apexcharts-canvas {
  width: auto !important;
}
body .apexcharts-tooltip.light {
  border: 1px solid transparent !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
body .apexcharts-tooltip.light .apexcharts-tooltip-title {
  background: rgba(255, 255, 255, 0.1) !important;
  border-bottom: 1px solid transparent !important;
}
body .apexcharts-yaxis-texts-g {
  color: #fff !important;
}
body .country {
  width: 1.1rem !important;
  height: 0.8rem !important;
  line-height: 1.4rem !important;
}
body .country-selector {
  padding: 0.3rem;
  border-right: 1px solid #e6ebf1 !important;
}
body .country-selector .nav-link {
  color: #495046;
}
body .country-selector .nav-link:hover {
  color: #495046 !important;
}
body .search-bar-escape {
  display: none !important;
}
body .dimmer {
  position: relative;
}
body .dimmer .loader {
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
body .dimmer.active .loader {
  display: block;
}
body .dimmer.active .dimmer-content {
  opacity: 0.04;
  pointer-events: none;
}
body .spinner3 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
}
body .dot1 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}
body .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
body .spinner4 {
  margin: 100px auto;
  width: 70px;
  text-align: center;
}
body .spinner4 > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
body .spinner4 .bounce1 {
  animation-delay: -0.32s;
}
body .spinner4 .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
body .sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
body .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body .sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
body .sk-circle .sk-circle2 {
  transform: rotate(30deg);
}
body .sk-circle .sk-circle3 {
  transform: rotate(60deg);
}
body .sk-circle .sk-circle4 {
  transform: rotate(90deg);
}
body .sk-circle .sk-circle5 {
  transform: rotate(120deg);
}
body .sk-circle .sk-circle6 {
  transform: rotate(150deg);
}
body .sk-circle .sk-circle7 {
  transform: rotate(180deg);
}
body .sk-circle .sk-circle8 {
  transform: rotate(210deg);
}
body .sk-circle .sk-circle9 {
  transform: rotate(240deg);
}
body .sk-circle .sk-circle10 {
  transform: rotate(270deg);
}
body .sk-circle .sk-circle11 {
  transform: rotate(300deg);
}
body .sk-circle .sk-circle12 {
  transform: rotate(330deg);
}
body .sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}
body .sk-circle .sk-circle3:before {
  animation-delay: -1s;
}
body .sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}
body .sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}
body .sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}
body .sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}
body .sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}
body .sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}
body .sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}
body .sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}
body .sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
body .sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
body .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
body .sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}
body .sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}
body .sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}
body .sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}
body .sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}
body .sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}
body .sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}
body .sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}
body .sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
body .sk-folding-cube {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}
body .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}
body .sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
body .sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}
body .sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}
body .sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}
body .sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}
body .sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}
body .sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
body .spinner5 {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
body .spinner5 > div {
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
body .spinner5 .rect2 {
  animation-delay: -1.1s;
}
body .spinner5 .rect3 {
  animation-delay: -1s;
}
body .spinner5 .rect4 {
  animation-delay: -0.9s;
}
body .spinner5 .rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
body .spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
body .spinner-lg {
  width: 100px;
  height: 100px;
  margin: 100px auto;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
body .spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
body .spinner1-lg {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 100px auto;
}
body .double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
body .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
  animation-delay: -1s;
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
body .spinner2 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
body .cube1 {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
body .cube2 {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-cubemove 1.8s infinite ease-in-out;
  animation-delay: -0.9s;
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
body .lds-heart {
  position: relative;
  width: 64px;
  height: 64px;
  transform: rotate(45deg);
  transform-origin: 32px 32px;
  margin: 100px auto;
}
body .lds-heart div {
  top: 23px;
  left: 19px;
  position: absolute;
  width: 26px;
  height: 26px;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
body .lds-heart div:after {
  content: " ";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
}
body .lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  left: -17px;
  border-radius: 50% 0 0 50%;
}
body .lds-heart div:after {
  top: -17px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}
body .lds-ring {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 100px auto;
}
body .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
body .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
body .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
body .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .lds-hourglass {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
body .lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
body .loader7 {
  position: relative;
  margin: 100px auto;
  width: 100px;
  height: 40px;
}
body .circles {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #664dc9;
  border-radius: 50%;
  animation: loading 1.5s cubic-bezier(0.8, 0.5, 0.2, 1.4) infinite;
  transform-origin: bottom center;
  position: relative;
}
@keyframes loading {
  0% {
    transform: translateY(0px);
    background-color: #664dc9;
  }
  50% {
    transform: translateY(50px);
    background-color: #4d30c5;
  }
  100% {
    transform: translateY(0px);
    background-color: #3917c2;
  }
}
body .circle-1 {
  animation-delay: 0.1s;
}
body .circle-2 {
  animation-delay: 0.2s;
}
body .circle-3 {
  animation-delay: 0.3s;
}
body .circle-4 {
  animation-delay: 0.4s;
}
body .circle-5 {
  animation-delay: 0.5s;
}
body .loader8 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  overflow: hidden;
  margin: 100px auto;
}
body .circle1 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .circle1:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
}
body .circle-1 {
  background-color: #49b8e5;
}
body .circle-1:before {
  background-color: #49b8e5;
  animation-delay: 200ms;
}
body .circle-2 {
  background-color: #1e98d4;
}
body .circle-2:before {
  background-color: #1e98d4;
  animation-delay: 400ms;
}
body .circle-3 {
  background-color: #2a92d0;
}
body .circle-3:before {
  background-color: #2a92d0;
  animation-delay: 600ms;
}
body .circle-4 {
  background-color: #3a88c8;
}
body .circle-4:before {
  background-color: #3a88c8;
  animation-delay: 800ms;
}
body .circle-5 {
  background-color: #507cbe;
}
body .circle-5:before {
  background-color: #507cbe;
  animation-delay: 1000ms;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
body .table {
  color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
body .text-wrap table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
body .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e6ebf1;
}
body .text-wrap table th, body .text-wrap table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e6ebf1;
}
body .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e6ebf1;
}
body .table td:hover, body .table td:focus {
  outline: 0;
  box-shadow: none;
}
body .border {
  vertical-align: top;
  border: 1px solid #e6ebf1;
}
body .table thead th, body .text-wrap table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e6ebf1;
  border-top: 0;
  border-bottom-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
body .table tbody + tbody, body .text-wrap table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
body .table .table, body .text-wrap table .table, body .table .text-wrap table {
  background-color: #f0f0f270;
}
body .text-wrap .table table, body .text-wrap table table {
  background-color: #f0f0f270;
}
body .table-sm th, body .table-sm td {
  padding: 0.3rem;
}
body .table-bordered, body .text-wrap table, body .table-bordered th, body .text-wrap table th, body .table-bordered td, body .text-wrap table td {
  border: 1px solid #e6ebf1;
}
body .table-bordered thead th, body .text-wrap table thead th, body .table-bordered thead td, body .text-wrap table thead td {
  border-bottom-width: 1px;
}
body .table-borderless th, body .table-borderless td, body .table-borderless thead th, body .table-borderless tbody + tbody {
  border: 0;
}
body .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f0f0f2;
  background: transparent;
}
body .table-hover tbody tr:hover {
  background-color: rgba(240, 240, 242, 0.5);
}
body .table-success {
  background-color: #38cb89;
}
body .table-success > th, body .table-success > td {
  background-color: #38cb89;
}
body .table-hover .table-success:hover {
  background-color: #c5e7a4;
}
body .table-hover .table-success:hover > td, body .table-hover .table-success:hover > th {
  background-color: #c5e7a4;
}
body .table-info {
  background-color: #cbe7fb;
}
body .table-info > th, body .table-info > td {
  background-color: #cbe7fb;
}
body .table-hover .table-info:hover {
  background-color: #b3dcf9;
}
body .table-hover .table-info:hover > td, body .table-hover .table-info:hover > th {
  background-color: #b3dcf9;
}
body .table-warning {
  background-color: #fbeebc;
}
body .table-warning > th, body .table-warning > td {
  background-color: #fbeebc;
}
body .table-hover .table-warning:hover {
  background-color: #fae8a4;
}
body .table-hover .table-warning:hover > td, body .table-hover .table-warning:hover > th {
  background-color: #fae8a4;
}
body .table-danger {
  background-color: #ef4b4b;
}
body .table-danger > th, body .table-danger > td {
  background-color: #ef4b4b;
}
body .table-hover .table-danger:hover {
  background-color: #ecacab;
}
body .table-hover .table-danger:hover > td, body .table-hover .table-danger:hover > th {
  background-color: #ecacab;
}
body .table-light {
  background-color: #fdfdfe;
}
body .table-light > th, body .table-light > td {
  background-color: #fdfdfe;
}
body .table-hover .table-light:hover {
  background-color: #ececf6;
}
body .table-hover .table-light:hover > td, body .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
body .table-dark {
  background-color: #c6c8ca;
}
body .table-dark > th, body .table-dark > td {
  background-color: #c6c8ca;
}
body .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
body .table-hover .table-dark:hover > td, body .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
body .table-active {
  background-color: rgba(0, 0, 0, 0.04);
}
body .table-active > th, body .table-active > td {
  background-color: rgba(0, 0, 0, 0.04);
}
body .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body .table-hover .table-active:hover > td, body .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.04);
}
body .table .thead-dark th, body .text-wrap table .thead-dark th {
  color: #f0f0f2;
  background-color: #212529;
  border-color: #32383e;
}
body .table .thead-light th, body .text-wrap table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
body .table-dark {
  color: #f0f0f2;
  background-color: #212529;
}
body .table-dark th, body .table-dark td, body .table-dark thead th {
  border-color: #32383e;
}
body .table-dark.table-bordered {
  border: 0;
}
body .text-wrap table.table-dark {
  border: 0;
}
body .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
body .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  body .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  body .table-responsive-sm > .table-bordered {
    border: 0;
  }
  body .text-wrap .table-responsive-sm > table {
    border: 0;
  }
  body .header-brand-img.dark-logo {
    display: none;
  }
  body .header-brand {
    margin-right: 0;
  }
  body .header-brand-img.mobile-logo {
    display: block;
    margin-left: 0.5rem;
  }
  body .header-brand-img.darkmobile-logo {
    display: none;
    margin-left: 0.5rem;
  }
  body .animated-arrow.hor-toggle {
    text-align: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    border-radius: 3px;
    top: 0;
    padding: 5px;
  }
}
@media (max-width: 767.98px) {
  body .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  body .table-responsive-md > .table-bordered {
    border: 0;
  }
  body .text-wrap .table-responsive-md > table {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  body .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  body .table-responsive-lg > .table-bordered {
    border: 0;
  }
  body .text-wrap .table-responsive-lg > table {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  body .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  body .table-responsive-xl > .table-bordered {
    border: 0;
  }
  body .text-wrap .table-responsive-xl > table {
    border: 0;
  }
}
body .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
body .table-responsive > .table-bordered {
  border: 0;
}
body .text-wrap .table-responsive > table {
  border: 0;
}
body .table th, body .text-wrap table th {
  color: #384b6e;
  text-transform: capitalize;
  font-size: 0.81rem;
  font-weight: 400;
}
body .table-md th, body .table-md td {
  padding: 0.5rem;
}
body .table-vcenter td, body .table-vcenter th {
  vertical-align: middle;
  border-top: 1px solid #e6ebf1;
  border-bottom: none;
}
body .table-center td, body .table-center th {
  text-align: center;
}
body .table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(240, 240, 242, 0.5);
}
body .table-calender {
  margin: 0 0 0.75rem;
}
body .table-calender td, body .table-calender th {
  border: 0;
  text-align: center;
  padding: 0 !important;
  width: 14.28571429%;
  line-height: 2.5rem;
}
body .table-calender td {
  border-top: 0;
}
body .table-calender-link {
  line-height: 2rem;
  min-width: calc(2rem + 2px);
  display: inline-block;
  border-radius: 3px;
  background: #f8f9fa;
  color: #495057;
  font-weight: 600;
  transition: 0.3s background, 0.3s color;
  position: relative;
}
body .table-calender-link:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  border-radius: 50px;
  background: #467fcf;
}
body .table-calender-link:hover {
  color: #fff;
  text-decoration: none;
  background: #467fcf;
  transition: 0.3s background;
}
body .table-calender-link:hover:before {
  background: #fff;
}
body .table-header {
  cursor: pointer;
  transition: 0.3s color;
}
body .table-header:hover {
  color: #495057 !important;
}
body .table-header:after {
  content: "\f0dc";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.75rem;
}
body .table-header-asc {
  color: #495057 !important;
}
body .table-header-asc:after {
  content: "\f0de";
}
body .table-header-desc {
  color: #495057 !important;
}
body .table-header-desc:after {
  content: "\f0dd";
}
body .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #e6ebf1;
}
body .table > :not(caption) > * > * {
  padding: 0.75rem;
  background-color: 1px;
  box-shadow: none;
}
body .table-bordered > :not(caption) > * {
  border-width: 0px 0;
}
body table {
  border-collapse: collapse !important;
}
body .table > tbody > tr > th {
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
}
body .table > tfoot > tr > td, body .table > tfoot > tr > th {
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
}
body .table > thead > tr > td, body .table > thead > tr > th {
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
}
body .widgets {
  font-size: 35px;
  padding: 20px;
}
body .widgetstext {
  top: 0;
  bottom: 0;
  padding: 20px 40px;
}
body .widget-line h4 {
  font-size: 24px;
  font-weight: 600;
}
body .fs {
  font-size: 25px;
}
body .widget-line p {
  font-size: 16px;
}
body .widget-line-list li {
  display: inline-block;
  font-size: 16px;
  line-height: 27px;
  padding: 5px 20px 0 15px;
  list-style-type: none;
}
body .media {
  display: flex;
  align-items: flex-left;
}
body .mediaicon {
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px 0px;
  border-radius: 20px;
}
body .media-body {
  flex: 1;
}
body .mediafont {
  font-size: 16px;
  font-weight: 600;
}
body .defaultheader .form-control.header-search::-moz-placeholder {
  color: #fff !important;
}
body .defaultheader .input-icon-addon, body .defaultheader .form-control.header-search::placeholder {
  color: #fff !important;
}
body .input-icon {
  position: relative;
}
body .input-icon .form-control:not(:last-child), body .input-icon .form-control:not(:first-child) {
  padding-left: 2.5rem;
}
body .input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  pointer-events: none;
}
body .input-icon-addon:last-child {
  left: auto;
}
body .form-fieldset {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}
body .form-required {
  color: #dc0441;
}
body .form-required:before {
  content: " ";
}
body .state-valid {
  padding-right: 2rem;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'><polyline points='20 6 9 17 4 12'></polyline></svg>") no-repeat center right 0.5rem/1rem;
}
body .state-invalid {
  padding-right: 2rem;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>") no-repeat center right 0.5rem/1rem;
}
body .form-help {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  color: #664dc9;
  background: #f6f6fa;
  border-radius: 50%;
  font-size: 0.75rem;
  transition: 0.3s background-color, 0.3s color;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 10px;
}
body .form-help:hover, body .form-help[aria-describedby] {
  background: #664dc9;
  color: #fff;
}
body .sparkline {
  display: inline-block;
  height: 2rem;
}
body .social-links li a {
  background: #f8f8f8;
  border-radius: 50%;
  color: #9aa0ac;
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
}
body .vmap-width {
  height: 300px;
  width: 100%;
}
body .map, body .chart {
  position: relative;
  padding-top: 56.25%;
}
body .map-square, body .chart-square {
  padding-top: 100%;
}
body .map-content, body .chart-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .map-header {
  margin-bottom: 1.5rem;
  height: 15rem;
  position: relative;
  margin-bottom: -1.5rem;
}
body .map-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10rem;
  background: linear-gradient(to bottom, rgba(245, 247, 251, 0) 5%, #f0f0f2 95%);
  pointer-events: none;
}
body .map-header-layer {
  height: 100%;
}
body .map-static {
  height: 120px;
  width: 100%;
  max-width: 640px;
  background-position: center center;
  background-size: 640px 120px;
}
@keyframes status-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.32;
  }
}
body .status-icon {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  background: currentColor;
  border-radius: 50%;
  transform: translateY(-1px);
  margin-right: 0.375rem;
  vertical-align: middle;
}
body .status-animated {
  animation: 1s status-pulse infinite ease;
}
body .chart-circle {
  display: block;
  height: 8rem;
  width: 8rem;
  position: relative;
  margin: 0 auto;
}
body .chart-circle canvas {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
body .chart-circle-xs {
  height: 2.5rem;
  width: 2.5rem;
  font-size: 0.8rem;
}
body .chart-circle-sm {
  height: 4rem;
  width: 4rem;
  font-size: 0.8rem;
}
body .chart-circle-md {
  height: 6rem;
  width: 6rem;
  font-size: 0.8rem;
}
body .chart-circle-lg {
  height: 10rem;
  width: 10rem;
  font-size: 0.8rem;
}
body .chart-circle-value {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
}
body .chart-circle-value small {
  display: block;
  color: #9aa0ac;
  font-size: 0.9375rem;
}
body .chips {
  margin: 0 0 -0.5rem;
}
body .team i {
  margin-left: 10px;
  float: right;
}
body .chips .chip {
  margin: 0 0.5rem 0.5rem 0;
}
body .chip {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6e7687;
  padding: 0 0.75rem;
  border-radius: 1rem;
  background-color: #e8ebf9;
  transition: 0.3s background;
}
body .chip .avatar {
  float: left;
  margin: 0 0.5rem 0 -0.75rem;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}
body a.chip:hover {
  color: #fff;
  text-decoration: none;
}
body .emp-tab table {
  margin-bottom: 0;
  border: 0;
}
body .stamp {
  color: #fff;
  background: #868e96;
  display: inline-block;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.25rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 3px;
  font-weight: 600;
}
body .stamp-md {
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body .stamp-lg {
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
body .chat {
  outline: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-right;
  min-height: 100%;
}
body .chat-line {
  padding: 0;
  text-align: right;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
body .chat-line + .chat-line {
  padding-top: 1rem;
}
body .chat-message {
  position: relative;
  display: inline-block;
  background-color: #467fcf;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  border-radius: 3px;
  white-space: normal;
  text-align: left;
  margin: 0 0.5rem 0 2.5rem;
  line-height: 1.4;
}
body .chat-message > :last-child {
  margin-bottom: 0 !important;
}
body .chat-message:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 7px;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #467fcf;
  border-top: 6px solid transparent;
}
body .chat-message img {
  max-width: 100%;
}
body .chat-message p {
  margin-bottom: 1em;
}
body .chat-line-friright {
  flex-direction: row;
}
body .chat-line-friright + .chat-line-friright {
  margin-top: -0.5rem;
}
body .chat-line-friright + .chat-line-friright .chat-author {
  visibility: hidden;
}
body .chat-line-friright + .chat-line-friright .chat-message:after {
  display: none;
}
body .chat-line-friright .chat-message {
  background-color: #f3f3f3;
  color: #495057;
  margin-left: 0.5rem;
  margin-right: 2.5rem;
}
body .chat-line-friright .chat-message:after {
  right: auto;
  left: -5px;
  border-start-width: 0;
  border-right: 5px solid #f3f3f3;
}
body .example {
  padding: 1.5rem;
  border-radius: 3px 3px 0 0;
  font-size: 0.9375rem;
}
body .example-bg {
  background: #f0f0f2;
}
body .example + .highlight {
  border-top: none;
  margin-top: 0;
  border-radius: 0 0 3px 3px;
}
body .highlight {
  margin: 0rem 0 2rem;
  border: 1px solid #e6ebf1;
  border-radius: 3px;
  font-size: 0.9375rem;
  max-height: 40rem;
  overflow: auto;
  background: #fcfcfc;
}
body .highlight pre {
  margin-bottom: 0;
  background-color: #e3e2e5;
}
body .example-column {
  margin: 0 auto;
}
body .example-column > .card:last-of-type {
  margin-bottom: 0;
}
body .example-column-1 {
  max-width: 20rem;
}
body .example-column-2 {
  max-width: 40rem;
}
body .timeline__item:after {
  background: #fff !important;
}
body .timeline--horizontal .timeline-divider {
  background: #f0f0f2 !important;
}
body .timeline__content {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  padding: 1.25rem;
  position: relative;
}
body #back-to-top {
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: none;
  text-align: center;
  border-radius: 4px !important;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 2px;
  height: 50px;
  width: 50px;
  line-height: 4;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
}
body #back-to-top i {
  padding-top: 15px;
  font-size: 16px;
}
body .tabs-menu ul li a {
  padding: 10px 20px 11px 20px;
  display: block;
  border: 0px solid #e6ebf1;
  margin: 3px;
  border-radius: 4px;
  font-weight: 500;
}
body .tabs-menu ul li .active {
  color: #664dc9 !important;
}
body .tabs-menu1 ul li a {
  padding: 10px 20px 11px 20px;
  display: block;
  font-weight: 500;
}
body .tabs-menu-body {
  padding: 15px;
  border: 1px solid #e6ebf1;
  border-radius: 0 0 5px 5px;
}
body .tabs-menu-body p:last-child {
  margin-bottom: 0;
}
body .tab-menu-heading {
  padding: 20px 0px 20px 0px;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
body .tab_wrapper .content_wrapper .tab_content.active p:last-child {
  margin-bottom: 0;
}
body .item-card .cardbody {
  position: relative;
  padding: 30px 15px;
  border-radius: 0 0 0.2rem 0.2rem;
}
body .item-card .cardtitle span {
  display: block;
  font-size: 0.75rem;
}
body .item-card .cardtitle a {
  font-weight: 400;
  text-decoration: none;
}
body .item-card .cardprice {
  position: absolute;
  right: 0;
}
body .item-card .cardprice span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
body .item-card .cardprice span.type--strikethrough {
  opacity: 0.5;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
}
body .features {
  overflow: hidden;
}
body .features h2 {
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
  font-size: 2.2em;
}
body .features h3 {
  font-size: 20px;
  font-weight: 600;
}
body .features span {
  color: #43414e;
  display: block;
  font-weight: 400;
  text-align: center;
}
body .feature .feature-svg {
  width: 25%;
}
body .feature .feature-svg3 {
  width: 12%;
}
body .col-sm-2 .feature {
  padding: 0;
  border: 0px;
  box-shadow: none;
}
body .feature .border {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 3em;
  line-height: 2em;
  vertical-align: middle;
  padding-top: 8px;
  border-radius: 50%;
  color: #fff;
}
body .feature p {
  margin-bottom: 0;
}
body .sub-panel-heading .tabs-menu ul li {
  display: block;
  width: 100%;
}
body .sub-panel-heading .tabs-menu ul li a.active {
  background: #fff;
  border-radius: 0;
}
body .sub-panel-heading .tabs-menu ul li:last-child {
  border-bottom: 0;
}
body .sub-panel-heading .tabs-menu ul li a {
  padding: 15px 20px;
}
body .invoicelist, body .invoicedetailspage {
  max-height: 600px;
  height: 600px;
  overflow: auto;
}
body .receipts-inline-table .tabs-menu1 ul li .active {
  background: #f8f8f9;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}
body .card-custom-icon {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #e2e2e9;
  width: 40px;
  height: 40px;
}
body .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
body .custom-control-input {
  position: absolute;
  z-index: 100;
  opacity: 0;
}
body .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f0f0f2, 0 0 0 2px rgba(70, 127, 207, 0.25);
}
body .custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #d4e1f4;
}
body .custom-control-input:disabled ~ .custom-control-label {
  color: #868e96;
}
body .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9e9eb;
}
body .custom-control-label {
  margin-bottom: 0;
  display: block;
  margin-top: 2px;
  line-height: 25px;
  vertical-align: middle;
}
body .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #dee2e6;
  left: 0;
}
body .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  left: 0;
}
body .custom-control-label-md {
  padding-left: 15px;
  padding-top: 6px;
}
body .custom-control-label-md::before, body .custom-control-label-md::after {
  top: 0.25rem !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
body .custom-control-md {
  min-height: 2rem !important;
}
body .custom-control-lg {
  min-height: 2.5rem;
}
body .custom-control-label-lg {
  padding-left: 15px;
  padding-top: 10px;
}
body .custom-control-label-lg::before, body .custom-control-label-lg::after {
  top: 0.25rem !important;
  width: 2rem !important;
  height: 2rem !important;
}
body .custom-checkbox .custom-control-label::before {
  border-radius: 3px;
}
body .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: none;
}
body .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
body .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
body .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #4454c3;
  opacity: 0.5;
}
body .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(70, 127, 207, 0.5);
}
body .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
body .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: none;
}
body .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
body .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #4454c3;
  opacity: 0.5;
}
body .custom-select {
  display: inline-block;
  width: 100%;
  height: 2.375rem;
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  line-height: 1.5;
  color: #6b6f80;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='#999' d='M0 0L10 0L5 5L0 0'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #e6ebf1;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .custom-select:focus {
  outline: 0;
  box-shadow: none;
}
body .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
body .custom-select[multiple], body .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
body .custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
body .custom-select::-ms-expand {
  opacity: 0;
}
body .custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 75%;
}
body div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  height: calc(1.8125rem + 2px);
}
body .custom-select-lg {
  height: calc(2.6875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 125%;
}
body .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.375rem;
  margin-bottom: 0;
}
body .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.375rem;
  margin: 0;
  opacity: 0;
}
body .custom-file-input:focus ~ .custom-file-label {
  border-color: #1991eb;
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}
body .custom-file-input:focus ~ .custom-file-label::after {
  border-color: #1991eb;
}
body .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
body .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e6ebf1;
  border-radius: 3px;
}
body .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.375rem - 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  content: "Browse";
  border-radius: 0 3px 3px 0;
}
body .custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #f0f0f2, 0 0 0 2px rgba(70, 127, 207, 0.25);
}
body .custom-range::-webkit-slider-thumb:active {
  background-color: #d4e1f4;
}
body .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  background: #467fcf;
  content: "";
  height: 2px;
  pointer-events: none;
}
body .custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #f0f0f2, 0 0 0 2px rgba(70, 127, 207, 0.25);
}
body .custom-range::-moz-range-thumb:active {
  background-color: #d4e1f4;
}
body .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  width: 240px;
  height: 2px;
  background: rgba(0, 50, 126, 0.12);
}
body .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 1rem;
  appearance: none;
  width: 240px;
  height: 2px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid rgba(0, 30, 75, 0.12);
  -ms-transition: 0.3s border-color, 0.3s background-color;
  transition: 0.3s border-color, 0.3s background-color;
}
body .custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #f0f0f2, 0 0 0 2px rgba(70, 127, 207, 0.25);
}
body .custom-range::-ms-thumb:active {
  background-color: #d4e1f4;
}
body .form-group {
  display: block;
}
body .form-label {
  display: block;
  margin-bottom: 0.375rem;
  font-weight: 500;
  font-size: 0.875rem;
}
body .form-label-small {
  float: right;
  font-weight: 400;
  font-size: 77.5%;
}
body .form-footer {
  margin-top: 2rem;
}
body .custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
body .custom-control-label:before {
  border: 1px solid #cccdd3;
  background-color: #fff;
  background-size: 0.5rem;
}
body .custom-control-description {
  line-height: 1.5rem;
}
body .input-group-prepend, body .input-group-append, body .input-group-btn {
  font-size: 0.9375rem;
}
body .input-group-prepend > .btn, body .input-group-append > .btn, body .input-group-btn > .btn {
  height: 100%;
  border-color: rgba(0, 40, 100, 0.12);
}
body .input-group-prepend > .input-group-text {
  border-right: 0;
}
body .input-group-append > .input-group-text {
  border-left: 0;
}
body .custom-range {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
  display: flex;
  height: 100%;
  min-height: 2.375rem;
  overflow: hidden;
  padding: 0;
  border: 0;
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .custom-range:focus {
  box-shadow: none;
  outline: none;
}
body .custom-range:focus::-webkit-slider-thumb, body .custom-range:focus::-moz-range-thumb, body .custom-range:focus::-ms-thumb {
  border-color: #467fcf;
  background-color: #467fcf;
}
body .custom-range::-moz-focus-outer {
  border: 0;
}
body .custom-range::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 50px;
  box-shadow: 1px 0 0 -6px rgba(0, 50, 126, 0.12), 6px 0 0 -6px rgba(0, 50, 126, 0.12), 7px 0 0 -6px rgba(0, 50, 126, 0.12), 8px 0 0 -6px rgba(0, 50, 126, 0.12), 9px 0 0 -6px rgba(0, 50, 126, 0.12), 10px 0 0 -6px rgba(0, 50, 126, 0.12), 11px 0 0 -6px rgba(0, 50, 126, 0.12), 12px 0 0 -6px rgba(0, 50, 126, 0.12), 13px 0 0 -6px rgba(0, 50, 126, 0.12), 14px 0 0 -6px rgba(0, 50, 126, 0.12), 15px 0 0 -6px rgba(0, 50, 126, 0.12), 16px 0 0 -6px rgba(0, 50, 126, 0.12), 17px 0 0 -6px rgba(0, 50, 126, 0.12), 18px 0 0 -6px rgba(0, 50, 126, 0.12), 19px 0 0 -6px rgba(0, 50, 126, 0.12), 20px 0 0 -6px rgba(0, 50, 126, 0.12), 21px 0 0 -6px rgba(0, 50, 126, 0.12), 22px 0 0 -6px rgba(0, 50, 126, 0.12), 23px 0 0 -6px rgba(0, 50, 126, 0.12), 24px 0 0 -6px rgba(0, 50, 126, 0.12), 25px 0 0 -6px rgba(0, 50, 126, 0.12), 26px 0 0 -6px rgba(0, 50, 126, 0.12), 27px 0 0 -6px rgba(0, 50, 126, 0.12), 28px 0 0 -6px rgba(0, 50, 126, 0.12), 29px 0 0 -6px rgba(0, 50, 126, 0.12), 30px 0 0 -6px rgba(0, 50, 126, 0.12), 31px 0 0 -6px rgba(0, 50, 126, 0.12), 32px 0 0 -6px rgba(0, 50, 126, 0.12), 33px 0 0 -6px rgba(0, 50, 126, 0.12), 34px 0 0 -6px rgba(0, 50, 126, 0.12), 35px 0 0 -6px rgba(0, 50, 126, 0.12), 36px 0 0 -6px rgba(0, 50, 126, 0.12), 37px 0 0 -6px rgba(0, 50, 126, 0.12), 38px 0 0 -6px rgba(0, 50, 126, 0.12), 39px 0 0 -6px rgba(0, 50, 126, 0.12), 40px 0 0 -6px rgba(0, 50, 126, 0.12), 41px 0 0 -6px rgba(0, 50, 126, 0.12), 42px 0 0 -6px rgba(0, 50, 126, 0.12), 43px 0 0 -6px rgba(0, 50, 126, 0.12), 44px 0 0 -6px rgba(0, 50, 126, 0.12), 45px 0 0 -6px rgba(0, 50, 126, 0.12), 46px 0 0 -6px rgba(0, 50, 126, 0.12), 47px 0 0 -6px rgba(0, 50, 126, 0.12), 48px 0 0 -6px rgba(0, 50, 126, 0.12), 49px 0 0 -6px rgba(0, 50, 126, 0.12), 50px 0 0 -6px rgba(0, 50, 126, 0.12), 51px 0 0 -6px rgba(0, 50, 126, 0.12), 52px 0 0 -6px rgba(0, 50, 126, 0.12), 53px 0 0 -6px rgba(0, 50, 126, 0.12), 54px 0 0 -6px rgba(0, 50, 126, 0.12), 55px 0 0 -6px rgba(0, 50, 126, 0.12), 56px 0 0 -6px rgba(0, 50, 126, 0.12), 57px 0 0 -6px rgba(0, 50, 126, 0.12), 58px 0 0 -6px rgba(0, 50, 126, 0.12), 59px 0 0 -6px rgba(0, 50, 126, 0.12), 60px 0 0 -6px rgba(0, 50, 126, 0.12), 61px 0 0 -6px rgba(0, 50, 126, 0.12), 62px 0 0 -6px rgba(0, 50, 126, 0.12), 63px 0 0 -6px rgba(0, 50, 126, 0.12), 64px 0 0 -6px rgba(0, 50, 126, 0.12), 65px 0 0 -6px rgba(0, 50, 126, 0.12), 66px 0 0 -6px rgba(0, 50, 126, 0.12), 67px 0 0 -6px rgba(0, 50, 126, 0.12), 68px 0 0 -6px rgba(0, 50, 126, 0.12), 69px 0 0 -6px rgba(0, 50, 126, 0.12), 70px 0 0 -6px rgba(0, 50, 126, 0.12), 71px 0 0 -6px rgba(0, 50, 126, 0.12), 72px 0 0 -6px rgba(0, 50, 126, 0.12), 73px 0 0 -6px rgba(0, 50, 126, 0.12), 74px 0 0 -6px rgba(0, 50, 126, 0.12), 75px 0 0 -6px rgba(0, 50, 126, 0.12), 76px 0 0 -6px rgba(0, 50, 126, 0.12), 77px 0 0 -6px rgba(0, 50, 126, 0.12), 78px 0 0 -6px rgba(0, 50, 126, 0.12), 79px 0 0 -6px rgba(0, 50, 126, 0.12), 80px 0 0 -6px rgba(0, 50, 126, 0.12), 81px 0 0 -6px rgba(0, 50, 126, 0.12), 82px 0 0 -6px rgba(0, 50, 126, 0.12), 83px 0 0 -6px rgba(0, 50, 126, 0.12), 84px 0 0 -6px rgba(0, 50, 126, 0.12), 85px 0 0 -6px rgba(0, 50, 126, 0.12), 86px 0 0 -6px rgba(0, 50, 126, 0.12), 87px 0 0 -6px rgba(0, 50, 126, 0.12), 88px 0 0 -6px rgba(0, 50, 126, 0.12), 89px 0 0 -6px rgba(0, 50, 126, 0.12), 90px 0 0 -6px rgba(0, 50, 126, 0.12), 91px 0 0 -6px rgba(0, 50, 126, 0.12), 92px 0 0 -6px rgba(0, 50, 126, 0.12), 93px 0 0 -6px rgba(0, 50, 126, 0.12), 94px 0 0 -6px rgba(0, 50, 126, 0.12), 95px 0 0 -6px rgba(0, 50, 126, 0.12), 96px 0 0 -6px rgba(0, 50, 126, 0.12), 97px 0 0 -6px rgba(0, 50, 126, 0.12), 98px 0 0 -6px rgba(0, 50, 126, 0.12), 99px 0 0 -6px rgba(0, 50, 126, 0.12), 100px 0 0 -6px rgba(0, 50, 126, 0.12), 101px 0 0 -6px rgba(0, 50, 126, 0.12), 102px 0 0 -6px rgba(0, 50, 126, 0.12), 103px 0 0 -6px rgba(0, 50, 126, 0.12), 104px 0 0 -6px rgba(0, 50, 126, 0.12), 105px 0 0 -6px rgba(0, 50, 126, 0.12), 106px 0 0 -6px rgba(0, 50, 126, 0.12), 107px 0 0 -6px rgba(0, 50, 126, 0.12), 108px 0 0 -6px rgba(0, 50, 126, 0.12), 109px 0 0 -6px rgba(0, 50, 126, 0.12), 110px 0 0 -6px rgba(0, 50, 126, 0.12), 111px 0 0 -6px rgba(0, 50, 126, 0.12), 112px 0 0 -6px rgba(0, 50, 126, 0.12), 113px 0 0 -6px rgba(0, 50, 126, 0.12), 114px 0 0 -6px rgba(0, 50, 126, 0.12), 115px 0 0 -6px rgba(0, 50, 126, 0.12), 116px 0 0 -6px rgba(0, 50, 126, 0.12), 117px 0 0 -6px rgba(0, 50, 126, 0.12), 118px 0 0 -6px rgba(0, 50, 126, 0.12), 119px 0 0 -6px rgba(0, 50, 126, 0.12), 120px 0 0 -6px rgba(0, 50, 126, 0.12), 121px 0 0 -6px rgba(0, 50, 126, 0.12), 122px 0 0 -6px rgba(0, 50, 126, 0.12), 123px 0 0 -6px rgba(0, 50, 126, 0.12), 124px 0 0 -6px rgba(0, 50, 126, 0.12), 125px 0 0 -6px rgba(0, 50, 126, 0.12), 126px 0 0 -6px rgba(0, 50, 126, 0.12), 127px 0 0 -6px rgba(0, 50, 126, 0.12), 128px 0 0 -6px rgba(0, 50, 126, 0.12), 129px 0 0 -6px rgba(0, 50, 126, 0.12), 130px 0 0 -6px rgba(0, 50, 126, 0.12), 131px 0 0 -6px rgba(0, 50, 126, 0.12), 132px 0 0 -6px rgba(0, 50, 126, 0.12), 133px 0 0 -6px rgba(0, 50, 126, 0.12), 134px 0 0 -6px rgba(0, 50, 126, 0.12), 135px 0 0 -6px rgba(0, 50, 126, 0.12), 136px 0 0 -6px rgba(0, 50, 126, 0.12), 137px 0 0 -6px rgba(0, 50, 126, 0.12), 138px 0 0 -6px rgba(0, 50, 126, 0.12), 139px 0 0 -6px rgba(0, 50, 126, 0.12), 140px 0 0 -6px rgba(0, 50, 126, 0.12), 141px 0 0 -6px rgba(0, 50, 126, 0.12), 142px 0 0 -6px rgba(0, 50, 126, 0.12), 143px 0 0 -6px rgba(0, 50, 126, 0.12), 144px 0 0 -6px rgba(0, 50, 126, 0.12), 145px 0 0 -6px rgba(0, 50, 126, 0.12), 146px 0 0 -6px rgba(0, 50, 126, 0.12), 147px 0 0 -6px rgba(0, 50, 126, 0.12), 148px 0 0 -6px rgba(0, 50, 126, 0.12), 149px 0 0 -6px rgba(0, 50, 126, 0.12), 150px 0 0 -6px rgba(0, 50, 126, 0.12), 151px 0 0 -6px rgba(0, 50, 126, 0.12), 152px 0 0 -6px rgba(0, 50, 126, 0.12), 153px 0 0 -6px rgba(0, 50, 126, 0.12), 154px 0 0 -6px rgba(0, 50, 126, 0.12), 155px 0 0 -6px rgba(0, 50, 126, 0.12), 156px 0 0 -6px rgba(0, 50, 126, 0.12), 157px 0 0 -6px rgba(0, 50, 126, 0.12), 158px 0 0 -6px rgba(0, 50, 126, 0.12), 159px 0 0 -6px rgba(0, 50, 126, 0.12), 160px 0 0 -6px rgba(0, 50, 126, 0.12), 161px 0 0 -6px rgba(0, 50, 126, 0.12), 162px 0 0 -6px rgba(0, 50, 126, 0.12), 163px 0 0 -6px rgba(0, 50, 126, 0.12), 164px 0 0 -6px rgba(0, 50, 126, 0.12), 165px 0 0 -6px rgba(0, 50, 126, 0.12), 166px 0 0 -6px rgba(0, 50, 126, 0.12), 167px 0 0 -6px rgba(0, 50, 126, 0.12), 168px 0 0 -6px rgba(0, 50, 126, 0.12), 169px 0 0 -6px rgba(0, 50, 126, 0.12), 170px 0 0 -6px rgba(0, 50, 126, 0.12), 171px 0 0 -6px rgba(0, 50, 126, 0.12), 172px 0 0 -6px rgba(0, 50, 126, 0.12), 173px 0 0 -6px rgba(0, 50, 126, 0.12), 174px 0 0 -6px rgba(0, 50, 126, 0.12), 175px 0 0 -6px rgba(0, 50, 126, 0.12), 176px 0 0 -6px rgba(0, 50, 126, 0.12), 177px 0 0 -6px rgba(0, 50, 126, 0.12), 178px 0 0 -6px rgba(0, 50, 126, 0.12), 179px 0 0 -6px rgba(0, 50, 126, 0.12), 180px 0 0 -6px rgba(0, 50, 126, 0.12), 181px 0 0 -6px rgba(0, 50, 126, 0.12), 182px 0 0 -6px rgba(0, 50, 126, 0.12), 183px 0 0 -6px rgba(0, 50, 126, 0.12), 184px 0 0 -6px rgba(0, 50, 126, 0.12), 185px 0 0 -6px rgba(0, 50, 126, 0.12), 186px 0 0 -6px rgba(0, 50, 126, 0.12), 187px 0 0 -6px rgba(0, 50, 126, 0.12), 188px 0 0 -6px rgba(0, 50, 126, 0.12), 189px 0 0 -6px rgba(0, 50, 126, 0.12), 190px 0 0 -6px rgba(0, 50, 126, 0.12), 191px 0 0 -6px rgba(0, 50, 126, 0.12), 192px 0 0 -6px rgba(0, 50, 126, 0.12), 193px 0 0 -6px rgba(0, 50, 126, 0.12), 194px 0 0 -6px rgba(0, 50, 126, 0.12), 195px 0 0 -6px rgba(0, 50, 126, 0.12), 196px 0 0 -6px rgba(0, 50, 126, 0.12), 197px 0 0 -6px rgba(0, 50, 126, 0.12), 198px 0 0 -6px rgba(0, 50, 126, 0.12), 199px 0 0 -6px rgba(0, 50, 126, 0.12), 200px 0 0 -6px rgba(0, 50, 126, 0.12), 201px 0 0 -6px rgba(0, 50, 126, 0.12), 202px 0 0 -6px rgba(0, 50, 126, 0.12), 203px 0 0 -6px rgba(0, 50, 126, 0.12), 204px 0 0 -6px rgba(0, 50, 126, 0.12), 205px 0 0 -6px rgba(0, 50, 126, 0.12), 206px 0 0 -6px rgba(0, 50, 126, 0.12), 207px 0 0 -6px rgba(0, 50, 126, 0.12), 208px 0 0 -6px rgba(0, 50, 126, 0.12), 209px 0 0 -6px rgba(0, 50, 126, 0.12), 210px 0 0 -6px rgba(0, 50, 126, 0.12), 211px 0 0 -6px rgba(0, 50, 126, 0.12), 212px 0 0 -6px rgba(0, 50, 126, 0.12), 213px 0 0 -6px rgba(0, 50, 126, 0.12), 214px 0 0 -6px rgba(0, 50, 126, 0.12), 215px 0 0 -6px rgba(0, 50, 126, 0.12), 216px 0 0 -6px rgba(0, 50, 126, 0.12), 217px 0 0 -6px rgba(0, 50, 126, 0.12), 218px 0 0 -6px rgba(0, 50, 126, 0.12), 219px 0 0 -6px rgba(0, 50, 126, 0.12), 220px 0 0 -6px rgba(0, 50, 126, 0.12), 221px 0 0 -6px rgba(0, 50, 126, 0.12), 222px 0 0 -6px rgba(0, 50, 126, 0.12), 223px 0 0 -6px rgba(0, 50, 126, 0.12), 224px 0 0 -6px rgba(0, 50, 126, 0.12), 225px 0 0 -6px rgba(0, 50, 126, 0.12), 226px 0 0 -6px rgba(0, 50, 126, 0.12), 227px 0 0 -6px rgba(0, 50, 126, 0.12), 228px 0 0 -6px rgba(0, 50, 126, 0.12), 229px 0 0 -6px rgba(0, 50, 126, 0.12), 230px 0 0 -6px rgba(0, 50, 126, 0.12), 231px 0 0 -6px rgba(0, 50, 126, 0.12), 232px 0 0 -6px rgba(0, 50, 126, 0.12), 233px 0 0 -6px rgba(0, 50, 126, 0.12), 234px 0 0 -6px rgba(0, 50, 126, 0.12), 235px 0 0 -6px rgba(0, 50, 126, 0.12), 236px 0 0 -6px rgba(0, 50, 126, 0.12), 237px 0 0 -6px rgba(0, 50, 126, 0.12), 238px 0 0 -6px rgba(0, 50, 126, 0.12), 239px 0 0 -6px rgba(0, 50, 126, 0.12), 240px 0 0 -6px rgba(0, 50, 126, 0.12);
  margin-top: -6px;
  border: 1px solid rgba(0, 30, 75, 0.12);
  -webkit-transition: 0.3s border-color, 0.3s background-color;
  transition: 0.3s border-color, 0.3s background-color;
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}
body .custom-range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid rgba(0, 30, 75, 0.12);
  position: relative;
  -moz-transition: 0.3s border-color, 0.3s background-color;
  transition: 0.3s border-color, 0.3s background-color;
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}
body .custom-range::-moz-range-progress {
  height: 2px;
  background: #467fcf;
  border: 0;
  margin-top: 0;
}
body .custom-range::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: transparent;
  height: 2px;
  margin-top: 10px;
  width: 240px;
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
body .custom-range::-ms-fill-lower {
  background: #467fcf;
  border-radius: 0;
  background-color: #dee2e6;
  border-radius: 1rem;
}
body .custom-range::-ms-fill-upper {
  background: rgba(0, 50, 126, 0.12);
  border-radius: 0;
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
body .custom-range::-ms-tooltip {
  display: none;
}
body .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e6ebf1;
  border-color: #e6ebf1;
}
body .form-select:focus {
  box-shadow: none !important;
}
body .ui-datepicker {
  background-color: #fff;
  border: 1px solid #e6ebf1;
  font-family: inherit;
  font-size: inherit;
  padding: 10px;
  margin: 0px 0 0;
  display: none;
  width: auto !important;
  z-index: 5 !important;
  box-shadow: 0 0.76rem 1.52rem rgba(18, 38, 63, 0.03);
  border-radius: 4px;
}
body .ui-datepicker .ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #473b52;
  padding: 0 0 5px;
  letter-spacing: 1px;
  border: 0;
  background-color: transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-next, body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  text-indent: -99999px;
  color: #6c757d;
  top: 1px;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before, body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  font-size: 16px;
  font-family: "FontAwesome";
  position: absolute;
  top: -4px;
  text-indent: 0;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover::before, body .ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus::before {
  color: #343a40;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover::before, body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus::before {
  color: #343a40;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  right: 5px;
  content: "\f105";
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  left: 5px;
  content: "\f104";
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover, body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
  color: #495057;
  cursor: pointer;
  top: 1px;
  border: 0;
  background-color: transparent;
}
body .ui-datepicker .ui-datepicker-calender {
  margin: 0;
  background-color: transparent;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
body .ui-datepicker .ui-datepicker-calender th {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 6px 10px;
  color: #98a1b5;
}
body .ui-datepicker .ui-datepicker-calender td {
  border: 1px solid transparent;
  padding: 0;
  background-color: #fff;
  text-align: right;
}
body .ui-datepicker .ui-datepicker-calender td:last-child {
  border-right: 0;
}
body .ui-datepicker .ui-datepicker-calender td.ui-datepicker-other-month .ui-state-default {
  color: #ced1da;
}
body .ui-datepicker .ui-datepicker-calender td span {
  transition: all 0.2s ease-in-out;
  padding: 5px;
  background-color: #fff;
  color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
  padding: 8px 10px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  border: 0;
  border-radius: 50px;
}
body .ui-datepicker .ui-datepicker-calender td a {
  transition: all 0.2s ease-in-out;
  padding: 5px;
  background-color: #fff;
  color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
  padding: 8px 10px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  border: 0;
  border-radius: 50px;
}
body .ui-datepicker .ui-datepicker-calender td a:hover {
  color: #fff;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
}
body .ui-datepicker .ui-datepicker-calender .ui-datepicker-today a {
  color: #fff;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
}
@media (max-width: 320px) {
  body .ui-datepicker .ui-datepicker-calender th {
    padding: 4px 0;
    letter-spacing: normal;
  }
}
body .ui-datepicker-multi .ui-datepicker-group {
  padding-right: 15px;
  width: auto;
  float: left;
}
body .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-title {
  margin: auto;
}
body .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev::before {
  left: 10px;
}
body .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next::before {
  right: 10px;
}
body .ui-datepicker-multi .ui-datepicker-group table {
  margin: 0;
}
body .ui-datepicker-multi .ui-datepicker-group-last {
  padding-right: 0;
}
body .ui-datepicker-inline {
  max-width: 270px;
  border-radius: 12px;
}
body .model-wrapper-demo {
  padding: 50px 0;
  background: #f0f0f2;
}
body .custom-checkbox:before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
}
body .custom-checkbox:after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
body .form-control.fc-datepicker {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
body #ui-datepicker-div tbody, body #ui-datepicker-div td, body #ui-datepicker-div tfoot, body #ui-datepicker-div th, body #ui-datepicker-div thead, body #ui-datepicker-div tr {
  padding: 8px;
}
body .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #6b6f80;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ecebf1;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 5px;
}
body .form-control:disabled::-moz-placeholder {
  opacity: 0.5;
}
body .form-control:disabled::placeholder {
  opacity: 0.5;
}
body .form-control::-moz-placeholder {
  color: #b3bdca;
}
body .form-control::placeholder {
  color: #b3bdca;
}
body .select2-container .select2-selection--single .select2-selection__rrightered {
  padding-left: 20px !important;
  padding-right: 20px;
}
body .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e6ebf1 !important;
  border-radius: 4px;
}
body .select2-container--default.select2-container--focus .select2-selection--multiple {
  color: #495057;
  background-color: #fff;
  border-color: #4eceb2;
  outline: 0;
  box-shadow: none;
}
body .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #e6ebf1 !important;
  border-radius: 4px;
  cursor: text;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e6ebf1 !important;
  border-radius: 4px;
  outline: 0;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f0f0f2 !important;
  border: 1px solid #ebeef4 !important;
  outline: 0;
}
body .form-control {
  outline: 0;
}
body .select2-container--default .select2-selection--single {
  outline: 0;
}
body .select2-container--default .select2-selection--single:focus {
  outline: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  body .form-control {
    transition: none;
  }
}
body .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
body .form-control:focus {
  color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}
body .form-control::-webkit-input-placeholder, body .form-control::-moz-placeholder, body .form-control:-ms-input-placeholder, body .form-control::-ms-input-placeholder {
  color: #b3bdca;
  opacity: 1;
}
body .search-input::-webkit-input-placeholder, body .search-input::-moz-placeholder, body .search-input:-ms-input-placeholder, body .search-input::-ms-input-placeholder {
  color: #b3bdca;
  opacity: 1;
}
body input::-webkit-input-placeholder, body input::-moz-placeholder, body input:-ms-input-placeholder, body input::-ms-input-placeholder {
  color: #b3bdca;
  opacity: 1;
}
body .form-control {
  color: #728096;
  opacity: 1;
}
body .form-control:disabled {
  background-color: #e9e9eb;
  opacity: 1;
}
body .form-control[readonly] {
  background-color: #f3f3f7;
  opacity: 1;
}
body select.form-control:not([size]):not([multiple]) {
  height: 2.375rem;
}
body .select2-container .select2-selection--single {
  height: 2rem !important;
}
body .select2-container--default .select2-selection--single .select2-selection__rrightered {
  color: #444;
  line-height: 35px !important;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2rem !important;
}
body select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
body .form-control-file, body .form-control-range {
  display: block;
  width: 100%;
}
body .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}
body .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.44444444;
}
body .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.14285714;
}
body .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.6;
  color: #495057;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
body .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
body .input-group-sm > .form-control-plaintext.form-control, body .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, body .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, body .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, body .input-group-sm > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
body .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
body .input-group-lg > .form-control-plaintext.form-control, body .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, body .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, body .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, body .input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
body .form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.14285714;
  border-radius: 3px;
}
body .input-group-sm > .form-control, body .input-group-sm > .input-group-prepend > .input-group-text, body .input-group-sm > .input-group-append > .input-group-text, body .input-group-sm > .input-group-prepend > .btn, body .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.14285714;
  border-radius: 3px;
}
body select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
body .input-group-sm > select.form-control:not([size]):not([multiple]), body .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), body .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), body .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), body .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
body .form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.44444444;
  border-radius: 3px;
}
body .input-group-lg > .form-control, body .input-group-lg > .input-group-prepend > .input-group-text, body .input-group-lg > .input-group-append > .input-group-text, body .input-group-lg > .input-group-prepend > .btn, body .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.44444444;
  border-radius: 3px;
}
body select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.6875rem + 2px);
}
body .input-group-lg > select.form-control:not([size]):not([multiple]), body .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), body .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), body .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), body .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.6875rem + 2px);
}
body .form-group {
  margin-bottom: 1rem;
}
body .form-text {
  display: block;
  margin-top: 0.25rem;
}
body .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
body .form-row > .col, body .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
body .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
body .custom-control-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
body .custom-control-input:disabled ~ .custom-control-label {
  color: #505662;
}
body .custom-control-label {
  margin-bottom: 0;
}
body .custom-control-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
body .custom-control-inline .custom-control-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
body .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #2dce89;
}
body .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(94, 186, 0, 0.8);
  border-radius: 0.2rem;
}
body .was-validated .form-control:valid, body .form-control.is-valid, body .was-validated .custom-select:valid, body .custom-select.is-valid {
  border-color: #198754;
}
body .was-validated .form-control:valid:focus, body .form-control.is-valid:focus, body .was-validated .custom-select:valid:focus, body .custom-select.is-valid:focus {
  border-color: #2dce89;
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}
body .was-validated .form-control:valid ~ .valid-feedback, body .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
body .form-control.is-valid ~ .valid-feedback, body .form-control.is-valid ~ .valid-tooltip {
  display: block;
}
body .was-validated .custom-select:valid ~ .valid-feedback, body .was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
body .custom-select.is-valid ~ .valid-feedback, body .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
body .was-validated .custom-control-input:valid ~ .custom-control-label, body .custom-control-input.is-valid ~ .custom-control-label {
  color: #2dce89;
}
body .was-validated .custom-control-input:valid ~ .valid-feedback, body .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
body .custom-control-input.is-valid ~ .valid-feedback, body .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
body .was-validated .custom-control-input:valid ~ .custom-control-label, body .custom-control-input.is-valid ~ .custom-control-label {
  color: #2dce89;
}
body .was-validated .custom-control-input:valid ~ .custom-control-label::before, body .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #9eff3b;
}
body .was-validated .custom-control-input:valid ~ .valid-feedback, body .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
body .custom-control-input.is-valid ~ .valid-feedback, body .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
body .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, body .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #78ed00;
}
body .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, body .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f0f0f2, 0 0 0 2px rgba(94, 186, 0, 0.25);
}
body .was-validated .custom-file-input:valid ~ .custom-file-label, body .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2dce89;
}
body .was-validated .custom-file-input:valid ~ .custom-file-label::before, body .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
body .was-validated .custom-file-input:valid ~ .valid-feedback, body .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
body .custom-file-input.is-valid ~ .valid-feedback, body .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
body .was-validated .custom-file-input:valid:focus ~ .custom-file-label, body .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}
body .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #dc0441;
}
body .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(205, 32, 31, 0.8);
  border-radius: 0.2rem;
}
body .was-validated .form-control:invalid, body .form-control.is-invalid, body .was-validated .custom-select:invalid, body .custom-select.is-invalid {
  border-color: #e04e5c;
}
body .was-validated .form-control:invalid:focus, body .form-control.is-invalid:focus, body .was-validated .custom-select:invalid:focus, body .custom-select.is-invalid:focus {
  border-color: #dc0441;
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25);
}
body .was-validated .form-control:invalid ~ .invalid-feedback, body .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
body .form-control.is-invalid ~ .invalid-feedback, body .form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
body .was-validated .custom-select:invalid ~ .invalid-feedback, body .was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
body .custom-select.is-invalid ~ .invalid-feedback, body .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
body .was-validated .custom-control-input:invalid ~ .custom-control-label, body .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc0441;
}
body .was-validated .custom-control-input:invalid ~ .invalid-feedback, body .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
body .custom-control-input.is-invalid ~ .invalid-feedback, body .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
body .was-validated .custom-control-input:invalid ~ .custom-control-label, body .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc0441;
}
body .was-validated .custom-control-input:invalid ~ .custom-control-label::before, body .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ec8080;
}
body .was-validated .custom-control-input:invalid ~ .invalid-feedback, body .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
body .custom-control-input.is-invalid ~ .invalid-feedback, body .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
body .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, body .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e23e3d;
}
body .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, body .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f0f0f2, 0 0 0 2px rgba(205, 32, 31, 0.25);
}
body .was-validated .custom-file-input:invalid ~ .custom-file-label, body .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc0441;
}
body .was-validated .custom-file-input:invalid ~ .custom-file-label::before, body .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
body .was-validated .custom-file-input:invalid ~ .invalid-feedback, body .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
body .custom-file-input.is-invalid ~ .invalid-feedback, body .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
body .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, body .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25);
}
body .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
body .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  body .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  body .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  body .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  body .form-inline .form-control-plaintext {
    display: inline-block;
  }
  body .form-inline .input-group, body .form-inline .custom-select {
    width: auto;
  }
  body .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  body .form-inline .custom-control-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  body .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  body .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
body .select2-container--focus {
  outline: 1px auto #e6ebf1;
}
body .ms-choice {
  outline: 0;
}
body .ms-choice:focus {
  outline: 0;
}
body .select2-lg .select2-container .select2-selection--single {
  height: 2.875rem !important;
}
body .select2-lg .select2-container--default .select2-selection--single .select2-selection__rrightered {
  line-height: 32px !important;
}
body .select2-sm .select2-container .select2-selection--single {
  height: 1.775rem !important;
}
body .select2-sm .select2-container--default .select2-selection--single .select2-selection__rrightered {
  line-height: 27px !important;
}
body .select2-sm .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 35% !important;
  left: 60%;
}
body select.form-control.select-lg {
  height: 46px !important;
  padding: 10px 16px !important;
  font-size: 17px !important;
  line-height: 1.3333333 !important;
  border-radius: 4px !important;
}
body select.form-control.select-sm {
  height: 30px !important;
  padding: 0px 10px 1px 10px !important;
  line-height: 1 !important;
  border-radius: 4px !important;
}
body input[type=date].form-control:focus, body input[type=datetime-local].form-control:focus, body input[type=month].form-control:focus, body input[type=time].form-control:focus, body input[type=date].form-control:hover, body input[type=datetime-local].form-control:hover, body input[type=month].form-control:hover, body input[type=time].form-control:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
}
body .wizard {
  border: 1px solid #e9edf4;
  background-color: #fff;
}
body .wizard > .steps {
  padding: 20px;
}
body .wizard > .steps > ul {
  padding: 0;
  margin-bottom: 0;
  display: flex;
}
body .wizard > .steps > ul li {
  float: none;
  display: block;
  width: auto;
}
body .wizard > .steps > ul li .current-info {
  display: none;
}
body .wizard > .steps > ul li .title {
  margin-left: 5px;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  margin: 0;
  min-height: auto;
  display: none;
}
body .wizard > .steps > ul li + li {
  margin-left: 5px;
}
body .wizard > .steps a {
  color: #14112d;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .wizard > .steps a:hover, body .wizard > .steps a:active {
  color: #14112d;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .wizard > .steps a .number, body .wizard > .steps a:hover .number, body .wizard > .steps a:active .number {
  flex-shrink: 0;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
  display: block;
  text-align: center;
  line-height: 2.5;
  width: 40px;
  height: 40px;
  background-color: #f0f0f2;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  margin-right: 5px;
}
body .wizard > .steps .disabled a {
  color: #737688;
}
body .wizard > .steps .disabled a:hover, body .wizard > .steps .disabled a:active {
  color: #737688;
}
body .wizard > .steps .current a .title, body .wizard > .steps .current a:hover .title, body .wizard > .steps .current a:active .title {
  display: inline-block;
}
body .wizard > .steps .done a {
  color: rgba(112, 94, 200, 0.7);
}
body .wizard > .steps .done a:hover, body .wizard > .steps .done a:active {
  color: rgba(112, 94, 200, 0.7);
}
body .wizard > .steps .done a .number, body .wizard > .steps .done a:hover .number, body .wizard > .steps .done a:active .number {
  background: rgba(112, 94, 200, 0.7);
  color: #fff;
}
body .wizard > .content {
  border-top: 1px solid #e9edf4;
  border-bottom: 1px solid #e9edf4;
  min-height: 150px;
  padding: 20px;
}
body .wizard > .content > .title {
  font-size: 18px;
  color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
  font-weight: 700;
  margin-bottom: 5px;
  display: none;
  margin: 0;
}
body .wizard > .content > .title.current {
  display: block;
}
body .wizard > .content > .body {
  float: none;
  position: static;
  width: auto;
  height: auto;
}
body .wizard > .content > .body input.parsley-error {
  border-color: #ff5c77;
}
body .wizard > .content > .body input.parsley-error + ul {
  list-style: none !important;
}
body .wizard > .actions {
  padding: 20px;
}
body .wizard > .actions > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
body .wizard > .actions > ul > li:last-child a {
  background-color: #2dce89;
}
body .wizard > .actions a {
  display: block;
  padding: 9px 25px;
  line-height: 1.573;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
body .wizard > .actions a:hover, body .wizard > .actions a:active {
  display: block;
  padding: 9px 25px;
  line-height: 1.573;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
body .wizard > .actions .disabled a {
  background-color: #5b73e8;
  color: #fff;
}
body .wizard > .actions .disabled a:hover, body .wizard > .actions .disabled a:active {
  background-color: #5b73e8;
  color: #fff;
}
body .wizard.vertical > .steps {
  padding: 20px;
}
body .wizard.vertical > .steps ul li .title {
  display: none;
}
body .wizard.vertical > .steps .current a .title {
  display: inline-block;
}
body .wizard.vertical > .content {
  margin: 0;
  padding: 20px;
}
body .wizard.vertical > .actions {
  padding: 20px;
}
body .wizard.vertical > .actions ul {
  float: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  body .wizard > .steps {
    padding: 25px;
  }
  body .wizard > .steps > ul li .title {
    display: inline-block;
  }
  body .wizard.vertical > .actions, body .wizard.vertical > .content {
    width: 85%;
  }
  body .wizard.vertical > .steps {
    width: 15%;
  }
  body .wizard.vertical > .steps ul li + li {
    margin-top: 20px;
  }
  body .wizard > .actions, body .wizard > .content {
    padding: 25px;
  }
  body .wizard > .steps .done a .title, body .wizard > .steps .done a:hover .title, body .wizard > .steps .done a:active .title {
    display: inline-block;
  }
}
@media (min-width: 576px) {
  body .wizard > .steps > ul li + li {
    margin-left: 20px;
  }
  body .wizard > .steps > ul li .title {
    display: none;
    margin-left: 10px;
  }
  body .wizard.vertical > .actions {
    width: 80%;
    float: right;
    border-left: 1px solid #e9edf4;
  }
  body .wizard.vertical > .content {
    border-top-width: 0;
    width: 80%;
    float: right;
    border-left: 1px solid #e9edf4;
  }
  body .wizard.vertical > .steps {
    float: left;
    width: 20%;
  }
  body .wizard.vertical > .steps .current a .title {
    display: none;
  }
  body .wizard.vertical > .steps ul {
    flex-direction: column;
  }
  body .wizard.vertical > .steps ul li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  body .wizard > .steps a .number, body .wizard > .steps a:hover .number, body .wizard > .steps a:active .number {
    font-size: 18px;
    font-weight: 600;
    line-height: 2.1;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  body .wizard > .steps a {
    justify-content: flex-start;
  }
  body .wizard > .steps a:hover, body .wizard > .steps a:active {
    justify-content: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  body .wizard > .steps a .number, body .wizard > .steps a:hover .number, body .wizard > .steps a:active .number {
    transition: none;
  }
  body .wizard > .steps > ul li .title {
    transition: none;
  }
}
@media (max-width: 991px) {
  body .wizard > .steps .disabled {
    display: none;
  }
}
@media (min-width: 992px) {
  body .wizard.vertical > .actions, body .wizard.vertical > .content {
    width: 70%;
    padding: 25px;
  }
  body .wizard.vertical > .steps {
    padding: 20px;
    width: 30%;
  }
  body .wizard.vertical > .steps .current a .title {
    display: inline-block;
  }
  body .wizard.vertical > .steps a {
    justify-content: flex-left;
  }
  body .wizard.vertical > .steps ul li .title {
    display: block;
  }
  body .wizard > .actions, body .wizard > .content {
    padding: 20px;
  }
  body .wizard > .steps {
    padding: 20px;
  }
  body .wizard > .steps .disabled {
    display: block;
  }
  body .wizard > .steps > ul li + li {
    margin-left: 30px;
  }
}
body .step-equal-width > .steps > ul {
  display: flex;
}
body .step-equal-width > .steps > ul > li {
  flex: 1;
  width: auto;
  float: none;
}
body .wizard-style-1 > .steps > ul a {
  padding: 0;
  height: 50px;
}
body .wizard-style-1 > .steps > ul a:hover, body .wizard-style-1 > .steps > ul a:active {
  padding: 0;
  height: 50px;
}
body .wizard-style-1 > .steps > ul a .number, body .wizard-style-1 > .steps > ul a:hover .number, body .wizard-style-1 > .steps > ul a:active .number {
  width: 50px;
  height: 100%;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  color: #737688;
  background-color: #f3f7fd;
  border-radius: 0;
}
body .wizard-style-1 > .steps > ul a .title, body .wizard-style-1 > .steps > ul a:hover .title, body .wizard-style-1 > .steps > ul a:active .title {
  margin-right: 20px;
  margin-left: 20px;
}
body .wizard-style-1 > .steps > ul .done a .number, body .wizard-style-1 > .steps > ul .done a:hover .number, body .wizard-style-1 > .steps > ul .done a:active .number {
  background-color: #643ab0;
  color: #fff;
}
body .wizard-style-2 > .steps > ul a {
  padding: 0;
  height: 50px;
  border-radius: 50px;
}
body .wizard-style-2 > .steps > ul a:hover, body .wizard-style-2 > .steps > ul a:active {
  padding: 0;
  height: 50px;
  border-radius: 50px;
}
body .wizard-style-2 > .steps > ul a .number, body .wizard-style-2 > .steps > ul a:hover .number, body .wizard-style-2 > .steps > ul a:active .number {
  width: 50px;
  height: 100%;
  border: 2px solid #f3f7fd;
  font-size: 18px;
  font-weight: bold;
  color: #737688;
  background-color: #fff;
}
body .wizard-style-2 > .steps > ul a .title, body .wizard-style-2 > .steps > ul a:hover .title, body .wizard-style-2 > .steps > ul a:active .title {
  margin-right: 20px;
}
body .wizard-style-2 > .steps > ul .done a .number, body .wizard-style-2 > .steps > ul .done a:hover .number, body .wizard-style-2 > .steps > ul .done a:active .number {
  border-color: #8c3feb;
  color: #8c3feb;
}
body .parsley-required {
  font-size: 12px;
  color: #ff5c77;
  margin-top: 3px;
}
body .wizard.vertical > .actions {
  margin-top: 0px;
}
body .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
body .input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #b7bec5;
  text-align: center;
  border: 1px solid #e6ebf1;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.2rem;
}
body .box-shadow-0 {
  box-shadow: none;
}
body .input-group > .form-control, body .input-group > .custom-select, body .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
body .input-group > .form-control:focus, body .input-group > .custom-select:focus, body .input-group > .custom-file:focus {
  z-index: 2;
}
body .input-group > .form-control + .form-control, body .input-group > .form-control + .custom-select, body .input-group > .form-control + .custom-file {
  margin-left: -1px;
}
body .input-group > .custom-select + .form-control, body .input-group > .custom-select + .custom-select, body .input-group > .custom-select + .custom-file {
  margin-left: -1px;
}
body .input-group > .custom-file + .form-control, body .input-group > .custom-file + .custom-select, body .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
body .input-group > .form-control:not(:last-child), body .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .input-group > .form-control:not(:first-child), body .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .input-group > .custom-file {
  display: flex;
  align-items: center;
}
body .input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .input-group-prepend, body .input-group-append {
  display: flex;
}
body .input-group-prepend .btn, body .input-group-append .btn {
  position: relative;
  z-index: 1;
}
body .input-group-prepend .btn + .btn, body .input-group-prepend .btn + .input-group-text {
  margin-left: -1px;
}
body .input-group-prepend .input-group-text + .input-group-text, body .input-group-prepend .input-group-text + .btn {
  margin-left: -1px;
}
body .input-group-append .btn + .btn, body .input-group-append .btn + .input-group-text {
  margin-left: -1px;
}
body .input-group-append .input-group-text + .input-group-text, body .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
body .input-group-prepend {
  margin-right: -1px;
}
body .input-group-append {
  margin-left: -1px;
}
body .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  color: #8f8c9e;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #e6ebf1;
  border-radius: 5px;
}
body .input-group-text input[type=radio], body .input-group-text input[type=checkbox] {
  margin-top: 0;
}
body .input-group > .input-group-prepend > .btn, body .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .input-group > .input-group-append:not(:last-child) > .btn, body .input-group > .input-group-append:not(:last-child) > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), body .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .input-group > .input-group-append > .btn, body .input-group > .input-group-append > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .input-group > .input-group-prepend:not(:first-child) > .btn, body .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .input-group > .input-group-prepend:first-child > .btn:not(:first-child), body .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .selectgroup {
  display: inline-flex;
}
body .selectgroup-item {
  flex-grow: 1;
  position: relative;
}
body .selectgroup-item + .selectgroup-item {
  margin-left: -1px;
}
body .selectgroup-item:not(:first-child) .selectgroup-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .selectgroup-item:not(:last-child) .selectgroup-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
body .selectgroup-button {
  display: block;
  border: 1px solid #e6ebf1;
  text-align: center;
  padding: 0.375rem 1rem;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  color: #9aa0ac;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  min-width: 2.375rem;
}
body .selectgroup-button-icon {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
}
body .selectgroup-input:checked + .selectgroup-button {
  z-index: 1;
  background: #f0f0f2;
}
body .selectgroup-input:focus + .selectgroup-button {
  z-index: 2;
  box-shadow: none;
}
body .selectgroup-pills {
  flex-wrap: wrap;
  align-items: flex-left;
}
body .selectgroup-pills .selectgroup-item {
  margin-right: 0.5rem;
  flex-grow: 0;
}
body .selectgroup-pills .selectgroup-button {
  border-radius: 4px !important;
}
body .custom-switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding-left: 0;
}
body .custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body .custom-switches-stacked {
  display: flex;
  flex-direction: column;
}
body .custom-switches-stacked .custom-switch {
  margin-bottom: 0.5rem;
}
body .custom-switch-indicator {
  display: inline-block;
  height: 1.25rem;
  width: 2.25rem;
  background: #f0f0f2;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  transition: 0.3s border-color, 0.3s background-color;
}
body .custom-switch-indicator:before {
  content: "";
  position: absolute;
  height: calc(1.25rem - 4px);
  width: calc(1.25rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
body .custom-switch-input:checked ~ .custom-switch-indicator:before {
  left: calc(1rem + 1px);
}
body .custom-switch-indicator-lg {
  display: inline-block;
  height: 1.5rem;
  width: 3rem;
  background: #f5f6fb;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid #ebeaf1;
  transition: 0.3s border-color, 0.3s background-color;
}
body .custom-switch-indicator-lg:before {
  content: "";
  position: absolute;
  height: calc(1.5rem - 4px);
  width: calc(1.5rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
body .custom-switch-input:checked ~ .custom-switch-indicator-lg:before {
  left: calc(1.46rem + 1px);
}
body .custom-switch-indicator-xl {
  display: inline-block;
  height: 2rem;
  width: 4rem;
  background: #f5f6fb;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid #ebeaf1;
  transition: 0.3s border-color, 0.3s background-color;
}
body .custom-switch-indicator-xl:before {
  content: "";
  position: absolute;
  height: calc(2rem - 4px);
  width: calc(2rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
body .custom-square {
  border-radius: 0px !important;
}
body .custom-square:before {
  border-radius: 0px !important;
}
body .custom-radius {
  border-radius: 4px !important;
}
body .custom-radius:before {
  border-radius: 4px !important;
}
body .custom-switch-input:focus ~ .custom-switch-indicator {
  box-shadow: none;
}
body .custom-switch-description {
  margin-left: 0.5rem;
  color: #6e7687;
  transition: 0.3s color;
}
body .custom-switch-input:checked ~ .custom-switch-description {
  color: #495057;
}
body .material-switch > input[type=checkbox] {
  display: none;
}
body .material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}
body .material-switch > label::before {
  background: #f3f4f7;
  box-shadow: inset 0px 0px 10px #6574cd;
  border-radius: 8px;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
body .material-switch > label::after {
  background: white;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
body .material-switch > input[type=checkbox]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
body .material-switch > input[type=checkbox]:checked + label::after {
  background: inherit;
  left: 20px;
}
body .label-default {
  background: #f3f4f7;
}
body .label-success {
  background: #2dce89;
}
body .label-danger {
  background: #dc0441;
}
body .label-warning {
  background: #ecb403;
}
body .label-info {
  background: #45aaf2;
}
body .imagecheck {
  margin: 0;
  position: relative;
  cursor: pointer;
}
body .imagecheck-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body .imagecheck-figure {
  border: 1px solid #e6ebf1;
  border-radius: 3px;
  margin: 0;
  position: relative;
}
body .imagecheck-input:focus ~ .imagecheck-figure {
  border-color: #467fcf;
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}
body .imagecheck-input:checked ~ .imagecheck-figure {
  border-color: rgba(0, 40, 100, 0.24);
}
body .imagecheck-figure:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #467fcf url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
  color: #fff;
  z-index: 1;
  border-radius: 3px;
  opacity: 0;
  transition: 0.3s opacity;
}
body .imagecheck-input:checked ~ .imagecheck-figure:before {
  opacity: 1;
}
body .imagecheck-image {
  max-width: 100%;
  opacity: 0.64;
  transition: 0.3s opacity;
}
body .imagecheck-image:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
body .imagecheck-image:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
body .imagecheck:hover .imagecheck-image {
  opacity: 1;
}
body .imagecheck-input:focus ~ .imagecheck-figure .imagecheck-image, body .imagecheck-input:checked ~ .imagecheck-figure .imagecheck-image {
  opacity: 1;
}
body .imagecheck-caption {
  text-align: center;
  padding: 0.25rem 0.25rem;
  color: #9aa0ac;
  font-size: 0.875rem;
  transition: 0.3s color;
}
body .imagecheck:hover .imagecheck-caption {
  color: #495057;
}
body .imagecheck-input:focus ~ .imagecheck-figure .imagecheck-caption, body .imagecheck-input:checked ~ .imagecheck-figure .imagecheck-caption {
  color: #495057;
}
body .colorinput {
  margin: 0;
  position: relative;
  cursor: pointer;
}
body .colorinput-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body .colorinput-color {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 4px;
  color: #fff;
}
body .colorinput-color:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  transition: 0.3s opacity;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}
body .colorinput-input:checked ~ .colorinput-color:before {
  opacity: 1;
}
body .colorinput-input:focus ~ .colorinput-color {
  border-color: #467fcf;
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}
body .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
body .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
body .selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
body .selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
body .selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #495057;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
body .selectize-dropdown-header-close:hover {
  color: #000;
}
body .selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
body .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
body .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
body .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
body .selectize-control {
  position: relative;
  padding: 0;
  border: 0;
}
body .selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
body .selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
body .selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
body .selectize-control.plugin-remove_button [data-value].active .remove {
  border-start-color: #cacaca;
}
body .selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-start-color: #fff;
}
body .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
body .selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
body .selectize-dropdown {
  color: #495057;
  font-family: inherit;
  font-size: 15px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
body .selectize-input {
  color: #495057;
  font-family: inherit;
  font-size: 15px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
  background: #fff;
  cursor: text;
  display: inline-block;
}
body .selectize-input input {
  color: #495057;
  font-family: inherit;
  font-size: 15px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
body .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
body .selectize-input {
  border: 1px solid #e6ebf1;
  padding: 0.5625rem 0.75rem;
  display: inline-block;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 3px;
  transition: 0.3s border-color, 0.3s box-shadow;
}
body .selectize-control.multi .selectize-input.has-items {
  padding: 7px 0.75rem 4px 7px;
}
body .selectize-input.full {
  background-color: #fff;
}
body .selectize-input.disabled {
  cursor: default !important;
}
body .selectize-input.disabled * {
  cursor: default !important;
}
body .selectize-input.focus {
  border-color: #467fcf;
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}
body .selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
body .selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
body .selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #e9ecef;
  color: #495057;
  font-size: 13px;
  border: 0 solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  font-weight: 400;
}
body .selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
body .selectize-control.multi .selectize-input.disabled > div {
  color: #7d7d7d;
  background: #fff;
  border: 0 solid #fff;
}
body .selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0 solid #fff;
}
body .selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  box-shadow: none !important;
}
body .selectize-input > input::-ms-clear {
  display: none;
}
body .selectize-input > input:focus {
  outline: none !important;
}
body .selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}
body .selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
body .selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #e6ebf1;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  height: auto;
  padding: 0;
}
body .selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
  padding: 6px 0.75rem;
}
body .selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
body .selectize-dropdown .optgroup-header {
  padding: 6px 0.75rem;
}
body .selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
body .selectize-dropdown .optgroup-header {
  color: #495057;
  background: #fff;
  cursor: default;
}
body .selectize-dropdown .active {
  background-color: #F1F4F8;
  color: #467fcf;
}
body .selectize-dropdown .active.create {
  color: #495057;
}
body .selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
body .selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
body .selectize-control.single .selectize-input {
  cursor: pointer;
}
body .selectize-control.single .selectize-input input {
  cursor: pointer;
}
body .selectize-control.single .selectize-input.input-active {
  cursor: text;
}
body .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
body .selectize-control.single .selectize-input:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 12px;
  width: 8px;
  height: 10px;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='#999' d='M0 0L10 0L5 5L0 0'/%3E%3C/svg%3E") no-repeat center;
  background-size: 8px 10px;
  transition: 0.3s transform;
}
body .selectize-control.single .selectize-input.dropdown-active:after {
  transform: rotate(180deg);
}
body .selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
body .selectize-dropdown .image, body .selectize-input .image {
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  margin: -1px 0.5rem -1px -4px;
  line-height: 1.25rem;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .selectize-dropdown .image img {
  max-width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
body .selectize-input .image {
  width: 1.5rem;
  height: 1.5rem;
  margin: -3px 0.75rem -3px -5px;
}
body .selectize-input .image img {
  max-width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
body .align-baseline {
  vertical-align: baseline !important;
}
body .align-top {
  vertical-align: top !important;
}
body .align-middle {
  vertical-align: middle !important;
}
body .align-bottom {
  vertical-align: bottom !important;
}
body .align-text-bottom {
  vertical-align: text-bottom !important;
}
body .align-text-top {
  vertical-align: text-top !important;
}
body .bg-success {
  background-color: #38cb89 !important;
}
body a.bg-success:hover, body a.bg-success:focus {
  background-color: #15ca7c !important;
}
body button.bg-success:hover, body button.bg-success:focus {
  background-color: #15ca7c !important;
}
body .bg-info {
  background-color: #3e80eb !important;
}
body a.bg-info:hover, body a.bg-info:focus {
  background-color: #1594ef !important;
}
body button.bg-info:hover, body button.bg-info:focus {
  background-color: #1594ef !important;
}
body .bg-warning {
  background-color: #ffab00 !important;
}
body a.bg-warning:hover, body a.bg-warning:focus {
  background-color: #c29d0b !important;
}
body button.bg-warning:hover, body button.bg-warning:focus {
  background-color: #c29d0b !important;
}
body .bg-danger {
  background-color: #ef4b4b !important;
}
body a.bg-danger:hover, body a.bg-danger:focus {
  background-color: #a11918 !important;
}
body button.bg-danger:hover, body button.bg-danger:focus {
  background-color: #a11918 !important;
}
body .bg-light-transparent {
  background-color: #f7f7f7 !important;
}
body .bg-light {
  background-color: #f0f0f2 !important;
}
body a.bg-light:hover, body a.bg-light:focus {
  background-color: #f0f0f2 !important;
}
body button.bg-light:hover, body button.bg-light:focus {
  background-color: #f0f0f2 !important;
}
body .bg-light2 {
  background-color: #f8f8fc !important;
}
body a.bg-light2:hover, body a.bg-light2:focus {
  background-color: #f0f0f2 !important;
}
body button.bg-light2:hover, body button.bg-light2:focus {
  background-color: #f0f0f2 !important;
}
body .bg-light3 {
  background-color: #e6ebf1 !important;
}
body .bg-light4 {
  background-color: #f7f7f7 !important;
}
body .bg-dark {
  background-color: #343a40 !important;
}
body a.bg-dark:hover, body a.bg-dark:focus {
  background-color: #1d2124 !important;
}
body button.bg-dark:hover, body button.bg-dark:focus {
  background-color: #1d2124 !important;
}
body .bg-white {
  background-color: #fff !important;
}
body .bg-transparent {
  background-color: transparent !important;
}
body .bg-gradient-success {
  background-image: linear-gradient(to left, #43c47a 0%, #10ae23 100%);
}
body .bg-gradient-info {
  background-image: linear-gradient(to left, #8caef3 0%, #3e80eb 100%);
}
body .bg-gradient-warning {
  background-image: linear-gradient(to left, #f8be8d 0%, #ff9a44 100%);
}
body .bg-gradient-teal {
  background-image: linear-gradient(to left, #60c1db 0%, #0698a7 100%);
}
body .bg-gradient-blue {
  background-image: linear-gradient(to left, #07aedb 0%, #055ee9 100%);
}
body .bg-gradient-danger {
  background-image: linear-gradient(to left, #ff90a0 0%, #fc6076 100%);
}
body .bg-gray-100 {
  background-color: #f2f2f2;
}
body .bg-gray-200 {
  background-color: #e6e6e6;
}
body .bg-gray-300 {
  background-color: #d9d9d9;
}
body .bg-gray-400 {
  background-color: #cccccc;
}
body .bg-gray-500 {
  background-color: #bfbfbf;
}
body .bg-gray-600 {
  background-color: #b3b3b3;
}
body .bg-gray-700 {
  background-color: #a9a9a9;
}
body .bg-gray-800 {
  background-color: #a6a6a6;
}
body .bg-gray-900 {
  background-color: #999999;
}
body .bg-white-1 {
  background-color: rgba(255, 255, 255, 0.1);
}
body .bg-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}
body .bg-white-3 {
  background-color: rgba(255, 255, 255, 0.3);
}
body .bg-white-4 {
  background-color: rgba(255, 255, 255, 0.4);
}
body .bg-white-5 {
  background-color: rgba(255, 255, 255, 0.5);
}
body .bg-white-6 {
  background-color: rgba(255, 255, 255, 0.6);
}
body .bg-white-7 {
  background-color: rgba(255, 255, 255, 0.7);
}
body .bg-white-8 {
  background-color: rgba(255, 255, 255, 0.8);
}
body .bg-white-9 {
  background-color: rgba(255, 255, 255, 0.9);
}
body .bg-black-1 {
  background-color: rgba(0, 0, 0, 0.1);
}
body .bg-black-2 {
  background-color: rgba(0, 0, 0, 0.2);
}
body .bg-black-3 {
  background-color: rgba(0, 0, 0, 0.3);
}
body .bg-black-4 {
  background-color: rgba(0, 0, 0, 0.4);
}
body .bg-black-5 {
  background-color: rgba(0, 0, 0, 0.5);
}
body .bg-black-6 {
  background-color: rgba(0, 0, 0, 0.6);
}
body .bg-black-7 {
  background-color: rgba(0, 0, 0, 0.7);
}
body .bg-black-8 {
  background-color: rgba(0, 0, 0, 0.8);
}
body .bg-black-9 {
  background-color: rgba(0, 0, 0, 0.9);
}
body .border {
  border: 1px solid #e6ebf1 !important;
}
body .border-top {
  border-top: 1px solid #e6ebf1 !important;
}
body .border-end {
  border-right: 1px solid #e6ebf1 !important;
}
body .border-bottom {
  border-bottom: 1px solid #e6ebf1 !important;
}
body .border-start {
  border-left: 1px solid #e6ebf1 !important;
}
body .border-top-bottom {
  border-top: 1px solid #e6ebf1 !important;
  border-bottom: 1px solid #e6ebf1 !important;
}
body .border-start-right {
  border-right: 1px solid #e6ebf1 !important;
  border-left: 1px solid #e6ebf1 !important;
}
body .border-0 {
  border: 0 !important;
}
body .border-top-0 {
  border-top: 0 !important;
}
body .border-end-0 {
  border-right: 0 !important;
}
body .border-bottom-0 {
  border-bottom: 0 !important;
}
body .border-start-0 {
  border-left: 0 !important;
}
body .border-top-bottom-0 {
  border-top: 0px solid #e6ebf1 !important;
  border-bottom: 0px solid #e6ebf1 !important;
}
body .border-start-right-0 {
  border-right: 0px solid #e6ebf1 !important;
  border-left: 0px solid #e6ebf1 !important;
}
body .border-primary {
  border: 1px solid #664dc9 !important;
}
body .border-secondary {
  border: 1px solid #5b73e8 !important;
}
body .border-success {
  border: 1px solid #38cb89 !important;
}
body .border-info {
  border: 1px solid #3e80eb !important;
}
body .border-warning {
  border: 1px solid #ffab00 !important;
}
body .border-danger {
  border: 1px solid #ef4b4b !important;
}
body .border-light {
  border: 1px solid #f8f9fa !important;
}
body .border-teal {
  border: 1px solid #2bcbba !important;
}
body .border-dark {
  border: 1px solid #343a40 !important;
}
body .border-transparent {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}
body .border-dark-transparent {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
body .border-light2 {
  border: 1px solid #e6ebf1 !important;
}
body .border-white {
  border: 1px solid #fff !important;
}
body .border-wd-1 {
  border-width: 1px !important;
}
body .border-wd-2 {
  border-width: 2px !important;
}
body .border-wd-3 {
  border-width: 3px !important;
}
body .border-wd-4 {
  border-width: 4px !important;
}
body .border-wd-5 {
  border-width: 5px !important;
}
body .rounded {
  border-radius: 3px !important;
}
body .rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
body .rounded-end {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
body .rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
body .rounded-start {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
body .rounded-circle {
  border-radius: 50% !important;
}
body .rounded-0 {
  border-radius: 0 !important;
}
body .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
body .clearfix .fab {
  font-size: 25px;
}
body .clearfix h5 {
  font-size: 20px;
  font-weight: bold;
}
body i.fa.round {
  border-radius: 50%;
  padding: 5px;
  width: 15%;
}
body .list-icon span p {
  border-radius: 15px;
  width: 50%;
  margin: 0px auto;
}
body .d-none {
  display: none !important;
}
body .d-inline {
  display: inline !important;
}
body .d-inline-block {
  display: inline-block !important;
}
body .d-block {
  display: block !important;
}
body .d-table {
  display: table !important;
}
body .d-table-row {
  display: table-row !important;
}
body .d-table-cell {
  display: table-cell !important;
}
body .d-flex {
  display: flex !important;
}
body .d-inline-flex {
  display: inline-flex !important;
}
body .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
body .embed-responsive::before {
  display: block;
  content: "";
}
body .embed-responsive .embed-responsive-item, body .embed-responsive iframe, body .embed-responsive embed, body .embed-responsive object, body .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
body .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
body .embed-responsive-4by3::before {
  padding-top: 75%;
}
body .embed-responsive-1by1::before {
  padding-top: 100%;
}
body .flex-row {
  flex-direction: row !important;
}
body .flex-column {
  flex-direction: column !important;
}
body .flex-row-reverse {
  flex-direction: row-reverse !important;
}
body .flex-column-reverse {
  flex-direction: column-reverse !important;
}
body .flex-wrap {
  flex-wrap: wrap !important;
}
body .flex-nowrap {
  flex-wrap: nowrap !important;
}
body .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
body .flex-fill {
  flex: 1 1 auto !important;
}
body .flex-grow-0 {
  flex-grow: 0 !important;
}
body .flex-grow-1 {
  flex-grow: 1 !important;
}
body .flex-shrink-0 {
  flex-shrink: 0 !important;
}
body .flex-shrink-1 {
  flex-shrink: 1 !important;
}
body .justify-content-left {
  justify-content: flex-left !important;
}
body .justify-content-right {
  justify-content: flex-right !important;
}
body .justify-content-center {
  justify-content: center !important;
}
body .justify-content-between {
  justify-content: space-between !important;
}
body .justify-content-around {
  justify-content: space-around !important;
}
body .align-items-left {
  align-items: flex-left !important;
}
body .align-items-right {
  align-items: flex-right !important;
}
body .align-items-center {
  align-items: center !important;
}
body .align-items-baseline {
  align-items: baseline !important;
}
body .align-items-stretch {
  align-items: stretch !important;
}
body .align-content-left {
  align-content: flex-left !important;
}
body .align-content-right {
  align-content: flex-right !important;
}
body .align-content-center {
  align-content: center !important;
}
body .align-content-between {
  align-content: space-between !important;
}
body .align-content-around {
  align-content: space-around !important;
}
body .align-content-stretch {
  align-content: stretch !important;
}
body .align-self-auto {
  align-self: auto !important;
}
body .align-self-left {
  align-self: flex-left !important;
}
body .align-self-right {
  align-self: flex-right !important;
}
body .align-self-center {
  align-self: center !important;
}
body .align-self-baseline {
  align-self: baseline !important;
}
body .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  body .float-sm-left {
    float: left !important;
  }
  body .float-sm-right {
    float: right !important;
  }
  body .float-sm-none {
    float: none !important;
  }
  body .m-sm-0 {
    margin: 0 !important;
  }
  body .mt-sm-0, body .my-sm-0 {
    margin-top: 0 !important;
  }
  body .me-sm-0, body .mx-sm-0 {
    margin-right: 0 !important;
  }
  body .mb-sm-0, body .my-sm-0 {
    margin-bottom: 0 !important;
  }
  body .ms-sm-0, body .mx-sm-0 {
    margin-left: 0 !important;
  }
  body .m-sm-1 {
    margin: 0.25rem !important;
  }
  body .mt-sm-1, body .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  body .me-sm-1, body .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  body .mb-sm-1, body .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  body .ms-sm-1, body .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  body .m-sm-2 {
    margin: 0.5rem !important;
  }
  body .mt-sm-2, body .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  body .me-sm-2, body .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  body .mb-sm-2, body .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  body .ms-sm-2, body .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  body .m-sm-3 {
    margin: 0.75rem !important;
  }
  body .mt-sm-3, body .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  body .me-sm-3, body .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  body .mb-sm-3, body .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  body .ms-sm-3, body .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  body .m-sm-4 {
    margin: 1rem !important;
  }
  body .mt-sm-4, body .my-sm-4 {
    margin-top: 1rem !important;
  }
  body .me-sm-4, body .mx-sm-4 {
    margin-right: 1rem !important;
  }
  body .mb-sm-4, body .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  body .ms-sm-4, body .mx-sm-4 {
    margin-left: 1rem !important;
  }
  body .m-sm-5 {
    margin: 1.5rem !important;
  }
  body .mt-sm-5, body .my-sm-5 {
    margin-top: 1.5rem !important;
  }
  body .me-sm-5, body .mx-sm-5 {
    margin-right: 1.5rem !important;
  }
  body .mb-sm-5, body .my-sm-5 {
    margin-bottom: 1.5rem !important;
  }
  body .ms-sm-5, body .mx-sm-5 {
    margin-left: 1.5rem !important;
  }
  body .m-sm-6 {
    margin: 2rem !important;
  }
  body .mt-sm-6, body .my-sm-6 {
    margin-top: 2rem !important;
  }
  body .me-sm-6, body .mx-sm-6 {
    margin-right: 2rem !important;
  }
  body .mb-sm-6, body .my-sm-6 {
    margin-bottom: 2rem !important;
  }
  body .ms-sm-6, body .mx-sm-6 {
    margin-left: 2rem !important;
  }
  body .m-sm-7 {
    margin: 3rem !important;
  }
  body .mt-sm-7, body .my-sm-7 {
    margin-top: 3rem !important;
  }
  body .me-sm-7, body .mx-sm-7 {
    margin-right: 3rem !important;
  }
  body .mb-sm-7, body .my-sm-7 {
    margin-bottom: 3rem !important;
  }
  body .ms-sm-7, body .mx-sm-7 {
    margin-left: 3rem !important;
  }
  body .m-sm-8 {
    margin: 4rem !important;
  }
  body .mt-sm-8, body .my-sm-8 {
    margin-top: 4rem !important;
  }
  body .me-sm-8, body .mx-sm-8 {
    margin-right: 4rem !important;
  }
  body .mb-sm-8, body .my-sm-8 {
    margin-bottom: 4rem !important;
  }
  body .ms-sm-8, body .mx-sm-8 {
    margin-left: 4rem !important;
  }
  body .m-sm-9 {
    margin: 6rem !important;
  }
  body .mt-sm-9, body .my-sm-9 {
    margin-top: 6rem !important;
  }
  body .me-sm-9, body .mx-sm-9 {
    margin-right: 6rem !important;
  }
  body .mb-sm-9, body .my-sm-9 {
    margin-bottom: 6rem !important;
  }
  body .ms-sm-9, body .mx-sm-9 {
    margin-left: 6rem !important;
  }
  body .p-sm-0 {
    padding: 0 !important;
  }
  body .pt-sm-0, body .py-sm-0 {
    padding-top: 0 !important;
  }
  body .pe-sm-0, body .px-sm-0 {
    padding-right: 0 !important;
  }
  body .pb-sm-0, body .py-sm-0 {
    padding-bottom: 0 !important;
  }
  body .ps-sm-0, body .px-sm-0 {
    padding-left: 0 !important;
  }
  body .p-sm-1 {
    padding: 0.25rem !important;
  }
  body .pt-sm-1, body .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  body .pe-sm-1, body .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  body .pb-sm-1, body .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  body .ps-sm-1, body .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  body .p-sm-2 {
    padding: 0.5rem !important;
  }
  body .pt-sm-2, body .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  body .pe-sm-2, body .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  body .pb-sm-2, body .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  body .ps-sm-2, body .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  body .p-sm-3 {
    padding: 0.75rem !important;
  }
  body .pt-sm-3, body .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  body .pe-sm-3, body .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  body .pb-sm-3, body .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  body .ps-sm-3, body .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  body .p-sm-4 {
    padding: 1rem !important;
  }
  body .pt-sm-4, body .py-sm-4 {
    padding-top: 1rem !important;
  }
  body .pe-sm-4, body .px-sm-4 {
    padding-right: 1rem !important;
  }
  body .pb-sm-4, body .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  body .ps-sm-4, body .px-sm-4 {
    padding-left: 1rem !important;
  }
  body .p-sm-5 {
    padding: 1.5rem !important;
  }
  body .pt-sm-5, body .py-sm-5 {
    padding-top: 1.5rem !important;
  }
  body .pe-sm-5, body .px-sm-5 {
    padding-right: 1.5rem !important;
  }
  body .pb-sm-5, body .py-sm-5 {
    padding-bottom: 1.5rem !important;
  }
  body .ps-sm-5, body .px-sm-5 {
    padding-left: 1.5rem !important;
  }
  body .p-sm-6 {
    padding: 2rem !important;
  }
  body .pt-sm-6, body .py-sm-6 {
    padding-top: 2rem !important;
  }
  body .pe-sm-6, body .px-sm-6 {
    padding-right: 2rem !important;
  }
  body .pb-sm-6, body .py-sm-6 {
    padding-bottom: 2rem !important;
  }
  body .ps-sm-6, body .px-sm-6 {
    padding-left: 2rem !important;
  }
  body .p-sm-7 {
    padding: 3rem !important;
  }
  body .pt-sm-7, body .py-sm-7 {
    padding-top: 3rem !important;
  }
  body .pe-sm-7, body .px-sm-7 {
    padding-right: 3rem !important;
  }
  body .pb-sm-7, body .py-sm-7 {
    padding-bottom: 3rem !important;
  }
  body .ps-sm-7, body .px-sm-7 {
    padding-left: 3rem !important;
  }
  body .p-sm-8 {
    padding: 4rem !important;
  }
  body .pt-sm-8, body .py-sm-8 {
    padding-top: 4rem !important;
  }
  body .pe-sm-8, body .px-sm-8 {
    padding-right: 4rem !important;
  }
  body .pb-sm-8, body .py-sm-8 {
    padding-bottom: 4rem !important;
  }
  body .ps-sm-8, body .px-sm-8 {
    padding-left: 4rem !important;
  }
  body .p-sm-9 {
    padding: 6rem !important;
  }
  body .pt-sm-9, body .py-sm-9 {
    padding-top: 6rem !important;
  }
  body .pe-sm-9, body .px-sm-9 {
    padding-right: 6rem !important;
  }
  body .pb-sm-9, body .py-sm-9 {
    padding-bottom: 6rem !important;
  }
  body .ps-sm-9, body .px-sm-9 {
    padding-left: 6rem !important;
  }
  body .m-sm-auto {
    margin: auto !important;
  }
  body .mt-sm-auto, body .my-sm-auto {
    margin-top: auto !important;
  }
  body .me-sm-auto, body .mx-sm-auto {
    margin-right: auto !important;
  }
  body .mb-sm-auto, body .my-sm-auto {
    margin-bottom: auto !important;
  }
  body .ms-sm-auto, body .mx-sm-auto {
    margin-left: auto !important;
  }
  body .text-sm-left {
    text-align: left !important;
  }
  body .text-sm-right {
    text-align: right !important;
  }
  body .text-sm-center {
    text-align: center !important;
  }
  body .d-sm-none {
    display: none !important;
  }
  body .d-sm-inline {
    display: inline !important;
  }
  body .d-sm-inline-block {
    display: inline-block !important;
  }
  body .d-sm-block {
    display: block !important;
  }
  body .d-sm-table {
    display: table !important;
  }
  body .d-sm-table-row {
    display: table-row !important;
  }
  body .d-sm-table-cell {
    display: table-cell !important;
  }
  body .d-sm-flex {
    display: flex !important;
  }
  body .d-sm-inline-flex {
    display: inline-flex !important;
  }
  body .flex-sm-row {
    flex-direction: row !important;
  }
  body .flex-sm-column {
    flex-direction: column !important;
  }
  body .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  body .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  body .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  body .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  body .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  body .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  body .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  body .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  body .justify-content-sm-left {
    justify-content: flex-left !important;
  }
  body .justify-content-sm-right {
    justify-content: flex-right !important;
  }
  body .justify-content-sm-center {
    justify-content: center !important;
  }
  body .justify-content-sm-between {
    justify-content: space-between !important;
  }
  body .justify-content-sm-around {
    justify-content: space-around !important;
  }
  body .align-items-sm-left {
    align-items: flex-left !important;
  }
  body .align-items-sm-right {
    align-items: flex-right !important;
  }
  body .align-items-sm-center {
    align-items: center !important;
  }
  body .align-items-sm-baseline {
    align-items: baseline !important;
  }
  body .align-items-sm-stretch {
    align-items: stretch !important;
  }
  body .align-content-sm-left {
    align-content: flex-left !important;
  }
  body .align-content-sm-right {
    align-content: flex-right !important;
  }
  body .align-content-sm-center {
    align-content: center !important;
  }
  body .align-content-sm-between {
    align-content: space-between !important;
  }
  body .align-content-sm-around {
    align-content: space-around !important;
  }
  body .align-content-sm-stretch {
    align-content: stretch !important;
  }
  body .align-self-sm-auto {
    align-self: auto !important;
  }
  body .align-self-sm-left {
    align-self: flex-left !important;
  }
  body .align-self-sm-right {
    align-self: flex-right !important;
  }
  body .align-self-sm-center {
    align-self: center !important;
  }
  body .align-self-sm-baseline {
    align-self: baseline !important;
  }
  body .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  body .page-content {
    margin: 1.5rem 0;
  }
  body .text-md-left {
    text-align: left !important;
  }
  body .text-md-right {
    text-align: right !important;
  }
  body .text-md-center {
    text-align: center !important;
  }
  body .float-md-left {
    float: left !important;
  }
  body .float-md-right {
    float: right !important;
  }
  body .float-md-none {
    float: none !important;
  }
  body .m-md-0 {
    margin: 0 !important;
  }
  body .mt-md-0, body .my-md-0 {
    margin-top: 0 !important;
  }
  body .me-md-0, body .mx-md-0 {
    margin-right: 0 !important;
  }
  body .mb-md-0, body .my-md-0 {
    margin-bottom: 0 !important;
  }
  body .ms-md-0, body .mx-md-0 {
    margin-left: 0 !important;
  }
  body .m-md-1 {
    margin: 0.25rem !important;
  }
  body .mt-md-1, body .my-md-1 {
    margin-top: 0.25rem !important;
  }
  body .me-md-1, body .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  body .mb-md-1, body .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  body .ms-md-1, body .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  body .m-md-2 {
    margin: 0.5rem !important;
  }
  body .mt-md-2, body .my-md-2 {
    margin-top: 0.5rem !important;
  }
  body .me-md-2, body .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  body .mb-md-2, body .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  body .ms-md-2, body .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  body .m-md-3 {
    margin: 0.75rem !important;
  }
  body .mt-md-3, body .my-md-3 {
    margin-top: 0.75rem !important;
  }
  body .me-md-3, body .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  body .mb-md-3, body .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  body .ms-md-3, body .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  body .m-md-4 {
    margin: 1rem !important;
  }
  body .mt-md-4, body .my-md-4 {
    margin-top: 1rem !important;
  }
  body .me-md-4, body .mx-md-4 {
    margin-right: 1rem !important;
  }
  body .mb-md-4, body .my-md-4 {
    margin-bottom: 1rem !important;
  }
  body .ms-md-4, body .mx-md-4 {
    margin-left: 1rem !important;
  }
  body .m-md-5 {
    margin: 1.5rem !important;
  }
  body .mt-md-5, body .my-md-5 {
    margin-top: 1.5rem !important;
  }
  body .me-md-5, body .mx-md-5 {
    margin-right: 1.5rem !important;
  }
  body .mb-md-5, body .my-md-5 {
    margin-bottom: 1.5rem !important;
  }
  body .ms-md-5, body .mx-md-5 {
    margin-left: 1.5rem !important;
  }
  body .m-md-6 {
    margin: 2rem !important;
  }
  body .mt-md-6, body .my-md-6 {
    margin-top: 2rem !important;
  }
  body .me-md-6, body .mx-md-6 {
    margin-right: 2rem !important;
  }
  body .mb-md-6, body .my-md-6 {
    margin-bottom: 2rem !important;
  }
  body .ms-md-6, body .mx-md-6 {
    margin-left: 2rem !important;
  }
  body .m-md-7 {
    margin: 3rem !important;
  }
  body .mt-md-7, body .my-md-7 {
    margin-top: 3rem !important;
  }
  body .me-md-7, body .mx-md-7 {
    margin-right: 3rem !important;
  }
  body .mb-md-7, body .my-md-7 {
    margin-bottom: 3rem !important;
  }
  body .ms-md-7, body .mx-md-7 {
    margin-left: 3rem !important;
  }
  body .m-md-8 {
    margin: 4rem !important;
  }
  body .mt-md-8, body .my-md-8 {
    margin-top: 4rem !important;
  }
  body .me-md-8, body .mx-md-8 {
    margin-right: 4rem !important;
  }
  body .mb-md-8, body .my-md-8 {
    margin-bottom: 4rem !important;
  }
  body .ms-md-8, body .mx-md-8 {
    margin-left: 4rem !important;
  }
  body .m-md-9 {
    margin: 6rem !important;
  }
  body .mt-md-9, body .my-md-9 {
    margin-top: 6rem !important;
  }
  body .me-md-9, body .mx-md-9 {
    margin-right: 6rem !important;
  }
  body .mb-md-9, body .my-md-9 {
    margin-bottom: 6rem !important;
  }
  body .ms-md-9, body .mx-md-9 {
    margin-left: 6rem !important;
  }
  body .p-md-0 {
    padding: 0 !important;
  }
  body .pt-md-0, body .py-md-0 {
    padding-top: 0 !important;
  }
  body .pe-md-0, body .px-md-0 {
    padding-right: 0 !important;
  }
  body .pb-md-0, body .py-md-0 {
    padding-bottom: 0 !important;
  }
  body .ps-md-0, body .px-md-0 {
    padding-left: 0 !important;
  }
  body .p-md-1 {
    padding: 0.25rem !important;
  }
  body .pt-md-1, body .py-md-1 {
    padding-top: 0.25rem !important;
  }
  body .pe-md-1, body .px-md-1 {
    padding-right: 0.25rem !important;
  }
  body .pb-md-1, body .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  body .ps-md-1, body .px-md-1 {
    padding-left: 0.25rem !important;
  }
  body .p-md-2 {
    padding: 0.5rem !important;
  }
  body .pt-md-2, body .py-md-2 {
    padding-top: 0.5rem !important;
  }
  body .pe-md-2, body .px-md-2 {
    padding-right: 0.5rem !important;
  }
  body .pb-md-2, body .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  body .ps-md-2, body .px-md-2 {
    padding-left: 0.5rem !important;
  }
  body .p-md-3 {
    padding: 0.75rem !important;
  }
  body .pt-md-3, body .py-md-3 {
    padding-top: 0.75rem !important;
  }
  body .pe-md-3, body .px-md-3 {
    padding-right: 0.75rem !important;
  }
  body .pb-md-3, body .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  body .ps-md-3, body .px-md-3 {
    padding-left: 0.75rem !important;
  }
  body .p-md-4 {
    padding: 1rem !important;
  }
  body .pt-md-4, body .py-md-4 {
    padding-top: 1rem !important;
  }
  body .pe-md-4, body .px-md-4 {
    padding-right: 1rem !important;
  }
  body .pb-md-4, body .py-md-4 {
    padding-bottom: 1rem !important;
  }
  body .ps-md-4, body .px-md-4 {
    padding-left: 1rem !important;
  }
  body .p-md-5 {
    padding: 1.5rem !important;
  }
  body .pt-md-5, body .py-md-5 {
    padding-top: 1.5rem !important;
  }
  body .pe-md-5, body .px-md-5 {
    padding-right: 1.5rem !important;
  }
  body .pb-md-5, body .py-md-5 {
    padding-bottom: 1.5rem !important;
  }
  body .ps-md-5, body .px-md-5 {
    padding-left: 1.5rem !important;
  }
  body .p-md-6 {
    padding: 2rem !important;
  }
  body .pt-md-6, body .py-md-6 {
    padding-top: 2rem !important;
  }
  body .pe-md-6, body .px-md-6 {
    padding-right: 2rem !important;
  }
  body .pb-md-6, body .py-md-6 {
    padding-bottom: 2rem !important;
  }
  body .ps-md-6, body .px-md-6 {
    padding-left: 2rem !important;
  }
  body .p-md-7 {
    padding: 3rem !important;
  }
  body .pt-md-7, body .py-md-7 {
    padding-top: 3rem !important;
  }
  body .pe-md-7, body .px-md-7 {
    padding-right: 3rem !important;
  }
  body .pb-md-7, body .py-md-7 {
    padding-bottom: 3rem !important;
  }
  body .ps-md-7, body .px-md-7 {
    padding-left: 3rem !important;
  }
  body .p-md-8 {
    padding: 4rem !important;
  }
  body .pt-md-8, body .py-md-8 {
    padding-top: 4rem !important;
  }
  body .pe-md-8, body .px-md-8 {
    padding-right: 4rem !important;
  }
  body .pb-md-8, body .py-md-8 {
    padding-bottom: 4rem !important;
  }
  body .ps-md-8, body .px-md-8 {
    padding-left: 4rem !important;
  }
  body .p-md-9 {
    padding: 6rem !important;
  }
  body .pt-md-9, body .py-md-9 {
    padding-top: 6rem !important;
  }
  body .pe-md-9, body .px-md-9 {
    padding-right: 6rem !important;
  }
  body .pb-md-9, body .py-md-9 {
    padding-bottom: 6rem !important;
  }
  body .ps-md-9, body .px-md-9 {
    padding-left: 6rem !important;
  }
  body .m-md-auto {
    margin: auto !important;
  }
  body .mt-md-auto, body .my-md-auto {
    margin-top: auto !important;
  }
  body .me-md-auto, body .mx-md-auto {
    margin-right: auto !important;
  }
  body .mb-md-auto, body .my-md-auto {
    margin-bottom: auto !important;
  }
  body .ms-md-auto, body .mx-md-auto {
    margin-left: auto !important;
  }
  body .flex-md-row {
    flex-direction: row !important;
  }
  body .flex-md-column {
    flex-direction: column !important;
  }
  body .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  body .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  body .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  body .flex-md-fill {
    flex: 1 1 auto !important;
  }
  body .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  body .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  body .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  body .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  body .justify-content-md-left {
    justify-content: flex-left !important;
  }
  body .justify-content-md-right {
    justify-content: flex-right !important;
  }
  body .justify-content-md-center {
    justify-content: center !important;
  }
  body .justify-content-md-between {
    justify-content: space-between !important;
  }
  body .justify-content-md-around {
    justify-content: space-around !important;
  }
  body .align-items-md-left {
    align-items: flex-left !important;
  }
  body .align-items-md-right {
    align-items: flex-right !important;
  }
  body .align-items-md-center {
    align-items: center !important;
  }
  body .align-items-md-baseline {
    align-items: baseline !important;
  }
  body .align-items-md-stretch {
    align-items: stretch !important;
  }
  body .align-content-md-left {
    align-content: flex-left !important;
  }
  body .align-content-md-right {
    align-content: flex-right !important;
  }
  body .align-content-md-center {
    align-content: center !important;
  }
  body .align-content-md-between {
    align-content: space-between !important;
  }
  body .align-content-md-around {
    align-content: space-around !important;
  }
  body .align-content-md-stretch {
    align-content: stretch !important;
  }
  body .align-self-md-auto {
    align-self: auto !important;
  }
  body .align-self-md-left {
    align-self: flex-left !important;
  }
  body .align-self-md-right {
    align-self: flex-right !important;
  }
  body .align-self-md-center {
    align-self: center !important;
  }
  body .align-self-md-baseline {
    align-self: baseline !important;
  }
  body .align-self-md-stretch {
    align-self: stretch !important;
  }
  body .d-md-none {
    display: none !important;
  }
  body .d-md-inline {
    display: inline !important;
  }
  body .d-md-inline-block {
    display: inline-block !important;
  }
  body .d-md-block {
    display: block !important;
  }
  body .d-md-table {
    display: table !important;
  }
  body .d-md-table-row {
    display: table-row !important;
  }
  body .d-md-table-cell {
    display: table-cell !important;
  }
  body .d-md-flex {
    display: flex !important;
  }
  body .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  body .text-lg-left {
    text-align: left !important;
  }
  body .text-lg-right {
    text-align: right !important;
  }
  body .text-lg-center {
    text-align: center !important;
  }
  body .d-lg-none {
    display: none !important;
  }
  body .d-lg-inline {
    display: inline !important;
  }
  body .d-lg-inline-block {
    display: inline-block !important;
  }
  body .d-lg-block {
    display: block !important;
  }
  body .d-lg-table {
    display: table !important;
  }
  body .d-lg-table-row {
    display: table-row !important;
  }
  body .d-lg-table-cell {
    display: table-cell !important;
  }
  body .d-lg-flex {
    display: flex !important;
  }
  body .d-lg-inline-flex {
    display: inline-flex !important;
  }
  body .float-lg-left {
    float: left !important;
  }
  body .float-lg-right {
    float: right !important;
  }
  body .float-lg-none {
    float: none !important;
  }
  body .m-lg-0 {
    margin: 0 !important;
  }
  body .mt-lg-0, body .my-lg-0 {
    margin-top: 0 !important;
  }
  body .me-lg-0, body .mx-lg-0 {
    margin-right: 0 !important;
  }
  body .mb-lg-0, body .my-lg-0 {
    margin-bottom: 0 !important;
  }
  body .ms-lg-0, body .mx-lg-0 {
    margin-left: 0 !important;
  }
  body .m-lg-1 {
    margin: 0.25rem !important;
  }
  body .mt-lg-1, body .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  body .me-lg-1, body .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  body .mb-lg-1, body .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  body .ms-lg-1, body .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  body .m-lg-2 {
    margin: 0.5rem !important;
  }
  body .mt-lg-2, body .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  body .me-lg-2, body .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  body .mb-lg-2, body .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  body .ms-lg-2, body .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  body .m-lg-3 {
    margin: 0.75rem !important;
  }
  body .mt-lg-3, body .my-lg-3 {
    margin-top: 0.75rem !important;
  }
  body .me-lg-3, body .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  body .mb-lg-3, body .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  body .ms-lg-3, body .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  body .m-lg-4 {
    margin: 1rem !important;
  }
  body .mt-lg-4, body .my-lg-4 {
    margin-top: 1rem !important;
  }
  body .me-lg-4, body .mx-lg-4 {
    margin-right: 1rem !important;
  }
  body .mb-lg-4, body .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  body .ms-lg-4, body .mx-lg-4 {
    margin-left: 1rem !important;
  }
  body .m-lg-5 {
    margin: 1.5rem !important;
  }
  body .mt-lg-5, body .my-lg-5 {
    margin-top: 1.5rem !important;
  }
  body .me-lg-5, body .mx-lg-5 {
    margin-right: 1.5rem !important;
  }
  body .mb-lg-5, body .my-lg-5 {
    margin-bottom: 1.5rem !important;
  }
  body .ms-lg-5, body .mx-lg-5 {
    margin-left: 1.5rem !important;
  }
  body .m-lg-6 {
    margin: 2rem !important;
  }
  body .mt-lg-6, body .my-lg-6 {
    margin-top: 2rem !important;
  }
  body .me-lg-6, body .mx-lg-6 {
    margin-right: 2rem !important;
  }
  body .mb-lg-6, body .my-lg-6 {
    margin-bottom: 2rem !important;
  }
  body .ms-lg-6, body .mx-lg-6 {
    margin-left: 2rem !important;
  }
  body .m-lg-7 {
    margin: 3rem !important;
  }
  body .mt-lg-7, body .my-lg-7 {
    margin-top: 3rem !important;
  }
  body .me-lg-7, body .mx-lg-7 {
    margin-right: 3rem !important;
  }
  body .mb-lg-7, body .my-lg-7 {
    margin-bottom: 3rem !important;
  }
  body .ms-lg-7, body .mx-lg-7 {
    margin-left: 3rem !important;
  }
  body .m-lg-8 {
    margin: 4rem !important;
  }
  body .mt-lg-8, body .my-lg-8 {
    margin-top: 4rem !important;
  }
  body .me-lg-8, body .mx-lg-8 {
    margin-right: 4rem !important;
  }
  body .mb-lg-8, body .my-lg-8 {
    margin-bottom: 4rem !important;
  }
  body .ms-lg-8, body .mx-lg-8 {
    margin-left: 4rem !important;
  }
  body .m-lg-9 {
    margin: 6rem !important;
  }
  body .mt-lg-9, body .my-lg-9 {
    margin-top: 6rem !important;
  }
  body .me-lg-9, body .mx-lg-9 {
    margin-right: 6rem !important;
  }
  body .mb-lg-9, body .my-lg-9 {
    margin-bottom: 6rem !important;
  }
  body .ms-lg-9, body .mx-lg-9 {
    margin-left: 6rem !important;
  }
  body .p-lg-0 {
    padding: 0 !important;
  }
  body .pt-lg-0, body .py-lg-0 {
    padding-top: 0 !important;
  }
  body .pe-lg-0, body .px-lg-0 {
    padding-right: 0 !important;
  }
  body .pb-lg-0, body .py-lg-0 {
    padding-bottom: 0 !important;
  }
  body .ps-lg-0, body .px-lg-0 {
    padding-left: 0 !important;
  }
  body .p-lg-1 {
    padding: 0.25rem !important;
  }
  body .pt-lg-1, body .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  body .pe-lg-1, body .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  body .pb-lg-1, body .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  body .ps-lg-1, body .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  body .p-lg-2 {
    padding: 0.5rem !important;
  }
  body .pt-lg-2, body .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  body .pe-lg-2, body .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  body .pb-lg-2, body .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  body .ps-lg-2, body .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  body .p-lg-3 {
    padding: 0.75rem !important;
  }
  body .pt-lg-3, body .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  body .pe-lg-3, body .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  body .pb-lg-3, body .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  body .ps-lg-3, body .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  body .p-lg-4 {
    padding: 1rem !important;
  }
  body .pt-lg-4, body .py-lg-4 {
    padding-top: 1rem !important;
  }
  body .pe-lg-4, body .px-lg-4 {
    padding-right: 1rem !important;
  }
  body .pb-lg-4, body .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  body .ps-lg-4, body .px-lg-4 {
    padding-left: 1rem !important;
  }
  body .p-lg-5 {
    padding: 1.5rem !important;
  }
  body .pt-lg-5, body .py-lg-5 {
    padding-top: 1.5rem !important;
  }
  body .pe-lg-5, body .px-lg-5 {
    padding-right: 1.5rem !important;
  }
  body .pb-lg-5, body .py-lg-5 {
    padding-bottom: 1.5rem !important;
  }
  body .ps-lg-5, body .px-lg-5 {
    padding-left: 1.5rem !important;
  }
  body .p-lg-6 {
    padding: 2rem !important;
  }
  body .pt-lg-6, body .py-lg-6 {
    padding-top: 2rem !important;
  }
  body .pe-lg-6, body .px-lg-6 {
    padding-right: 2rem !important;
  }
  body .pb-lg-6, body .py-lg-6 {
    padding-bottom: 2rem !important;
  }
  body .ps-lg-6, body .px-lg-6 {
    padding-left: 2rem !important;
  }
  body .p-lg-7 {
    padding: 3rem !important;
  }
  body .pt-lg-7, body .py-lg-7 {
    padding-top: 3rem !important;
  }
  body .pe-lg-7, body .px-lg-7 {
    padding-right: 3rem !important;
  }
  body .pb-lg-7, body .py-lg-7 {
    padding-bottom: 3rem !important;
  }
  body .ps-lg-7, body .px-lg-7 {
    padding-left: 3rem !important;
  }
  body .p-lg-8 {
    padding: 4rem !important;
  }
  body .pt-lg-8, body .py-lg-8 {
    padding-top: 4rem !important;
  }
  body .pe-lg-8, body .px-lg-8 {
    padding-right: 4rem !important;
  }
  body .pb-lg-8, body .py-lg-8 {
    padding-bottom: 4rem !important;
  }
  body .ps-lg-8, body .px-lg-8 {
    padding-left: 4rem !important;
  }
  body .p-lg-9 {
    padding: 6rem !important;
  }
  body .pt-lg-9, body .py-lg-9 {
    padding-top: 6rem !important;
  }
  body .pe-lg-9, body .px-lg-9 {
    padding-right: 6rem !important;
  }
  body .pb-lg-9, body .py-lg-9 {
    padding-bottom: 6rem !important;
  }
  body .ps-lg-9, body .px-lg-9 {
    padding-left: 6rem !important;
  }
  body .m-lg-auto {
    margin: auto !important;
  }
  body .mt-lg-auto, body .my-lg-auto {
    margin-top: auto !important;
  }
  body .me-lg-auto, body .mx-lg-auto {
    margin-right: auto !important;
  }
  body .mb-lg-auto, body .my-lg-auto {
    margin-bottom: auto !important;
  }
  body .ms-lg-auto, body .mx-lg-auto {
    margin-left: auto !important;
  }
  body .flex-lg-row {
    flex-direction: row !important;
  }
  body .flex-lg-column {
    flex-direction: column !important;
  }
  body .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  body .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  body .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  body .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  body .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  body .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  body .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  body .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  body .justify-content-lg-left {
    justify-content: flex-left !important;
  }
  body .justify-content-lg-right {
    justify-content: flex-right !important;
  }
  body .justify-content-lg-center {
    justify-content: center !important;
  }
  body .justify-content-lg-between {
    justify-content: space-between !important;
  }
  body .justify-content-lg-around {
    justify-content: space-around !important;
  }
  body .align-items-lg-left {
    align-items: flex-left !important;
  }
  body .align-items-lg-right {
    align-items: flex-right !important;
  }
  body .align-items-lg-center {
    align-items: center !important;
  }
  body .align-items-lg-baseline {
    align-items: baseline !important;
  }
  body .align-items-lg-stretch {
    align-items: stretch !important;
  }
  body .align-content-lg-left {
    align-content: flex-left !important;
  }
  body .align-content-lg-right {
    align-content: flex-right !important;
  }
  body .align-content-lg-center {
    align-content: center !important;
  }
  body .align-content-lg-between {
    align-content: space-between !important;
  }
  body .align-content-lg-around {
    align-content: space-around !important;
  }
  body .align-content-lg-stretch {
    align-content: stretch !important;
  }
  body .align-self-lg-auto {
    align-self: auto !important;
  }
  body .align-self-lg-left {
    align-self: flex-left !important;
  }
  body .align-self-lg-right {
    align-self: flex-right !important;
  }
  body .align-self-lg-center {
    align-self: center !important;
  }
  body .align-self-lg-baseline {
    align-self: baseline !important;
  }
  body .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  body .text-xl-left {
    text-align: left !important;
  }
  body .text-xl-right {
    text-align: right !important;
  }
  body .text-xl-center {
    text-align: center !important;
  }
  body .d-xl-none {
    display: none !important;
  }
  body .d-xl-inline {
    display: inline !important;
  }
  body .d-xl-inline-block {
    display: inline-block !important;
  }
  body .d-xl-block {
    display: block !important;
  }
  body .d-xl-table {
    display: table !important;
  }
  body .d-xl-table-row {
    display: table-row !important;
  }
  body .d-xl-table-cell {
    display: table-cell !important;
  }
  body .d-xl-flex {
    display: flex !important;
  }
  body .d-xl-inline-flex {
    display: inline-flex !important;
  }
  body .float-xl-left {
    float: left !important;
  }
  body .float-xl-right {
    float: right !important;
  }
  body .float-xl-none {
    float: none !important;
  }
  body .m-xl-0 {
    margin: 0 !important;
  }
  body .mt-xl-0, body .my-xl-0 {
    margin-top: 0 !important;
  }
  body .me-xl-0, body .mx-xl-0 {
    margin-right: 0 !important;
  }
  body .mb-xl-0, body .my-xl-0 {
    margin-bottom: 0 !important;
  }
  body .ms-xl-0, body .mx-xl-0 {
    margin-left: 0 !important;
  }
  body .m-xl-1 {
    margin: 0.25rem !important;
  }
  body .mt-xl-1, body .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  body .me-xl-1, body .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  body .mb-xl-1, body .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  body .ms-xl-1, body .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  body .m-xl-2 {
    margin: 0.5rem !important;
  }
  body .mt-xl-2, body .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  body .me-xl-2, body .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  body .mb-xl-2, body .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  body .ms-xl-2, body .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  body .m-xl-3 {
    margin: 0.75rem !important;
  }
  body .mt-xl-3, body .my-xl-3 {
    margin-top: 0.75rem !important;
  }
  body .me-xl-3, body .mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  body .mb-xl-3, body .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  body .ms-xl-3, body .mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  body .m-xl-4 {
    margin: 1rem !important;
  }
  body .mt-xl-4, body .my-xl-4 {
    margin-top: 1rem !important;
  }
  body .me-xl-4, body .mx-xl-4 {
    margin-right: 1rem !important;
  }
  body .mb-xl-4, body .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  body .ms-xl-4, body .mx-xl-4 {
    margin-left: 1rem !important;
  }
  body .m-xl-5 {
    margin: 1.5rem !important;
  }
  body .mt-xl-5, body .my-xl-5 {
    margin-top: 1.5rem !important;
  }
  body .me-xl-5, body .mx-xl-5 {
    margin-right: 1.5rem !important;
  }
  body .mb-xl-5, body .my-xl-5 {
    margin-bottom: 1.5rem !important;
  }
  body .ms-xl-5, body .mx-xl-5 {
    margin-left: 1.5rem !important;
  }
  body .m-xl-6 {
    margin: 2rem !important;
  }
  body .mt-xl-6, body .my-xl-6 {
    margin-top: 2rem !important;
  }
  body .me-xl-6, body .mx-xl-6 {
    margin-right: 2rem !important;
  }
  body .mb-xl-6, body .my-xl-6 {
    margin-bottom: 2rem !important;
  }
  body .ms-xl-6, body .mx-xl-6 {
    margin-left: 2rem !important;
  }
  body .m-xl-7 {
    margin: 3rem !important;
  }
  body .mt-xl-7, body .my-xl-7 {
    margin-top: 3rem !important;
  }
  body .me-xl-7, body .mx-xl-7 {
    margin-right: 3rem !important;
  }
  body .mb-xl-7, body .my-xl-7 {
    margin-bottom: 3rem !important;
  }
  body .ms-xl-7, body .mx-xl-7 {
    margin-left: 3rem !important;
  }
  body .m-xl-8 {
    margin: 4rem !important;
  }
  body .mt-xl-8, body .my-xl-8 {
    margin-top: 4rem !important;
  }
  body .me-xl-8, body .mx-xl-8 {
    margin-right: 4rem !important;
  }
  body .mb-xl-8, body .my-xl-8 {
    margin-bottom: 4rem !important;
  }
  body .ms-xl-8, body .mx-xl-8 {
    margin-left: 4rem !important;
  }
  body .m-xl-9 {
    margin: 6rem !important;
  }
  body .mt-xl-9, body .my-xl-9 {
    margin-top: 6rem !important;
  }
  body .me-xl-9, body .mx-xl-9 {
    margin-right: 6rem !important;
  }
  body .mb-xl-9, body .my-xl-9 {
    margin-bottom: 6rem !important;
  }
  body .ms-xl-9, body .mx-xl-9 {
    margin-left: 6rem !important;
  }
  body .p-xl-0 {
    padding: 0 !important;
  }
  body .pt-xl-0, body .py-xl-0 {
    padding-top: 0 !important;
  }
  body .pe-xl-0, body .px-xl-0 {
    padding-right: 0 !important;
  }
  body .pb-xl-0, body .py-xl-0 {
    padding-bottom: 0 !important;
  }
  body .ps-xl-0, body .px-xl-0 {
    padding-left: 0 !important;
  }
  body .p-xl-1 {
    padding: 0.25rem !important;
  }
  body .pt-xl-1, body .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  body .pe-xl-1, body .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  body .pb-xl-1, body .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  body .ps-xl-1, body .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  body .p-xl-2 {
    padding: 0.5rem !important;
  }
  body .pt-xl-2, body .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  body .pe-xl-2, body .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  body .pb-xl-2, body .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  body .ps-xl-2, body .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  body .p-xl-3 {
    padding: 0.75rem !important;
  }
  body .pt-xl-3, body .py-xl-3 {
    padding-top: 0.75rem !important;
  }
  body .pe-xl-3, body .px-xl-3 {
    padding-right: 0.75rem !important;
  }
  body .pb-xl-3, body .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  body .ps-xl-3, body .px-xl-3 {
    padding-left: 0.75rem !important;
  }
  body .p-xl-4 {
    padding: 1rem !important;
  }
  body .pt-xl-4, body .py-xl-4 {
    padding-top: 1rem !important;
  }
  body .pe-xl-4, body .px-xl-4 {
    padding-right: 1rem !important;
  }
  body .pb-xl-4, body .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  body .ps-xl-4, body .px-xl-4 {
    padding-left: 1rem !important;
  }
  body .p-xl-5 {
    padding: 1.5rem !important;
  }
  body .pt-xl-5, body .py-xl-5 {
    padding-top: 1.5rem !important;
  }
  body .pe-xl-5, body .px-xl-5 {
    padding-right: 1.5rem !important;
  }
  body .pb-xl-5, body .py-xl-5 {
    padding-bottom: 1.5rem !important;
  }
  body .ps-xl-5, body .px-xl-5 {
    padding-left: 1.5rem !important;
  }
  body .p-xl-6 {
    padding: 2rem !important;
  }
  body .pt-xl-6, body .py-xl-6 {
    padding-top: 2rem !important;
  }
  body .pe-xl-6, body .px-xl-6 {
    padding-right: 2rem !important;
  }
  body .pb-xl-6, body .py-xl-6 {
    padding-bottom: 2rem !important;
  }
  body .ps-xl-6, body .px-xl-6 {
    padding-left: 2rem !important;
  }
  body .p-xl-7 {
    padding: 3rem !important;
  }
  body .pt-xl-7, body .py-xl-7 {
    padding-top: 3rem !important;
  }
  body .pe-xl-7, body .px-xl-7 {
    padding-right: 3rem !important;
  }
  body .pb-xl-7, body .py-xl-7 {
    padding-bottom: 3rem !important;
  }
  body .ps-xl-7, body .px-xl-7 {
    padding-left: 3rem !important;
  }
  body .p-xl-8 {
    padding: 4rem !important;
  }
  body .pt-xl-8, body .py-xl-8 {
    padding-top: 4rem !important;
  }
  body .pe-xl-8, body .px-xl-8 {
    padding-right: 4rem !important;
  }
  body .pb-xl-8, body .py-xl-8 {
    padding-bottom: 4rem !important;
  }
  body .ps-xl-8, body .px-xl-8 {
    padding-left: 4rem !important;
  }
  body .p-xl-9 {
    padding: 6rem !important;
  }
  body .pt-xl-9, body .py-xl-9 {
    padding-top: 6rem !important;
  }
  body .pe-xl-9, body .px-xl-9 {
    padding-right: 6rem !important;
  }
  body .pb-xl-9, body .py-xl-9 {
    padding-bottom: 6rem !important;
  }
  body .ps-xl-9, body .px-xl-9 {
    padding-left: 6rem !important;
  }
  body .m-xl-auto {
    margin: auto !important;
  }
  body .mt-xl-auto, body .my-xl-auto {
    margin-top: auto !important;
  }
  body .me-xl-auto, body .mx-xl-auto {
    margin-right: auto !important;
  }
  body .mb-xl-auto, body .my-xl-auto {
    margin-bottom: auto !important;
  }
  body .ms-xl-auto, body .mx-xl-auto {
    margin-left: auto !important;
  }
  body .flex-xl-row {
    flex-direction: row !important;
  }
  body .flex-xl-column {
    flex-direction: column !important;
  }
  body .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  body .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  body .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  body .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  body .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  body .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  body .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  body .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  body .justify-content-xl-left {
    justify-content: flex-left !important;
  }
  body .justify-content-xl-right {
    justify-content: flex-right !important;
  }
  body .justify-content-xl-center {
    justify-content: center !important;
  }
  body .justify-content-xl-between {
    justify-content: space-between !important;
  }
  body .justify-content-xl-around {
    justify-content: space-around !important;
  }
  body .align-items-xl-left {
    align-items: flex-left !important;
  }
  body .align-items-xl-right {
    align-items: flex-right !important;
  }
  body .align-items-xl-center {
    align-items: center !important;
  }
  body .align-items-xl-baseline {
    align-items: baseline !important;
  }
  body .align-items-xl-stretch {
    align-items: stretch !important;
  }
  body .align-content-xl-left {
    align-content: flex-left !important;
  }
  body .align-content-xl-right {
    align-content: flex-right !important;
  }
  body .align-content-xl-center {
    align-content: center !important;
  }
  body .align-content-xl-between {
    align-content: space-between !important;
  }
  body .align-content-xl-around {
    align-content: space-around !important;
  }
  body .align-content-xl-stretch {
    align-content: stretch !important;
  }
  body .align-self-xl-auto {
    align-self: auto !important;
  }
  body .align-self-xl-left {
    align-self: flex-left !important;
  }
  body .align-self-xl-right {
    align-self: flex-right !important;
  }
  body .align-self-xl-center {
    align-self: center !important;
  }
  body .align-self-xl-baseline {
    align-self: baseline !important;
  }
  body .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
body .float-start {
  float: left !important;
}
body .float-end {
  float: right !important;
}
body .float-start {
  float: left !important;
}
body .position-static {
  position: static !important;
}
body .position-relative {
  position: relative !important;
}
body .position-absolute {
  position: absolute !important;
}
body .position-fixed {
  position: fixed !important;
}
body .position-sticky {
  position: sticky !important;
}
body .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
body .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  body .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body .sr-only-focusable:active, body .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
body .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
body .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
body .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
body .shadow-none {
  box-shadow: none !important;
}
body .wd-5 {
  width: 5% !important;
}
body .w-10 {
  width: 10% !important;
}
body .w-15 {
  width: 15% !important;
}
body .w-20 {
  width: 20% !important;
}
body .w-25 {
  width: 25% !important;
}
body .w-30 {
  width: 30% !important;
}
body .w-35 {
  width: 35% !important;
}
body .w-40 {
  width: 40% !important;
}
body .w-45 {
  width: 45% !important;
}
body .w-48 {
  width: 48% !important;
}
body .w-49 {
  width: 49% !important;
}
body .w-50 {
  width: 50% !important;
}
body .w-55 {
  width: 55% !important;
}
body .w-60 {
  width: 60% !important;
}
body .w-65 {
  width: 65% !important;
}
body .w-70 {
  width: 70% !important;
}
body .w-75 {
  width: 75% !important;
}
body .w-80 {
  width: 80% !important;
}
body .w-85 {
  width: 85% !important;
}
body .w-90 {
  width: 90% !important;
}
body .w-95 {
  width: 95% !important;
}
body .w-100 {
  width: 100% !important;
}
body .w-150 {
  width: 150px !important;
}
body .w-auto {
  width: auto !important;
}
body .w-0 {
  width: 0 !important;
}
body .w-1 {
  width: 0.25rem !important;
}
body .w-2 {
  width: 0.5rem !important;
}
body .w-3 {
  width: 0.75rem !important;
}
body .w-4 {
  width: 1rem !important;
}
body .w-5 {
  width: 1.5rem !important;
}
body .w-6 {
  width: 2rem !important;
}
body .w-7 {
  width: 3rem !important;
}
body .w-8 {
  width: 4rem !important;
}
body .w-9 {
  width: 6rem !important;
}
body .w-100h {
  width: 100px !important;
}
body .w-200 {
  width: 200px !important;
}
body .w-250 {
  width: 250px !important;
}
body .w-300 {
  width: 300px !important;
}
body .w-350 {
  width: 350px !important;
}
body .w-400 {
  width: 400px !important;
}
body .w-450 {
  width: 450px !important;
}
body .w-500 {
  width: 500px !important;
}
body .w-xs {
  min-width: 90px;
}
body .w-sm {
  min-width: 110px;
}
body .w-md {
  min-width: 130px;
}
body .w-lg {
  min-width: 150px;
}
body .ht-5 {
  height: 5% !important;
}
body .h-10 {
  height: 10% !important;
}
body .h-15 {
  height: 15% !important;
}
body .h-20 {
  height: 20% !important;
}
body .h-25 {
  height: 25% !important;
}
body .h-30 {
  height: 30% !important;
}
body .h-35 {
  height: 35% !important;
}
body .h-40 {
  height: 40% !important;
}
body .h-45 {
  height: 45% !important;
}
body .h-50 {
  height: 50% !important;
}
body .h-55 {
  height: 55% !important;
}
body .h-60 {
  height: 60% !important;
}
body .h-65 {
  height: 65% !important;
}
body .h-70 {
  height: 70% !important;
}
body .h-75 {
  height: 75% !important;
}
body .h-80 {
  height: 80% !important;
}
body .h-85 {
  height: 85% !important;
}
body .h-90 {
  height: 90% !important;
}
body .h-95 {
  height: 95% !important;
}
body .h-100vh {
  height: 100vh !important;
}
body .h-100 {
  height: 100% !important;
}
body .h-auto {
  height: auto !important;
}
body .h-0 {
  height: 0 !important;
}
body .h-1 {
  height: 0.25rem !important;
}
body .h-2 {
  height: 0.5rem !important;
}
body .h-3 {
  height: 0.75rem !important;
}
body .h-4 {
  height: 1rem !important;
}
body .h-5 {
  height: 1.5rem !important;
}
body .h-6 {
  height: 2rem !important;
}
body .h-7 {
  height: 3rem !important;
}
body .h-8 {
  height: 4rem !important;
}
body .h-9 {
  height: 6rem !important;
}
body .h-100h {
  height: 100px !important;
}
body .h-130 {
  height: 130px !important;
}
body .h-140 {
  height: 140px !important;
}
body .h-150 {
  height: 150px !important;
}
body .h-160 {
  height: 160px !important;
}
body .h-170 {
  height: 170px !important;
}
body .h-180 {
  height: 180px !important;
}
body .h-200 {
  height: 200px !important;
}
body .h-250 {
  height: 250px !important;
}
body .h-300 {
  height: 300px !important;
}
body .h-350 {
  height: 350px !important;
}
body .h-370 {
  height: 370px !important;
}
body .h-400 {
  height: 400px !important;
}
body .h-420 {
  height: 420px !important;
}
body .h-450 {
  height: 450px !important;
}
body .h-500 {
  height: 500px !important;
}
body .mw-100 {
  max-width: 100% !important;
}
body .mh-100 {
  max-height: 100% !important;
}
body .mh-200 {
  max-height: 200px !important;
}
body .m-0 {
  margin: 0 !important;
}
body .mt-0, body .my-0 {
  margin-top: 0 !important;
}
body .me-0, body .mx-0 {
  margin-right: 0 !important;
}
body .mb-0, body .my-0 {
  margin-bottom: 0 !important;
}
body .ms-0, body .mx-0 {
  margin-left: 0 !important;
}
body .m-1 {
  margin: 0.25rem !important;
}
body .mt-1, body .my-1 {
  margin-top: 0.25rem !important;
}
body .me-1, body .mx-1 {
  margin-right: 0.25rem !important;
}
body .mb-1, body .my-1 {
  margin-bottom: 0.25rem !important;
}
body .ms-1, body .mx-1 {
  margin-left: 0.25rem !important;
}
body .m-2 {
  margin: 0.5rem !important;
}
body .mt-2, body .my-2 {
  margin-top: 0.5rem !important;
}
body .me-2, body .mx-2 {
  margin-right: 0.5rem !important;
}
body .mb-2, body .my-2 {
  margin-bottom: 0.5rem !important;
}
body .ms-2, body .mx-2 {
  margin-left: 0.5rem !important;
}
body .m-3 {
  margin: 0.75rem !important;
}
body .mt-3, body .my-3 {
  margin-top: 0.75rem !important;
}
body .me-3, body .mx-3 {
  margin-right: 0.75rem !important;
}
body .mb-3, body .my-3 {
  margin-bottom: 0.75rem !important;
}
body .ms-3, body .mx-3 {
  margin-left: 0.75rem !important;
}
body .m-4 {
  margin: 1rem !important;
}
body .mt-4, body .my-4 {
  margin-top: 1rem !important;
}
body .me-4, body .mx-4 {
  margin-right: 1rem !important;
}
body .mb-4, body .my-4 {
  margin-bottom: 1rem !important;
}
body .ms-4, body .mx-4 {
  margin-left: 1rem !important;
}
body .m-5 {
  margin: 1.5rem !important;
}
body .mt-5, body .my-5 {
  margin-top: 1.5rem !important;
}
body .me-5, body .mx-5 {
  margin-right: 1.5rem !important;
}
body .mb-5, body .my-5 {
  margin-bottom: 1.5rem !important;
}
body .ms-5, body .mx-5 {
  margin-left: 1.5rem !important;
}
body .m-6 {
  margin: 2rem !important;
}
body .mt-6, body .my-6 {
  margin-top: 2rem !important;
}
body .me-6, body .mx-6 {
  margin-right: 2rem !important;
}
body .mb-6, body .my-6 {
  margin-bottom: 2rem !important;
}
body .ms-6, body .mx-6 {
  margin-left: 2rem !important;
}
body .m-7 {
  margin: 3rem !important;
}
body .mt-7, body .my-7 {
  margin-top: 3rem !important;
}
body .me-7, body .mx-7 {
  margin-right: 3rem !important;
}
body .mb-7, body .my-7 {
  margin-bottom: 3rem !important;
}
body .ms-7, body .mx-7 {
  margin-left: 3rem !important;
}
body .m-8 {
  margin: 4rem !important;
}
body .mt-8, body .my-8 {
  margin-top: 4rem !important;
}
body .me-8, body .mx-8 {
  margin-right: 4rem !important;
}
body .mb-8, body .my-8 {
  margin-bottom: 4rem !important;
}
body .ms-8, body .mx-8 {
  margin-left: 4rem !important;
}
body .m-9 {
  margin: 6rem !important;
}
body .mt-9, body .my-9 {
  margin-top: 6rem !important;
}
body .me-9, body .mx-9 {
  margin-right: 6rem !important;
}
body .mb-9, body .my-9 {
  margin-bottom: 6rem !important;
}
body .ms-9, body .mx-9 {
  margin-left: 6rem !important;
}
body .p-0 {
  padding: 0 !important;
}
body .pt-0, body .py-0 {
  padding-top: 0 !important;
}
body .pe-0, body .px-0 {
  padding-right: 0 !important;
}
body .pb-0, body .py-0 {
  padding-bottom: 0 !important;
}
body .ps-0, body .px-0 {
  padding-left: 0 !important;
}
body .p-1 {
  padding: 0.25rem;
}
body .pt-1, body .py-1 {
  padding-top: 0.25rem !important;
}
body .pe-1, body .px-1 {
  padding-right: 0.25rem !important;
}
body .pb-1, body .py-1 {
  padding-bottom: 0.25rem !important;
}
body .ps-1, body .px-1 {
  padding-left: 0.25rem !important;
}
body .p-2 {
  padding: 0.5rem !important;
}
body .pt-2, body .py-2 {
  padding-top: 0.5rem !important;
}
body .pe-2, body .px-2 {
  padding-right: 0.5rem !important;
}
body .pb-2, body .py-2 {
  padding-bottom: 0.5rem !important;
}
body .ps-2, body .px-2 {
  padding-left: 0.5rem !important;
}
body .p-3 {
  padding: 0.75rem !important;
}
body .pt-3, body .py-3 {
  padding-top: 0.75rem !important;
}
body .pe-3, body .px-3 {
  padding-right: 0.75rem !important;
}
body .pb-3, body .py-3 {
  padding-bottom: 0.75rem !important;
}
body .ps-3, body .px-3 {
  padding-left: 0.75rem !important;
}
body .p-4 {
  padding: 1rem !important;
}
body .pt-4, body .py-4 {
  padding-top: 1rem !important;
}
body .pe-4, body .px-4 {
  padding-right: 1rem !important;
}
body .pb-4, body .py-4 {
  padding-bottom: 1rem !important;
}
body .ps-4, body .px-4 {
  padding-left: 1rem !important;
}
body .p-5 {
  padding: 1.5rem !important;
}
body .pt-5, body .py-5 {
  padding-top: 1.5rem !important;
}
body .pe-5, body .px-5 {
  padding-right: 1.5rem !important;
}
body .pb-5, body .py-5 {
  padding-bottom: 1.5rem !important;
}
body .ps-5, body .px-5 {
  padding-left: 1.5rem !important;
}
body .p-6 {
  padding: 2rem !important;
}
body .pt-6, body .py-6 {
  padding-top: 2rem !important;
}
body .pe-6, body .px-6 {
  padding-right: 2rem !important;
}
body .pb-6, body .py-6 {
  padding-bottom: 2rem !important;
}
body .ps-6, body .px-6 {
  padding-left: 2rem !important;
}
body .p-7 {
  padding: 3rem !important;
}
body .pt-7, body .py-7 {
  padding-top: 3rem !important;
}
body .pe-7, body .px-7 {
  padding-right: 3rem !important;
}
body .pb-7, body .py-7 {
  padding-bottom: 3rem !important;
}
body .ps-7, body .px-7 {
  padding-left: 3rem !important;
}
body .p-8 {
  padding: 4rem !important;
}
body .pt-8, body .py-8 {
  padding-top: 4rem !important;
}
body .pe-8, body .px-8 {
  padding-right: 4rem !important;
}
body .pb-8, body .py-8 {
  padding-bottom: 4rem !important;
}
body .ps-8, body .px-8 {
  padding-left: 4rem !important;
}
body .p-9 {
  padding: 6rem !important;
}
body .pt-9, body .py-9 {
  padding-top: 6rem !important;
}
body .pe-9, body .px-9 {
  padding-right: 6rem !important;
}
body .pb-9, body .py-9 {
  padding-bottom: 6rem !important;
}
body .ps-9, body .px-9 {
  padding-left: 6rem !important;
}
body .m-auto {
  margin: auto !important;
}
body .mt-auto, body .my-auto {
  margin-top: auto !important;
}
body .me-auto, body .mx-auto {
  margin-right: auto !important;
}
body .mb-auto, body .my-auto {
  margin-bottom: auto !important;
}
body .ms-auto, body .mx-auto {
  margin-left: auto !important;
}
body .text-monospace {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
body .text-nowrap {
  white-space: nowrap !important;
}
body .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .text-start {
  text-align: left !important;
}
body .text-end {
  text-align: right !important;
}
body .text-center {
  text-align: center !important;
}
body .text-lowercase {
  text-transform: lowercase !important;
}
body .text-uppercase {
  text-transform: uppercase !important;
}
body .text-capitalize {
  text-transform: capitalize !important;
}
body .font-weight-light {
  font-weight: 300 !important;
}
body .font-weight-normal {
  font-weight: 400 !important;
}
body .font-weight-normal1 {
  font-weight: 600 !important;
}
body .font-weight-semibold {
  font-weight: 700 !important;
}
body .font-weight-bold {
  font-weight: 800 !important;
}
body .font-italic {
  font-style: italic !important;
}
body .text-white {
  color: #f0f0f0 !important;
}
body .text-success {
  color: #38cb89 !important;
}
body a.text-success:hover, body a.text-success:focus {
  color: #15ca7c !important;
}
body .text-info {
  color: #3e80eb !important;
}
body a.text-info:hover, body a.text-info:focus {
  color: #25a1c0 !important;
}
body .text-warning {
  color: #ffab00 !important;
}
body a.text-warning:hover, body a.text-warning:focus {
  color: #c29d0b !important;
}
body .text-danger {
  color: #ef4b4b !important;
}
body a.text-danger:hover, body a.text-danger:focus {
  color: #df0812 !important;
}
body .text-light {
  color: #f8f9fa !important;
}
body a.text-light:hover, body a.text-light:focus {
  color: #dae0e5 !important;
}
body .text-dark {
  color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe !important;
}
body a.text-dark:hover, body a.text-dark:focus {
  color: #384b6e !important;
}
body .text-body {
  color: #495057 !important;
}
body .text-muted {
  color: #98a6be !important;
}
body .icon-muted {
  color: #e2e2e9 !important;
}
body .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
body .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
body .text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}
body .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
body .visible {
  visibility: visible !important;
}
body .invisible {
  visibility: hidden !important;
}
@media print {
  body .d-print-none {
    display: none !important;
  }
  body .d-print-inline {
    display: inline !important;
  }
  body .d-print-inline-block {
    display: inline-block !important;
  }
  body .d-print-block {
    display: block !important;
  }
  body .d-print-table {
    display: table !important;
  }
  body .d-print-table-row {
    display: table-row !important;
  }
  body .d-print-table-cell {
    display: table-cell !important;
  }
  body .d-print-flex {
    display: flex !important;
  }
  body .d-print-inline-flex {
    display: inline-flex !important;
  }
  body .container {
    max-width: none;
  }
  body * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  body *::before, body *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  body a:not(.btn) {
    text-decoration: underline;
  }
  body abbr[title]::after {
    content: " (" attr(title) ")";
  }
  body pre {
    white-space: pre-wrap !important;
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  body blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  body thead {
    display: table-header-group;
  }
  body tr, body img {
    page-break-inside: avoid;
  }
  body p, body h2, body h3 {
    orphans: 3;
    widows: 3;
  }
  body h2, body h3 {
    page-break-after: avoid;
  }
  @page {
    body {
      size: a3;
    }
  }
  body body, body .container {
    min-width: 992px !important;
  }
  body .navbar {
    display: none;
  }
  body .badge {
    border: 1px solid #000;
  }
  body .table, body .text-wrap table {
    border-collapse: collapse !important;
  }
  body .table td, body .text-wrap table td, body .table th, body .text-wrap table th {
    background-color: #fff !important;
  }
  body .table-bordered th, body .text-wrap table th, body .table-bordered td, body .text-wrap table td {
    border: 1px solid #e6ebf1 !important;
  }
}
body .lead {
  line-height: 1.4;
}
body a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a, body .h1 a, body .h2 a, body .h3 a, body .h4 a, body .h5 a, body .h6 a {
  color: inherit;
}
body strong, body b {
  font-weight: 600;
}
body p, body ul, body ol {
  margin-bottom: 1em;
}
body blockquote {
  margin-bottom: 1em;
  font-style: italic;
  color: #6e7687;
  padding-left: 2rem;
  border-left: 2px solid rgba(0, 40, 100, 0.12);
}
body blockquote p {
  margin-bottom: 1rem;
}
body blockquote cite {
  display: block;
  text-align: right;
}
body blockquote cite:before {
  content: "â€” ";
}
body code {
  background: #f0f0f2;
  border: 1px solid #e6ebf1;
  border-radius: 3px;
  padding: 3px;
}
body pre code {
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}
body hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body pre {
  color: #3e80eb;
  padding: 1.5rem;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f8fafc;
  border-radius: 3px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}
body img {
  max-width: 100%;
}
body .text-wrap {
  font-size: 14px;
  line-height: 1.66;
}
body .text-wrap > :first-child {
  margin-top: 0;
}
body .text-wrap > :last-child {
  margin-bottom: 0;
}
body .text-wrap > h1, body .text-wrap > h2, body .text-wrap > h3, body .text-wrap > h4, body .text-wrap > h5, body .text-wrap > h6 {
  margin-top: 1em;
}
body .section-nav {
  background-color: #f8f9fa;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  border: 1px solid #e6ebf1;
  border-radius: 3px;
  list-style: none;
}
body .section-nav:before {
  content: "Table of contents:";
  display: block;
  font-weight: 600;
}
body .row-cards > .col, body .row-cards > [class*=col-] {
  display: flex;
  flex-direction: column;
}
body .row-deck > .col, body .row-deck > [class*=col-] {
  display: flex;
  align-items: stretch;
}
body .row-deck > .col .card, body .row-deck > [class*=col-] .card {
  flex: 1 1 auto;
}
body .col-text {
  max-width: 48rem;
}
body .col-login {
  max-width: 24rem;
}
body .gutters-0 {
  margin-right: 0;
  margin-left: 0;
}
body .gutters-0 > .col, body .gutters-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
body .gutters-0 .card {
  margin-bottom: 0;
}
body .gutters-xs {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
body .gutters-xs > .col, body .gutters-xs > [class*=col-] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
body .gutters-xs .card {
  margin-bottom: 0.5rem;
}
body .gutters-sm {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
body .gutters-sm > .col, body .gutters-sm > [class*=col-] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
body .gutters-sm .card {
  margin-bottom: 1rem;
}
body .gutters-lg {
  margin-right: -1rem;
  margin-left: -1rem;
}
body .gutters-lg > .col, body .gutters-lg > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}
body .gutters-lg .card {
  margin-bottom: 2rem;
}
body .gutters-xl {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
body .gutters-xl > .col, body .gutters-xl > [class*=col-] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
body .gutters-xl .card {
  margin-bottom: 3rem;
}
body .page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
body .page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin: 0.75rem 0;
}
body body.fixed-header .page {
  padding-top: 4.5rem;
}
@media (min-width: 1600px) {
  body body.aside-opened .page {
    margin-right: 22rem;
  }
}
body .page-main {
  flex: 1 1 auto;
}
body .pos-absolute {
  position: absolute;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}
body .bg-blue-lightest {
  background-color: #edf2fa !important;
}
body a.bg-blue-lightest:hover, body a.bg-blue-lightest:focus {
  background-color: #c5d5ef !important;
}
body button.bg-blue-lightest:hover, body button.bg-blue-lightest:focus {
  background-color: #c5d5ef !important;
}
body .bg-blue-lighter {
  background-color: #c8d9f1 !important;
}
body a.bg-blue-lighter:hover, body a.bg-blue-lighter:focus {
  background-color: #9fbde7 !important;
}
body button.bg-blue-lighter:hover, body button.bg-blue-lighter:focus {
  background-color: #9fbde7 !important;
}
body .bg-blue-light {
  background-color: #7ea5dd !important;
}
body a.bg-blue-light:hover, body a.bg-blue-light:focus {
  background-color: #5689d2 !important;
}
body button.bg-blue-light:hover, body button.bg-blue-light:focus {
  background-color: #5689d2 !important;
}
body .bg-blue-dark {
  background-color: #3866a6 !important;
}
body a.bg-blue-dark:hover, body a.bg-blue-dark:focus {
  background-color: #2b4f80 !important;
}
body button.bg-blue-dark:hover, body button.bg-blue-dark:focus {
  background-color: #2b4f80 !important;
}
body .bg-blue-darker {
  background-color: #1c3353 !important;
}
body a.bg-blue-darker:hover, body a.bg-blue-darker:focus {
  background-color: #0f1c2d !important;
}
body button.bg-blue-darker:hover, body button.bg-blue-darker:focus {
  background-color: #0f1c2d !important;
}
body .bg-blue-darkest {
  background-color: #0e1929 !important;
}
body a.bg-blue-darkest:hover, body a.bg-blue-darkest:focus {
  background-color: #010203 !important;
}
body button.bg-blue-darkest:hover, body button.bg-blue-darkest:focus {
  background-color: #010203 !important;
}
body .bg-purssianblue {
  background-color: #362f71;
}
body a.bg-purssianblue-lightest:hover, body a.bg-purssianblue-lightest:focus {
  background-color: #3f3688 !important;
}
body button.bg-purssianblue-lightest:hover, body button.bg-purssianblue-lightest:focus {
  background-color: #3f3688 !important;
}
body .bg-indigo-lightest {
  background-color: #f0f1fa !important;
}
body a.bg-indigo-lightest:hover, body a.bg-indigo-lightest:focus {
  background-color: #cacded !important;
}
body button.bg-indigo-lightest:hover, body button.bg-indigo-lightest:focus {
  background-color: #cacded !important;
}
body .bg-indigo-lighter {
  background-color: #d1d5f0 !important;
}
body a.bg-indigo-lighter:hover, body a.bg-indigo-lighter:focus {
  background-color: #abb2e3 !important;
}
body button.bg-indigo-lighter:hover, body button.bg-indigo-lighter:focus {
  background-color: #abb2e3 !important;
}
body .bg-indigo-light {
  background-color: #939edc !important;
}
body a.bg-indigo-light:hover, body a.bg-indigo-light:focus {
  background-color: #6c7bd0 !important;
}
body button.bg-indigo-light:hover, body button.bg-indigo-light:focus {
  background-color: #6c7bd0 !important;
}
body .bg-indigo-dark {
  background-color: #515da4 !important;
}
body a.bg-indigo-dark:hover, body a.bg-indigo-dark:focus {
  background-color: #404a82 !important;
}
body button.bg-indigo-dark:hover, body button.bg-indigo-dark:focus {
  background-color: #404a82 !important;
}
body .bg-indigo-darker {
  background-color: #282e52 !important;
}
body a.bg-indigo-darker:hover, body a.bg-indigo-darker:focus {
  background-color: #171b30 !important;
}
body button.bg-indigo-darker:hover, body button.bg-indigo-darker:focus {
  background-color: #171b30 !important;
}
body .bg-indigo-darkest {
  background-color: #141729 !important;
}
body a.bg-indigo-darkest:hover, body a.bg-indigo-darkest:focus {
  background-color: #030407 !important;
}
body button.bg-indigo-darkest:hover, body button.bg-indigo-darkest:focus {
  background-color: #030407 !important;
}
body .bg-purple-lightest {
  background-color: #f6effd !important;
}
body a.bg-purple-lightest:hover, body a.bg-purple-lightest:focus {
  background-color: #ddc2f7 !important;
}
body button.bg-purple-lightest:hover, body button.bg-purple-lightest:focus {
  background-color: #ddc2f7 !important;
}
body .bg-purple-lighter {
  background-color: #e4cff9 !important;
}
body a.bg-purple-lighter:hover, body a.bg-purple-lighter:focus {
  background-color: #cba2f3 !important;
}
body button.bg-purple-lighter:hover, body button.bg-purple-lighter:focus {
  background-color: #cba2f3 !important;
}
body .bg-purple-light {
  background-color: #c08ef0 !important;
}
body a.bg-purple-light:hover, body a.bg-purple-light:focus {
  background-color: #a761ea !important;
}
body button.bg-purple-light:hover, body button.bg-purple-light:focus {
  background-color: #a761ea !important;
}
body .bg-purple-dark {
  background-color: #844bbb !important;
}
body a.bg-purple-dark:hover, body a.bg-purple-dark:focus {
  background-color: #6a3a99 !important;
}
body button.bg-purple-dark:hover, body button.bg-purple-dark:focus {
  background-color: #6a3a99 !important;
}
body .bg-purple-darker {
  background-color: #42265e !important;
}
body a.bg-purple-darker:hover, body a.bg-purple-darker:focus {
  background-color: #29173a !important;
}
body button.bg-purple-darker:hover, body button.bg-purple-darker:focus {
  background-color: #29173a !important;
}
body .bg-purple-darkest {
  background-color: #21132f !important;
}
body a.bg-purple-darkest:hover, body a.bg-purple-darkest:focus {
  background-color: #08040b !important;
}
body button.bg-purple-darkest:hover, body button.bg-purple-darkest:focus {
  background-color: #08040b !important;
}
body .bg-pink-lightest {
  background-color: #fef0f5 !important;
}
body a.bg-pink-lightest:hover, body a.bg-pink-lightest:focus {
  background-color: #fbc0d5 !important;
}
body button.bg-pink-lightest:hover, body button.bg-pink-lightest:focus {
  background-color: #fbc0d5 !important;
}
body .bg-pink-lighter {
  background-color: #fcd3e1 !important;
}
body a.bg-pink-lighter:hover, body a.bg-pink-lighter:focus {
  background-color: #f9a3c0 !important;
}
body button.bg-pink-lighter:hover, body button.bg-pink-lighter:focus {
  background-color: #f9a3c0 !important;
}
body .bg-pink-light {
  background-color: #f999b9 !important;
}
body a.bg-pink-light:hover, body a.bg-pink-light:focus {
  background-color: #f66998 !important;
}
body button.bg-pink-light:hover, body button.bg-pink-light:focus {
  background-color: #f66998 !important;
}
body .bg-pink-dark {
  background-color: #c5577c !important;
}
body a.bg-pink-dark:hover, body a.bg-pink-dark:focus {
  background-color: #ad3c62 !important;
}
body button.bg-pink-dark:hover, body button.bg-pink-dark:focus {
  background-color: #ad3c62 !important;
}
body .bg-pink-darker {
  background-color: #622c3e !important;
}
body a.bg-pink-darker:hover, body a.bg-pink-darker:focus {
  background-color: #3f1c28 !important;
}
body button.bg-pink-darker:hover, body button.bg-pink-darker:focus {
  background-color: #3f1c28 !important;
}
body .bg-pink-darkest {
  background-color: #31161f !important;
}
body a.bg-pink-darkest:hover, body a.bg-pink-darkest:focus {
  background-color: #0e0609 !important;
}
body button.bg-pink-darkest:hover, body button.bg-pink-darkest:focus {
  background-color: #0e0609 !important;
}
body .bg-red-lightest {
  background-color: #fae9e9 !important;
}
body a.bg-red-lightest:hover, body a.bg-red-lightest:focus {
  background-color: #f1bfbf !important;
}
body button.bg-red-lightest:hover, body button.bg-red-lightest:focus {
  background-color: #f1bfbf !important;
}
body .bg-red-lighter {
  background-color: #f0bcbc !important;
}
body a.bg-red-lighter:hover, body a.bg-red-lighter:focus {
  background-color: #e79292 !important;
}
body button.bg-red-lighter:hover, body button.bg-red-lighter:focus {
  background-color: #e79292 !important;
}
body .bg-red-light {
  background-color: #dc6362 !important;
}
body a.bg-red-light:hover, body a.bg-red-light:focus {
  background-color: #d33a38 !important;
}
body button.bg-red-light:hover, body button.bg-red-light:focus {
  background-color: #d33a38 !important;
}
body .bg-red-dark {
  background-color: #a41a19 !important;
}
body a.bg-red-dark:hover, body a.bg-red-dark:focus {
  background-color: #781312 !important;
}
body button.bg-red-dark:hover, body button.bg-red-dark:focus {
  background-color: #781312 !important;
}
body .bg-red-darker {
  background-color: #520d0c !important;
}
body a.bg-red-darker:hover, body a.bg-red-darker:focus {
  background-color: #260605 !important;
}
body button.bg-red-darker:hover, body button.bg-red-darker:focus {
  background-color: #260605 !important;
}
body .bg-red-darkest {
  background-color: #290606 !important;
}
body a.bg-red-darkest:hover, body a.bg-red-darkest:focus {
  background-color: black !important;
}
body button.bg-red-darkest:hover, body button.bg-red-darkest:focus {
  background-color: black !important;
}
body .bg-orange-lightest {
  background-color: #fff !important;
}
body a.bg-orange-lightest:hover, body a.bg-orange-lightest:focus {
  background-color: peachpuff !important;
}
body button.bg-orange-lightest:hover, body button.bg-orange-lightest:focus {
  background-color: peachpuff !important;
}
body .bg-orange-lighter {
  background-color: #fee0c7 !important;
}
body a.bg-orange-lighter:hover, body a.bg-orange-lighter:focus {
  background-color: #fdc495 !important;
}
body button.bg-orange-lighter:hover, body button.bg-orange-lighter:focus {
  background-color: #fdc495 !important;
}
body .bg-orange-light {
  background-color: #feb67c !important;
}
body a.bg-orange-light:hover, body a.bg-orange-light:focus {
  background-color: #fe9a49 !important;
}
body button.bg-orange-light:hover, body button.bg-orange-light:focus {
  background-color: #fe9a49 !important;
}
body .bg-orange-dark {
  background-color: #ca7836 !important;
}
body a.bg-orange-dark:hover, body a.bg-orange-dark:focus {
  background-color: #a2602b !important;
}
body button.bg-orange-dark:hover, body button.bg-orange-dark:focus {
  background-color: #a2602b !important;
}
body .bg-orange-darker {
  background-color: #653c1b !important;
}
body a.bg-orange-darker:hover, body a.bg-orange-darker:focus {
  background-color: #3d2410 !important;
}
body button.bg-orange-darker:hover, body button.bg-orange-darker:focus {
  background-color: #3d2410 !important;
}
body .bg-orange-darkest {
  background-color: #331e0e !important;
}
body a.bg-orange-darkest:hover, body a.bg-orange-darkest:focus {
  background-color: #0b0603 !important;
}
body button.bg-orange-darkest:hover, body button.bg-orange-darkest:focus {
  background-color: #0b0603 !important;
}
body .bg-yellow-lightest {
  background-color: #fef9e7 !important;
}
body a.bg-yellow-lightest:hover, body a.bg-yellow-lightest:focus {
  background-color: #fcedb6 !important;
}
body button.bg-yellow-lightest:hover, body button.bg-yellow-lightest:focus {
  background-color: #fcedb6 !important;
}
body .bg-yellow-lighter {
  background-color: #fbedb7 !important;
}
body a.bg-yellow-lighter:hover, body a.bg-yellow-lighter:focus {
  background-color: #f8e187 !important;
}
body button.bg-yellow-lighter:hover, body button.bg-yellow-lighter:focus {
  background-color: #f8e187 !important;
}
body .bg-yellow-light {
  background-color: #f5d657 !important;
}
body a.bg-yellow-light:hover, body a.bg-yellow-light:focus {
  background-color: #f2ca27 !important;
}
body button.bg-yellow-light:hover, body button.bg-yellow-light:focus {
  background-color: #f2ca27 !important;
}
body .bg-yellow-dark {
  background-color: #c19d0c !important;
}
body a.bg-yellow-dark:hover, body a.bg-yellow-dark:focus {
  background-color: #917609 !important;
}
body button.bg-yellow-dark:hover, body button.bg-yellow-dark:focus {
  background-color: #917609 !important;
}
body .bg-yellow-darker {
  background-color: #604e06 !important;
}
body a.bg-yellow-darker:hover, body a.bg-yellow-darker:focus {
  background-color: #302703 !important;
}
body button.bg-yellow-darker:hover, body button.bg-yellow-darker:focus {
  background-color: #302703 !important;
}
body .bg-yellow-darkest {
  background-color: #302703 !important;
}
body a.bg-yellow-darkest:hover, body a.bg-yellow-darkest:focus {
  background-color: black !important;
}
body button.bg-yellow-darkest:hover, body button.bg-yellow-darkest:focus {
  background-color: black !important;
}
body .bg-green-lightest {
  background-color: #eff8e6 !important;
}
body a.bg-green-lightest:hover, body a.bg-green-lightest:focus {
  background-color: #d6edbe !important;
}
body button.bg-green-lightest:hover, body button.bg-green-lightest:focus {
  background-color: #d6edbe !important;
}
body .bg-green-lighter {
  background-color: #cfeab3 !important;
}
body a.bg-green-lighter:hover, body a.bg-green-lighter:focus {
  background-color: #b6df8b !important;
}
body button.bg-green-lighter:hover, body button.bg-green-lighter:focus {
  background-color: #b6df8b !important;
}
body .bg-green-light {
  background-color: #8ecf4d !important;
}
body a.bg-green-light:hover, body a.bg-green-light:focus {
  background-color: #75b831 !important;
}
body button.bg-green-light:hover, body button.bg-green-light:focus {
  background-color: #75b831 !important;
}
body .bg-green-dark {
  background-color: #4b9500 !important;
}
body a.bg-green-dark:hover, body a.bg-green-dark:focus {
  background-color: #316200 !important;
}
body button.bg-green-dark:hover, body button.bg-green-dark:focus {
  background-color: #316200 !important;
}
body .bg-green-darker {
  background-color: #264a00 !important;
}
body a.bg-green-darker:hover, body a.bg-green-darker:focus {
  background-color: #0c1700 !important;
}
body button.bg-green-darker:hover, body button.bg-green-darker:focus {
  background-color: #0c1700 !important;
}
body .bg-green-darkest {
  background-color: #132500 !important;
}
body a.bg-green-darkest:hover, body a.bg-green-darkest:focus {
  background-color: black !important;
}
body button.bg-green-darkest:hover, body button.bg-green-darkest:focus {
  background-color: black !important;
}
body .bg-teal-lightest {
  background-color: #eafaf8 !important;
}
body a.bg-teal-lightest:hover, body a.bg-teal-lightest:focus {
  background-color: #c1f0ea !important;
}
body button.bg-teal-lightest:hover, body button.bg-teal-lightest:focus {
  background-color: #c1f0ea !important;
}
body .bg-teal-lighter {
  background-color: #bfefea !important;
}
body a.bg-teal-lighter:hover, body a.bg-teal-lighter:focus {
  background-color: #96e5dd !important;
}
body button.bg-teal-lighter:hover, body button.bg-teal-lighter:focus {
  background-color: #96e5dd !important;
}
body .bg-teal-light {
  background-color: #6bdbcf !important;
}
body a.bg-teal-light:hover, body a.bg-teal-light:focus {
  background-color: #42d1c2 !important;
}
body button.bg-teal-light:hover, body button.bg-teal-light:focus {
  background-color: #42d1c2 !important;
}
body .bg-teal-dark {
  background-color: #22a295 !important;
}
body a.bg-teal-dark:hover, body a.bg-teal-dark:focus {
  background-color: #19786e !important;
}
body button.bg-teal-dark:hover, body button.bg-teal-dark:focus {
  background-color: #19786e !important;
}
body .bg-teal-darker {
  background-color: #11514a !important;
}
body a.bg-teal-darker:hover, body a.bg-teal-darker:focus {
  background-color: #082723 !important;
}
body button.bg-teal-darker:hover, body button.bg-teal-darker:focus {
  background-color: #082723 !important;
}
body .bg-teal-darkest {
  background-color: #092925 !important;
}
body a.bg-teal-darkest:hover, body a.bg-teal-darkest:focus {
  background-color: black !important;
}
body button.bg-teal-darkest:hover, body button.bg-teal-darkest:focus {
  background-color: black !important;
}
body .bg-cyan-lightest {
  background-color: #e8f6f8 !important;
}
body a.bg-cyan-lightest:hover, body a.bg-cyan-lightest:focus {
  background-color: #c1e7ec !important;
}
body button.bg-cyan-lightest:hover, body button.bg-cyan-lightest:focus {
  background-color: #c1e7ec !important;
}
body .bg-cyan-lighter {
  background-color: #b9e3ea !important;
}
body a.bg-cyan-lighter:hover, body a.bg-cyan-lighter:focus {
  background-color: #92d3de !important;
}
body button.bg-cyan-lighter:hover, body button.bg-cyan-lighter:focus {
  background-color: #92d3de !important;
}
body .bg-cyan-light {
  background-color: #5dbecd !important;
}
body a.bg-cyan-light:hover, body a.bg-cyan-light:focus {
  background-color: #3aabbd !important;
}
body button.bg-cyan-light:hover, body button.bg-cyan-light:focus {
  background-color: #3aabbd !important;
}
body .bg-cyan-dark {
  background-color: #128293 !important;
}
body a.bg-cyan-dark:hover, body a.bg-cyan-dark:focus {
  background-color: #0c5a66 !important;
}
body button.bg-cyan-dark:hover, body button.bg-cyan-dark:focus {
  background-color: #0c5a66 !important;
}
body .bg-cyan-darker {
  background-color: #09414a !important;
}
body a.bg-cyan-darker:hover, body a.bg-cyan-darker:focus {
  background-color: #03191d !important;
}
body button.bg-cyan-darker:hover, body button.bg-cyan-darker:focus {
  background-color: #03191d !important;
}
body .bg-cyan-darkest {
  background-color: #052025 !important;
}
body a.bg-cyan-darkest:hover, body a.bg-cyan-darkest:focus {
  background-color: black !important;
}
body button.bg-cyan-darkest:hover, body button.bg-cyan-darkest:focus {
  background-color: black !important;
}
body .bg-white-lightest {
  background-color: white !important;
}
body a.bg-white-lightest:hover, body a.bg-white-lightest:focus {
  background-color: #e6e5e5 !important;
}
body button.bg-white-lightest:hover, body button.bg-white-lightest:focus {
  background-color: #e6e5e5 !important;
}
body .bg-white-lighter {
  background-color: white !important;
}
body a.bg-white-lighter:hover, body a.bg-white-lighter:focus {
  background-color: #e6e5e5 !important;
}
body button.bg-white-lighter:hover, body button.bg-white-lighter:focus {
  background-color: #e6e5e5 !important;
}
body .bg-white-light {
  background-color: white !important;
}
body a.bg-white-light:hover, body a.bg-white-light:focus {
  background-color: #e6e5e5 !important;
}
body button.bg-white-light:hover, body button.bg-white-light:focus {
  background-color: #e6e5e5 !important;
}
body .bg-white-dark {
  background-color: #cccccc !important;
}
body a.bg-white-dark:hover, body a.bg-white-dark:focus {
  background-color: #b3b2b2 !important;
}
body button.bg-white-dark:hover, body button.bg-white-dark:focus {
  background-color: #b3b2b2 !important;
}
body .bg-white-darker {
  background-color: #666666 !important;
}
body a.bg-white-darker:hover, body a.bg-white-darker:focus {
  background-color: #4d4c4c !important;
}
body button.bg-white-darker:hover, body button.bg-white-darker:focus {
  background-color: #4d4c4c !important;
}
body .bg-white-darkest {
  background-color: #333333 !important;
}
body a.bg-white-darkest:hover, body a.bg-white-darkest:focus {
  background-color: #1a1919 !important;
}
body button.bg-white-darkest:hover, body button.bg-white-darkest:focus {
  background-color: #1a1919 !important;
}
body .bg-gray-lightest {
  background-color: #f3f4f5 !important;
}
body a.bg-gray-lightest:hover, body a.bg-gray-lightest:focus {
  background-color: #d7dbde !important;
}
body button.bg-gray-lightest:hover, body button.bg-gray-lightest:focus {
  background-color: #d7dbde !important;
}
body .bg-gray-lighter {
  background-color: #dbdde0 !important;
}
body a.bg-gray-lighter:hover, body a.bg-gray-lighter:focus {
  background-color: #c0c3c8 !important;
}
body button.bg-gray-lighter:hover, body button.bg-gray-lighter:focus {
  background-color: #c0c3c8 !important;
}
body .bg-gray-light {
  background-color: #aab0b6 !important;
}
body a.bg-gray-light:hover, body a.bg-gray-light:focus {
  background-color: #8f979e !important;
}
body button.bg-gray-light:hover, body button.bg-gray-light:focus {
  background-color: #8f979e !important;
}
body .bg-gray-dark {
  background-color: #6b7278 !important;
  background-color: #343a40 !important;
}
body a.bg-gray-dark:hover, body a.bg-gray-dark:focus {
  background-color: #53585d !important;
  background-color: #1d2124 !important;
}
body button.bg-gray-dark:hover, body button.bg-gray-dark:focus {
  background-color: #53585d !important;
  background-color: #1d2124 !important;
}
body .bg-gray-darker {
  background-color: #36393c !important;
}
body a.bg-gray-darker:hover, body a.bg-gray-darker:focus {
  background-color: #1e2021 !important;
}
body button.bg-gray-darker:hover, body button.bg-gray-darker:focus {
  background-color: #1e2021 !important;
}
body .bg-gray-darkest {
  background-color: #1b1c1e !important;
}
body a.bg-gray-darkest:hover, body a.bg-gray-darkest:focus {
  background-color: #030303 !important;
}
body button.bg-gray-darkest:hover, body button.bg-gray-darkest:focus {
  background-color: #030303 !important;
}
body .bg-gray-dark-lightest {
  background-color: #ebebec !important;
}
body a.bg-gray-dark-lightest:hover, body a.bg-gray-dark-lightest:focus {
  background-color: #d1d1d3 !important;
}
body button.bg-gray-dark-lightest:hover, body button.bg-gray-dark-lightest:focus {
  background-color: #d1d1d3 !important;
}
body .bg-gray-dark-lighter {
  background-color: #c2c4c6 !important;
}
body a.bg-gray-dark-lighter:hover, body a.bg-gray-dark-lighter:focus {
  background-color: #a8abad !important;
}
body button.bg-gray-dark-lighter:hover, body button.bg-gray-dark-lighter:focus {
  background-color: #a8abad !important;
}
body .bg-gray-dark-light {
  background-color: #717579 !important;
}
body a.bg-gray-dark-light:hover, body a.bg-gray-dark-light:focus {
  background-color: #585c5f !important;
}
body button.bg-gray-dark-light:hover, body button.bg-gray-dark-light:focus {
  background-color: #585c5f !important;
}
body .bg-gray-dark-dark {
  background-color: #2a2e33 !important;
}
body a.bg-gray-dark-dark:hover, body a.bg-gray-dark-dark:focus {
  background-color: #131517 !important;
}
body button.bg-gray-dark-dark:hover, body button.bg-gray-dark-dark:focus {
  background-color: #131517 !important;
}
body .bg-gray-dark-darker {
  background-color: #15171a !important;
}
body a.bg-gray-dark-darker:hover, body a.bg-gray-dark-darker:focus {
  background-color: black !important;
}
body button.bg-gray-dark-darker:hover, body button.bg-gray-dark-darker:focus {
  background-color: black !important;
}
body .bg-gray-dark-darkest {
  background-color: #0a0c0d !important;
}
body a.bg-gray-dark-darkest:hover, body a.bg-gray-dark-darkest:focus {
  background-color: black !important;
}
body button.bg-gray-dark-darkest:hover, body button.bg-gray-dark-darkest:focus {
  background-color: black !important;
}
body .bg-azure-lightest {
  background-color: #ecf7fe !important;
}
body a.bg-azure-lightest:hover, body a.bg-azure-lightest:focus {
  background-color: #bce3fb !important;
}
body button.bg-azure-lightest:hover, body button.bg-azure-lightest:focus {
  background-color: #bce3fb !important;
}
body .bg-azure-lighter {
  background-color: #c7e6fb !important;
}
body a.bg-azure-lighter:hover, body a.bg-azure-lighter:focus {
  background-color: #97d1f8 !important;
}
body button.bg-azure-lighter:hover, body button.bg-azure-lighter:focus {
  background-color: #97d1f8 !important;
}
body .bg-azure-light {
  background-color: #7dc4f6 !important;
}
body a.bg-azure-light:hover, body a.bg-azure-light:focus {
  background-color: #4daef3 !important;
}
body button.bg-azure-light:hover, body button.bg-azure-light:focus {
  background-color: #4daef3 !important;
}
body .bg-azure-dark {
  background-color: #3788c2 !important;
}
body a.bg-azure-dark:hover, body a.bg-azure-dark:focus {
  background-color: #2c6c9a !important;
}
body button.bg-azure-dark:hover, body button.bg-azure-dark:focus {
  background-color: #2c6c9a !important;
}
body .bg-azure-darker {
  background-color: #1c4461 !important;
}
body a.bg-azure-darker:hover, body a.bg-azure-darker:focus {
  background-color: #112839 !important;
}
body button.bg-azure-darker:hover, body button.bg-azure-darker:focus {
  background-color: #112839 !important;
}
body .bg-azure-darkest {
  background-color: #0e2230 !important;
}
body a.bg-azure-darkest:hover, body a.bg-azure-darkest:focus {
  background-color: #020609 !important;
}
body button.bg-azure-darkest:hover, body button.bg-azure-darkest:focus {
  background-color: #020609 !important;
}
body .bg-lime-lightest {
  background-color: #f2fbeb !important;
}
body a.bg-lime-lightest:hover, body a.bg-lime-lightest:focus {
  background-color: #d6f3c1 !important;
}
body button.bg-lime-lightest:hover, body button.bg-lime-lightest:focus {
  background-color: #d6f3c1 !important;
}
body .bg-lime-lighter {
  background-color: #d7f2c2 !important;
}
body a.bg-lime-lighter:hover, body a.bg-lime-lighter:focus {
  background-color: #bbe998 !important;
}
body button.bg-lime-lighter:hover, body button.bg-lime-lighter:focus {
  background-color: #bbe998 !important;
}
body .bg-lime-light {
  background-color: #a3e072 !important;
}
body a.bg-lime-light:hover, body a.bg-lime-light:focus {
  background-color: #88d748 !important;
}
body button.bg-lime-light:hover, body button.bg-lime-light:focus {
  background-color: #88d748 !important;
}
body .bg-lime-dark {
  background-color: #62a82a !important;
}
body a.bg-lime-dark:hover, body a.bg-lime-dark:focus {
  background-color: #4a7f20 !important;
}
body button.bg-lime-dark:hover, body button.bg-lime-dark:focus {
  background-color: #4a7f20 !important;
}
body .bg-lime-darker {
  background-color: #315415 !important;
}
body a.bg-lime-darker:hover, body a.bg-lime-darker:focus {
  background-color: #192b0b !important;
}
body button.bg-lime-darker:hover, body button.bg-lime-darker:focus {
  background-color: #192b0b !important;
}
body .bg-lime-darkest {
  background-color: #192a0b !important;
}
body a.bg-lime-darkest:hover, body a.bg-lime-darkest:focus {
  background-color: #010200 !important;
}
body button.bg-lime-darkest:hover, body button.bg-lime-darkest:focus {
  background-color: #010200 !important;
}
body .display-1 i, body .display-2 i, body .display-3 i, body .display-4 i {
  vertical-align: baseline;
  font-size: 0.815em;
}
body .text-inherit {
  color: inherit !important;
}
body .text-default {
  color: #4e5761 !important;
}
body .text-muted-dark {
  color: #6e7687 !important;
}
body .tracking-tight {
  letter-spacing: -0.05em !important;
}
body .tracking-normal {
  letter-spacing: 0 !important;
}
body .tracking-wide {
  letter-spacing: 0.05em !important;
}
body .leading-none {
  line-height: 1 !important;
}
body .leading-tight {
  line-height: 1.25 !important;
}
body .leading-normal {
  line-height: 1.5 !important;
}
body .leading-loose {
  line-height: 2 !important;
}
body .bg-blue {
  background-color: #083dc1 !important;
  color: #fff !important;
}
body a.bg-blue:hover, body a.bg-blue:focus {
  background-color: #1747bd !important;
}
body button.bg-blue:hover, body button.bg-blue:focus {
  background-color: #1747bd !important;
}
body .text-blue {
  color: #083dc1 !important;
}
body .bg-indigo {
  background-color: #5323a7 !important;
  color: #fff !important;
}
body a.bg-indigo:hover, body a.bg-indigo:focus {
  background-color: #3f51c1 !important;
}
body button.bg-indigo:hover, body button.bg-indigo:focus {
  background-color: #3f51c1 !important;
}
body .text-indigo {
  color: #5323a7 !important;
}
body .bg-purple {
  background-color: #920bfa !important;
  color: #fff !important;
}
body a.bg-purple:hover, body a.bg-purple:focus {
  background-color: #8c31e4 !important;
}
body button.bg-purple:hover, body button.bg-purple:focus {
  background-color: #8c31e4 !important;
}
body .text-purple {
  color: #920bfa !important;
}
body .text-lightpink-red {
  color: #ff7088 !important;
}
body .text-lightgreen {
  color: #26eda2 !important;
}
body .bg-pink {
  background-color: #bb08c0 !important;
  color: #fff !important;
}
body .bg-darkpink {
  background-color: #14A485 !important;
  color: #fff !important;
}
body a.bg-pink:hover, body a.bg-pink:focus {
  background-color: #f33d7a !important;
}
body button.bg-pink:hover, body button.bg-pink:focus {
  background-color: #f33d7a !important;
}
body .text-pink {
  color: #bb08c0 !important;
}
body .bg-red {
  background-color: #dc0441 !important;
  color: #fff !important;
}
body a.bg-red:hover, body a.bg-red:focus {
  background-color: #a11918 !important;
}
body button.bg-red:hover, body button.bg-red:focus {
  background-color: #a11918 !important;
}
body .text-red {
  color: #dc0441 !important;
}
body .bg-orange {
  background-color: #fc7303 !important;
  color: #fff !important;
}
body a.bg-orange:hover, body a.bg-orange:focus {
  background-color: #fc7a12 !important;
}
body button.bg-orange:hover, body button.bg-orange:focus {
  background-color: #fc7a12 !important;
}
body .text-orange {
  color: #fc7303 !important;
}
body .bg-yellow {
  background-color: #ecb403 !important;
  color: #fff !important;
}
body a.bg-yellow:hover, body a.bg-yellow:focus {
  background-color: #c29d0b !important;
}
body button.bg-yellow:hover, body button.bg-yellow:focus {
  background-color: #c29d0b !important;
}
body .text-yellow {
  color: #ecb403 !important;
}
body .bg-green {
  background-color: #2dce89 !important;
  color: #fff !important;
}
body a.bg-green:hover, body a.bg-green:focus {
  background-color: #15ca7c !important;
}
body button.bg-green:hover, body button.bg-green:focus {
  background-color: #15ca7c !important;
}
body .text-green {
  color: #2dce89 !important;
}
body .bg-teal {
  background-color: #06c0d9 !important;
}
body a.bg-teal:hover, body a.bg-teal:focus {
  background-color: #22a193 !important;
}
body button.bg-teal:hover, body button.bg-teal:focus {
  background-color: #22a193 !important;
}
body .text-teal {
  color: #06c0d9 !important;
}
body .bg-cyan {
  background-color: #116e7c !important;
  color: #fff !important;
}
body a.bg-cyan:hover, body a.bg-cyan:focus {
  background-color: #117a8b !important;
}
body button.bg-cyan:hover, body button.bg-cyan:focus {
  background-color: #117a8b !important;
}
body .text-cyan {
  color: #116e7c !important;
}
body .bg-white {
  background-color: #fff !important;
}
body a.bg-white:hover, body a.bg-white:focus {
  background-color: #f3f4f5 !important;
}
body button.bg-white:hover, body button.bg-white:focus {
  background-color: #f3f4f5 !important;
}
body .text-white {
  color: #fff !important;
}
body .bg-gray {
  background-color: #868e96 !important;
}
body a.bg-gray:hover, body a.bg-gray:focus {
  background-color: #6c757d !important;
}
body button.bg-gray:hover, body button.bg-gray:focus {
  background-color: #6c757d !important;
}
body .text-gray {
  color: #969696 !important;
}
body .bg-lightpink-red {
  color: #ff7088 !important;
}
body .text-gray-dark {
  color: #343a40 !important;
}
body .bg-azure {
  background-color: #45aaf2 !important;
}
body a.bg-azure:hover, body a.bg-azure:focus {
  background-color: #1594ef !important;
}
body button.bg-azure:hover, body button.bg-azure:focus {
  background-color: #1594ef !important;
}
body .text-azure {
  color: #45aaf2 !important;
}
body .bg-lime {
  background-color: #1e74a0 !important;
}
body a.bg-lime:hover, body a.bg-lime:focus {
  background-color: #63ad27 !important;
}
body button.bg-lime:hover, body button.bg-lime:focus {
  background-color: #63ad27 !important;
}
body .text-lime {
  color: #1e74a0 !important;
}
body .icon {
  color: #fff !important;
}
body .icon i {
  vertical-align: -1px;
  color: #5c678f;
}
body a.icon {
  text-decoration: none;
  cursor: pointer;
}
body a.icon:hover {
  color: #fff !important;
}
body .o-auto {
  overflow: auto !important;
}
body .o-hidden {
  overflow: hidden !important;
}
body .shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}
body .shadow2 {
  box-shadow: 0px 10px 10px 20px rgba(179, 186, 212, 0), 10px 10px 15px -5px #b0b8d6 !important;
}
body .shadow-none {
  box-shadow: none !important;
}
body .bg-success-transparent-2 {
  background-color: rgba(56, 203, 137, 0.15) !important;
}
body .bg-info-transparent-2 {
  background-color: rgba(34, 133, 204, 0.15) !important;
}
body .bg-warning-transparent-2 {
  background-color: rgba(252, 191, 9, 0.15) !important;
}
body .bg-danger-transparent-2 {
  background-color: rgba(250, 96, 96, 0.15) !important;
}
body .bg-facebook {
  background: #2b4170 !important;
}
body .bg-google {
  background: linear-gradient(to bottom right, #e64522, #c33219) !important;
  color: #fff;
}
body .bg-dribbble {
  background: linear-gradient(to bottom right, #ea4c89, #c93764) !important;
}
body .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  border: 1px solid transparent;
  box-shadow: 0 0.76rem 1.52rem rgba(18, 38, 63, 0.03);
  border-radius: 0.3rem;
}
body .card > hr {
  margin-right: 0;
  margin-left: 0;
}
body .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
body .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
body .card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}
body .card-text:last-child {
  margin-bottom: 0;
}
body .card-link:hover {
  text-decoration: none;
}
body .card-header:first-child {
  border-radius: 2px 2px 0 0;
}
body .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
body .card-footer {
  padding: 1.5rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e6ebf1;
  color: #6e7687;
}
body .card-footer:last-child {
  border-radius: 0 0 2px 2px;
}
body .card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem;
  border-bottom: 0;
  margin: -1.25rem 0;
  border-bottom: 0;
  line-height: 2rem;
}
body .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}
body .card-img {
  width: 100%;
  border-radius: 2px;
}
body .card-img-top {
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
body .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
body .card-deck {
  display: flex;
  flex-direction: column;
}
body .card-deck .card {
  margin-bottom: 0.75rem;
}
body .card-group {
  display: flex;
  flex-direction: column;
}
body .card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  body .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  body .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  body .card-deck {
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  body .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
  body .horizontalMenucontainer .header-brand-img.mobile-logo, body .horizontalMenucontainer .header-brand-img.darkmobile-logo, body .horizontalMenucontainer .header-brand-img.dark-logo {
    display: none;
  }
  body .card-group {
    flex-flow: row wrap;
  }
  body .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  body .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  body .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  body .card-group > .card:first-child .card-img-top, body .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  body .card-group > .card:first-child .card-img-bottom, body .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  body .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  body .card-group > .card:last-child .card-img-top, body .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  body .card-group > .card:last-child .card-img-bottom, body .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  body .card-group > .card:only-child {
    border-radius: 3px;
  }
  body .card-group > .card:only-child .card-img-top, body .card-group > .card:only-child .card-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  body .card-group > .card:only-child .card-img-bottom, body .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  body .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  body .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, body .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, body .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, body .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
body .card-columns .card {
  margin-bottom: 1.5rem;
}
body .rhombus {
  width: 350px;
  height: 80px;
  transform: rotate(67.5deg);
  background-color: yellow;
}
@media print {
  body .card {
    box-shadow: none;
    border: none;
  }
  body .card-header {
    display: none;
  }
  body .card-body {
    padding: 0;
  }
}
body .card-body {
  flex: 1 1 auto;
  margin: 0;
  padding: 1.5rem 1.5rem;
  position: relative;
}
body .card-body + .card-body {
  border-top: 1px solid #e6ebf1;
}
body .tilebox-one i {
  font-size: 62px;
}
body .card-body > :last-child {
  margin-bottom: 0;
}
body .card-body-scrollable {
  overflow: auto;
}
body .card-footer, body .card-bottom {
  padding: 1rem 1.5rem;
  background: none;
}
body .log {
  margin-top: -26px;
}
body .card-header {
  background: transparent;
  padding: 0.5rem 1.5rem;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #e6ebf1;
  position: relative;
}
body .card-header .card-title {
  margin-bottom: 0;
}
body .card-header.border-0 + .card-body {
  padding-top: 0;
}
body .card-title {
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
body .reg {
  text-align: center;
  font-size: 50px;
  color: #2e1170;
  float: right;
}
body .card-title a {
  color: inherit;
}
body .card-title:only-child {
  margin-bottom: 0;
}
body .card-title small {
  color: #9aa0ac;
  font-size: 0.875rem;
  display: block;
  margin: -0.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}
body .card-subtitle {
  color: #9aa0ac;
  font-size: 0.875rem;
  display: block;
  margin: -0.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}
body .card-table {
  margin-bottom: 0;
}
body .card-table tr:first-child td, body .card-table tr:first-child th {
  border-top: 0;
}
body .card-table tr td:first-child, body .card-table tr th:first-child {
  padding-left: 1.5rem;
}
body .card-table tr td:last-child, body .card-table tr th:last-child {
  padding-right: 1.5rem;
}
body .card-body + .card-table {
  border-top: 1px solid #e6ebf1;
}
body .card-profile .card-header {
  height: 5rem;
  background-size: cover;
  border: 0;
}
body .profie-img .flex-md-row img {
  width: 60px;
}
body .card-profile-img {
  max-width: 6rem;
  margin-bottom: 1rem;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
body .card-link + .card-link {
  margin-left: 1rem;
  margin-left: 1.5rem;
}
body .card-body + .card-list-group {
  border-top: 1px solid #e6ebf1;
}
body .card-list-group .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
body .card-list-group .list-group-item:last-child {
  border-bottom: 0;
}
body .card-list-group .list-group-item:first-child {
  border-top: 0;
}
body .card-header-tabs .nav-item {
  margin-bottom: 1px;
}
body .card-header-pills {
  margin: -0.75rem 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
body .card-aside {
  flex-direction: row;
}
body .card-aside-column {
  min-width: 5rem;
  width: 20%;
  flex: 0 0 20%;
  background: no-repeat center/cover;
}
body .card-value {
  font-size: 1rem;
  line-height: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  font-weight: 400;
}
body .card-value i {
  vertical-align: middle;
}
body .card-chart-bg {
  height: 4rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body .list-media .media-img {
  position: relative;
  float: left;
  width: 48px;
  margin-right: 20px;
}
body .list-media .info {
  padding-left: 55px;
  min-height: 40px;
  height: auto;
  position: relative;
}
body .list-media .info h4 a {
  font-size: 16px;
  margin-top: 10px;
}
body .list-media .info p {
  font-size: 13px;
}
body .list-media .info .text-right {
  right: 0;
  color: #8a8a8a;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -28px;
}
body .card-options {
  margin-left: auto;
  display: flex;
  order: 100;
  margin-right: -0.5rem;
  color: #9aa0ac;
  align-self: center;
}
body .card-options a:not(.btn) {
  color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
}
body .card-options a:not(.btn):hover {
  text-decoration: none;
}
body .card-options a:not(.btn) i {
  font-size: 1rem;
}
body .card-options a.option-dots {
  color: #5c678f;
  display: inline-block;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.8rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #e6ebf1;
  vertical-align: middle;
  margin-right: 5px;
  padding: 0;
}
body .card-options a.option-dots:hover {
  text-decoration: none;
  color: #5c678f !important;
  background: #f0f0f2;
}
body .card-options .dropdown-toggle:after {
  display: none;
}
body .widgets-cards .wrp.icon-circle {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 15px;
}
body .widgets-cards .wrp.icon-circle i {
  font-size: 1.6rem;
  color: #fff;
}
body .widgets-cards .wrp p {
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 10px;
}
body .widgets-cards .wrp p:first-child {
  font-weight: 400;
  font-size: 36px;
}
body ul li .legright-dots {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
body .legright li {
  padding: 5px;
  float: left;
}
body .stretch-card {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
body .stretch-card > .card {
  width: 100%;
  min-width: 100%;
}
body .icon-size {
  font-size: 2.5rem !important;
}
body .card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
body .statistics-box {
  position: relative;
  padding-left: 80px;
  text-align: right;
  padding-top: 14px;
  min-height: 80px;
  text-align: center;
}
body .statistics-box .ico {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
}
body .statistics-box .ico.small {
  font-weight: 900;
  font-size: 42px;
}
body .statistics-box h2 {
  font-weight: 600 !important;
}
body .card-collapsed > :not(.card-header):not(.card-status) {
  display: none;
}
body .card-collapsed .card-options-collapse i:before {
  content: "\e92d";
}
body .card-fullscreen .card-options-fullscreen i:before {
  content: "\e992";
}
body .card-fullscreen .card-options-remove {
  display: none;
}
body .card-map {
  height: 15rem;
  background: #e9ecef;
}
body .card-map-placeholder {
  background: no-repeat center;
}
body .card-tabs {
  display: flex;
}
body .card-tabs-bottom .card-tabs-item {
  border: 0;
}
body .card-tabs-bottom .card-tabs-item.active {
  border-top-color: #fff;
}
body .card-tabs-item {
  flex: 1 1 auto;
  display: block;
  padding: 1.4rem 1.5rem;
  color: inherit;
  overflow: hidden;
}
body a.card-tabs-item {
  background: #fafbfc;
}
body a.card-tabs-item:hover {
  text-decoration: none;
  color: inherit;
}
body a.card-tabs-item:focus {
  z-index: 1;
}
body a.card-tabs-item.active {
  background: #fff;
  border-bottom-color: #fff;
}
body .card-status {
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 3px;
  border-radius: 7px 7px 0 0;
  background: rgba(0, 40, 100, 0.12);
}
body .card-status-left {
  right: auto;
  bottom: 0;
  height: auto;
  width: 3px;
  border-radius: 3px 0 0 3px;
}
body .card-icon {
  width: 3rem;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
}
body .card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  margin: 0;
}
body .card-alert {
  border-radius: 0;
  margin: -1px -1px 0;
}
body .card-category {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
  background: #f3f3f3;
}
body .list-card {
  padding: 14px 25px;
  border-radius: 0px;
  box-shadow: 0 2px 10px 0 rgba(4, 4, 7, 0.1);
  margin-bottom: 12px;
  background: #fff;
  position: relative;
}
body .card > .list-group {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
body .header-search .search-element {
  position: relative;
  margin-left: 15px;
}
body .header-search .btn {
  position: absolute;
  right: 0;
  top: 0px;
  color: #8499c4;
}
body .hor-header {
  box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
}
body .horizontal-main {
  width: 100%;
  position: relative;
  padding: 8px;
}
body .horizontalMenu html, body .horizontalMenu body, body .horizontalMenu iframe, body .horizontalMenu h1, body .horizontalMenu h2, body .horizontalMenu h3, body .horizontalMenu h4, body .horizontalMenu h5, body .horizontalMenu h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 500 !important;
  color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
}
body .horizontalMenu .cl {
  clear: both;
}
body .horizontalMenu img {
  border: 0 none;
  max-width: 100%;
}
body object, body embed, body video {
  border: 0 none;
  max-width: 100%;
}
body .horizontalMenu a:focus {
  outline: none;
}
body .horizontalMenu:before {
  content: "";
  display: table;
}
body .horizontalMenu:after {
  content: "";
  display: table;
  clear: both;
}
body .horizontalMenucontainer {
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
body .horizontal-mainwrapper {
  margin: 0 auto;
}
body .desktoplogo {
  padding: 0.75rem;
  margin: 0;
  float: left;
}
body .desktoplogo img {
  width: 100%;
}
body .horizontalMenu {
  color: #fff;
  font-size: 14px;
  padding: 0;
  display: block;
}
body .horizontalMenu > .horizontalMenu-list {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 100%;
  display: block;
  padding: 0;
}
body .horizontalMenu > .horizontalMenu-list > li {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}
body .horizontalMenu > .horizontalMenu-list > li > a {
  display: block;
  padding: 0px 12px 0px 0px;
  text-decoration: none;
  position: relative;
  color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
  font-weight: 400;
  font-size: 14px;
  margin: 0 2px;
  border-radius: 0.25rem;
  vertical-align: middle;
}
body .horizontalMenu > .horizontalMenu-list > li:last-child > a {
  border-right: 0px;
  margin-right: 0;
}
body .horizontalMenu > .horizontalMenu-list > li:first-child > a {
  margin-left: 0;
}
body .horizontalMenu > .horizontalMenu-list > li a.menuhomeicon {
  padding-left: 25px;
  padding-right: 25px;
}
body .horizontalMenu > .horizontalMenu-list > li > a i.horizontal-icon {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-left: 3px;
  vertical-align: middle;
}
body .horizontalMenu > .horizontalMenu-list > li > a .arrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 11px;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu {
  float: right;
  float: right;
  zoom: 1;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu a {
  padding: 0px 30px 0px 20px;
  border-right: none;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu a i {
  font-size: 15px;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu:before {
  content: "";
  display: table;
}
body .horizontalMenu-list > li.rightmenu:after {
  content: "";
  display: table;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu:after {
  clear: both;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch {
  float: right;
  width: 210px;
  height: 39px;
  position: relative;
  margin: 16px 0px 0px 0px;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .searchicon {
  transition: all 0.7s ease 0s;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input {
  width: 100%;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 39px;
  z-index: 2;
  outline: none;
  color: #333;
  background-color: #efefef;
  transition: all 0.7s ease 0s;
  font-size: 12px;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input::-moz-placeholder {
  color: #a9a9a9;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input::placeholder {
  color: #a9a9a9;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus {
  color: #333;
  width: 230px;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus ~ .btnstyle .fa {
  color: #000;
  opacity: 1;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus ~ .searchicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .btnstyle {
  top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.3;
  color: #333;
  z-index: 1000;
  background-color: transparent;
  border: solid 0px;
  transition: all 0.7s ease 0s;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .btnstyle .fa {
  line-height: 37px;
  margin: 0;
  padding: 0;
  text-align: center;
}
body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .btnstyle:hover .fa {
  opacity: 1;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
  position: absolute;
  z-index: 99999;
  margin: 0px;
  padding: 10px 0px 10px 15px;
  min-width: 190px;
  background-color: #fff;
  border: 1px solid #e6ebf1;
  box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.1);
  border-radius: 4px;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
  background-image: none;
  color: #576482;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 6px 7px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
  position: relative;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover {
  text-decoration: none;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a > i {
  margin-right: 9px;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 10px 25px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e6ebf1;
  box-shadow: 20px 0px 18px rgba(4, 4, 7, 0.1);
  border-radius: 0 4px 4px 0;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
  background-image: none;
  color: #576482;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 6px 7px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  text-decoration: none;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
  margin-right: 9px;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  min-width: 220px;
  position: absolute;
  left: 115%;
  top: 0;
  margin: 0px;
  list-style: none;
  padding: 10px 25px;
  background-color: #fff;
  border: 1px solid #e6ebf1;
  box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.1);
  border-radius: 4px;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  background-image: none;
  color: #576482;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  text-decoration: none;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
  margin-right: 9px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 54px;
  color: #576482;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  font-size: 15px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .megamenu-content {
  border: 1px solid #e8ebf3;
  background-color: #fff;
  padding: 14px 20px;
  border-radius: 2px;
  box-shadow: 0px 5px 25px rgba(227, 228, 238, 0.2);
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .title {
  padding: 5px 5px 5px 0px;
  font-size: 16px;
  color: #2c2c2c;
  margin: 0px 0px 4px 0px;
  text-align: left;
  font-weight: 600;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .wsmwnutxt {
  width: 100%;
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
  color: #2c2c2c;
  margin-top: 10px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
  padding: 5px 10px 5px 30px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li h3 {
  font-size: 0.75rem !important;
  color: #6a7388;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 7px;
  background: transparent;
  background-image: none;
  color: #747d94;
  border-right: 0 none;
  display: block;
  font-size: 12px;
  margin-left: 10px;
  position: relative;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu li a:hover {
  background: transparent;
  text-decoration: none;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li i {
  font-size: 12px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .mrgtop {
  margin-top: 15px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
  font-size: 13px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfmenu {
  width: 30%;
  right: auto;
  left: auto;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfdiv {
  width: 20%;
  right: auto;
  left: auto;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form {
  width: 100%;
  display: block;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type=text] {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
  min-height: 122px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type=submit] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  margin-right: 15px;
  cursor: pointer;
  background-color: #e1e1e1;
  border-radius: 2px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type=button] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  cursor: pointer;
  background-color: #e1e1e1;
  border-radius: 2px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .carousel-inner .item img {
  width: 100%;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .carousel-control-next, body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .carousel-control-prev {
  opacity: 0.8;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .carousel-caption {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text {
  padding: 0px 0px;
  font-size: 14px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text ul {
  padding: 0px 0px;
  margin: 0px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text p {
  text-align: justify;
  line-height: 24px;
  color: #656565;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text ul li {
  display: block;
  padding: 2px 0px;
  line-height: 22px;
}
body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text ul li a {
  color: #656565;
}
@media (min-width: 1024px) {
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list:first-child {
    border: 0;
  }
}
body .horizontal-header {
  display: none;
}
body .horizontal-overlapbg {
  opacity: 0;
  visibility: hidden;
}
body .horizontalMenu .horizontalMenu-click, body .horizontalMenu .horizontalMenu-click02 {
  display: none;
}
body .hometext {
  display: none;
}
@media only screen and (max-width: 991px) {
  body {
    /* ================== Mobile Base CSS ================== */
    /* ================== Mobile Main Menu CSS ================== */
    /* ================== Mobile Slide Down Links CSS ================== */
    /* ================== Mobile Mega Menus CSS  ================== */
    /* ================== Mobile Header CSS ================== */
    /* Mobile Search Bar*/
    /* Mobile Toggle Menu icon (X ICON) */
    /* ================== Mobile Overlay/Drawer CSS ================== */
    /* ================== Mobile Sub Menu Expander Arrows  ================== */
    /*End Media Query*/
  }
  body body.active {
    overflow: hidden;
  }
  body .desktoplogo {
    display: none;
  }
  body .horizontal-main {
    height: 0;
    padding: 0;
  }
  body .horizontalMenucontainer {
    background-attachment: local;
    background-position: 33% 0%;
  }
  body .horizontalMenu {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    overflow-y: hidden;
    padding: 0;
    top: 0;
    position: fixed;
    visibility: hidden;
    margin: 0px;
  }
  body .horizontalMenu > .horizontalMenu-list {
    height: auto;
    min-height: 100%;
    width: 240px;
    background: #fff;
    padding-bottom: 0;
    margin-left: -240px;
    display: block;
    text-align: center;
  }
  body .horizontalMenu > .horizontalMenu-list > li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
    clear: right;
    padding: 0;
  }
  body .horizontalMenu > .horizontalMenu-list > li span a {
    width: 85%;
    margin: 0 auto;
  }
  body .horizontalMenu > .horizontalMenu-list > li > a {
    padding: 2px 32px 2px 0px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    color: #576482;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: transparent;
    position: static;
    margin: 0px 0;
    border-radius: 0px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > a span.i {
    display: none;
  }
  body .horizontalMenu > .horizontalMenu-list > li a.menuhomeicon {
    padding-left: 17px;
    padding-right: 17px;
    border-top: solid 1px rgba(0, 0, 0, 0.13);
  }
  body .horizontalMenu > .horizontalMenu-list > li > a > .fa {
    font-size: 16px;
    color: #fff;
    display: none !important;
  }
  body .horizontalMenu > .horizontalMenu-list > li > a .arrow:after {
    display: none;
  }
  body .horizontalMenu > .horizontalMenu-list > li:hover > a {
    text-decoration: none;
  }
  body .horizontalMenu > .horizontalMenu-list > li > a > .hometext {
    display: inline-block;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
    display: none;
    position: relative;
    top: 0px;
    background-color: #f0f0f8;
    border: none;
    padding: 0 25px;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: inherit;
    -webkit-transform-style: flat;
    box-shadow: none;
    margin: 0px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
    line-height: 20px;
    font-size: 12px;
    padding: 10px 0px 10px 30px;
    color: #747d94;
    position: initial;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li span + a {
    padding-right: 30px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a > .fa {
    display: none;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover {
    background-color: transparent;
    color: #576482;
    text-decoration: none;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu li:hover > a {
    color: #576482;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: inherit;
    -webkit-transform-style: flat;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
    line-height: 20px;
    font-size: 12px;
    padding: 10px 0px 10px 34px;
    color: #747d94;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li span + a {
    padding-right: 30px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > .fa {
    display: none;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    background-color: transparent;
    color: #576482;
    text-decoration: none;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
    color: #000;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
    color: #000;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: inherit;
    -webkit-transform-style: flat;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
    margin: 0px 0px 0px 0px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    line-height: 20px;
    font-size: 12px;
    padding: 10px 0px 10px 34px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li span + a {
    padding-right: 30px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > .fa {
    display: none;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    background-color: transparent;
    color: #576482;
    text-decoration: none;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
    color: #000;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
    color: #576482;
    display: none;
    position: relative;
    top: 0px;
    padding: 0px 0px;
    border: solid 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    -webkit-transform-style: flat;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .container {
    padding: 0;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfmenu {
    width: 100%;
    margin: 0px;
    padding: 5px 0px 10px 0px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .title {
    color: #576482;
    font-size: 15px;
    padding: 10px 8px 10px 0px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu > ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu > ul > li > a {
    padding: 9px 14px;
    line-height: normal;
    font-size: 12px !important;
    background-color: #e7e7e7;
    color: #576482;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu > ul > li > a:hover {
    background-color: #000;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu ul li.title {
    line-height: 26px;
    color: #576482;
    margin: 0px;
    font-size: 15px;
    padding: 7px 0px;
    background-color: transparent;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfdiv {
    width: 100%;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form {
    padding: 5px 0px 62px 0px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .show-grid div {
    margin: 0px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type=button], body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type=submit] {
    width: 46%;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form textarea {
    min-height: 100px;
  }
  body .horizontal-header {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: 54px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.25s ease-in-out;
  }
  body .active .horizontal-header {
    transition: all 0.25s ease-in-out;
  }
  body .horizontal-header .smllogo {
    display: inline-block;
    margin-top: 11px;
  }
  body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch {
    width: 86%;
    margin: 7% 7%;
    padding: 0px;
  }
  body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input {
    border-radius: 50px;
  }
  body .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus {
    width: 100%;
  }
  body .callusbtn {
    color: #a9a9a9;
    font-size: 21px;
    position: absolute;
    right: 5px;
    top: 0px;
    transition: all 0.4s ease-in-out 0s;
    z-index: 102;
    padding: 11px 14px;
  }
  body .callusbtn .fa {
    vertical-align: top;
    margin-top: 4px;
  }
  body .callusbtn:hover .fa {
    color: #a9a9a9;
  }
  body .animated-arrow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 102;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 6px 0 0 8px;
  }
  body .animated-arrow span {
    cursor: pointer;
    height: 2px;
    width: 17px;
    background: #5c678f;
    position: absolute;
    display: block;
    content: "";
    transition: all 500ms ease-in-out;
  }
  body .animated-arrow span:before, body .animated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 17px;
    background: #5c678f;
    position: absolute;
    display: block;
    content: "";
  }
  body .animated-arrow span:before {
    top: -7px;
    width: 23px;
  }
  body .animated-arrow span:after {
    bottom: -7px;
    width: 17px;
  }
  body .animated-arrow span:before, body .animated-arrow span:after {
    transition: all 500ms ease-in-out;
  }
  body .active .animated-arrow span {
    background-color: transparent;
    background: none !important;
  }
  body .active .animated-arrow span:after {
    width: 23px;
    top: -3px;
  }
  body .active .animated-arrow span:before {
    top: -3px;
  }
  body .active .animated-arrow.active span:after {
    top: -3px;
  }
  body .active .animated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }
  body .active .animated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  body .horizontal-overlapbg {
    right: 0;
    width: calc(100% - 240px);
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }
  body .active .horizontalMenu .horizontal-overlapbg {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
  }
  body .horizontalMenucontainer {
    transition: all 0.25s ease-in-out;
  }
  body .active .horizontalMenucontainer {
    margin-left: 240px;
    transition: all 0.25s ease-in-out;
  }
  body .active .horizontalMenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    z-index: 1000;
    top: 0;
    height: 100% !important;
  }
  body .active .horizontalMenu > .horizontalMenu-list {
    transition: all 0.25s ease-in-out;
    margin-left: 0;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontalMenu-click {
    height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  body .horizontalMenu > .horizontalMenu-list > li .horizontalMenu-click.horizontal-activearrow > i {
    transform: rotate(180deg);
    margin-top: 7px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontalMenu-click > i {
    display: block;
    height: 23px;
    width: 25px;
    margin-top: 14px;
    margin-right: 10px;
    background-size: 25px;
    font-size: 16px;
    color: #576482;
    float: right;
    opacity: 0.4;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li .horizontalMenu-click02 {
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li .horizontalMenu-click02 > i {
    display: block;
    margin: 8px 6px 8px 6px;
    background-size: 25px;
    font-size: 16px;
    color: #576482;
    float: right;
    opacity: 0.4;
  }
  body .sub-menu li:before {
    top: 10px !important;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu .sub-menu-sub:after {
    display: none;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li .horizontalMenu-click02 > i.horizontalMenu-rotate {
    transform: rotate(180deg);
  }
  body .horizontalMenu > .horizontalMenu-list > li a span {
    display: none;
  }
  body .horizontalMenu > .horizontalMenu-list > li > a .horizontal-icon {
    display: none;
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
    background: transparent;
    box-shadow: none !important;
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
    color: rgba(255, 255, 255, 0.6);
  }
  body .mega-menubg {
    border: 0 !important;
    box-shadow: 0 !important;
  }
  body .hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
    color: #664dc9;
  }
  body .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active {
    color: #fff;
    background: #664dc9;
  }
  body .hor-menu .horizontalMenu > .horizontalMenu-list > li:first-child > a {
    margin-top: 0 !important;
  }
  body .hor-menu .horizontalMenu > .horizontalMenu-list > li:last-child > a {
    margin-right: 5px !important;
  }
  body .mega-menubg {
    box-shadow: none !important;
    padding: 0px 20px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1162px) {
  body .horizontalMenu > .horizontalMenu-list > li > a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  body .horizontalMenu > .horizontalMenu-list > li > a > .arrow {
    display: none;
  }
  body .horizontalMenu > .horizontalMenu-list > li a.menuhomeicon {
    padding-left: 22px;
    padding-right: 22px;
  }
}
body .horizontalMenu-list .sub-menu .sub-menu:before, body .horizontalMenu-list .sub-menu .sub-menu:after {
  display: none;
}
@media (max-width: 992px) {
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .megamenu-content {
    border: 0;
    box-shadow: none;
  }
}
body .sticky.sticky-pin .horizontal-main {
  box-shadow: -6px 5px 8px 0 rgba(24, 23, 38, 0.06);
}
body .horizontalMenu ul li a.btn {
  font-size: 14px !important;
  margin: 5px 0;
}
@media (min-width: 992px) {
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
  }
  body .horizontalMenu > .horizontalMenu-list > li:hover > ul.sub-menu, body .horizontalMenu > .horizontalMenu-list > li:hover > .horizontal-megamenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
  }
  body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  body .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
  }
  body .header-style1 .horizontalMenu > .horizontalMenu-list > li {
    padding: 0.75rem 0;
  }
}
body .mega-menubg {
  background: #fff;
  padding: 14px 15px;
  border: 1px solid #e6ebf1;
  box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.1);
  border-radius: 4px;
  margin-top: -7px;
}
body .horizontal-main.hor-menu {
  background: #fff;
  border-bottom: 1px solid transparent;
  box-shadow: 5px 7px 26px -5px rgba(24, 23, 38, 0.06);
}
body .hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
  color: #576482;
}
body .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active, body .hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
  color: #664dc9;
  background: #f5f6f8;
  box-shadow: none;
}
body .hor-menu .horizontalMenu a.active .hor-icon, body .hor-menu .horizontalMenu a:hover .hor-icon {
  fill: #664dc9;
}
body .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu .sub-menu-sub:after {
  content: "\e92f";
  font-family: "feather";
  font-size: 13px;
  position: absolute;
  top: 9px;
  right: 14px;
  color: #576482;
  opacity: 0.4;
}
body .hor-menu .horizontalMenu > .horizontalMenu-list > li:first-child > a {
  margin-left: 0;
}
body .hor-menu .horizontalMenu > .horizontalMenu-list > li:last-child > a {
  margin-right: 0;
}
body .hor-icon {
  color: #555b6d;
  fill: #555b6d;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  padding: 8px;
  margin-left: 5px;
}
body .hor-content .latest-timeline {
  height: 365px;
}
@media (min-width: 768px) {
  body .hor-header .header-brand {
    margin-top: 11px;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  body .hor-header {
    padding: 0.75rem;
  }
  body .hor-header .navbar-toggler {
    top: -4px;
  }
  body ul.sub-menu {
    background-color: transparent !important;
    box-shadow: none !important;
  }
  body .hor-header .header-brand-img.mobile-logo {
    display: none !important;
  }
  body .hor-header .header-brand .header-brand-img {
    margin: 16px 0px 16px 0px !important;
  }
  body .hor-header .animated-arrow.hor-toggle {
    text-align: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    margin: 5px;
    top: 6px;
    left: 6px;
    margin-bottom: 8px !important;
    padding: 16px 35px 16px 0px !important;
  }
  body .responsive-navbar.navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    background: #ffffff;
    margin-top: 0;
    z-index: 999;
    top: 78px;
    right: 0px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #f0f0ff;
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  }
  body .hor-header .header-brand .header-brand-img {
    position: absolute;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    margin-top: 3px !important;
    text-align: center;
  }
  body .hor-header .profile-dropdown {
    padding: 0.5rem;
  }
  body .hor-header .main-header-end .nav-link.icon {
    padding: 1.8rem 0.3rem !important;
  }
}
body .hor-header .header-brand {
  margin-right: 0rem;
  min-width: 0px;
  text-align: justify;
}
@media (max-width: 767.98px) {
  body .hor-header .demo-icon .header-icon {
    margin-top: 14px !important;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  body .hor-header .form-inline .btn {
    margin-top: 1px !important;
  }
}
@media (min-width: 767px) {
  body .hor-header .profile-dropdown {
    padding: 0.95rem;
  }
  body .hor-header .notifyimg {
    line-height: 40px !important;
  }
  body .hor-header .form-inline .btn {
    padding: 4px 10px 4px 10px;
    top: 13px;
    background-color: #664dc9;
    opacity: 1;
    left: inherit;
    right: 0 !important;
  }
  body .hor-header .form-inline .btn .search-icon {
    fill: white !important;
    margin-top: 4px !important;
  }
  body .hor-header .form-control::-webkit-input-placeholder {
    padding-top: 0px !important;
  }
  body .hor-header .top-header .search-element input {
    border-radius: 10px !important;
  }
  body .hor-header .form-inline .form-control {
    padding-left: 14px;
    padding-top: 8px;
    margin-top: 12px;
  }
  body .hor-header .header-search {
    min-width: 25rem !important;
    border: 1px solid #e6ebf1 !important;
  }
  body .hor-header .search-icon {
    width: 24px;
    height: 24px;
  }
}
body .hor-header .form-control:focus {
  border-color: #dee4ea;
}
body .dark-mode .hor-header .form-control:focus {
  border-color: #32394e;
}
@media (min-width: 768px) {
  body .hor-header .search-element {
    top: 0px;
  }
}
@media (max-width: 767.98px) {
  body .navbar-toggler {
    margin-top: 0px !important;
  }
  body .hor-header .main-header-end .nav-link.icon.demo-icon {
    padding: 1rem 0.3rem !important;
  }
}
@media (min-width: 992px) {
  body .hor-header .demo-icon {
    border-right: 1px solid #e6ebf1 !important;
  }
  body .theme-layout {
    border-left: 1px solid #e6ebf1;
  }
}
body .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
body .g-0 {
  margin-right: 0;
  margin-left: 0;
}
body .g-0 > .col, body .g-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
body .col-1, body .col-2, body .col-3, body .col-4, body .col-5, body .col-6, body .col-7, body .col-8, body .col-9, body .col-10, body .col-11, body .col-12, body .col, body .col-auto, body .col-sm-1, body .col-sm-2, body .col-sm-3, body .col-sm-4, body .col-sm-5, body .col-sm-6, body .col-sm-7, body .col-sm-8, body .col-sm-9, body .col-sm-10, body .col-sm-11, body .col-sm-12, body .col-sm, body .col-sm-auto, body .col-md-1, body .col-md-2, body .col-md-3, body .col-md-4, body .col-md-5, body .col-md-6, body .col-md-7, body .col-md-8, body .col-md-9, body .col-md-10, body .col-md-11, body .col-md-12, body .col-md, body .col-md-auto, body .col-lg-1, body .col-lg-2, body .col-lg-3, body .col-lg-4, body .col-lg-5, body .col-lg-6, body .col-lg-7, body .col-lg-8, body .col-lg-9, body .col-lg-10, body .col-lg-11, body .col-lg-12, body .col-lg, body .col-lg-auto, body .col-xl-1, body .col-xl-2, body .col-xl-3, body .col-xl-4, body .col-xl-5, body .col-xl-6, body .col-xl-7, body .col-xl-8, body .col-xl-9, body .col-xl-10, body .col-xl-11, body .col-xl-12, body .col-xl, body .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
body .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
body .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
body .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
body .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
body .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
body .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
body .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
body .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
body .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
body .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
body .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
body .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
body .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
body .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
body .order-first {
  order: -1;
}
body .order-last {
  order: 13;
}
body .order-0 {
  order: 0;
}
body .order-1 {
  order: 1;
}
body .order-2 {
  order: 2;
}
body .order-3 {
  order: 3;
}
body .order-4 {
  order: 4;
}
body .order-5 {
  order: 5;
}
body .order-6 {
  order: 6;
}
body .order-7 {
  order: 7;
}
body .order-8 {
  order: 8;
}
body .order-9 {
  order: 9;
}
body .order-10 {
  order: 10;
}
body .order-11 {
  order: 11;
}
body .order-12 {
  order: 12;
}
body .offset-1 {
  margin-left: 8.33333333%;
}
body .offset-2 {
  margin-left: 16.66666667%;
}
body .offset-3 {
  margin-left: 25%;
}
body .offset-4 {
  margin-left: 33.33333333%;
}
body .offset-5 {
  margin-left: 41.66666667%;
}
body .offset-6 {
  margin-left: 50%;
}
body .offset-7 {
  margin-left: 58.33333333%;
}
body .offset-8 {
  margin-left: 66.66666667%;
}
body .offset-9 {
  margin-left: 75%;
}
body .offset-10 {
  margin-left: 83.33333333%;
}
body .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  body .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  body .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  body .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  body .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  body .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  body .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  body .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  body .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  body .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  body .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  body .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .order-sm-first {
    order: -1;
  }
  body .order-sm-last {
    order: 13;
  }
  body .order-sm-0 {
    order: 0;
  }
  body .order-sm-1 {
    order: 1;
  }
  body .order-sm-2 {
    order: 2;
  }
  body .order-sm-3 {
    order: 3;
  }
  body .order-sm-4 {
    order: 4;
  }
  body .order-sm-5 {
    order: 5;
  }
  body .order-sm-6 {
    order: 6;
  }
  body .order-sm-7 {
    order: 7;
  }
  body .order-sm-8 {
    order: 8;
  }
  body .order-sm-9 {
    order: 9;
  }
  body .order-sm-10 {
    order: 10;
  }
  body .order-sm-11 {
    order: 11;
  }
  body .order-sm-12 {
    order: 12;
  }
  body .offset-sm-0 {
    margin-left: 0;
  }
  body .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  body .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  body .offset-sm-3 {
    margin-left: 25%;
  }
  body .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  body .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  body .offset-sm-6 {
    margin-left: 50%;
  }
  body .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  body .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  body .offset-sm-9 {
    margin-left: 75%;
  }
  body .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  body .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  body .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  body .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  body .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  body .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  body .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  body .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  body .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  body .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  body .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  body .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  body .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .order-md-first {
    order: -1;
  }
  body .order-md-last {
    order: 13;
  }
  body .order-md-0 {
    order: 0;
  }
  body .order-md-1 {
    order: 1;
  }
  body .order-md-2 {
    order: 2;
  }
  body .order-md-3 {
    order: 3;
  }
  body .order-md-4 {
    order: 4;
  }
  body .order-md-5 {
    order: 5;
  }
  body .order-md-6 {
    order: 6;
  }
  body .order-md-7 {
    order: 7;
  }
  body .order-md-8 {
    order: 8;
  }
  body .order-md-9 {
    order: 9;
  }
  body .order-md-10 {
    order: 10;
  }
  body .order-md-11 {
    order: 11;
  }
  body .order-md-12 {
    order: 12;
  }
  body .offset-md-0 {
    margin-left: 0;
  }
  body .offset-md-1 {
    margin-left: 8.33333333%;
  }
  body .offset-md-2 {
    margin-left: 16.66666667%;
  }
  body .offset-md-3 {
    margin-left: 25%;
  }
  body .offset-md-4 {
    margin-left: 33.33333333%;
  }
  body .offset-md-5 {
    margin-left: 41.66666667%;
  }
  body .offset-md-6 {
    margin-left: 50%;
  }
  body .offset-md-7 {
    margin-left: 58.33333333%;
  }
  body .offset-md-8 {
    margin-left: 66.66666667%;
  }
  body .offset-md-9 {
    margin-left: 75%;
  }
  body .offset-md-10 {
    margin-left: 83.33333333%;
  }
  body .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  body .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  body .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  body .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  body .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  body .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  body .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  body .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  body .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  body .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  body .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  body .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .order-lg-first {
    order: -1;
  }
  body .order-lg-last {
    order: 13;
  }
  body .order-lg-0 {
    order: 0;
  }
  body .order-lg-1 {
    order: 1;
  }
  body .order-lg-2 {
    order: 2;
  }
  body .order-lg-3 {
    order: 3;
  }
  body .order-lg-4 {
    order: 4;
  }
  body .order-lg-5 {
    order: 5;
  }
  body .order-lg-6 {
    order: 6;
  }
  body .order-lg-7 {
    order: 7;
  }
  body .order-lg-8 {
    order: 8;
  }
  body .order-lg-9 {
    order: 9;
  }
  body .order-lg-10 {
    order: 10;
  }
  body .order-lg-11 {
    order: 11;
  }
  body .order-lg-12 {
    order: 12;
  }
  body .offset-lg-0 {
    margin-left: 0;
  }
  body .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  body .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  body .offset-lg-3 {
    margin-left: 25%;
  }
  body .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  body .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  body .offset-lg-6 {
    margin-left: 50%;
  }
  body .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  body .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  body .offset-lg-9 {
    margin-left: 75%;
  }
  body .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  body .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  body .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  body .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  body .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  body .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  body .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  body .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  body .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  body .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  body .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  body .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  body .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .order-xl-first {
    order: -1;
  }
  body .order-xl-last {
    order: 13;
  }
  body .order-xl-0 {
    order: 0;
  }
  body .order-xl-1 {
    order: 1;
  }
  body .order-xl-2 {
    order: 2;
  }
  body .order-xl-3 {
    order: 3;
  }
  body .order-xl-4 {
    order: 4;
  }
  body .order-xl-5 {
    order: 5;
  }
  body .order-xl-6 {
    order: 6;
  }
  body .order-xl-7 {
    order: 7;
  }
  body .order-xl-8 {
    order: 8;
  }
  body .order-xl-9 {
    order: 9;
  }
  body .order-xl-10 {
    order: 10;
  }
  body .order-xl-11 {
    order: 11;
  }
  body .order-xl-12 {
    order: 12;
  }
  body .offset-xl-0 {
    margin-left: 0;
  }
  body .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  body .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  body .offset-xl-3 {
    margin-left: 25%;
  }
  body .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  body .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  body .offset-xl-6 {
    margin-left: 50%;
  }
  body .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  body .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  body .offset-xl-9 {
    margin-left: 75%;
  }
  body .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  body .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
body :root {
  --compass-purple: #8b5cf6;
  --compass-pink: #ec4899;
  --compass-cyan: #10f7cf;
  --compass-success: #22c55e;
  --compass-success-dark: #16a34a;
  --compass-danger: #ef4444;
  --compass-danger-dark: #dc2626;
  --compass-gradient: linear-gradient(135deg, var(--compass-purple), var(--compass-pink));
  --compass-gradient-subtle: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
  --compass-gradient-hover: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.15));
  --compass-gradient-success: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.05));
  --compass-gradient-danger: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(239, 68, 68, 0.05));
  --compass-border: rgba(139, 92, 246, 0.2);
  --compass-border-hover: rgba(139, 92, 246, 0.4);
  --compass-shadow: 0 2px 8px rgba(139, 92, 246, 0.08);
  --compass-shadow-hover: 0 12px 24px -8px rgba(139, 92, 246, 0.3);
  --compass-radius: 12px;
  --compass-radius-sm: 8px;
}
body .accent-top, body .compass-card.compass-card--accent {
  position: relative;
}
body .accent-top::before, body .compass-card.compass-card--accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--compass-gradient);
  border-radius: var(--compass-radius) var(--compass-radius) 0 0;
}
body .accent-left {
  position: relative;
}
body .accent-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: var(--compass-gradient);
  border-radius: var(--compass-radius-sm) 0 0 var(--compass-radius-sm);
}
body .text-gradient {
  background: var(--compass-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .text-gradient-success {
  background: linear-gradient(135deg, var(--compass-success), var(--compass-success-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .text-gradient-danger {
  background: linear-gradient(135deg, var(--compass-danger), var(--compass-danger-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .font-mono-num, body .mono-num {
  font-family: "JetBrains Mono", "SF Mono", "Monaco", "Consolas", "Liberation Mono", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
body .price-display {
  font-family: "JetBrains Mono", "SF Mono", "Monaco", "Consolas", "Liberation Mono", monospace;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
body .pct-change {
  font-family: "JetBrains Mono", "SF Mono", "Monaco", "Consolas", "Liberation Mono", monospace;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}
body .pct-change.pct-positive, body .pct-change--positive {
  color: var(--compass-success);
}
body .pct-change.pct-negative, body .pct-change--negative {
  color: var(--compass-danger);
}
body .td-num,
body .cell-num {
  font-family: "JetBrains Mono", "SF Mono", "Monaco", "Consolas", "Liberation Mono", monospace;
  font-variant-numeric: tabular-nums;
  text-align: right;
}
body .compass-stat-card {
  padding: 1.75rem;
  border-radius: var(--compass-radius);
  background: var(--compass-gradient-subtle);
  border: 1px solid var(--compass-border);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
body .compass-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--compass-gradient);
}
body .compass-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--compass-shadow-hover);
  border-color: var(--compass-border-hover);
  background: var(--compass-gradient-hover);
}
body .compass-stat-card .stat-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.7;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
body .compass-stat-card .stat-value {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  background: var(--compass-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .compass-stat-card .stat-subvalue {
  font-size: 1.1rem;
  opacity: 0.7;
  font-weight: 500;
  background: var(--compass-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .compass-stat-card .stat-unit {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-top: 0.25rem;
}
body .compass-stat-card.compass-stat-card--positive {
  background: var(--compass-gradient-success);
  border-color: rgba(34, 197, 94, 0.3);
}
body .compass-stat-card.compass-stat-card--positive::before {
  background: linear-gradient(90deg, var(--compass-success), var(--compass-success-dark));
}
body .compass-stat-card.compass-stat-card--positive:hover {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(34, 197, 94, 0.1));
  border-color: rgba(34, 197, 94, 0.5);
  box-shadow: 0 12px 24px -8px rgba(34, 197, 94, 0.3);
}
body .compass-stat-card.compass-stat-card--positive .stat-value {
  background: linear-gradient(135deg, var(--compass-success), var(--compass-success-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .compass-stat-card.compass-stat-card--negative {
  background: var(--compass-gradient-danger);
  border-color: rgba(239, 68, 68, 0.3);
}
body .compass-stat-card.compass-stat-card--negative::before {
  background: linear-gradient(90deg, var(--compass-danger), var(--compass-danger-dark));
}
body .compass-stat-card.compass-stat-card--negative:hover {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(239, 68, 68, 0.1));
  border-color: rgba(239, 68, 68, 0.5);
  box-shadow: 0 12px 24px -8px rgba(239, 68, 68, 0.3);
}
body .compass-stat-card.compass-stat-card--negative .stat-value {
  background: linear-gradient(135deg, var(--compass-danger), var(--compass-danger-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .compass-stat-card.compass-stat-card--compact {
  padding: 1rem 1.25rem;
}
body .compass-stat-card.compass-stat-card--compact .stat-value {
  font-size: 1.5rem;
}
body .seo-stats-grid .stat-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--compass-text-secondary, #6b7280);
  margin-bottom: 0.15rem;
  font-weight: 500;
}
body .seo-stats-grid .stat-value {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--compass-text-primary, #1f2937);
}
body .seo-stats-grid .stat-value.price-display {
  font-family: "JetBrains Mono", "SF Mono", "Monaco", "Consolas", "Liberation Mono", monospace;
}
@media (max-width: 768px) {
  body .seo-stats-grid .col-6 {
    padding-bottom: 0.5rem;
  }
  body .seo-stats-grid .stat-label {
    font-size: 0.6rem;
  }
  body .seo-stats-grid .stat-value {
    font-size: 0.85rem;
  }
}
body .dark-mode .seo-stats-grid .stat-label {
  color: #9ca3af;
}
body .dark-mode .seo-stats-grid .stat-value {
  color: #e5e7eb;
}
body .compass-card {
  background: white;
  border-radius: var(--compass-radius);
  border: 1px solid rgba(139, 92, 246, 0.1);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--compass-shadow);
}
body .card.compass-styled {
  border-radius: var(--compass-radius);
  border: 1px solid rgba(139, 92, 246, 0.1);
  box-shadow: var(--compass-shadow);
  overflow: hidden;
}
body .card.compass-styled.compass-styled--accent {
  border-top: 3px solid transparent;
  -o-border-image: var(--compass-gradient) 1;
     border-image: var(--compass-gradient) 1;
}
body .card.compass-styled .card-header {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(236, 72, 153, 0.05));
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
  font-weight: 600;
}
body .card.compass-styled .card-header h1, body .card.compass-styled .card-header h2, body .card.compass-styled .card-header h3, body .card.compass-styled .card-header h4, body .card.compass-styled .card-header h5, body .card.compass-styled .card-header h6 {
  margin-bottom: 0;
  background: var(--compass-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .card.compass-styled .card-footer {
  background: rgba(139, 92, 246, 0.03);
  border-top: 1px solid rgba(139, 92, 246, 0.1);
}
body .card.compass-styled.compass-styled--hover:hover {
  transform: translateY(-2px);
  box-shadow: var(--compass-shadow-hover);
  border-color: var(--compass-border-hover);
}
body .card.compass-styled--minimal {
  border-radius: var(--compass-radius);
  border: 1px solid rgba(139, 92, 246, 0.1);
  box-shadow: var(--compass-shadow);
}
body .card.compass-styled--minimal .card-header {
  background: transparent;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}
body .compass-pool-card {
  padding: 1.5rem;
  border-radius: var(--compass-radius);
  background: white;
  border: 1px solid rgba(139, 92, 246, 0.15);
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}
body .compass-pool-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px -4px rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.3);
}
body .compass-pool-card .pool-name {
  font-weight: 600;
  font-size: 1.1rem;
  color: #2d3748;
}
body .compass-pool-card .pool-meta {
  font-size: 0.85rem;
  color: #718096;
}
body .compass-pool-card .pool-stat {
  text-align: center;
}
body .compass-pool-card .pool-stat-value {
  font-weight: 700;
  font-size: 1.15rem;
}
body .compass-pool-card .pool-stat-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a0aec0;
  margin-top: 0.25rem;
}
body .compass-info-box {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.05), rgba(236, 72, 153, 0.05));
  border-left: 4px solid var(--compass-purple);
  padding: 1rem 1.25rem;
  border-radius: var(--compass-radius-sm);
  margin-bottom: 1.5rem;
}
body .compass-info-box h5, body .compass-info-box .info-title {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
body .compass-info-box p:last-child {
  margin-bottom: 0;
}
body .compass-info-box.compass-info-box--success {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.05), rgba(34, 197, 94, 0.02));
  border-left-color: var(--compass-success);
}
body .compass-info-box.compass-info-box--warning {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.05), rgba(245, 158, 11, 0.02));
  border-left-color: #f59e0b;
}
body .compass-info-box.compass-info-box--danger {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.05), rgba(239, 68, 68, 0.02));
  border-left-color: var(--compass-danger);
}
body .compass-table, body .analytics-table, body .table.compass-styled {
  width: 100%;
}
body .compass-table thead th, body .analytics-table thead th, body .table.compass-styled thead th {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(236, 72, 153, 0.05));
  border-bottom: 2px solid rgba(139, 92, 246, 0.2);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #4a5568;
  padding: 0.875rem 1rem;
}
body .compass-table tbody tr, body .analytics-table tbody tr, body .table.compass-styled tbody tr {
  transition: background-color 0.15s ease;
}
body .compass-table tbody tr:hover, body .analytics-table tbody tr:hover, body .table.compass-styled tbody tr:hover {
  background-color: rgba(139, 92, 246, 0.03);
}
body .compass-table tbody td, body .analytics-table tbody td, body .table.compass-styled tbody td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(139, 92, 246, 0.08);
  vertical-align: middle;
}
body .compass-table.compass-table--striped tbody tr:nth-child(even), body .compass-table--striped.analytics-table tbody tr:nth-child(even), body .compass-table--striped.table.compass-styled tbody tr:nth-child(even) {
  background-color: rgba(139, 92, 246, 0.02);
}
body .el-table {
  --el-table-border-color: rgba(139, 92, 246, 0.1);
}
body .el-table .el-table__header-wrapper th {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(236, 72, 153, 0.05)) !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}
body .el-table .el-table__row:hover > td {
  background-color: rgba(139, 92, 246, 0.03) !important;
}
body .compass-chart-container {
  background: white;
  border-radius: var(--compass-radius);
  border: 1px solid rgba(139, 92, 246, 0.1);
  padding: 1.5rem;
  box-shadow: var(--compass-shadow);
}
body .compass-chart-container .chart-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #2d3748;
}
body .compass-chart-container .chart-subtitle {
  font-size: 0.85rem;
  color: #718096;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
body .compass-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
}
body .compass-badge.compass-badge--purple {
  background-color: var(--compass-purple);
  color: white;
}
body .compass-badge.compass-badge--gradient {
  background: var(--compass-gradient);
  color: white;
}
body .compass-badge.compass-badge--outline {
  background: transparent;
  border: 1px solid var(--compass-purple);
  color: var(--compass-purple);
}
body .compass-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: var(--compass-radius-sm);
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
body .compass-btn.compass-btn--primary {
  background: var(--compass-gradient);
  color: white;
}
body .compass-btn.compass-btn--primary:hover {
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
  transform: translateY(-1px);
}
body .compass-btn.compass-btn--outline {
  background: transparent;
  border: 1px solid var(--compass-border);
  color: var(--compass-purple);
}
body .compass-btn.compass-btn--outline:hover {
  background: var(--compass-gradient-subtle);
  border-color: var(--compass-border-hover);
}
body .dark-mode {
  --compass-gradient-subtle: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.15));
  --compass-gradient-hover: linear-gradient(135deg, rgba(139, 92, 246, 0.25), rgba(236, 72, 153, 0.25));
  --compass-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  --compass-border: rgba(139, 92, 246, 0.3);
}
body .dark-mode .compass-card,
body .dark-mode .compass-pool-card,
body .dark-mode .compass-chart-container {
  background: #1e1e2e;
  color: #e2e8f0;
}
body .dark-mode .compass-stat-card .stat-label,
body .dark-mode .compass-stat-card .stat-unit {
  opacity: 0.8;
}
body .dark-mode .compass-table thead th, body .dark-mode .analytics-table thead th, body .dark-mode .table.compass-styled thead th {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.1));
  color: #e2e8f0;
}
body .pro-only {
  display: none !important;
}
body .standard-only {
  display: block;
}
body body.pro-mode .pro-only {
  display: block !important;
}
body body.pro-mode .standard-only {
  display: none !important;
}
body body.pro-mode .compass-stat-card {
  padding: 1rem;
}
body body.pro-mode .compass-table td, body body.pro-mode .analytics-table td, body body.pro-mode .table.compass-styled td,
body body.pro-mode .compass-table th,
body body.pro-mode .analytics-table th,
body body.pro-mode .table.compass-styled th {
  padding: 0.4rem 0.6rem;
}
body .pro-only-inline {
  display: none !important;
}
body .standard-only-inline {
  display: inline-flex;
}
body body.pro-mode .pro-only-inline {
  display: inline-flex !important;
}
body body.pro-mode .standard-only-inline {
  display: none !important;
}
body .token-page-header {
  position: relative;
}
@media (max-width: 768px) {
  body .token-page-header {
    padding: 0.25rem 0;
  }
}
body .alert.bg-gradient-teal {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.95) 0%, rgba(6, 182, 212, 0.9) 50%, rgba(34, 197, 94, 0.85) 100%) !important;
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 0;
}
body .alert.bg-gradient-teal::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: bannerShine 8s ease-in-out infinite;
}
body .alert.bg-gradient-teal .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
body .alert.bg-gradient-teal .row {
  width: 100%;
  align-items: center;
}
body .alert.bg-gradient-teal h4 {
  font-family: "DM Sans", -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.25rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: white !important;
  -webkit-text-fill-color: white !important;
  background: none !important;
}
body .alert.bg-gradient-teal p {
  font-size: 0.8rem;
  opacity: 0.9;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9) !important;
}
body .alert.bg-gradient-teal .btn {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-shadow: none;
}
body .alert.bg-gradient-teal .btn:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  body .alert.bg-gradient-teal {
    padding: 0.6rem 0.75rem !important;
    margin-bottom: 0;
  }
  body .alert.bg-gradient-teal .container {
    padding: 0;
  }
  body .alert.bg-gradient-teal .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0.5rem;
    align-items: center;
  }
  body .alert.bg-gradient-teal .col-md-10 {
    flex: 1 1 0% !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  body .alert.bg-gradient-teal .col-md-2 {
    flex: 0 0 auto !important;
    width: auto !important;
    text-align: right;
  }
  body .alert.bg-gradient-teal h4 {
    font-size: 0.8rem !important;
    margin-bottom: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white !important;
    -webkit-text-fill-color: white !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
  }
  body .alert.bg-gradient-teal p {
    display: none;
  }
  body .alert.bg-gradient-teal .btn {
    padding: 0.4rem 0.75rem !important;
    font-size: 0.7rem !important;
    border-radius: 6px;
  }
}
@media (max-width: 375px) {
  body .alert.bg-gradient-teal {
    padding: 0.5rem !important;
  }
  body .alert.bg-gradient-teal h4 {
    font-size: 0.7rem !important;
    color: white !important;
    -webkit-text-fill-color: white !important;
  }
  body .alert.bg-gradient-teal .btn {
    padding: 0.35rem 0.6rem !important;
    font-size: 0.65rem !important;
  }
}
@keyframes bannerShine {
  0%, 100% {
    left: -100%;
  }
  50% {
    left: 150%;
  }
}
@media (max-width: 768px) {
  body #token-page-container {
    margin-top: 0.75rem !important;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  body .sticky.mb-4:has(+ main #token-page-container) {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  body .token-header-compact img.brround, body .token-header-compact .token-avatar-placeholder {
    height: 48px !important;
    width: 48px !important;
  }
  body .token-header-compact h1 {
    font-size: 1.25rem !important;
    margin-bottom: 0 !important;
  }
  body .token-header-compact .h2 {
    font-size: 1.5rem !important;
  }
  body .token-header-compact .h4 {
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  body .token-header-compact .row-cols-2 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }
}
@media (max-width: 768px) {
  body .token-header-compact .col-lg-4 {
    display: none;
  }
}
body .chart-card .card-header {
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}
body .chart-card .chart-icon {
  margin-right: 0.35rem;
}
body .chart-card .card-body {
  background: var(--compass-bg-secondary, #f8fafc);
}
body .chart-type-toggle {
  display: flex;
  gap: 0.25rem;
  background: rgba(139, 92, 246, 0.05);
  border-radius: 6px;
  padding: 0.2rem;
}
body .chart-type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 28px;
  border: none;
  background: transparent;
  border-radius: 4px;
  color: #9ca3af;
  cursor: pointer;
  transition: all 0.2s;
}
body .chart-type-btn:hover {
  color: #6b7280;
  background: rgba(139, 92, 246, 0.1);
}
body .chart-type-btn.active {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  color: white;
  box-shadow: 0 2px 4px rgba(139, 92, 246, 0.3);
}
body .dark-mode .chart-card .card-body {
  background: #0d1117;
}
body .dark-mode .chart-card .chart-type-btn {
  color: #6b7280;
}
body .dark-mode .chart-card .chart-type-btn:hover {
  color: #9ca3af;
}
@media (max-width: 768px) {
  body .price-tabs-container {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0.4rem !important;
    padding: 0.5rem 0;
    margin: 0 -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body .price-tabs-container::-webkit-scrollbar {
    display: none;
  }
  body .price-tabs-container .price-tab {
    flex: 0 0 auto;
    min-width: 60px;
    padding: 0.4rem 0.6rem;
  }
}
@media (max-width: 768px) {
  body .buy-sell-pressure-container {
    padding: 0.75rem !important;
  }
  body .buy-sell-pressure-container .pressure-bar {
    height: 10px;
  }
  body .buy-sell-pressure-container .pressure-stats {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  body .compass-card,
body .card.compass-styled {
    border-radius: var(--compass-radius-sm);
  }
  body .compass-card .card-body,
body .card.compass-styled .card-body {
    padding: 0.875rem;
  }
}
@media (max-width: 768px) {
  body .compass-stat-card {
    padding: 1rem;
  }
  body .compass-stat-card .stat-value {
    font-size: 1.25rem;
  }
  body .compass-stat-card--compact {
    padding: 0.75rem;
  }
}
@media (max-width: 768px) {
  body .analytics-panel {
    padding: 0.875rem;
  }
  body .analytics-panel .panel-title {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  body .table-mobile-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -0.875rem;
    padding: 0 0.875rem;
  }
  body .table-mobile-scroll .compass-table, body .table-mobile-scroll .table.compass-styled,
body .table-mobile-scroll .analytics-table {
    min-width: 500px;
  }
}
@media (max-width: 768px) {
  body .security-panel .security-row {
    padding: 0.5rem 0;
    font-size: 0.85rem;
  }
  body .security-panel .security-score-bar {
    height: 8px;
  }
}
@media (max-width: 768px) {
  body .compass-chart-container,
body .token-chart-wrapper {
    padding: 0.75rem;
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  body .live-feed .feed-item {
    padding: 0.75rem;
  }
  body .live-feed .feed-item .feed-item-content {
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  body .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  body .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  body .nav-tabs .nav-item {
    flex: 0 0 auto;
  }
  body .nav-tabs .nav-link {
    white-space: nowrap;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  body .mobile-hide {
    display: none !important;
  }
}
body .mobile-show {
  display: none !important;
}
@media (max-width: 768px) {
  body .mobile-show {
    display: block !important;
  }
}
body .mobile-show-flex {
  display: none !important;
}
@media (max-width: 768px) {
  body .mobile-show-flex {
    display: flex !important;
  }
}
@media (max-width: 991px) {
  body .token-page-layout {
    display: flex;
    flex-wrap: wrap;
  }
  body .token-page-layout .col-lg-8 {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .token-page-layout .col-lg-4,
body .token-page-layout .mobile-sidebar {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .token-page-layout .mobile-late-content {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  body .token-page-layout {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 1.5rem;
  }
  body .token-page-layout .col-lg-8 {
    grid-column: 1;
    grid-row: 1;
    max-width: 100%;
    padding: 0;
  }
  body .token-page-layout .col-lg-4,
body .token-page-layout .mobile-sidebar {
    grid-column: 2;
    grid-row: 1/3;
    max-width: 100%;
    padding: 0;
  }
  body .token-page-layout .mobile-late-content {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
  }
}
body .mobile-fab {
  display: none;
}
@media (max-width: 768px) {
  body .mobile-fab {
    display: flex;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--compass-gradient);
    color: white;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.4);
    z-index: 1000;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  body .mobile-fab:hover, body .mobile-fab:active {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(139, 92, 246, 0.5);
  }
  body .mobile-fab .fab-icon {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  body .mobile-collapsible .collapsible-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 0.75rem;
    background: var(--compass-gradient-subtle);
    border-radius: var(--compass-radius-sm);
  }
  body .mobile-collapsible .collapsible-header::after {
    content: "▼";
    font-size: 0.7rem;
    transition: transform 0.2s ease;
  }
  body .mobile-collapsible .collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  body .mobile-collapsible.expanded .collapsible-header::after {
    transform: rotate(180deg);
  }
  body .mobile-collapsible.expanded .collapsible-content {
    max-height: 2000px;
  }
}
@media (max-width: 768px) {
  body body.pro-mode .compass-stat-card {
    padding: 0.6rem;
  }
  body body.pro-mode .compass-table td, body body.pro-mode .analytics-table td, body body.pro-mode .table.compass-styled td,
body body.pro-mode .compass-table th,
body body.pro-mode .analytics-table th,
body body.pro-mode .table.compass-styled th {
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
  }
  body body.pro-mode .token-page-header {
    position: sticky;
  }
}
body .mobile-trade-drawer {
  display: none;
}
@media (max-width: 768px) {
  body .mobile-trade-drawer {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #1e1e3f 0%, #16162a 100%);
    border-radius: 16px 16px 0 0;
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-bottom: none;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.5), 0 -2px 0 rgba(139, 92, 246, 0.2);
    z-index: 1050;
    max-height: 90px;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  body .mobile-trade-drawer.open {
    max-height: 85vh;
    overflow-y: auto;
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
}
body .drawer-peek {
  display: none;
}
@media (max-width: 768px) {
  body .drawer-peek {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 1rem 0.75rem;
    cursor: pointer;
  }
}
body .peek-handle {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  margin-bottom: 0.5rem;
}
body .peek-buttons {
  display: flex;
  gap: 0.75rem;
  width: 100%;
  transition: opacity 0.2s ease, max-height 0.2s ease;
}
.mobile-trade-drawer.open body .peek-buttons {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
body .peek-btn {
  flex: 1;
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
body .peek-btn--buy {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: white;
}
body .peek-btn--buy:hover, body .peek-btn--buy:active {
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}
body .peek-btn--sell {
  background: linear-gradient(135deg, #dc2626, #ef4444);
  color: white;
}
body .peek-btn--sell:hover, body .peek-btn--sell:active {
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
}
body .drawer-content {
  display: none;
}
@media (max-width: 768px) {
  body .drawer-content {
    display: block;
    max-height: 85vh;
    overflow-y: auto;
  }
  .mobile-trade-drawer:not(.open) body .drawer-content {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
}
body .drawer-body {
  padding: 0.5rem 0.75rem 0.75rem;
}
body .drawer-body .swap-widget {
  padding: 1rem;
}
body .drawer-backdrop {
  display: none;
}
@media (max-width: 768px) {
  body .drawer-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .mobile-trade-drawer.open ~ body .drawer-backdrop {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  body body:not(.dark-mode) .mobile-trade-drawer {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
    border-color: rgba(139, 92, 246, 0.2);
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.1), 0 -2px 0 rgba(139, 92, 246, 0.1);
  }
}
body body:not(.dark-mode) .peek-handle {
  background: rgba(0, 0, 0, 0.2);
}
body body:not(.dark-mode) .peek-btn--buy {
  background: linear-gradient(135deg, #16a34a, #22c55e);
}
body body:not(.dark-mode) .peek-btn--sell {
  background: linear-gradient(135deg, #dc2626, #ef4444);
}
@media (max-width: 768px) {
  body body:not(.dark-mode) .drawer-backdrop {
    background: rgba(0, 0, 0, 0.3);
  }
}
body .compass-submenu-bar {
  background: #1a1f2e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  width: 100%;
}
body .compass-submenu-nav {
  display: flex;
  align-items: center;
}
body .compass-submenu-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 4px 0;
}
body .compass-submenu-link {
  display: inline-flex;
  align-items: center;
  min-width: 250px;
  padding: 0 12px 0 0;
  margin: 0;
  color: #a0aec0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  line-height: 21px;
  transition: color 0.2s;
}
body .compass-submenu-link:hover {
  color: #fff;
  text-decoration: none;
}
body .compass-submenu-link.active {
  color: #00d4aa;
}
body .compass-submenu-separator {
  color: #666;
  padding: 0 8px;
  line-height: 21px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  body .compass-submenu-links {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 2rem 4px 0;
  }
  body .compass-submenu-links::-webkit-scrollbar {
    display: none;
  }
  body .compass-submenu-link {
    min-width: auto;
    font-size: 13px;
    padding: 0 10px 0 0;
  }
  body .compass-submenu-separator {
    padding: 0 4px;
  }
}
body .horizontalMenu-list > li.nav-active > a {
  color: #00d4aa !important;
  background: rgba(0, 212, 170, 0.1);
  border-radius: 4px;
}
body .horizontalMenu-list > li > a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
body .horizontalMenu-list > li.nav-active > a .fas,
body .horizontalMenu-list > li > a:hover .fas {
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: currentColor !important;
}
body body:not(.dark-mode) .swap-widget {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%) !important;
  border-color: rgba(139, 92, 246, 0.2) !important;
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.08) !important;
}
body body:not(.dark-mode) .swap-widget::before {
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.3), transparent);
}
body body:not(.dark-mode) .swap-widget .swap-title,
body body:not(.dark-mode) .swap-widget .token-symbol,
body body:not(.dark-mode) .swap-widget .amount-input,
body body:not(.dark-mode) .swap-widget .rate-value {
  color: #1f2937 !important;
}
body body:not(.dark-mode) .swap-widget .input-label,
body body:not(.dark-mode) .swap-widget .balance-label,
body body:not(.dark-mode) .swap-widget .rate-label,
body body:not(.dark-mode) .swap-widget .slippage-label,
body body:not(.dark-mode) .swap-widget .usd-value {
  color: #6b7280 !important;
}
body body:not(.dark-mode) .swap-widget .settings-btn {
  background: rgba(139, 92, 246, 0.05);
  border-color: rgba(139, 92, 246, 0.15);
  color: #6b7280;
}
body body:not(.dark-mode) .swap-widget .settings-btn:hover {
  background: rgba(139, 92, 246, 0.1);
  color: #1f2937;
}
body body:not(.dark-mode) .swap-widget .slippage-panel {
  background: rgba(139, 92, 246, 0.03);
  border-color: rgba(139, 92, 246, 0.1);
}
body body:not(.dark-mode) .swap-widget .slippage-btn {
  background: rgba(139, 92, 246, 0.05);
  border-color: rgba(139, 92, 246, 0.1);
  color: #6b7280;
}
body body:not(.dark-mode) .swap-widget .slippage-btn.active {
  background: rgba(139, 92, 246, 0.15);
  color: #7c3aed;
}
body body:not(.dark-mode) .swap-widget .slippage-custom {
  background: rgba(139, 92, 246, 0.05);
  border-color: rgba(139, 92, 246, 0.1);
}
body body:not(.dark-mode) .swap-widget .slippage-custom input {
  color: #1f2937;
}
body body:not(.dark-mode) .swap-widget .token-input-box {
  background: rgba(139, 92, 246, 0.02) !important;
  border-color: rgba(139, 92, 246, 0.12) !important;
}
body body:not(.dark-mode) .swap-widget .token-input-box:focus-within {
  border-color: rgba(139, 92, 246, 0.4) !important;
}
body body:not(.dark-mode) .swap-widget .token-selector {
  background: rgba(139, 92, 246, 0.08);
  border-color: rgba(139, 92, 246, 0.15);
}
body body:not(.dark-mode) .swap-widget .token-selector:hover {
  background: rgba(139, 92, 246, 0.12);
}
body body:not(.dark-mode) .swap-widget .amount-input::-moz-placeholder {
  color: #9ca3af;
}
body body:not(.dark-mode) .swap-widget .amount-input::placeholder {
  color: #9ca3af;
}
body body:not(.dark-mode) .swap-widget .balance-btn {
  background: rgba(139, 92, 246, 0.08);
  border-color: rgba(139, 92, 246, 0.15);
  color: #7c3aed;
}
body body:not(.dark-mode) .swap-widget .balance-btn:hover {
  background: rgba(139, 92, 246, 0.15);
}
body body:not(.dark-mode) .swap-widget .swap-toggle {
  border-color: #f3f4f6;
}
body body:not(.dark-mode) .swap-widget .rate-info {
  background: rgba(139, 92, 246, 0.03);
}
body body:not(.dark-mode) .swap-widget .swap-action-btn.disabled {
  background: #e5e7eb;
  color: #9ca3af;
}
body body:not(.dark-mode) .swap-widget .powered-by {
  border-color: rgba(139, 92, 246, 0.08);
}
body body:not(.dark-mode) .swap-widget .refresh-indicator .refresh-text {
  color: #6b7280;
}
body body:not(.dark-mode) .swap-widget .refresh-btn {
  color: #6b7280;
}
body body:not(.dark-mode) .swap-widget .refresh-btn:hover {
  color: #7c3aed;
  background: rgba(139, 92, 246, 0.08);
}
body body:not(.dark-mode) .swap-widget .rate-row-clickable:hover {
  background: rgba(139, 92, 246, 0.06);
}
body body:not(.dark-mode) .el-dialog.token-selector-modal {
  background: #ffffff !important;
}
body body:not(.dark-mode) .el-dialog.token-selector-modal .el-dialog__header {
  background: #ffffff;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}
body body:not(.dark-mode) .el-dialog.token-selector-modal .el-dialog__header .el-dialog__title {
  color: #1f2937 !important;
}
body body:not(.dark-mode) .el-dialog.token-selector-modal .el-dialog__body {
  background: #ffffff;
}
body body:not(.dark-mode) .token-selector-modal {
  --modal-bg: #ffffff;
  --modal-border: rgba(139, 92, 246, 0.15);
  --input-bg: rgba(139, 92, 246, 0.03);
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-muted: #6b7280;
  --accent: #8b5cf6;
  --accent-hover: rgba(139, 92, 246, 0.08);
}
body body:not(.dark-mode) .token-selector-modal .search-input {
  background: rgba(139, 92, 246, 0.03) !important;
  border-color: rgba(139, 92, 246, 0.15) !important;
  color: #1f2937 !important;
}
body body:not(.dark-mode) .token-selector-modal .search-input::-moz-placeholder {
  color: #9ca3af !important;
}
body body:not(.dark-mode) .token-selector-modal .search-input::placeholder {
  color: #9ca3af !important;
}
body body:not(.dark-mode) .token-selector-modal .search-input:focus {
  border-color: rgba(139, 92, 246, 0.4) !important;
}
body body:not(.dark-mode) .token-selector-modal .clear-btn {
  color: #6b7280;
}
body body:not(.dark-mode) .token-selector-modal .clear-btn:hover {
  color: #1f2937;
}
body body:not(.dark-mode) .token-selector-modal .section-label {
  color: #6b7280 !important;
}
body body:not(.dark-mode) .token-selector-modal .favorite-chip {
  background: rgba(139, 92, 246, 0.06) !important;
  border-color: rgba(139, 92, 246, 0.12) !important;
  color: #1f2937 !important;
}
body body:not(.dark-mode) .token-selector-modal .favorite-chip:hover:not(.disabled) {
  background: rgba(139, 92, 246, 0.12) !important;
  border-color: rgba(139, 92, 246, 0.25) !important;
}
body body:not(.dark-mode) .token-selector-modal .token-row:hover:not(.disabled) {
  background: rgba(139, 92, 246, 0.06) !important;
}
body body:not(.dark-mode) .token-selector-modal .token-symbol {
  color: #1f2937 !important;
}
body body:not(.dark-mode) .token-selector-modal .token-name {
  color: #6b7280 !important;
}
body body:not(.dark-mode) .token-selector-modal .token-price {
  color: #1f2937 !important;
}
body body:not(.dark-mode) .token-selector-modal .loading-state {
  color: #6b7280 !important;
}
body body:not(.dark-mode) .token-selector-modal .empty-state {
  color: #6b7280 !important;
}
body .swap-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  min-width: 300px;
  max-width: 400px;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.98), rgba(22, 22, 42, 0.98));
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(139, 92, 246, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
body .swap-toast::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 12px 12px 0 0;
  background: var(--compass-gradient);
}
body .swap-toast__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(139, 92, 246, 0.15);
  color: #8b5cf6;
}
body .swap-toast__content {
  flex: 1;
  min-width: 0;
}
body .swap-toast__title {
  font-weight: 600;
  font-size: 0.875rem;
  color: #e6edf3;
  margin-bottom: 2px;
}
body .swap-toast__message {
  font-size: 0.8rem;
  color: #9ca3af;
  line-height: 1.4;
}
body .swap-toast__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #8b5cf6;
  text-decoration: none;
  transition: color 0.2s;
}
body .swap-toast__link:hover {
  color: #a78bfa;
}
body .swap-toast__link svg {
  opacity: 0.7;
}
body .swap-toast__close {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 4px;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.2s;
  border-radius: 4px;
}
body .swap-toast__close:hover {
  color: #e6edf3;
  background: rgba(255, 255, 255, 0.05);
}
body .swap-toast--info::before {
  background: linear-gradient(90deg, #8b5cf6, #6366f1);
}
body .swap-toast--info .swap-toast__icon {
  background: rgba(139, 92, 246, 0.15);
  color: #8b5cf6;
}
body .swap-toast--warning::before {
  background: linear-gradient(90deg, #f59e0b, #d97706);
}
body .swap-toast--warning .swap-toast__icon {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
}
body .swap-toast--success::before {
  background: linear-gradient(90deg, #22c55e, #16a34a);
}
body .swap-toast--success .swap-toast__icon {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
}
body .swap-toast--error::before {
  background: linear-gradient(90deg, #ef4444, #dc2626);
}
body .swap-toast--error .swap-toast__icon {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
}
body .toast-slide-enter-active,
body .toast-slide-leave-active {
  transition: all 0.3s ease;
}
body .toast-slide-enter-from,
body .toast-slide-leave-to {
  opacity: 0;
  transform: translateX(100%);
}
body body:not(.dark-mode) .swap-toast {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.98));
  border-color: rgba(139, 92, 246, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(139, 92, 246, 0.08);
}
body body:not(.dark-mode) .swap-toast__title {
  color: #1f2937;
}
body body:not(.dark-mode) .swap-toast__message {
  color: #6b7280;
}
body body:not(.dark-mode) .swap-toast__close {
  color: #9ca3af;
}
body body:not(.dark-mode) .swap-toast__close:hover {
  color: #1f2937;
  background: rgba(0, 0, 0, 0.05);
}
body :root {
  --chart-1: #8b5cf6;
  --chart-2: #ec4899;
  --chart-3: #10f7cf;
  --chart-4: #f59e0b;
  --chart-5: #3b82f6;
  --chart-6: #22c55e;
  --chart-7: #ef4444;
  --chart-8: #6366f1;
  --chart-positive: #22c55e;
  --chart-negative: #ef4444;
  --chart-neutral: #6b7280;
  --chart-highlight: #f59e0b;
  --chart-jito: #f97316;
  --chart-non-jito: #8b5cf6;
  --chart-base-fee: #6366f1;
  --chart-priority-fee: #8b5cf6;
  --chart-jito-tip: #f97316;
}
body .analytics-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
body .analytics-hero-stat {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(236, 72, 153, 0.04));
  border: 1px solid rgba(139, 92, 246, 0.15);
  border-radius: var(--compass-radius);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}
body .analytics-hero-stat::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, transparent 50%, rgba(139, 92, 246, 0.1) 50%);
}
body .analytics-hero-stat .hero-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7280;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
body .analytics-hero-stat .hero-value {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  background: var(--compass-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .analytics-hero-stat .hero-unit {
  font-size: 1rem;
  color: #9ca3af;
  margin-left: 0.25rem;
}
body .analytics-hero-stat .hero-secondary {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.25rem;
  font-weight: 500;
}
body .analytics-hero-stat .hero-change {
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
body .analytics-hero-stat .hero-change.positive {
  color: var(--compass-success);
  background: rgba(34, 197, 94, 0.1);
}
body .analytics-hero-stat .hero-change.negative {
  color: var(--compass-danger);
  background: rgba(239, 68, 68, 0.1);
}
body .analytics-hero-stat .hero-change .arrow {
  margin-right: 0.25rem;
}
body .analytics-hero-stat .hero-sparkline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  opacity: 0.5;
}
body .analytics-hero-stat.hero-stat--blue {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(99, 102, 241, 0.04));
  border-color: rgba(59, 130, 246, 0.15);
}
body .analytics-hero-stat.hero-stat--blue .hero-value {
  background: linear-gradient(135deg, #3b82f6, #6366f1);
  -webkit-background-clip: text;
  background-clip: text;
}
body .analytics-hero-stat.hero-stat--green {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.08), rgba(16, 247, 207, 0.04));
  border-color: rgba(34, 197, 94, 0.15);
}
body .analytics-hero-stat.hero-stat--green .hero-value {
  background: linear-gradient(135deg, #22c55e, #10f7cf);
  -webkit-background-clip: text;
  background-clip: text;
}
body .analytics-hero-stat.hero-stat--amber {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(249, 115, 22, 0.04));
  border-color: rgba(245, 158, 11, 0.15);
}
body .analytics-hero-stat.hero-stat--amber .hero-value {
  background: linear-gradient(135deg, #f59e0b, #f97316);
  -webkit-background-clip: text;
  background-clip: text;
}
body .analytics-ticker {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.05), transparent);
  border-left: 3px solid var(--compass-purple);
  border-radius: 0 var(--compass-radius-sm) var(--compass-radius-sm) 0;
  margin-bottom: 1.5rem;
  overflow-x: auto;
}
body .ticker-item {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  white-space: nowrap;
}
body .ticker-item .ticker-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #6b7280;
  font-weight: 600;
}
body .ticker-item .ticker-value {
  font-size: 1.25rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
body .ticker-item .ticker-value.updating {
  animation: ticker-flash 0.3s ease;
}
body .ticker-item .ticker-unit {
  font-size: 0.75rem;
  color: #9ca3af;
}
body .ticker-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: rgba(139, 92, 246, 0.2);
  margin-left: 2rem;
}
@keyframes ticker-flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
    color: var(--compass-purple);
  }
}
body .ticker-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  background: rgba(139, 92, 246, 0.08);
  border-radius: 9999px;
  font-size: 0.875rem;
}
body .ticker-inline .ticker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--compass-success);
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}
body .analytics-panel {
  background: white;
  border-radius: var(--compass-radius);
  border: 1px solid rgba(139, 92, 246, 0.1);
  box-shadow: var(--compass-shadow);
  margin-bottom: 1.5rem;
  overflow: hidden;
}
body .analytics-panel .panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(139, 92, 246, 0.08);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.03), transparent);
}
body .analytics-panel .panel-header .panel-title {
  font-weight: 700;
  font-size: 1rem;
  color: #1f2937;
  margin: 0;
}
body .analytics-panel .panel-header .panel-subtitle {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 0.125rem;
}
body .analytics-panel .panel-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body .analytics-panel .panel-body {
  padding: 1.5rem;
}
body .analytics-panel .panel-body canvas {
  max-width: 100%;
}
body .chart-tall {
  min-height: 320px;
  height: 320px;
}
body .chart-extra-tall {
  min-height: 400px;
  height: 400px;
}
body .analytics-panel .panel-footer {
  padding: 0.75rem 1.5rem;
  border-top: 1px solid rgba(139, 92, 246, 0.08);
  background: rgba(139, 92, 246, 0.02);
  font-size: 0.8rem;
  color: #6b7280;
}
body .analytics-panel--compact .panel-body {
  padding: 1rem;
}
body .analytics-panel--flush .panel-body {
  padding: 0;
}
body .time-range-selector {
  display: inline-flex;
  background: rgba(139, 92, 246, 0.05);
  border-radius: var(--compass-radius-sm);
  padding: 0.25rem;
}
body .time-range-selector .range-btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border: none;
  background: transparent;
  color: #6b7280;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
}
body .time-range-selector .range-btn:hover {
  color: var(--compass-purple);
}
body .time-range-selector .range-btn.active {
  background: white;
  color: var(--compass-purple);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
body .percentile-display {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 60px;
  padding: 0.5rem 0;
}
body .percentile-display .pct-bar {
  flex: 1;
  background: linear-gradient(to top, var(--compass-purple), rgba(139, 92, 246, 0.3));
  border-radius: 3px 3px 0 0;
  position: relative;
  min-width: 20px;
  transition: all 0.3s ease;
}
body .percentile-display .pct-bar:hover {
  filter: brightness(1.1);
}
body .percentile-display .pct-bar:hover .pct-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}
body .percentile-display .pct-bar .pct-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #1f2937;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.7rem;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.2s ease;
  pointer-events: none;
}
body .percentile-display .pct-label {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.65rem;
  color: #9ca3af;
}
body .percentile-range {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8rem;
}
body .percentile-range .pct-min, body .percentile-range .pct-max {
  color: #9ca3af;
  font-variant-numeric: tabular-nums;
}
body .percentile-range .pct-bar-container {
  flex: 1;
  height: 8px;
  background: rgba(139, 92, 246, 0.1);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
body .percentile-range .pct-bar-container .pct-bar-fill {
  position: absolute;
  height: 100%;
  background: var(--compass-gradient);
  border-radius: 4px;
}
body .percentile-range .pct-bar-container .pct-median {
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 3px;
  background: var(--compass-purple);
  border-radius: 2px;
  transform: translateX(-50%);
}
body .comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
body .comparison-card {
  padding: 1.25rem;
  border-radius: var(--compass-radius);
  border: 1px solid rgba(139, 92, 246, 0.15);
}
body .comparison-card.comparison-card--left {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(139, 92, 246, 0.02));
  border-color: rgba(139, 92, 246, 0.2);
}
body .comparison-card.comparison-card--right {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.08), rgba(249, 115, 22, 0.02));
  border-color: rgba(249, 115, 22, 0.2);
}
body .comparison-card.comparison-card--right .comparison-value {
  color: #f97316;
}
body .comparison-card .comparison-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
body .comparison-card .comparison-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--compass-purple);
}
body .comparison-card .comparison-detail {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-top: 0.25rem;
}
body .sparkline-container {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
body .sparkline-mini {
  width: 60px;
  height: 20px;
}
body .sparkline-mini svg, body .sparkline-mini canvas {
  width: 100%;
  height: 100%;
}
body .sparkline-trend {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
}
body .sparkline-trend.trend-up {
  color: var(--compass-success);
}
body .sparkline-trend.trend-down {
  color: var(--compass-danger);
}
body .sparkline-trend.trend-flat {
  color: #6b7280;
}
body .analytics-table .col-numeric {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
body .analytics-table .col-rank {
  width: 50px;
  text-align: center;
  font-weight: 700;
  color: var(--compass-purple);
}
body .analytics-table .cell-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body .analytics-table .cell-bar .bar {
  height: 8px;
  background: var(--compass-gradient);
  border-radius: 4px;
  min-width: 4px;
}
body .analytics-table .cell-bar .value {
  font-variant-numeric: tabular-nums;
  font-size: 0.85rem;
}
body .analytics-table .cell-change {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  font-size: 0.85rem;
}
body .analytics-table .cell-change.positive {
  color: var(--compass-success);
}
body .analytics-table .cell-change.negative {
  color: var(--compass-danger);
}
body .analytics-table .cell-entity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
body .analytics-table .cell-entity .entity-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(139, 92, 246, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
body .analytics-table .cell-entity .entity-name {
  font-weight: 600;
}
body .analytics-table .cell-entity .entity-address {
  font-size: 0.75rem;
  color: #9ca3af;
  font-family: monospace;
}
body .gauge-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}
body .gauge-ring {
  position: relative;
  width: 120px;
  height: 120px;
}
body .gauge-ring svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
body .gauge-ring .gauge-bg {
  fill: none;
  stroke: rgba(139, 92, 246, 0.1);
  stroke-width: 10;
}
body .gauge-ring .gauge-fill {
  fill: none;
  stroke: url(#gauge-gradient);
  stroke-width: 10;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s ease;
}
body .gauge-ring .gauge-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
body .gauge-ring .gauge-value .value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--compass-purple);
}
body .gauge-ring .gauge-value .unit {
  font-size: 0.75rem;
  color: #9ca3af;
}
body .gauge-label {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #4b5563;
}
body .breakdown-bar {
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  background: rgba(139, 92, 246, 0.05);
  margin-bottom: 0.75rem;
}
body .breakdown-bar .segment {
  height: 100%;
  transition: width 0.3s ease;
}
body .breakdown-bar .segment:first-child {
  border-radius: 6px 0 0 6px;
}
body .breakdown-bar .segment:last-child {
  border-radius: 0 6px 6px 0;
}
body .breakdown-bar .segment.segment-1 {
  background: var(--chart-base-fee);
}
body .breakdown-bar .segment.segment-2 {
  background: var(--chart-priority-fee);
}
body .breakdown-bar .segment.segment-3 {
  background: var(--chart-jito-tip);
}
body .breakdown-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
}
body .breakdown-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body .breakdown-legend .legend-item .legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
}
body .breakdown-legend .legend-item .legend-label {
  color: #6b7280;
}
body .breakdown-legend .legend-item .legend-value {
  font-weight: 600;
  color: #1f2937;
}
body .live-feed {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid rgba(139, 92, 246, 0.1);
  border-radius: var(--compass-radius);
}
body .feed-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(139, 92, 246, 0.05);
  transition: background 0.15s ease;
}
body .feed-item:hover {
  background: rgba(139, 92, 246, 0.02);
}
body .feed-item.feed-item--new {
  animation: feed-slide-in 0.3s ease;
  background: rgba(139, 92, 246, 0.05);
}
body .feed-item .feed-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}
body .feed-item .feed-icon.feed-icon--swap {
  background: rgba(139, 92, 246, 0.1);
}
body .feed-item .feed-icon.feed-icon--transfer {
  background: rgba(34, 197, 94, 0.1);
}
body .feed-item .feed-icon.feed-icon--mint {
  background: rgba(245, 158, 11, 0.1);
}
body .feed-item .feed-content {
  flex: 1;
  min-width: 0;
}
body .feed-item .feed-content .feed-title {
  font-weight: 600;
  font-size: 0.875rem;
  color: #1f2937;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .feed-item .feed-content .feed-meta {
  font-size: 0.75rem;
  color: #9ca3af;
}
body .feed-item .feed-value {
  text-align: right;
  flex-shrink: 0;
}
body .feed-item .feed-value .value {
  font-weight: 700;
  font-size: 0.9rem;
}
body .feed-item .feed-value .unit {
  font-size: 0.7rem;
  color: #9ca3af;
}
body .feed-item .feed-time {
  font-size: 0.7rem;
  color: #9ca3af;
  white-space: nowrap;
}
@keyframes feed-slide-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body .heatmap-grid {
  display: grid;
  gap: 2px;
}
body .heatmap-grid.heatmap-7x24 {
  grid-template-columns: repeat(24, 1fr);
}
body .heatmap-cell {
  aspect-ratio: 1;
  border-radius: 2px;
  background: rgba(139, 92, 246, 0.05);
  transition: all 0.2s ease;
}
body .heatmap-cell:hover {
  transform: scale(1.1);
  z-index: 1;
}
body .heatmap-cell.intensity-1 {
  background: rgba(139, 92, 246, 0.1);
}
body .heatmap-cell.intensity-2 {
  background: rgba(139, 92, 246, 0.25);
}
body .heatmap-cell.intensity-3 {
  background: rgba(139, 92, 246, 0.4);
}
body .heatmap-cell.intensity-4 {
  background: rgba(139, 92, 246, 0.6);
}
body .heatmap-cell.intensity-5 {
  background: rgba(139, 92, 246, 0.8);
}
body .heatmap-cell.intensity-6 {
  background: var(--compass-purple);
}
body .analytics-dashboard {
  display: grid;
  gap: 1.5rem;
}
body .analytics-row {
  display: grid;
  gap: 1.5rem;
}
body .analytics-row.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
body .analytics-row.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
body .analytics-row.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
body .analytics-row.cols-1-2 {
  grid-template-columns: 1fr 2fr;
}
body .analytics-row.cols-2-1 {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 768px) {
  body .analytics-row {
    grid-template-columns: 1fr !important;
  }
}
body .analytics-full {
  grid-column: 1/-1;
}
body .analytics-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
body .tab-btn {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 6px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
}
body .tab-btn:hover {
  border-color: var(--compass-purple);
  color: var(--compass-purple);
  background: rgba(139, 92, 246, 0.05);
}
body .tab-btn.active {
  background: var(--compass-gradient);
  border-color: transparent;
  color: white;
}
body .section-divider {
  margin: 2.5rem 0 1.5rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(139, 92, 246, 0.15);
}
body .section-divider .section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
body .section-divider .section-subtitle {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.25rem;
}
body .analytics-row.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 992px) {
  body .analytics-row.cols-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .analytics-text-muted {
  color: #6b7280;
}
body .analytics-text-subtle {
  color: #9ca3af;
}
body .hero-subtitle {
  font-size: 0.7rem;
  color: #6b7280;
  margin-top: 0.15rem;
}
body .text-success {
  color: var(--compass-success, #22c55e);
}
body .text-warning {
  color: #fbbf24;
}
body .text-danger {
  color: var(--compass-danger, #ef4444);
}
body .font-mono {
  font-family: "JetBrains Mono", "SF Mono", "Monaco", "Consolas", monospace;
}
body .completion-stat {
  padding: 1rem;
  text-align: center;
}
body .completion-stat.completed .completion-value {
  color: var(--compass-success, #22c55e);
}
body .completion-stat.reverted .completion-value {
  color: #fbbf24;
}
body .completion-value {
  font-size: 2rem;
  font-weight: 700;
  font-family: "JetBrains Mono", monospace;
}
body .completion-label {
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 0.25rem;
}
body .completion-percent {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.25rem;
  color: #4b5563;
}
body .completion-comparison {
  padding: 0.5rem;
}
body .comparison-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
body .comparison-row:last-child {
  border-bottom: none;
}
body .fee-breakdown-bar {
  display: flex;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
}
body .fee-segment {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
  color: white;
  min-width: 40px;
}
body .fee-segment.base {
  background: var(--chart-base-fee, #6366f1);
}
body .fee-segment.priority {
  background: var(--chart-priority-fee, #8b5cf6);
}
body .fee-segment.tips {
  background: var(--chart-jito-tip, #f97316);
}
body .fee-totals {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body .fee-total-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body .fee-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body .fee-dot.base {
  background: var(--chart-base-fee, #6366f1);
}
body .fee-dot.priority {
  background: var(--chart-priority-fee, #8b5cf6);
}
body .fee-dot.tips {
  background: var(--chart-jito-tip, #f97316);
}
body .fee-label {
  flex: 1;
  font-size: 0.85rem;
  color: #6b7280;
}
body .fee-value {
  font-size: 0.85rem;
  font-family: "JetBrains Mono", monospace;
}
body .percentile-grid {
  display: flex;
  gap: 1rem;
}
body .percentile-item {
  flex: 1;
  text-align: center;
  padding: 0.75rem;
  background: rgba(139, 92, 246, 0.03);
  border-radius: 6px;
}
body .percentile-label {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}
body .percentile-value {
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "JetBrains Mono", monospace;
  background: linear-gradient(135deg, #8b5cf6, #10f7cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .jito-comparison {
  display: flex;
  gap: 1rem;
}
body .jito-column {
  flex: 1;
  padding: 1rem;
  border-radius: 8px;
}
body .jito-column.jito {
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.3);
}
body .jito-column.non-jito {
  background: rgba(107, 114, 128, 0.1);
  border: 1px solid rgba(107, 114, 128, 0.3);
}
body .jito-column.native {
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.3);
}
body .jito-header {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .jito-metric {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0;
}
body .jito-metric-label {
  font-size: 0.8rem;
  color: #6b7280;
}
body .jito-metric-value {
  font-size: 0.85rem;
  font-family: "JetBrains Mono", monospace;
}
body .metric-value {
  font-size: 1.75rem;
  font-weight: 700;
  background: linear-gradient(135deg, #8b5cf6, #10f7cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .metric-label {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 0.25rem;
}
body .big-metric {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #8b5cf6, #10f7cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .size-summary {
  display: flex;
  gap: 1rem;
}
body .size-stat {
  flex: 1;
  padding: 0.75rem;
  border-radius: 8px;
  text-align: center;
}
body .size-stat.retail {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
}
body .size-stat.whale {
  background: rgba(236, 72, 153, 0.1);
  border: 1px solid rgba(236, 72, 153, 0.3);
}
body .size-label {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}
body .size-value {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "JetBrains Mono", monospace;
}
body .size-percent {
  font-size: 0.85rem;
  color: #9ca3af;
}
body .routing-flow {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 1rem 0;
}
body .routing-column {
  flex: 0 0 200px;
}
body .routing-links {
  flex: 1;
  min-width: 200px;
}
body .routing-header {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.75rem;
  padding: 0 0.5rem;
}
body .routing-node {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  background: rgba(139, 92, 246, 0.05);
  border: 1px solid rgba(139, 92, 246, 0.1);
}
body .progress-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body .progress-inline .progress-bar {
  height: 6px;
  background: linear-gradient(90deg, #8b5cf6, #10f7cf);
  border-radius: 3px;
  min-width: 4px;
}
body .progress-inline span {
  font-size: 0.75rem;
  min-width: 35px;
}
body .rank-badge {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.15);
  color: #8b5cf6;
  font-size: 0.7rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
body .compass-btn--sm {
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
}
body .analytics-panel.compact {
  padding: 1.5rem;
}
body .analytics-panel.compact .panel-body {
  padding: 0;
}
body .stat-metric {
  padding: 0.5rem;
}
body .stat-icon {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
body .stat-icon.stat-icon--green {
  color: var(--compass-success, #22c55e);
}
body .stat-icon.stat-icon--red {
  color: var(--compass-danger, #ef4444);
}
body .stat-label {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}
body .stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "JetBrains Mono", monospace;
}
body .panel-tabs {
  display: flex;
  gap: 0.25rem;
  background: rgba(139, 92, 246, 0.08);
  border-radius: 6px;
  padding: 0.2rem;
}
body .share-bar-cell {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body .share-bar {
  height: 6px;
  background: linear-gradient(90deg, var(--compass-purple), var(--compass-pink));
  border-radius: 3px;
  min-width: 4px;
}
body .form-select-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #374151;
  border-radius: 4px;
}
body .form-select-sm:focus {
  border-color: var(--compass-purple);
  outline: none;
}
body .dark-mode .tab-btn {
  border-color: rgba(139, 92, 246, 0.4);
  color: #9ca3af;
}
body .dark-mode .tab-btn:hover {
  color: #e5e7eb;
  background: rgba(139, 92, 246, 0.15);
}
body .dark-mode .tab-btn.active {
  color: white;
}
body .dark-mode .section-divider {
  border-color: rgba(139, 92, 246, 0.25);
}
body .dark-mode .section-divider .section-title {
  color: #e5e7eb;
}
body .dark-mode .section-divider .section-subtitle {
  color: #9ca3af;
}
body .dark-mode .analytics-hero-stat,
body .dark-mode .analytics-panel,
body .dark-mode .comparison-card {
  background-color: #1e1e2e;
  border-color: rgba(139, 92, 246, 0.2);
}
body .dark-mode .analytics-panel .panel-header {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), transparent);
}
body .dark-mode .analytics-panel .panel-header .panel-title {
  color: #e5e7eb;
}
body .dark-mode .analytics-panel .panel-header .panel-subtitle {
  color: #9ca3af;
}
body .dark-mode .analytics-ticker {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), transparent);
}
body .dark-mode .analytics-table thead th {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.08));
  color: #e5e7eb;
}
body .dark-mode .feed-item:hover {
  background: rgba(139, 92, 246, 0.08);
}
body .dark-mode .analytics-text-muted {
  color: #9ca3af;
}
body .dark-mode .analytics-text-subtle {
  color: rgba(255, 255, 255, 0.6);
}
body .dark-mode .hero-subtitle {
  color: rgba(255, 255, 255, 0.5);
}
body .dark-mode .completion-label {
  color: rgba(255, 255, 255, 0.6);
}
body .dark-mode .completion-percent {
  color: rgba(255, 255, 255, 0.8);
}
body .dark-mode .comparison-row {
  border-color: rgba(255, 255, 255, 0.06);
}
body .dark-mode .fee-label {
  color: rgba(255, 255, 255, 0.7);
}
body .dark-mode .percentile-item {
  background: rgba(255, 255, 255, 0.03);
}
body .dark-mode .percentile-label {
  color: rgba(255, 255, 255, 0.5);
}
body .dark-mode .jito-header {
  border-color: rgba(255, 255, 255, 0.1);
}
body .dark-mode .jito-metric-label {
  color: rgba(255, 255, 255, 0.6);
}
body .dark-mode .metric-label {
  color: rgba(255, 255, 255, 0.5);
}
body .dark-mode .size-label {
  color: rgba(255, 255, 255, 0.6);
}
body .dark-mode .size-percent {
  color: rgba(255, 255, 255, 0.5);
}
body .dark-mode .routing-header {
  color: rgba(255, 255, 255, 0.5);
}
body .dark-mode .routing-node {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(139, 92, 246, 0.2);
}
body .dark-mode .comparison-label {
  color: rgba(255, 255, 255, 0.6);
}
body .dark-mode .breakdown-legend .legend-label {
  color: #9ca3af;
}
body .dark-mode .breakdown-legend .legend-value {
  color: #e5e7eb;
}
body .dark-mode .analytics-hero-stat .hero-label {
  color: #9ca3af;
}
body .dark-mode .analytics-hero-stat .hero-unit {
  color: #6b7280;
}
body .dark-mode .gauge-label {
  color: #9ca3af;
}
body .dark-mode .stat-label {
  color: rgba(255, 255, 255, 0.6);
}
body .dark-mode .form-select-sm {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: #e5e7eb;
}
body body ul {
  list-style-type: disc;
  padding-left: 32px;
  margin-bottom: 20px;
}
body #page-content .col li {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 10px;
}
body .show-sm {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  body .horizontalMenu > ul.horizontalMenu-list {
    margin-top: 25px;
  }
  body .horizontalMenu > .horizontalMenu-list > li {
    padding-left: 20px;
  }
  body .hidden-sm {
    display: none !important;
  }
  body .show-sm {
    display: block !important;
  }
}
body .header-brand {
  font-weight: 400;
}
body .hidden {
  display: none;
}
@media (max-width: 992px) {
  body .header.top-header .header-option, body .header.top-header .header-setting {
    display: none;
  }
  body .hor-header.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
  }
  body .page-main {
    margin-top: 53px;
  }
}
body .horizontalMenu a {
  color: #fff !important;
}
body .horizontalMenu > .horizontalMenu-list > li {
  margin-right: 15px !important;
  background: inherit;
}
body body .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active,
body body .hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
  background: inherit !important;
}
body .sub-menu {
  background: linear-gradient(to left, #be5fca 0%, #664dc9 100%) !important;
}
body .horizontalMenu .fas {
  display: none;
}
body .horizontal-main.hor-menu.bg-gradient-primary {
  background: linear-gradient(to left, #be5fca 0%, #664dc9 100%);
}
body .nav-link {
  padding: 0.2rem 0.5rem;
}

body a {
  color: rgba(76, 150, 213, 0.9);
}

body ul {
  list-style-type: disc;
  padding-left: 32px;
  margin-bottom: 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.g-0 > .col, .g-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
/*------ Alignments -------*/
.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;
}

.bg-success {
  background-color: #38cb89 !important;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #15ca7c !important;
}

button.bg-success:hover, button.bg-success:focus {
  background-color: #15ca7c !important;
}

.bg-info {
  background-color: #3e80eb !important;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #1594ef !important;
}

button.bg-info:hover, button.bg-info:focus {
  background-color: #1594ef !important;
}

.bg-warning {
  background-color: #ffab00 !important;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #c29d0b !important;
}

button.bg-warning:hover, button.bg-warning:focus {
  background-color: #c29d0b !important;
}

.bg-danger {
  background-color: #ef4b4b !important;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #a11918 !important;
}

button.bg-danger:hover, button.bg-danger:focus {
  background-color: #a11918 !important;
}

.bg-light-transparent {
  background-color: #f7f7f7 !important;
}

.bg-light {
  background-color: #f0f0f2 !important;
}

a.bg-light:hover, a.bg-light:focus {
  background-color: #f0f0f2 !important;
}

button.bg-light:hover, button.bg-light:focus {
  background-color: #f0f0f2 !important;
}

.bg-light2 {
  background-color: #f8f8fc !important;
}

a.bg-light2:hover, a.bg-light2:focus {
  background-color: #f0f0f2 !important;
}

button.bg-light2:hover, button.bg-light2:focus {
  background-color: #f0f0f2 !important;
}

.bg-light3 {
  background-color: #e6ebf1 !important;
}

.bg-light4 {
  background-color: #f7f7f7 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: #1d2124 !important;
}

button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient-success {
  background-image: linear-gradient(to left, #43c47a 0%, #10ae23 100%);
}

.bg-gradient-info {
  background-image: linear-gradient(to left, #8caef3 0%, #3e80eb 100%);
}

.bg-gradient-warning {
  background-image: linear-gradient(to left, #f8be8d 0%, #ff9a44 100%);
}

.bg-gradient-teal {
  background-image: linear-gradient(to left, #60c1db 0%, #0698a7 100%);
}

.bg-gradient-blue {
  background-image: linear-gradient(to left, #07aedb 0%, #055ee9 100%);
}

.bg-gradient-danger {
  background-image: linear-gradient(to left, #ff90a0 0%, #fc6076 100%);
}

.bg-gray-100 {
  background-color: #f2f2f2;
}

.bg-gray-200 {
  background-color: #e6e6e6;
}

.bg-gray-300 {
  background-color: #d9d9d9;
}

.bg-gray-400 {
  background-color: #cccccc;
}

.bg-gray-500 {
  background-color: #bfbfbf;
}

.bg-gray-600 {
  background-color: #b3b3b3;
}

.bg-gray-700 {
  background-color: #a9a9a9;
}

.bg-gray-800 {
  background-color: #a6a6a6;
}

.bg-gray-900 {
  background-color: #999999;
}

.bg-white-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-black-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.border {
  border: 1px solid #e6ebf1 !important;
}

.border-top {
  border-top: 1px solid #e6ebf1 !important;
}

.border-end {
  border-right: 1px solid #e6ebf1 !important;
}

.border-bottom {
  border-bottom: 1px solid #e6ebf1 !important;
}

.border-start {
  border-left: 1px solid #e6ebf1 !important;
}

.border-top-bottom {
  border-top: 1px solid #e6ebf1 !important;
  border-bottom: 1px solid #e6ebf1 !important;
}

.border-start-right {
  border-right: 1px solid #e6ebf1 !important;
  border-left: 1px solid #e6ebf1 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-top-bottom-0 {
  border-top: 0px solid #e6ebf1 !important;
  border-bottom: 0px solid #e6ebf1 !important;
}

.border-start-right-0 {
  border-right: 0px solid #e6ebf1 !important;
  border-left: 0px solid #e6ebf1 !important;
}

.border-primary {
  border: 1px solid #664dc9 !important;
}

.border-secondary {
  border: 1px solid #5b73e8 !important;
}

.border-success {
  border: 1px solid #38cb89 !important;
}

.border-info {
  border: 1px solid #3e80eb !important;
}

.border-warning {
  border: 1px solid #ffab00 !important;
}

.border-danger {
  border: 1px solid #ef4b4b !important;
}

.border-light {
  border: 1px solid #f8f9fa !important;
}

.border-teal {
  border: 1px solid #2bcbba !important;
}

.border-dark {
  border: 1px solid #343a40 !important;
}

.border-transparent {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.border-dark-transparent {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.border-light2 {
  border: 1px solid #e6ebf1 !important;
}

.border-white {
  border: 1px solid #fff !important;
}

.border-wd-1 {
  border-width: 1px !important;
}

.border-wd-2 {
  border-width: 2px !important;
}

.border-wd-3 {
  border-width: 3px !important;
}

.border-wd-4 {
  border-width: 4px !important;
}

.border-wd-5 {
  border-width: 5px !important;
}

.rounded {
  border-radius: 3px !important;
}

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-end {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-start {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.clearfix .fab {
  font-size: 25px;
}
.clearfix h5 {
  font-size: 20px;
  font-weight: bold;
}

i.fa.round {
  border-radius: 50%;
  padding: 5px;
  width: 15%;
}

.list-icon span p {
  border-radius: 15px;
  width: 50%;
  margin: 0px auto;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !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;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !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;
}

.justify-content-left {
  justify-content: flex-left !important;
}

.justify-content-right {
  justify-content: flex-right !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-left {
  align-items: flex-left !important;
}

.align-items-right {
  align-items: flex-right !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-left {
  align-content: flex-left !important;
}

.align-content-right {
  align-content: flex-right !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-left {
  align-self: flex-left !important;
}

.align-self-right {
  align-self: flex-right !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  .me-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ms-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .me-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ms-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .me-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ms-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 0.75rem !important;
  }

  .mt-sm-3, .my-sm-3 {
    margin-top: 0.75rem !important;
  }

  .me-sm-3, .mx-sm-3 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }

  .ms-sm-3, .mx-sm-3 {
    margin-left: 0.75rem !important;
  }

  .m-sm-4 {
    margin: 1rem !important;
  }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1rem !important;
  }

  .me-sm-4, .mx-sm-4 {
    margin-right: 1rem !important;
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1rem !important;
  }

  .ms-sm-4, .mx-sm-4 {
    margin-left: 1rem !important;
  }

  .m-sm-5 {
    margin: 1.5rem !important;
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 1.5rem !important;
  }

  .me-sm-5, .mx-sm-5 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 1.5rem !important;
  }

  .ms-sm-5, .mx-sm-5 {
    margin-left: 1.5rem !important;
  }

  .m-sm-6 {
    margin: 2rem !important;
  }

  .mt-sm-6, .my-sm-6 {
    margin-top: 2rem !important;
  }

  .me-sm-6, .mx-sm-6 {
    margin-right: 2rem !important;
  }

  .mb-sm-6, .my-sm-6 {
    margin-bottom: 2rem !important;
  }

  .ms-sm-6, .mx-sm-6 {
    margin-left: 2rem !important;
  }

  .m-sm-7 {
    margin: 3rem !important;
  }

  .mt-sm-7, .my-sm-7 {
    margin-top: 3rem !important;
  }

  .me-sm-7, .mx-sm-7 {
    margin-right: 3rem !important;
  }

  .mb-sm-7, .my-sm-7 {
    margin-bottom: 3rem !important;
  }

  .ms-sm-7, .mx-sm-7 {
    margin-left: 3rem !important;
  }

  .m-sm-8 {
    margin: 4rem !important;
  }

  .mt-sm-8, .my-sm-8 {
    margin-top: 4rem !important;
  }

  .me-sm-8, .mx-sm-8 {
    margin-right: 4rem !important;
  }

  .mb-sm-8, .my-sm-8 {
    margin-bottom: 4rem !important;
  }

  .ms-sm-8, .mx-sm-8 {
    margin-left: 4rem !important;
  }

  .m-sm-9 {
    margin: 6rem !important;
  }

  .mt-sm-9, .my-sm-9 {
    margin-top: 6rem !important;
  }

  .me-sm-9, .mx-sm-9 {
    margin-right: 6rem !important;
  }

  .mb-sm-9, .my-sm-9 {
    margin-bottom: 6rem !important;
  }

  .ms-sm-9, .mx-sm-9 {
    margin-left: 6rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  .pe-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .ps-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pe-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .ps-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pe-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .ps-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 0.75rem !important;
  }

  .pt-sm-3, .py-sm-3 {
    padding-top: 0.75rem !important;
  }

  .pe-sm-3, .px-sm-3 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }

  .ps-sm-3, .px-sm-3 {
    padding-left: 0.75rem !important;
  }

  .p-sm-4 {
    padding: 1rem !important;
  }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1rem !important;
  }

  .pe-sm-4, .px-sm-4 {
    padding-right: 1rem !important;
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1rem !important;
  }

  .ps-sm-4, .px-sm-4 {
    padding-left: 1rem !important;
  }

  .p-sm-5 {
    padding: 1.5rem !important;
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 1.5rem !important;
  }

  .pe-sm-5, .px-sm-5 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 1.5rem !important;
  }

  .ps-sm-5, .px-sm-5 {
    padding-left: 1.5rem !important;
  }

  .p-sm-6 {
    padding: 2rem !important;
  }

  .pt-sm-6, .py-sm-6 {
    padding-top: 2rem !important;
  }

  .pe-sm-6, .px-sm-6 {
    padding-right: 2rem !important;
  }

  .pb-sm-6, .py-sm-6 {
    padding-bottom: 2rem !important;
  }

  .ps-sm-6, .px-sm-6 {
    padding-left: 2rem !important;
  }

  .p-sm-7 {
    padding: 3rem !important;
  }

  .pt-sm-7, .py-sm-7 {
    padding-top: 3rem !important;
  }

  .pe-sm-7, .px-sm-7 {
    padding-right: 3rem !important;
  }

  .pb-sm-7, .py-sm-7 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-7, .px-sm-7 {
    padding-left: 3rem !important;
  }

  .p-sm-8 {
    padding: 4rem !important;
  }

  .pt-sm-8, .py-sm-8 {
    padding-top: 4rem !important;
  }

  .pe-sm-8, .px-sm-8 {
    padding-right: 4rem !important;
  }

  .pb-sm-8, .py-sm-8 {
    padding-bottom: 4rem !important;
  }

  .ps-sm-8, .px-sm-8 {
    padding-left: 4rem !important;
  }

  .p-sm-9 {
    padding: 6rem !important;
  }

  .pt-sm-9, .py-sm-9 {
    padding-top: 6rem !important;
  }

  .pe-sm-9, .px-sm-9 {
    padding-right: 6rem !important;
  }

  .pb-sm-9, .py-sm-9 {
    padding-bottom: 6rem !important;
  }

  .ps-sm-9, .px-sm-9 {
    padding-left: 6rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !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;
  }

  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !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;
  }

  .justify-content-sm-left {
    justify-content: flex-left !important;
  }

  .justify-content-sm-right {
    justify-content: flex-right !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;
  }

  .align-items-sm-left {
    align-items: flex-left !important;
  }

  .align-items-sm-right {
    align-items: flex-right !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-left {
    align-content: flex-left !important;
  }

  .align-content-sm-right {
    align-content: flex-right !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-left {
    align-self: flex-left !important;
  }

  .align-self-sm-right {
    align-self: flex-right !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;
  }
}
@media (min-width: 768px) {
  .page-content {
    margin: 1.5rem 0;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  .me-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ms-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .me-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ms-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .me-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ms-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 0.75rem !important;
  }

  .mt-md-3, .my-md-3 {
    margin-top: 0.75rem !important;
  }

  .me-md-3, .mx-md-3 {
    margin-right: 0.75rem !important;
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 0.75rem !important;
  }

  .ms-md-3, .mx-md-3 {
    margin-left: 0.75rem !important;
  }

  .m-md-4 {
    margin: 1rem !important;
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1rem !important;
  }

  .me-md-4, .mx-md-4 {
    margin-right: 1rem !important;
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1rem !important;
  }

  .ms-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }

  .m-md-5 {
    margin: 1.5rem !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 1.5rem !important;
  }

  .me-md-5, .mx-md-5 {
    margin-right: 1.5rem !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 1.5rem !important;
  }

  .ms-md-5, .mx-md-5 {
    margin-left: 1.5rem !important;
  }

  .m-md-6 {
    margin: 2rem !important;
  }

  .mt-md-6, .my-md-6 {
    margin-top: 2rem !important;
  }

  .me-md-6, .mx-md-6 {
    margin-right: 2rem !important;
  }

  .mb-md-6, .my-md-6 {
    margin-bottom: 2rem !important;
  }

  .ms-md-6, .mx-md-6 {
    margin-left: 2rem !important;
  }

  .m-md-7 {
    margin: 3rem !important;
  }

  .mt-md-7, .my-md-7 {
    margin-top: 3rem !important;
  }

  .me-md-7, .mx-md-7 {
    margin-right: 3rem !important;
  }

  .mb-md-7, .my-md-7 {
    margin-bottom: 3rem !important;
  }

  .ms-md-7, .mx-md-7 {
    margin-left: 3rem !important;
  }

  .m-md-8 {
    margin: 4rem !important;
  }

  .mt-md-8, .my-md-8 {
    margin-top: 4rem !important;
  }

  .me-md-8, .mx-md-8 {
    margin-right: 4rem !important;
  }

  .mb-md-8, .my-md-8 {
    margin-bottom: 4rem !important;
  }

  .ms-md-8, .mx-md-8 {
    margin-left: 4rem !important;
  }

  .m-md-9 {
    margin: 6rem !important;
  }

  .mt-md-9, .my-md-9 {
    margin-top: 6rem !important;
  }

  .me-md-9, .mx-md-9 {
    margin-right: 6rem !important;
  }

  .mb-md-9, .my-md-9 {
    margin-bottom: 6rem !important;
  }

  .ms-md-9, .mx-md-9 {
    margin-left: 6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pe-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .ps-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pe-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .ps-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pe-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .ps-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 0.75rem !important;
  }

  .pt-md-3, .py-md-3 {
    padding-top: 0.75rem !important;
  }

  .pe-md-3, .px-md-3 {
    padding-right: 0.75rem !important;
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 0.75rem !important;
  }

  .ps-md-3, .px-md-3 {
    padding-left: 0.75rem !important;
  }

  .p-md-4 {
    padding: 1rem !important;
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1rem !important;
  }

  .pe-md-4, .px-md-4 {
    padding-right: 1rem !important;
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1rem !important;
  }

  .ps-md-4, .px-md-4 {
    padding-left: 1rem !important;
  }

  .p-md-5 {
    padding: 1.5rem !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 1.5rem !important;
  }

  .pe-md-5, .px-md-5 {
    padding-right: 1.5rem !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 1.5rem !important;
  }

  .ps-md-5, .px-md-5 {
    padding-left: 1.5rem !important;
  }

  .p-md-6 {
    padding: 2rem !important;
  }

  .pt-md-6, .py-md-6 {
    padding-top: 2rem !important;
  }

  .pe-md-6, .px-md-6 {
    padding-right: 2rem !important;
  }

  .pb-md-6, .py-md-6 {
    padding-bottom: 2rem !important;
  }

  .ps-md-6, .px-md-6 {
    padding-left: 2rem !important;
  }

  .p-md-7 {
    padding: 3rem !important;
  }

  .pt-md-7, .py-md-7 {
    padding-top: 3rem !important;
  }

  .pe-md-7, .px-md-7 {
    padding-right: 3rem !important;
  }

  .pb-md-7, .py-md-7 {
    padding-bottom: 3rem !important;
  }

  .ps-md-7, .px-md-7 {
    padding-left: 3rem !important;
  }

  .p-md-8 {
    padding: 4rem !important;
  }

  .pt-md-8, .py-md-8 {
    padding-top: 4rem !important;
  }

  .pe-md-8, .px-md-8 {
    padding-right: 4rem !important;
  }

  .pb-md-8, .py-md-8 {
    padding-bottom: 4rem !important;
  }

  .ps-md-8, .px-md-8 {
    padding-left: 4rem !important;
  }

  .p-md-9 {
    padding: 6rem !important;
  }

  .pt-md-9, .py-md-9 {
    padding-top: 6rem !important;
  }

  .pe-md-9, .px-md-9 {
    padding-right: 6rem !important;
  }

  .pb-md-9, .py-md-9 {
    padding-bottom: 6rem !important;
  }

  .ps-md-9, .px-md-9 {
    padding-left: 6rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  .me-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-auto, .mx-md-auto {
    margin-left: 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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !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;
  }

  .justify-content-md-left {
    justify-content: flex-left !important;
  }

  .justify-content-md-right {
    justify-content: flex-right !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;
  }

  .align-items-md-left {
    align-items: flex-left !important;
  }

  .align-items-md-right {
    align-items: flex-right !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-left {
    align-content: flex-left !important;
  }

  .align-content-md-right {
    align-content: flex-right !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-left {
    align-self: flex-left !important;
  }

  .align-self-md-right {
    align-self: flex-right !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;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !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;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .me-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ms-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .me-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ms-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .me-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ms-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 0.75rem !important;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 0.75rem !important;
  }

  .me-lg-3, .mx-lg-3 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }

  .ms-lg-3, .mx-lg-3 {
    margin-left: 0.75rem !important;
  }

  .m-lg-4 {
    margin: 1rem !important;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1rem !important;
  }

  .me-lg-4, .mx-lg-4 {
    margin-right: 1rem !important;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1rem !important;
  }

  .ms-lg-4, .mx-lg-4 {
    margin-left: 1rem !important;
  }

  .m-lg-5 {
    margin: 1.5rem !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 1.5rem !important;
  }

  .me-lg-5, .mx-lg-5 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 1.5rem !important;
  }

  .ms-lg-5, .mx-lg-5 {
    margin-left: 1.5rem !important;
  }

  .m-lg-6 {
    margin: 2rem !important;
  }

  .mt-lg-6, .my-lg-6 {
    margin-top: 2rem !important;
  }

  .me-lg-6, .mx-lg-6 {
    margin-right: 2rem !important;
  }

  .mb-lg-6, .my-lg-6 {
    margin-bottom: 2rem !important;
  }

  .ms-lg-6, .mx-lg-6 {
    margin-left: 2rem !important;
  }

  .m-lg-7 {
    margin: 3rem !important;
  }

  .mt-lg-7, .my-lg-7 {
    margin-top: 3rem !important;
  }

  .me-lg-7, .mx-lg-7 {
    margin-right: 3rem !important;
  }

  .mb-lg-7, .my-lg-7 {
    margin-bottom: 3rem !important;
  }

  .ms-lg-7, .mx-lg-7 {
    margin-left: 3rem !important;
  }

  .m-lg-8 {
    margin: 4rem !important;
  }

  .mt-lg-8, .my-lg-8 {
    margin-top: 4rem !important;
  }

  .me-lg-8, .mx-lg-8 {
    margin-right: 4rem !important;
  }

  .mb-lg-8, .my-lg-8 {
    margin-bottom: 4rem !important;
  }

  .ms-lg-8, .mx-lg-8 {
    margin-left: 4rem !important;
  }

  .m-lg-9 {
    margin: 6rem !important;
  }

  .mt-lg-9, .my-lg-9 {
    margin-top: 6rem !important;
  }

  .me-lg-9, .mx-lg-9 {
    margin-right: 6rem !important;
  }

  .mb-lg-9, .my-lg-9 {
    margin-bottom: 6rem !important;
  }

  .ms-lg-9, .mx-lg-9 {
    margin-left: 6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pe-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .ps-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pe-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .ps-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pe-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .ps-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 0.75rem !important;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 0.75rem !important;
  }

  .pe-lg-3, .px-lg-3 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }

  .ps-lg-3, .px-lg-3 {
    padding-left: 0.75rem !important;
  }

  .p-lg-4 {
    padding: 1rem !important;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1rem !important;
  }

  .pe-lg-4, .px-lg-4 {
    padding-right: 1rem !important;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1rem !important;
  }

  .ps-lg-4, .px-lg-4 {
    padding-left: 1rem !important;
  }

  .p-lg-5 {
    padding: 1.5rem !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 1.5rem !important;
  }

  .pe-lg-5, .px-lg-5 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 1.5rem !important;
  }

  .ps-lg-5, .px-lg-5 {
    padding-left: 1.5rem !important;
  }

  .p-lg-6 {
    padding: 2rem !important;
  }

  .pt-lg-6, .py-lg-6 {
    padding-top: 2rem !important;
  }

  .pe-lg-6, .px-lg-6 {
    padding-right: 2rem !important;
  }

  .pb-lg-6, .py-lg-6 {
    padding-bottom: 2rem !important;
  }

  .ps-lg-6, .px-lg-6 {
    padding-left: 2rem !important;
  }

  .p-lg-7 {
    padding: 3rem !important;
  }

  .pt-lg-7, .py-lg-7 {
    padding-top: 3rem !important;
  }

  .pe-lg-7, .px-lg-7 {
    padding-right: 3rem !important;
  }

  .pb-lg-7, .py-lg-7 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-7, .px-lg-7 {
    padding-left: 3rem !important;
  }

  .p-lg-8 {
    padding: 4rem !important;
  }

  .pt-lg-8, .py-lg-8 {
    padding-top: 4rem !important;
  }

  .pe-lg-8, .px-lg-8 {
    padding-right: 4rem !important;
  }

  .pb-lg-8, .py-lg-8 {
    padding-bottom: 4rem !important;
  }

  .ps-lg-8, .px-lg-8 {
    padding-left: 4rem !important;
  }

  .p-lg-9 {
    padding: 6rem !important;
  }

  .pt-lg-9, .py-lg-9 {
    padding-top: 6rem !important;
  }

  .pe-lg-9, .px-lg-9 {
    padding-right: 6rem !important;
  }

  .pb-lg-9, .py-lg-9 {
    padding-bottom: 6rem !important;
  }

  .ps-lg-9, .px-lg-9 {
    padding-left: 6rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-auto, .mx-lg-auto {
    margin-left: 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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !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;
  }

  .justify-content-lg-left {
    justify-content: flex-left !important;
  }

  .justify-content-lg-right {
    justify-content: flex-right !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;
  }

  .align-items-lg-left {
    align-items: flex-left !important;
  }

  .align-items-lg-right {
    align-items: flex-right !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-left {
    align-content: flex-left !important;
  }

  .align-content-lg-right {
    align-content: flex-right !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-left {
    align-self: flex-left !important;
  }

  .align-self-lg-right {
    align-self: flex-right !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;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !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;
  }

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .me-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ms-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .me-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ms-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .me-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ms-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 0.75rem !important;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 0.75rem !important;
  }

  .me-xl-3, .mx-xl-3 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }

  .ms-xl-3, .mx-xl-3 {
    margin-left: 0.75rem !important;
  }

  .m-xl-4 {
    margin: 1rem !important;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1rem !important;
  }

  .me-xl-4, .mx-xl-4 {
    margin-right: 1rem !important;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1rem !important;
  }

  .ms-xl-4, .mx-xl-4 {
    margin-left: 1rem !important;
  }

  .m-xl-5 {
    margin: 1.5rem !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 1.5rem !important;
  }

  .me-xl-5, .mx-xl-5 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 1.5rem !important;
  }

  .ms-xl-5, .mx-xl-5 {
    margin-left: 1.5rem !important;
  }

  .m-xl-6 {
    margin: 2rem !important;
  }

  .mt-xl-6, .my-xl-6 {
    margin-top: 2rem !important;
  }

  .me-xl-6, .mx-xl-6 {
    margin-right: 2rem !important;
  }

  .mb-xl-6, .my-xl-6 {
    margin-bottom: 2rem !important;
  }

  .ms-xl-6, .mx-xl-6 {
    margin-left: 2rem !important;
  }

  .m-xl-7 {
    margin: 3rem !important;
  }

  .mt-xl-7, .my-xl-7 {
    margin-top: 3rem !important;
  }

  .me-xl-7, .mx-xl-7 {
    margin-right: 3rem !important;
  }

  .mb-xl-7, .my-xl-7 {
    margin-bottom: 3rem !important;
  }

  .ms-xl-7, .mx-xl-7 {
    margin-left: 3rem !important;
  }

  .m-xl-8 {
    margin: 4rem !important;
  }

  .mt-xl-8, .my-xl-8 {
    margin-top: 4rem !important;
  }

  .me-xl-8, .mx-xl-8 {
    margin-right: 4rem !important;
  }

  .mb-xl-8, .my-xl-8 {
    margin-bottom: 4rem !important;
  }

  .ms-xl-8, .mx-xl-8 {
    margin-left: 4rem !important;
  }

  .m-xl-9 {
    margin: 6rem !important;
  }

  .mt-xl-9, .my-xl-9 {
    margin-top: 6rem !important;
  }

  .me-xl-9, .mx-xl-9 {
    margin-right: 6rem !important;
  }

  .mb-xl-9, .my-xl-9 {
    margin-bottom: 6rem !important;
  }

  .ms-xl-9, .mx-xl-9 {
    margin-left: 6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pe-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .ps-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pe-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .ps-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pe-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .ps-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 0.75rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 0.75rem !important;
  }

  .pe-xl-3, .px-xl-3 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }

  .ps-xl-3, .px-xl-3 {
    padding-left: 0.75rem !important;
  }

  .p-xl-4 {
    padding: 1rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1rem !important;
  }

  .pe-xl-4, .px-xl-4 {
    padding-right: 1rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1rem !important;
  }

  .ps-xl-4, .px-xl-4 {
    padding-left: 1rem !important;
  }

  .p-xl-5 {
    padding: 1.5rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 1.5rem !important;
  }

  .pe-xl-5, .px-xl-5 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 1.5rem !important;
  }

  .ps-xl-5, .px-xl-5 {
    padding-left: 1.5rem !important;
  }

  .p-xl-6 {
    padding: 2rem !important;
  }

  .pt-xl-6, .py-xl-6 {
    padding-top: 2rem !important;
  }

  .pe-xl-6, .px-xl-6 {
    padding-right: 2rem !important;
  }

  .pb-xl-6, .py-xl-6 {
    padding-bottom: 2rem !important;
  }

  .ps-xl-6, .px-xl-6 {
    padding-left: 2rem !important;
  }

  .p-xl-7 {
    padding: 3rem !important;
  }

  .pt-xl-7, .py-xl-7 {
    padding-top: 3rem !important;
  }

  .pe-xl-7, .px-xl-7 {
    padding-right: 3rem !important;
  }

  .pb-xl-7, .py-xl-7 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-7, .px-xl-7 {
    padding-left: 3rem !important;
  }

  .p-xl-8 {
    padding: 4rem !important;
  }

  .pt-xl-8, .py-xl-8 {
    padding-top: 4rem !important;
  }

  .pe-xl-8, .px-xl-8 {
    padding-right: 4rem !important;
  }

  .pb-xl-8, .py-xl-8 {
    padding-bottom: 4rem !important;
  }

  .ps-xl-8, .px-xl-8 {
    padding-left: 4rem !important;
  }

  .p-xl-9 {
    padding: 6rem !important;
  }

  .pt-xl-9, .py-xl-9 {
    padding-top: 6rem !important;
  }

  .pe-xl-9, .px-xl-9 {
    padding-right: 6rem !important;
  }

  .pb-xl-9, .py-xl-9 {
    padding-bottom: 6rem !important;
  }

  .ps-xl-9, .px-xl-9 {
    padding-left: 6rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-auto, .mx-xl-auto {
    margin-left: 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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !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;
  }

  .justify-content-xl-left {
    justify-content: flex-left !important;
  }

  .justify-content-xl-right {
    justify-content: flex-right !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;
  }

  .align-items-xl-left {
    align-items: flex-left !important;
  }

  .align-items-xl-right {
    align-items: flex-right !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-left {
    align-content: flex-left !important;
  }

  .align-content-xl-right {
    align-content: flex-right !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-left {
    align-self: flex-left !important;
  }

  .align-self-xl-right {
    align-self: flex-right !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;
  }
}
.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-start {
  float: left !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;
}

.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;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

/*------ Widths, Margins & Paddings -------*/
.wd-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-48 {
  width: 48% !important;
}

.w-49 {
  width: 49% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-150 {
  width: 150px !important;
}

.w-auto {
  width: auto !important;
}

.w-0 {
  width: 0 !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.5rem !important;
}

.w-6 {
  width: 2rem !important;
}

.w-7 {
  width: 3rem !important;
}

.w-8 {
  width: 4rem !important;
}

.w-9 {
  width: 6rem !important;
}

.w-100h {
  width: 100px !important;
}

.w-200 {
  width: 200px !important;
}

.w-250 {
  width: 250px !important;
}

.w-300 {
  width: 300px !important;
}

.w-350 {
  width: 350px !important;
}

.w-400 {
  width: 400px !important;
}

.w-450 {
  width: 450px !important;
}

.w-500 {
  width: 500px !important;
}

.w-xs {
  min-width: 90px;
}

.w-sm {
  min-width: 110px;
}

.w-md {
  min-width: 130px;
}

.w-lg {
  min-width: 150px;
}

.ht-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-50 {
  height: 50% !important;
}

.h-55 {
  height: 55% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.h-100vh {
  height: 100vh !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.5rem !important;
}

.h-6 {
  height: 2rem !important;
}

.h-7 {
  height: 3rem !important;
}

.h-8 {
  height: 4rem !important;
}

.h-9 {
  height: 6rem !important;
}

.h-100h {
  height: 100px !important;
}

.h-130 {
  height: 130px !important;
}

.h-140 {
  height: 140px !important;
}

.h-150 {
  height: 150px !important;
}

.h-160 {
  height: 160px !important;
}

.h-170 {
  height: 170px !important;
}

.h-180 {
  height: 180px !important;
}

.h-200 {
  height: 200px !important;
}

.h-250 {
  height: 250px !important;
}

.h-300 {
  height: 300px !important;
}

.h-350 {
  height: 350px !important;
}

.h-370 {
  height: 370px !important;
}

.h-400 {
  height: 400px !important;
}

.h-420 {
  height: 420px !important;
}

.h-450 {
  height: 450px !important;
}

.h-500 {
  height: 500px !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.mh-200 {
  max-height: 200px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.me-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ms-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.me-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.me-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3, .my-3 {
  margin-top: 0.75rem !important;
}

.me-3, .mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 0.75rem !important;
}

.ms-3, .mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4, .my-4 {
  margin-top: 1rem !important;
}

.me-4, .mx-4 {
  margin-right: 1rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1rem !important;
}

.ms-4, .mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5, .my-5 {
  margin-top: 1.5rem !important;
}

.me-5, .mx-5 {
  margin-right: 1.5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 1.5rem !important;
}

.ms-5, .mx-5 {
  margin-left: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.mt-6, .my-6 {
  margin-top: 2rem !important;
}

.me-6, .mx-6 {
  margin-right: 2rem !important;
}

.mb-6, .my-6 {
  margin-bottom: 2rem !important;
}

.ms-6, .mx-6 {
  margin-left: 2rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7, .my-7 {
  margin-top: 3rem !important;
}

.me-7, .mx-7 {
  margin-right: 3rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 3rem !important;
}

.ms-7, .mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.mt-8, .my-8 {
  margin-top: 4rem !important;
}

.me-8, .mx-8 {
  margin-right: 4rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 4rem !important;
}

.ms-8, .mx-8 {
  margin-left: 4rem !important;
}

.m-9 {
  margin: 6rem !important;
}

.mt-9, .my-9 {
  margin-top: 6rem !important;
}

.me-9, .mx-9 {
  margin-right: 6rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 6rem !important;
}

.ms-9, .mx-9 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pe-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.ps-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pe-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pe-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3, .py-3 {
  padding-top: 0.75rem !important;
}

.pe-3, .px-3 {
  padding-right: 0.75rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 0.75rem !important;
}

.ps-3, .px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4, .py-4 {
  padding-top: 1rem !important;
}

.pe-4, .px-4 {
  padding-right: 1rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1rem !important;
}

.ps-4, .px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5, .py-5 {
  padding-top: 1.5rem !important;
}

.pe-5, .px-5 {
  padding-right: 1.5rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 1.5rem !important;
}

.ps-5, .px-5 {
  padding-left: 1.5rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.pt-6, .py-6 {
  padding-top: 2rem !important;
}

.pe-6, .px-6 {
  padding-right: 2rem !important;
}

.pb-6, .py-6 {
  padding-bottom: 2rem !important;
}

.ps-6, .px-6 {
  padding-left: 2rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7, .py-7 {
  padding-top: 3rem !important;
}

.pe-7, .px-7 {
  padding-right: 3rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 3rem !important;
}

.ps-7, .px-7 {
  padding-left: 3rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.pt-8, .py-8 {
  padding-top: 4rem !important;
}

.pe-8, .px-8 {
  padding-right: 4rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 4rem !important;
}

.ps-8, .px-8 {
  padding-left: 4rem !important;
}

.p-9 {
  padding: 6rem !important;
}

.pt-9, .py-9 {
  padding-top: 6rem !important;
}

.pe-9, .px-9 {
  padding-right: 6rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 6rem !important;
}

.ps-9, .px-9 {
  padding-left: 6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.me-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ms-auto, .mx-auto {
  margin-left: auto !important;
}

/*------- Alignments & values-------*/
.text-monospace {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-normal1 {
  font-weight: 600 !important;
}

.font-weight-semibold {
  font-weight: 700 !important;
}

.font-weight-bold {
  font-weight: 800 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #f0f0f0 !important;
}

.text-success {
  color: #38cb89 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #15ca7c !important;
}

.text-info {
  color: #3e80eb !important;
}

a.text-info:hover, a.text-info:focus {
  color: #25a1c0 !important;
}

.text-warning {
  color: #ffab00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c29d0b !important;
}

.text-danger {
  color: #ef4b4b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #df0812 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #6c756e !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #384b6e !important;
}

.text-body {
  color: #495057 !important;
}

.text-muted {
  color: #98a6be !important;
}

.icon-muted {
  color: #e2e2e9 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !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;
  }

  .container {
    max-width: none;
  }

  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body, .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table, .text-wrap table {
    border-collapse: collapse !important;
  }

  .table td, .text-wrap table td, .table th, .text-wrap table th {
    background-color: #fff !important;
  }

  .table-bordered th, .text-wrap table th, .table-bordered td, .text-wrap table td {
    border: 1px solid #e6ebf1 !important;
  }
}
.lead {
  line-height: 1.4;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

strong, b {
  font-weight: 600;
}

p, ul, ol {
  margin-bottom: 1em;
}

blockquote {
  margin-bottom: 1em;
  font-style: italic;
  color: #6e7687;
  padding-left: 2rem;
  border-left: 2px solid rgba(0, 40, 100, 0.12);
}
blockquote p {
  margin-bottom: 1rem;
}
blockquote cite {
  display: block;
  text-align: right;
}
blockquote cite:before {
  content: "â€” ";
}

code {
  background: #f0f0f2;
  border: 1px solid #e6ebf1;
  border-radius: 3px;
  padding: 3px;
}

pre code {
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

pre {
  color: #3e80eb;
  padding: 1.5rem;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f8fafc;
  border-radius: 3px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}

img {
  max-width: 100%;
}

.text-wrap {
  font-size: 14px;
  line-height: 1.66;
}
.text-wrap > :first-child {
  margin-top: 0;
}
.text-wrap > :last-child {
  margin-bottom: 0;
}
.text-wrap > h1, .text-wrap > h2, .text-wrap > h3, .text-wrap > h4, .text-wrap > h5, .text-wrap > h6 {
  margin-top: 1em;
}

.section-nav {
  background-color: #f8f9fa;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  border: 1px solid #e6ebf1;
  border-radius: 3px;
  list-style: none;
}
.section-nav:before {
  content: "Table of contents:";
  display: block;
  font-weight: 600;
}

.row-cards > .col, .row-cards > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.row-deck > .col, .row-deck > [class*=col-] {
  display: flex;
  align-items: stretch;
}
.row-deck > .col .card, .row-deck > [class*=col-] .card {
  flex: 1 1 auto;
}

.col-text {
  max-width: 48rem;
}

.col-login {
  max-width: 24rem;
}

.gutters-0 {
  margin-right: 0;
  margin-left: 0;
}
.gutters-0 > .col, .gutters-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.gutters-0 .card {
  margin-bottom: 0;
}

.gutters-xs {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.gutters-xs > .col, .gutters-xs > [class*=col-] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.gutters-xs .card {
  margin-bottom: 0.5rem;
}

.gutters-sm {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.gutters-sm > .col, .gutters-sm > [class*=col-] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.gutters-sm .card {
  margin-bottom: 1rem;
}

.gutters-lg {
  margin-right: -1rem;
  margin-left: -1rem;
}
.gutters-lg > .col, .gutters-lg > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gutters-lg .card {
  margin-bottom: 2rem;
}

.gutters-xl {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.gutters-xl > .col, .gutters-xl > [class*=col-] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.gutters-xl .card {
  margin-bottom: 3rem;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin: 0.75rem 0;
}

body.fixed-header .page {
  padding-top: 4.5rem;
}

@media (min-width: 1600px) {
  body.aside-opened .page {
    margin-right: 22rem;
  }
}
.page-main {
  flex: 1 1 auto;
}

.pos-absolute {
  position: absolute;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/*------ Default -------*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  border: 1px solid transparent;
  box-shadow: 0 0.76rem 1.52rem rgba(18, 38, 63, 0.03);
  border-radius: 0.3rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-header:first-child {
  border-radius: 2px 2px 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1.5rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e6ebf1;
  color: #6e7687;
}
.card-footer:last-child {
  border-radius: 0 0 2px 2px;
}

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem;
  border-bottom: 0;
  margin: -1.25rem 0;
  border-bottom: 0;
  line-height: 2rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}

.card-img {
  width: 100%;
  border-radius: 2px;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 0.75rem;
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }

  .card-deck {
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }

  .horizontalMenucontainer .header-brand-img.mobile-logo, .horizontalMenucontainer .header-brand-img.darkmobile-logo, .horizontalMenucontainer .header-brand-img.dark-logo {
    display: none;
  }

  .card-group {
    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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 3px;
  }
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 1.5rem;
}

/*------ Default Card Values -------*/
.rhombus {
  width: 350px;
  height: 80px;
  transform: rotate(67.5deg);
  background-color: yellow;
}

@media print {
  .card {
    box-shadow: none;
    border: none;
  }

  .card-header {
    display: none;
  }

  .card-body {
    padding: 0;
  }
}
.card-body {
  flex: 1 1 auto;
  margin: 0;
  padding: 1.5rem 1.5rem;
  position: relative;
}
.card-body + .card-body {
  border-top: 1px solid #e6ebf1;
}

.tilebox-one i {
  font-size: 62px;
}

.card-body > :last-child {
  margin-bottom: 0;
}

.card-body-scrollable {
  overflow: auto;
}

.card-footer, .card-bottom {
  padding: 1rem 1.5rem;
  background: none;
}

.log {
  margin-top: -26px;
}

.card-header {
  background: transparent;
  padding: 0.5rem 1.5rem;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #e6ebf1;
  position: relative;
}
.card-header .card-title {
  margin-bottom: 0;
}
.card-header.border-0 + .card-body {
  padding-top: 0;
}

.card-title {
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}

.reg {
  text-align: center;
  font-size: 50px;
  color: #2e1170;
  float: right;
}

.card-title a {
  color: inherit;
}
.card-title:only-child {
  margin-bottom: 0;
}
.card-title small {
  color: #9aa0ac;
  font-size: 0.875rem;
  display: block;
  margin: -0.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.card-subtitle {
  color: #9aa0ac;
  font-size: 0.875rem;
  display: block;
  margin: -0.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.card-table {
  margin-bottom: 0;
}
.card-table tr:first-child td, .card-table tr:first-child th {
  border-top: 0;
}
.card-table tr td:first-child, .card-table tr th:first-child {
  padding-left: 1.5rem;
}
.card-table tr td:last-child, .card-table tr th:last-child {
  padding-right: 1.5rem;
}

.card-body + .card-table {
  border-top: 1px solid #e6ebf1;
}

.card-profile .card-header {
  height: 5rem;
  background-size: cover;
  border: 0;
}

.profie-img .flex-md-row img {
  width: 60px;
}

.card-profile-img {
  max-width: 6rem;
  margin-bottom: 1rem;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.card-link + .card-link {
  margin-left: 1rem;
  margin-left: 1.5rem;
}

.card-body + .card-list-group {
  border-top: 1px solid #e6ebf1;
}

.card-list-group .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.card-list-group .list-group-item:last-child {
  border-bottom: 0;
}
.card-list-group .list-group-item:first-child {
  border-top: 0;
}

.card-header-tabs .nav-item {
  margin-bottom: 1px;
}

.card-header-pills {
  margin: -0.75rem 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.card-aside {
  flex-direction: row;
}

.card-aside-column {
  min-width: 5rem;
  width: 20%;
  flex: 0 0 20%;
  background: no-repeat center/cover;
}

.card-value {
  font-size: 1rem;
  line-height: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.card-value i {
  vertical-align: middle;
}

.card-chart-bg {
  height: 4rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.list-media .media-img {
  position: relative;
  float: left;
  width: 48px;
  margin-right: 20px;
}
.list-media .info {
  padding-left: 55px;
  min-height: 40px;
  height: auto;
  position: relative;
}
.list-media .info h4 a {
  font-size: 16px;
  margin-top: 10px;
}
.list-media .info p {
  font-size: 13px;
}
.list-media .info .text-right {
  right: 0;
  color: #8a8a8a;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -28px;
}

.card-options {
  margin-left: auto;
  display: flex;
  order: 100;
  margin-right: -0.5rem;
  color: #9aa0ac;
  align-self: center;
}
.card-options a:not(.btn) {
  color: #6c756e;
}
.card-options a:not(.btn):hover {
  text-decoration: none;
}
.card-options a:not(.btn) i {
  font-size: 1rem;
}
.card-options a.option-dots {
  color: #5c678f;
  display: inline-block;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.8rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #e6ebf1;
  vertical-align: middle;
  margin-right: 5px;
  padding: 0;
}
.card-options a.option-dots:hover {
  text-decoration: none;
  color: #5c678f !important;
  background: #f0f0f2;
}
.card-options .dropdown-toggle:after {
  display: none;
}

.widgets-cards .wrp.icon-circle {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 15px;
}
.widgets-cards .wrp.icon-circle i {
  font-size: 1.6rem;
  color: #fff;
}
.widgets-cards .wrp p {
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.widgets-cards .wrp p:first-child {
  font-weight: 400;
  font-size: 36px;
}

ul li .legright-dots {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}

.legright li {
  padding: 5px;
  float: left;
}

.stretch-card {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

.icon-size {
  font-size: 2.5rem !important;
}

.card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.statistics-box {
  position: relative;
  padding-left: 80px;
  text-align: right;
  padding-top: 14px;
  min-height: 80px;
  text-align: center;
}
.statistics-box .ico {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
}
.statistics-box .ico.small {
  font-weight: 900;
  font-size: 42px;
}
.statistics-box h2 {
  font-weight: 600 !important;
}

/*Card options*/
.card-collapsed > :not(.card-header):not(.card-status) {
  display: none;
}
.card-collapsed .card-options-collapse i:before {
  content: "\e92d";
}

.card-fullscreen .card-options-fullscreen i:before {
  content: "\e992";
}
.card-fullscreen .card-options-remove {
  display: none;
}

/*Card maps*/
.card-map {
  height: 15rem;
  background: #e9ecef;
}

.card-map-placeholder {
  background: no-repeat center;
}

/**Card tabs*/
.card-tabs {
  display: flex;
}

.card-tabs-bottom .card-tabs-item {
  border: 0;
}
.card-tabs-bottom .card-tabs-item.active {
  border-top-color: #fff;
}

.card-tabs-item {
  flex: 1 1 auto;
  display: block;
  padding: 1.4rem 1.5rem;
  color: inherit;
  overflow: hidden;
}

a.card-tabs-item {
  background: #fafbfc;
}
a.card-tabs-item:hover {
  text-decoration: none;
  color: inherit;
}
a.card-tabs-item:focus {
  z-index: 1;
}
a.card-tabs-item.active {
  background: #fff;
  border-bottom-color: #fff;
}

/**Card status*/
.card-status {
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 3px;
  border-radius: 7px 7px 0 0;
  background: rgba(0, 40, 100, 0.12);
}

.card-status-left {
  right: auto;
  bottom: 0;
  height: auto;
  width: 3px;
  border-radius: 3px 0 0 3px;
}

/**Card icon*/
.card-icon {
  width: 3rem;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
}

/**Card fullscreen*/
.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  margin: 0;
}

/**Card alert*/
.card-alert {
  border-radius: 0;
  margin: -1px -1px 0;
}

.card-category {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
  background: #f3f3f3;
}

.list-card {
  padding: 14px 25px;
  border-radius: 0px;
  box-shadow: 0 2px 10px 0 rgba(4, 4, 7, 0.1);
  margin-bottom: 12px;
  background: #fff;
  position: relative;
}

.card > .list-group {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.header-search .search-element {
  position: relative;
  margin-left: 15px;
}
.header-search .btn {
  position: absolute;
  right: 0;
  top: 0px;
  color: #8499c4;
}

.hor-header {
  box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
}

.horizontal-main {
  width: 100%;
  position: relative;
  padding: 8px;
}

.horizontalMenu html, .horizontalMenu body, .horizontalMenu iframe, .horizontalMenu h1, .horizontalMenu h2, .horizontalMenu h3, .horizontalMenu h4, .horizontalMenu h5, .horizontalMenu h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 500 !important;
  color: #6c756e;
}
.horizontalMenu .cl {
  clear: both;
}
.horizontalMenu img {
  border: 0 none;
  max-width: 100%;
}

object, embed, video {
  border: 0 none;
  max-width: 100%;
}

.horizontalMenu a:focus {
  outline: none;
}
.horizontalMenu:before {
  content: "";
  display: table;
}
.horizontalMenu:after {
  content: "";
  display: table;
  clear: both;
}

/* ================== Desktop Main Menu CSS ================== */
.horizontalMenucontainer {
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.horizontal-mainwrapper {
  margin: 0 auto;
}

.desktoplogo {
  padding: 0.75rem;
  margin: 0;
  float: left;
}
.desktoplogo img {
  width: 100%;
}

.horizontalMenu {
  color: #fff;
  font-size: 14px;
  padding: 0;
  display: block;
}
.horizontalMenu > .horizontalMenu-list {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 100%;
  display: block;
  padding: 0;
}
.horizontalMenu > .horizontalMenu-list > li {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}
.horizontalMenu > .horizontalMenu-list > li > a {
  display: block;
  padding: 0px 12px 0px 0px;
  text-decoration: none;
  position: relative;
  color: #6c756e;
  font-weight: 400;
  font-size: 14px;
  margin: 0 2px;
  border-radius: 0.25rem;
  vertical-align: middle;
}
.horizontalMenu > .horizontalMenu-list > li:last-child > a {
  border-right: 0px;
  margin-right: 0;
}
.horizontalMenu > .horizontalMenu-list > li:first-child > a {
  margin-left: 0;
}
.horizontalMenu > .horizontalMenu-list > li a.menuhomeicon {
  padding-left: 25px;
  padding-right: 25px;
}
.horizontalMenu > .horizontalMenu-list > li > a i.horizontal-icon {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-left: 3px;
  vertical-align: middle;
}
.horizontalMenu > .horizontalMenu-list > li > a .arrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 11px;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu {
  float: right;
  float: right;
  zoom: 1;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu a {
  padding: 0px 30px 0px 20px;
  border-right: none;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu a i {
  font-size: 15px;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu:before {
  content: "";
  display: table;
}

/* Desktop Search Bar */
.horizontalMenu-list > li.rightmenu:after {
  content: "";
  display: table;
}

.horizontalMenu > .horizontalMenu-list > li.rightmenu:after {
  clear: both;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch {
  float: right;
  width: 210px;
  height: 39px;
  position: relative;
  margin: 16px 0px 0px 0px;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .searchicon {
  transition: all 0.7s ease 0s;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input {
  width: 100%;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 39px;
  z-index: 2;
  outline: none;
  color: #333;
  background-color: #efefef;
  transition: all 0.7s ease 0s;
  font-size: 12px;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input::-moz-placeholder {
  color: #a9a9a9;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input::placeholder {
  color: #a9a9a9;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus {
  color: #333;
  width: 230px;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus ~ .btnstyle .fa {
  color: #000;
  opacity: 1;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus ~ .searchicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .btnstyle {
  top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.3;
  color: #333;
  z-index: 1000;
  background-color: transparent;
  border: solid 0px;
  transition: all 0.7s ease 0s;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .btnstyle .fa {
  line-height: 37px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .btnstyle:hover .fa {
  opacity: 1;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
  position: absolute;
  z-index: 99999;
  margin: 0px;
  padding: 10px 0px 10px 15px;
  min-width: 190px;
  background-color: #fff;
  border: 1px solid #e6ebf1;
  box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.1);
  border-radius: 4px;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
  background-image: none;
  color: #576482;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 6px 7px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
  position: relative;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover {
  text-decoration: none;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a > i {
  margin-right: 9px;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 10px 25px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e6ebf1;
  box-shadow: 20px 0px 18px rgba(4, 4, 7, 0.1);
  border-radius: 0 4px 4px 0;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
  background-image: none;
  color: #576482;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 6px 7px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  text-decoration: none;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
  margin-right: 9px;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  min-width: 220px;
  position: absolute;
  left: 115%;
  top: 0;
  margin: 0px;
  list-style: none;
  padding: 10px 25px;
  background-color: #fff;
  border: 1px solid #e6ebf1;
  box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.1);
  border-radius: 4px;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  background-image: none;
  color: #576482;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  text-decoration: none;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
  margin-right: 9px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 54px;
  color: #576482;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  font-size: 15px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .megamenu-content {
  border: 1px solid #e8ebf3;
  background-color: #fff;
  padding: 14px 20px;
  border-radius: 2px;
  box-shadow: 0px 5px 25px rgba(227, 228, 238, 0.2);
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .title {
  padding: 5px 5px 5px 0px;
  font-size: 16px;
  color: #2c2c2c;
  margin: 0px 0px 4px 0px;
  text-align: left;
  font-weight: 600;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .wsmwnutxt {
  width: 100%;
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
  color: #2c2c2c;
  margin-top: 10px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
  padding: 5px 10px 5px 30px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li h3 {
  font-size: 0.75rem !important;
  color: #6a7388;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 7px;
  background: transparent;
  background-image: none;
  color: #747d94;
  border-right: 0 none;
  display: block;
  font-size: 12px;
  margin-left: 10px;
  position: relative;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu li a:hover {
  background: transparent;
  text-decoration: none;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li i {
  font-size: 12px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .mrgtop {
  margin-top: 15px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
  font-size: 13px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfmenu {
  width: 30%;
  right: auto;
  left: auto;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfdiv {
  width: 20%;
  right: auto;
  left: auto;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form {
  width: 100%;
  display: block;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type=text] {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
  min-height: 122px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type=submit] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  margin-right: 15px;
  cursor: pointer;
  background-color: #e1e1e1;
  border-radius: 2px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type=button] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  cursor: pointer;
  background-color: #e1e1e1;
  border-radius: 2px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .carousel-inner .item img {
  width: 100%;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .carousel-control-next, .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .carousel-control-prev {
  opacity: 0.8;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .carousel-caption {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text {
  padding: 0px 0px;
  font-size: 14px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text ul {
  padding: 0px 0px;
  margin: 0px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text p {
  text-align: justify;
  line-height: 24px;
  color: #656565;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text ul li {
  display: block;
  padding: 2px 0px;
  line-height: 22px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text ul li a {
  color: #656565;
}

/* ================== Desktop Drop Down Menu CSS ================== */
/* ================== Desktop Mega Menus CSS  ================== */
@media (min-width: 1024px) {
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list:first-child {
    border: 0;
  }
}
/*= Desktop Half Menu CSS =*/
/*= Desktop HTML Form Menu CSS =*/
/* ================== Desktop Extra CSS ================== */
.horizontal-header {
  display: none;
}

.horizontal-overlapbg {
  opacity: 0;
  visibility: hidden;
}

.horizontalMenu .horizontalMenu-click, .horizontalMenu .horizontalMenu-click02 {
  display: none;
}

.hometext {
  display: none;
}

/*==============================================================================
							  Start Mobile CSS
===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */
@media only screen and (max-width: 991px) {
  /* ================== Mobile Base CSS ================== */
  body.active {
    overflow: hidden;
  }

  /* ================== Mobile Main Menu CSS ================== */
  .desktoplogo {
    display: none;
  }

  .horizontal-main {
    height: 0;
    padding: 0;
  }

  .horizontalMenucontainer {
    background-attachment: local;
    background-position: 33% 0%;
  }

  .horizontalMenu {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    overflow-y: hidden;
    padding: 0;
    top: 0;
    position: fixed;
    visibility: hidden;
    margin: 0px;
  }
  .horizontalMenu > .horizontalMenu-list {
    height: auto;
    min-height: 100%;
    width: 240px;
    background: #fff;
    padding-bottom: 0;
    margin-left: -240px;
    display: block;
    text-align: center;
  }
  .horizontalMenu > .horizontalMenu-list > li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
    clear: right;
    padding: 0;
  }
  .horizontalMenu > .horizontalMenu-list > li span a {
    width: 85%;
    margin: 0 auto;
  }
  .horizontalMenu > .horizontalMenu-list > li > a {
    padding: 2px 32px 2px 0px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    color: #576482;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: transparent;
    position: static;
    margin: 0px 0;
    border-radius: 0px;
  }
  .horizontalMenu > .horizontalMenu-list > li > a span.i {
    display: none;
  }
  .horizontalMenu > .horizontalMenu-list > li a.menuhomeicon {
    padding-left: 17px;
    padding-right: 17px;
    border-top: solid 1px rgba(0, 0, 0, 0.13);
  }
  .horizontalMenu > .horizontalMenu-list > li > a > .fa {
    font-size: 16px;
    color: #fff;
    display: none !important;
  }
  .horizontalMenu > .horizontalMenu-list > li > a .arrow:after {
    display: none;
  }
  .horizontalMenu > .horizontalMenu-list > li:hover > a {
    text-decoration: none;
  }
  .horizontalMenu > .horizontalMenu-list > li > a > .hometext {
    display: inline-block;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
    display: none;
    position: relative;
    top: 0px;
    background-color: #f0f0f8;
    border: none;
    padding: 0 25px;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: inherit;
    -webkit-transform-style: flat;
    box-shadow: none;
    margin: 0px;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
    line-height: 20px;
    font-size: 12px;
    padding: 10px 0px 10px 30px;
    color: #747d94;
    position: initial;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li span + a {
    padding-right: 30px;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a > .fa {
    display: none;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover {
    background-color: transparent;
    color: #576482;
    text-decoration: none;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu li:hover > a {
    color: #576482;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: inherit;
    -webkit-transform-style: flat;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
    line-height: 20px;
    font-size: 12px;
    padding: 10px 0px 10px 34px;
    color: #747d94;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li span + a {
    padding-right: 30px;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > .fa {
    display: none;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    background-color: transparent;
    color: #576482;
    text-decoration: none;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
    color: #000;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
    color: #000;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: inherit;
    -webkit-transform-style: flat;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
    margin: 0px 0px 0px 0px;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    line-height: 20px;
    font-size: 12px;
    padding: 10px 0px 10px 34px;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li span + a {
    padding-right: 30px;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > .fa {
    display: none;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    background-color: transparent;
    color: #576482;
    text-decoration: none;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
    color: #000;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
    color: #576482;
    display: none;
    position: relative;
    top: 0px;
    padding: 0px 0px;
    border: solid 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    -webkit-transform-style: flat;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .container {
    padding: 0;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfmenu {
    width: 100%;
    margin: 0px;
    padding: 5px 0px 10px 0px;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .title {
    color: #576482;
    font-size: 15px;
    padding: 10px 8px 10px 0px;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu > ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu > ul > li > a {
    padding: 9px 14px;
    line-height: normal;
    font-size: 12px !important;
    background-color: #e7e7e7;
    color: #576482;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu > ul > li > a:hover {
    background-color: #000;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu ul li.title {
    line-height: 26px;
    color: #576482;
    margin: 0px;
    font-size: 15px;
    padding: 7px 0px;
    background-color: transparent;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfdiv {
    width: 100%;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form {
    padding: 5px 0px 62px 0px;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .show-grid div {
    margin: 0px;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type=button], .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type=submit] {
    width: 46%;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form textarea {
    min-height: 100px;
  }

  /* ================== Mobile Slide Down Links CSS ================== */
  /* ================== Mobile Mega Menus CSS  ================== */
  /* ================== Mobile Header CSS ================== */
  .horizontal-header {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: 54px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.25s ease-in-out;
  }

  .active .horizontal-header {
    transition: all 0.25s ease-in-out;
  }

  .horizontal-header .smllogo {
    display: inline-block;
    margin-top: 11px;
  }

  /* Mobile Search Bar*/
  .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch {
    width: 86%;
    margin: 7% 7%;
    padding: 0px;
  }
  .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input {
    border-radius: 50px;
  }
  .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus {
    width: 100%;
  }

  .callusbtn {
    color: #a9a9a9;
    font-size: 21px;
    position: absolute;
    right: 5px;
    top: 0px;
    transition: all 0.4s ease-in-out 0s;
    z-index: 102;
    padding: 11px 14px;
  }
  .callusbtn .fa {
    vertical-align: top;
    margin-top: 4px;
  }
  .callusbtn:hover .fa {
    color: #a9a9a9;
  }

  /* Mobile Toggle Menu icon (X ICON) */
  .animated-arrow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 102;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 6px 0 0 8px;
  }
  .animated-arrow span {
    cursor: pointer;
    height: 2px;
    width: 17px;
    background: #5c678f;
    position: absolute;
    display: block;
    content: "";
    transition: all 500ms ease-in-out;
  }
  .animated-arrow span:before, .animated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 17px;
    background: #5c678f;
    position: absolute;
    display: block;
    content: "";
  }
  .animated-arrow span:before {
    top: -7px;
    width: 23px;
  }
  .animated-arrow span:after {
    bottom: -7px;
    width: 17px;
  }
  .animated-arrow span:before, .animated-arrow span:after {
    transition: all 500ms ease-in-out;
  }

  .active .animated-arrow span {
    background-color: transparent;
    background: none !important;
  }
  .active .animated-arrow span:after {
    width: 23px;
    top: -3px;
  }
  .active .animated-arrow span:before {
    top: -3px;
  }
  .active .animated-arrow.active span:after {
    top: -3px;
  }
  .active .animated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }
  .active .animated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* ================== Mobile Overlay/Drawer CSS ================== */
  .horizontal-overlapbg {
    right: 0;
    width: calc(100% - 240px);
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }

  .active .horizontalMenu .horizontal-overlapbg {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
  }

  .horizontalMenucontainer {
    transition: all 0.25s ease-in-out;
  }

  .active .horizontalMenucontainer {
    margin-left: 240px;
    transition: all 0.25s ease-in-out;
  }
  .active .horizontalMenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    z-index: 1000;
    top: 0;
    height: 100% !important;
  }
  .active .horizontalMenu > .horizontalMenu-list {
    transition: all 0.25s ease-in-out;
    margin-left: 0;
  }

  /* ================== Mobile Sub Menu Expander Arrows  ================== */
  .horizontalMenu > .horizontalMenu-list > li > .horizontalMenu-click {
    height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  .horizontalMenu > .horizontalMenu-list > li .horizontalMenu-click.horizontal-activearrow > i {
    transform: rotate(180deg);
    margin-top: 7px;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontalMenu-click > i {
    display: block;
    height: 23px;
    width: 25px;
    margin-top: 14px;
    margin-right: 10px;
    background-size: 25px;
    font-size: 16px;
    color: #576482;
    float: right;
    opacity: 0.4;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li .horizontalMenu-click02 {
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li .horizontalMenu-click02 > i {
    display: block;
    margin: 8px 6px 8px 6px;
    background-size: 25px;
    font-size: 16px;
    color: #576482;
    float: right;
    opacity: 0.4;
  }

  .sub-menu li:before {
    top: 10px !important;
  }

  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu .sub-menu-sub:after {
    display: none;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li .horizontalMenu-click02 > i.horizontalMenu-rotate {
    transform: rotate(180deg);
  }
  .horizontalMenu > .horizontalMenu-list > li a span {
    display: none;
  }
  .horizontalMenu > .horizontalMenu-list > li > a .horizontal-icon {
    display: none;
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
    background: transparent;
    box-shadow: none !important;
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
    color: rgba(255, 255, 255, 0.6);
  }

  .mega-menubg {
    border: 0 !important;
    box-shadow: 0 !important;
  }

  .hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
    color: #664dc9;
  }
  .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active {
    color: #fff;
    background: #664dc9;
  }
  .hor-menu .horizontalMenu > .horizontalMenu-list > li:first-child > a {
    margin-top: 0 !important;
  }
  .hor-menu .horizontalMenu > .horizontalMenu-list > li:last-child > a {
    margin-right: 5px !important;
  }

  .mega-menubg {
    box-shadow: none !important;
    padding: 0px 20px !important;
  }

  /*End Media Query*/
}
/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width: 1162px) {
  .horizontalMenu > .horizontalMenu-list > li > a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  .horizontalMenu > .horizontalMenu-list > li > a > .arrow {
    display: none;
  }
  .horizontalMenu > .horizontalMenu-list > li a.menuhomeicon {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.horizontalMenu-list .sub-menu .sub-menu:before, .horizontalMenu-list .sub-menu .sub-menu:after {
  display: none;
}

@media (max-width: 992px) {
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .megamenu-content {
    border: 0;
    box-shadow: none;
  }
}
.sticky.sticky-pin .horizontal-main {
  box-shadow: -6px 5px 8px 0 rgba(24, 23, 38, 0.06);
}

.horizontalMenu ul li a.btn {
  font-size: 14px !important;
  margin: 5px 0;
}

@media (min-width: 992px) {
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
  }
  .horizontalMenu > .horizontalMenu-list > li:hover > ul.sub-menu, .horizontalMenu > .horizontalMenu-list > li:hover > .horizontal-megamenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
  }
  .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
  }

  .header-style1 .horizontalMenu > .horizontalMenu-list > li {
    padding: 0.75rem 0;
  }
}
.mega-menubg {
  background: #fff;
  padding: 14px 15px;
  border: 1px solid #e6ebf1;
  box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.1);
  border-radius: 4px;
  margin-top: -7px;
}

.horizontal-main.hor-menu {
  background: #fff;
  border-bottom: 1px solid transparent;
  box-shadow: 5px 7px 26px -5px rgba(24, 23, 38, 0.06);
}

.hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
  color: #576482;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active, .hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
  color: #664dc9;
  background: #f5f6f8;
  box-shadow: none;
}

.hor-menu .horizontalMenu a.active .hor-icon, .hor-menu .horizontalMenu a:hover .hor-icon {
  fill: #664dc9;
}

.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu .sub-menu-sub:after {
  content: "\e92f";
  font-family: "feather";
  font-size: 13px;
  position: absolute;
  top: 9px;
  right: 14px;
  color: #576482;
  opacity: 0.4;
}

.hor-menu .horizontalMenu > .horizontalMenu-list > li:first-child > a {
  margin-left: 0;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li:last-child > a {
  margin-right: 0;
}

.hor-icon {
  color: #555b6d;
  fill: #555b6d;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  padding: 8px;
  margin-left: 5px;
}

.hor-content .latest-timeline {
  height: 365px;
}

@media (min-width: 768px) {
  .hor-header .header-brand {
    margin-top: 11px;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .hor-header {
    padding: 0.75rem;
  }

  .hor-header .navbar-toggler {
    top: -4px;
  }

  ul.sub-menu {
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .hor-header .header-brand-img.mobile-logo {
    display: none !important;
  }
  .hor-header .header-brand .header-brand-img {
    margin: 16px 0px 16px 0px !important;
  }
  .hor-header .animated-arrow.hor-toggle {
    text-align: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    margin: 5px;
    top: 6px;
    left: 6px;
    margin-bottom: 8px !important;
    padding: 16px 35px 16px 0px !important;
  }

  .responsive-navbar.navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    background: #ffffff;
    margin-top: 0;
    z-index: 999;
    top: 78px;
    right: 0px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #f0f0ff;
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  }

  .hor-header .header-brand .header-brand-img {
    position: absolute;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    margin-top: 3px !important;
    text-align: center;
  }

  .hor-header .profile-dropdown {
    padding: 0.5rem;
  }

  .hor-header .main-header-end .nav-link.icon {
    padding: 1.8rem 0.3rem !important;
  }
}
.hor-header .header-brand {
  margin-right: 0rem;
  min-width: 0px;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .hor-header .demo-icon .header-icon {
    margin-top: 14px !important;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .hor-header .form-inline .btn {
    margin-top: 1px !important;
  }
}
@media (min-width: 767px) {
  .hor-header .profile-dropdown {
    padding: 0.95rem;
  }
  .hor-header .notifyimg {
    line-height: 40px !important;
  }
  .hor-header .form-inline .btn {
    padding: 4px 10px 4px 10px;
    top: 13px;
    background-color: #664dc9;
    opacity: 1;
    left: inherit;
    right: 0 !important;
  }
  .hor-header .form-inline .btn .search-icon {
    fill: white !important;
    margin-top: 4px !important;
  }
  .hor-header .form-control::-webkit-input-placeholder {
    padding-top: 0px !important;
  }
  .hor-header .top-header .search-element input {
    border-radius: 10px !important;
  }
  .hor-header .form-inline .form-control {
    padding-left: 14px;
    padding-top: 8px;
    margin-top: 12px;
  }
  .hor-header .header-search {
    min-width: 25rem !important;
    border: 1px solid #e6ebf1 !important;
  }
  .hor-header .search-icon {
    width: 24px;
    height: 24px;
  }
}
.hor-header .form-control:focus {
  border-color: #dee4ea;
}

.dark-mode .hor-header .form-control:focus {
  border-color: #32394e;
}

@media (min-width: 768px) {
  .hor-header .search-element {
    top: 0px;
  }
}
@media (max-width: 767.98px) {
  .navbar-toggler {
    margin-top: 0px !important;
  }

  .hor-header .main-header-end .nav-link.icon.demo-icon {
    padding: 1rem 0.3rem !important;
  }
}
@media (min-width: 992px) {
  .hor-header .demo-icon {
    border-right: 1px solid #e6ebf1 !important;
  }

  .theme-layout {
    border-left: 1px solid #e6ebf1;
  }
}
:root {
  --compass-purple: #8b5cf6;
  --compass-pink: #ec4899;
  --compass-cyan: #10f7cf;
  --compass-success: #22c55e;
  --compass-success-dark: #16a34a;
  --compass-danger: #ef4444;
  --compass-danger-dark: #dc2626;
  --compass-gradient: linear-gradient(135deg, var(--compass-purple), var(--compass-pink));
  --compass-gradient-subtle: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
  --compass-gradient-hover: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.15));
  --compass-gradient-success: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.05));
  --compass-gradient-danger: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(239, 68, 68, 0.05));
  --compass-border: rgba(139, 92, 246, 0.2);
  --compass-border-hover: rgba(139, 92, 246, 0.4);
  --compass-shadow: 0 2px 8px rgba(139, 92, 246, 0.08);
  --compass-shadow-hover: 0 12px 24px -8px rgba(139, 92, 246, 0.3);
  --compass-radius: 12px;
  --compass-radius-sm: 8px;
}

.accent-top, .compass-card.compass-card--accent, body .compass-card.compass-card--accent {
  position: relative;
}
.accent-top::before, .compass-card.compass-card--accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--compass-gradient);
  border-radius: var(--compass-radius) var(--compass-radius) 0 0;
}

.accent-left {
  position: relative;
}
.accent-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: var(--compass-gradient);
  border-radius: var(--compass-radius-sm) 0 0 var(--compass-radius-sm);
}

.text-gradient {
  background: var(--compass-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-success {
  background: linear-gradient(135deg, var(--compass-success), var(--compass-success-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-danger {
  background: linear-gradient(135deg, var(--compass-danger), var(--compass-danger-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.font-mono-num, .mono-num, body .mono-num {
  font-family: "JetBrains Mono", "SF Mono", "Monaco", "Consolas", "Liberation Mono", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

.price-display {
  font-family: "JetBrains Mono", "SF Mono", "Monaco", "Consolas", "Liberation Mono", monospace;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.pct-change {
  font-family: "JetBrains Mono", "SF Mono", "Monaco", "Consolas", "Liberation Mono", monospace;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}
.pct-change.pct-positive, .pct-change--positive {
  color: var(--compass-success);
}
.pct-change.pct-negative, .pct-change--negative {
  color: var(--compass-danger);
}

.td-num,
.cell-num {
  font-family: "JetBrains Mono", "SF Mono", "Monaco", "Consolas", "Liberation Mono", monospace;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.compass-stat-card {
  padding: 1.75rem;
  border-radius: var(--compass-radius);
  background: var(--compass-gradient-subtle);
  border: 1px solid var(--compass-border);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.compass-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--compass-gradient);
}
.compass-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--compass-shadow-hover);
  border-color: var(--compass-border-hover);
  background: var(--compass-gradient-hover);
}
.compass-stat-card .stat-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.7;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.compass-stat-card .stat-value {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  background: var(--compass-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.compass-stat-card .stat-subvalue {
  font-size: 1.1rem;
  opacity: 0.7;
  font-weight: 500;
  background: var(--compass-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.compass-stat-card .stat-unit {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-top: 0.25rem;
}
.compass-stat-card.compass-stat-card--positive {
  background: var(--compass-gradient-success);
  border-color: rgba(34, 197, 94, 0.3);
}
.compass-stat-card.compass-stat-card--positive::before {
  background: linear-gradient(90deg, var(--compass-success), var(--compass-success-dark));
}
.compass-stat-card.compass-stat-card--positive:hover {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(34, 197, 94, 0.1));
  border-color: rgba(34, 197, 94, 0.5);
  box-shadow: 0 12px 24px -8px rgba(34, 197, 94, 0.3);
}
.compass-stat-card.compass-stat-card--positive .stat-value {
  background: linear-gradient(135deg, var(--compass-success), var(--compass-success-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.compass-stat-card.compass-stat-card--negative {
  background: var(--compass-gradient-danger);
  border-color: rgba(239, 68, 68, 0.3);
}
.compass-stat-card.compass-stat-card--negative::before {
  background: linear-gradient(90deg, var(--compass-danger), var(--compass-danger-dark));
}
.compass-stat-card.compass-stat-card--negative:hover {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(239, 68, 68, 0.1));
  border-color: rgba(239, 68, 68, 0.5);
  box-shadow: 0 12px 24px -8px rgba(239, 68, 68, 0.3);
}
.compass-stat-card.compass-stat-card--negative .stat-value {
  background: linear-gradient(135deg, var(--compass-danger), var(--compass-danger-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.compass-stat-card.compass-stat-card--compact {
  padding: 1rem 1.25rem;
}
.compass-stat-card.compass-stat-card--compact .stat-value {
  font-size: 1.5rem;
}

.seo-stats-grid .stat-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--compass-text-secondary, #6b7280);
  margin-bottom: 0.15rem;
  font-weight: 500;
}
.seo-stats-grid .stat-value {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--compass-text-primary, #1f2937);
}
.seo-stats-grid .stat-value.price-display {
  font-family: "JetBrains Mono", "SF Mono", "Monaco", "Consolas", "Liberation Mono", monospace;
}
@media (max-width: 768px) {
  .seo-stats-grid .col-6 {
    padding-bottom: 0.5rem;
  }
  .seo-stats-grid .stat-label {
    font-size: 0.6rem;
  }
  .seo-stats-grid .stat-value {
    font-size: 0.85rem;
  }
}

.dark-mode .seo-stats-grid .stat-label {
  color: #9ca3af;
}
.dark-mode .seo-stats-grid .stat-value {
  color: #e5e7eb;
}

.compass-card {
  background: white;
  border-radius: var(--compass-radius);
  border: 1px solid rgba(139, 92, 246, 0.1);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--compass-shadow);
}
.card.compass-styled {
  border-radius: var(--compass-radius);
  border: 1px solid rgba(139, 92, 246, 0.1);
  box-shadow: var(--compass-shadow);
  overflow: hidden;
}
.card.compass-styled.compass-styled--accent {
  border-top: 3px solid transparent;
  -o-border-image: var(--compass-gradient) 1;
     border-image: var(--compass-gradient) 1;
}
.card.compass-styled .card-header {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(236, 72, 153, 0.05));
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
  font-weight: 600;
}
.card.compass-styled .card-header h1, .card.compass-styled .card-header h2, .card.compass-styled .card-header h3, .card.compass-styled .card-header h4, .card.compass-styled .card-header h5, .card.compass-styled .card-header h6 {
  margin-bottom: 0;
  background: var(--compass-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.card.compass-styled .card-footer {
  background: rgba(139, 92, 246, 0.03);
  border-top: 1px solid rgba(139, 92, 246, 0.1);
}
.card.compass-styled.compass-styled--hover:hover {
  transform: translateY(-2px);
  box-shadow: var(--compass-shadow-hover);
  border-color: var(--compass-border-hover);
}

.card.compass-styled--minimal {
  border-radius: var(--compass-radius);
  border: 1px solid rgba(139, 92, 246, 0.1);
  box-shadow: var(--compass-shadow);
}
.card.compass-styled--minimal .card-header {
  background: transparent;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}

.compass-pool-card {
  padding: 1.5rem;
  border-radius: var(--compass-radius);
  background: white;
  border: 1px solid rgba(139, 92, 246, 0.15);
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}
.compass-pool-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px -4px rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.3);
}
.compass-pool-card .pool-name {
  font-weight: 600;
  font-size: 1.1rem;
  color: #2d3748;
}
.compass-pool-card .pool-meta {
  font-size: 0.85rem;
  color: #718096;
}
.compass-pool-card .pool-stat {
  text-align: center;
}
.compass-pool-card .pool-stat-value {
  font-weight: 700;
  font-size: 1.15rem;
}
.compass-pool-card .pool-stat-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a0aec0;
  margin-top: 0.25rem;
}

.compass-info-box {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.05), rgba(236, 72, 153, 0.05));
  border-left: 4px solid var(--compass-purple);
  padding: 1rem 1.25rem;
  border-radius: var(--compass-radius-sm);
  margin-bottom: 1.5rem;
}
.compass-info-box h5, .compass-info-box .info-title {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.compass-info-box p:last-child {
  margin-bottom: 0;
}
.compass-info-box.compass-info-box--success {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.05), rgba(34, 197, 94, 0.02));
  border-left-color: var(--compass-success);
}
.compass-info-box.compass-info-box--warning {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.05), rgba(245, 158, 11, 0.02));
  border-left-color: #f59e0b;
}
.compass-info-box.compass-info-box--danger {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.05), rgba(239, 68, 68, 0.02));
  border-left-color: var(--compass-danger);
}

.compass-table, .analytics-table, .table.compass-styled, body .table.compass-styled, body .analytics-table {
  width: 100%;
}
.compass-table thead th, .analytics-table thead th, .table.compass-styled thead th {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(236, 72, 153, 0.05));
  border-bottom: 2px solid rgba(139, 92, 246, 0.2);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #4a5568;
  padding: 0.875rem 1rem;
}
.compass-table tbody tr, .analytics-table tbody tr, .table.compass-styled tbody tr {
  transition: background-color 0.15s ease;
}
.compass-table tbody tr:hover, .analytics-table tbody tr:hover, .table.compass-styled tbody tr:hover {
  background-color: rgba(139, 92, 246, 0.03);
}
.compass-table tbody td, .analytics-table tbody td, .table.compass-styled tbody td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(139, 92, 246, 0.08);
  vertical-align: middle;
}
.compass-table.compass-table--striped tbody tr:nth-child(even), .compass-table--striped.analytics-table tbody tr:nth-child(even), .compass-table--striped.table.compass-styled tbody tr:nth-child(even) {
  background-color: rgba(139, 92, 246, 0.02);
}

.el-table {
  --el-table-border-color: rgba(139, 92, 246, 0.1);
}
.el-table .el-table__header-wrapper th {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(236, 72, 153, 0.05)) !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}
.el-table .el-table__row:hover > td {
  background-color: rgba(139, 92, 246, 0.03) !important;
}

.compass-chart-container {
  background: white;
  border-radius: var(--compass-radius);
  border: 1px solid rgba(139, 92, 246, 0.1);
  padding: 1.5rem;
  box-shadow: var(--compass-shadow);
}
.compass-chart-container .chart-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #2d3748;
}
.compass-chart-container .chart-subtitle {
  font-size: 0.85rem;
  color: #718096;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}

.compass-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
}
.compass-badge.compass-badge--purple {
  background-color: var(--compass-purple);
  color: white;
}
.compass-badge.compass-badge--gradient {
  background: var(--compass-gradient);
  color: white;
}
.compass-badge.compass-badge--outline {
  background: transparent;
  border: 1px solid var(--compass-purple);
  color: var(--compass-purple);
}

.compass-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: var(--compass-radius-sm);
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
.compass-btn.compass-btn--primary {
  background: var(--compass-gradient);
  color: white;
}
.compass-btn.compass-btn--primary:hover {
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
  transform: translateY(-1px);
}
.compass-btn.compass-btn--outline {
  background: transparent;
  border: 1px solid var(--compass-border);
  color: var(--compass-purple);
}
.compass-btn.compass-btn--outline:hover {
  background: var(--compass-gradient-subtle);
  border-color: var(--compass-border-hover);
}

.dark-mode {
  --compass-gradient-subtle: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.15));
  --compass-gradient-hover: linear-gradient(135deg, rgba(139, 92, 246, 0.25), rgba(236, 72, 153, 0.25));
  --compass-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  --compass-border: rgba(139, 92, 246, 0.3);
}
.dark-mode .compass-card,
.dark-mode .compass-pool-card,
.dark-mode .compass-chart-container {
  background: #1e1e2e;
  color: #e2e8f0;
}
.dark-mode .compass-stat-card .stat-label,
.dark-mode .compass-stat-card .stat-unit {
  opacity: 0.8;
}
.dark-mode .compass-table thead th, .dark-mode .analytics-table thead th, .dark-mode .table.compass-styled thead th {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.1));
  color: #e2e8f0;
}

.pro-only {
  display: none !important;
}

.standard-only {
  display: block;
}

body.pro-mode .pro-only {
  display: block !important;
}
body.pro-mode .standard-only {
  display: none !important;
}
body.pro-mode .compass-stat-card {
  padding: 1rem;
}
body.pro-mode .compass-table td, body.pro-mode .analytics-table td, body.pro-mode .table.compass-styled td,
body.pro-mode .compass-table th,
body.pro-mode .analytics-table th,
body.pro-mode .table.compass-styled th {
  padding: 0.4rem 0.6rem;
}

.pro-only-inline {
  display: none !important;
}

.standard-only-inline {
  display: inline-flex;
}

body.pro-mode .pro-only-inline {
  display: inline-flex !important;
}
body.pro-mode .standard-only-inline {
  display: none !important;
}

.token-page-header {
  position: relative;
}
@media (max-width: 768px) {
  .token-page-header {
    padding: 0.25rem 0;
  }
}

.alert.bg-gradient-teal {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.95) 0%, rgba(6, 182, 212, 0.9) 50%, rgba(34, 197, 94, 0.85) 100%) !important;
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 0;
}
.alert.bg-gradient-teal::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: bannerShine 8s ease-in-out infinite;
}
.alert.bg-gradient-teal .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.alert.bg-gradient-teal .row {
  width: 100%;
  align-items: center;
}
.alert.bg-gradient-teal h4 {
  font-family: "DM Sans", -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.25rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: white !important;
  -webkit-text-fill-color: white !important;
  background: none !important;
}
.alert.bg-gradient-teal p {
  font-size: 0.8rem;
  opacity: 0.9;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9) !important;
}
.alert.bg-gradient-teal .btn {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-shadow: none;
}
.alert.bg-gradient-teal .btn:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .alert.bg-gradient-teal {
    padding: 0.6rem 0.75rem !important;
    margin-bottom: 0;
  }
  .alert.bg-gradient-teal .container {
    padding: 0;
  }
  .alert.bg-gradient-teal .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0.5rem;
    align-items: center;
  }
  .alert.bg-gradient-teal .col-md-10 {
    flex: 1 1 0% !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  .alert.bg-gradient-teal .col-md-2 {
    flex: 0 0 auto !important;
    width: auto !important;
    text-align: right;
  }
  .alert.bg-gradient-teal h4 {
    font-size: 0.8rem !important;
    margin-bottom: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white !important;
    -webkit-text-fill-color: white !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
  }
  .alert.bg-gradient-teal p {
    display: none;
  }
  .alert.bg-gradient-teal .btn {
    padding: 0.4rem 0.75rem !important;
    font-size: 0.7rem !important;
    border-radius: 6px;
  }
}
@media (max-width: 375px) {
  .alert.bg-gradient-teal {
    padding: 0.5rem !important;
  }
  .alert.bg-gradient-teal h4 {
    font-size: 0.7rem !important;
    color: white !important;
    -webkit-text-fill-color: white !important;
  }
  .alert.bg-gradient-teal .btn {
    padding: 0.35rem 0.6rem !important;
    font-size: 0.65rem !important;
  }
}

@keyframes bannerShine {
  0%, 100% {
    left: -100%;
  }
  50% {
    left: 150%;
  }
}
@media (max-width: 768px) {
  #token-page-container {
    margin-top: 0.75rem !important;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .sticky.mb-4:has(+ main #token-page-container) {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .token-header-compact img.brround, .token-header-compact .token-avatar-placeholder {
    height: 48px !important;
    width: 48px !important;
  }
  .token-header-compact h1 {
    font-size: 1.25rem !important;
    margin-bottom: 0 !important;
  }
  .token-header-compact .h2 {
    font-size: 1.5rem !important;
  }
  .token-header-compact .h4 {
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .token-header-compact .row-cols-2 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }
}
@media (max-width: 768px) {
  .token-header-compact .col-lg-4 {
    display: none;
  }
}

.chart-card .card-header {
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}
.chart-card .chart-icon {
  margin-right: 0.35rem;
}
.chart-card .card-body {
  background: var(--compass-bg-secondary, #f8fafc);
}

.chart-type-toggle {
  display: flex;
  gap: 0.25rem;
  background: rgba(139, 92, 246, 0.05);
  border-radius: 6px;
  padding: 0.2rem;
}

.chart-type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 28px;
  border: none;
  background: transparent;
  border-radius: 4px;
  color: #9ca3af;
  cursor: pointer;
  transition: all 0.2s;
}
.chart-type-btn:hover {
  color: #6b7280;
  background: rgba(139, 92, 246, 0.1);
}
.chart-type-btn.active {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  color: white;
  box-shadow: 0 2px 4px rgba(139, 92, 246, 0.3);
}

.dark-mode .chart-card .card-body {
  background: #0d1117;
}
.dark-mode .chart-card .chart-type-btn {
  color: #6b7280;
}
.dark-mode .chart-card .chart-type-btn:hover {
  color: #9ca3af;
}

@media (max-width: 768px) {
  .price-tabs-container {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0.4rem !important;
    padding: 0.5rem 0;
    margin: 0 -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .price-tabs-container::-webkit-scrollbar {
    display: none;
  }
  .price-tabs-container .price-tab {
    flex: 0 0 auto;
    min-width: 60px;
    padding: 0.4rem 0.6rem;
  }
}

@media (max-width: 768px) {
  .buy-sell-pressure-container {
    padding: 0.75rem !important;
  }
  .buy-sell-pressure-container .pressure-bar {
    height: 10px;
  }
  .buy-sell-pressure-container .pressure-stats {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 768px) {
  .compass-card,
.card.compass-styled {
    border-radius: var(--compass-radius-sm);
  }
  .compass-card .card-body,
.card.compass-styled .card-body {
    padding: 0.875rem;
  }
}

@media (max-width: 768px) {
  .compass-stat-card {
    padding: 1rem;
  }
  .compass-stat-card .stat-value {
    font-size: 1.25rem;
  }
  .compass-stat-card--compact {
    padding: 0.75rem;
  }
}

@media (max-width: 768px) {
  .analytics-panel {
    padding: 0.875rem;
  }
  .analytics-panel .panel-title {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .table-mobile-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -0.875rem;
    padding: 0 0.875rem;
  }
  .table-mobile-scroll .compass-table, .table-mobile-scroll .table.compass-styled,
.table-mobile-scroll .analytics-table {
    min-width: 500px;
  }
}

@media (max-width: 768px) {
  .security-panel .security-row {
    padding: 0.5rem 0;
    font-size: 0.85rem;
  }
  .security-panel .security-score-bar {
    height: 8px;
  }
}

@media (max-width: 768px) {
  .compass-chart-container,
.token-chart-wrapper {
    padding: 0.75rem;
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .live-feed .feed-item {
    padding: 0.75rem;
  }
  .live-feed .feed-item .feed-item-content {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .nav-tabs .nav-item {
    flex: 0 0 auto;
  }
  .nav-tabs .nav-link {
    white-space: nowrap;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}

.mobile-show {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile-show {
    display: block !important;
  }
}

.mobile-show-flex {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile-show-flex {
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .token-page-layout {
    display: flex;
    flex-wrap: wrap;
  }
  .token-page-layout .col-lg-8 {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .token-page-layout .col-lg-4,
.token-page-layout .mobile-sidebar {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .token-page-layout .mobile-late-content {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .token-page-layout {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 1.5rem;
  }
  .token-page-layout .col-lg-8 {
    grid-column: 1;
    grid-row: 1;
    max-width: 100%;
    padding: 0;
  }
  .token-page-layout .col-lg-4,
.token-page-layout .mobile-sidebar {
    grid-column: 2;
    grid-row: 1/3;
    max-width: 100%;
    padding: 0;
  }
  .token-page-layout .mobile-late-content {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
  }
}

.mobile-fab {
  display: none;
}
@media (max-width: 768px) {
  .mobile-fab {
    display: flex;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--compass-gradient);
    color: white;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.4);
    z-index: 1000;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .mobile-fab:hover, .mobile-fab:active {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(139, 92, 246, 0.5);
  }
  .mobile-fab .fab-icon {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .mobile-collapsible .collapsible-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 0.75rem;
    background: var(--compass-gradient-subtle);
    border-radius: var(--compass-radius-sm);
  }
  .mobile-collapsible .collapsible-header::after {
    content: "▼";
    font-size: 0.7rem;
    transition: transform 0.2s ease;
  }
  .mobile-collapsible .collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .mobile-collapsible.expanded .collapsible-header::after {
    transform: rotate(180deg);
  }
  .mobile-collapsible.expanded .collapsible-content {
    max-height: 2000px;
  }
}

@media (max-width: 768px) {
  body.pro-mode .compass-stat-card {
    padding: 0.6rem;
  }
  body.pro-mode .compass-table td, body.pro-mode .analytics-table td, body.pro-mode .table.compass-styled td,
body.pro-mode .compass-table th,
body.pro-mode .analytics-table th,
body.pro-mode .table.compass-styled th {
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
  }
  body.pro-mode .token-page-header {
    position: sticky;
  }
}

.mobile-trade-drawer {
  display: none;
}
@media (max-width: 768px) {
  .mobile-trade-drawer {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #1e1e3f 0%, #16162a 100%);
    border-radius: 16px 16px 0 0;
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-bottom: none;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.5), 0 -2px 0 rgba(139, 92, 246, 0.2);
    z-index: 1050;
    max-height: 90px;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mobile-trade-drawer.open {
    max-height: 85vh;
    overflow-y: auto;
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
}

.drawer-peek {
  display: none;
}
@media (max-width: 768px) {
  .drawer-peek {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 1rem 0.75rem;
    cursor: pointer;
  }
}

.peek-handle {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  margin-bottom: 0.5rem;
}

.peek-buttons {
  display: flex;
  gap: 0.75rem;
  width: 100%;
  transition: opacity 0.2s ease, max-height 0.2s ease;
}
.mobile-trade-drawer.open .peek-buttons {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.peek-btn {
  flex: 1;
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.peek-btn--buy {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: white;
}
.peek-btn--buy:hover, .peek-btn--buy:active {
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}
.peek-btn--sell {
  background: linear-gradient(135deg, #dc2626, #ef4444);
  color: white;
}
.peek-btn--sell:hover, .peek-btn--sell:active {
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
}

.drawer-content {
  display: none;
}
@media (max-width: 768px) {
  .drawer-content {
    display: block;
    max-height: 85vh;
    overflow-y: auto;
  }
  .mobile-trade-drawer:not(.open) .drawer-content {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
}

.drawer-body {
  padding: 0.5rem 0.75rem 0.75rem;
}
.drawer-body .swap-widget {
  padding: 1rem;
}

.drawer-backdrop {
  display: none;
}
@media (max-width: 768px) {
  .drawer-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .mobile-trade-drawer.open ~ .drawer-backdrop {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 768px) {
  body:not(.dark-mode) .mobile-trade-drawer {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
    border-color: rgba(139, 92, 246, 0.2);
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.1), 0 -2px 0 rgba(139, 92, 246, 0.1);
  }
}
body:not(.dark-mode) .peek-handle {
  background: rgba(0, 0, 0, 0.2);
}
body:not(.dark-mode) .peek-btn--buy {
  background: linear-gradient(135deg, #16a34a, #22c55e);
}
body:not(.dark-mode) .peek-btn--sell {
  background: linear-gradient(135deg, #dc2626, #ef4444);
}
@media (max-width: 768px) {
  body:not(.dark-mode) .drawer-backdrop {
    background: rgba(0, 0, 0, 0.3);
  }
}

.compass-submenu-bar {
  background: #1a1f2e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  width: 100%;
}

.compass-submenu-nav {
  display: flex;
  align-items: center;
}

.compass-submenu-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 4px 0;
}

.compass-submenu-link {
  display: inline-flex;
  align-items: center;
  min-width: 250px;
  padding: 0 12px 0 0;
  margin: 0;
  color: #a0aec0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  line-height: 21px;
  transition: color 0.2s;
}
.compass-submenu-link:hover {
  color: #fff;
  text-decoration: none;
}
.compass-submenu-link.active {
  color: #00d4aa;
}

.compass-submenu-separator {
  color: #666;
  padding: 0 8px;
  line-height: 21px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .compass-submenu-links {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 2rem 4px 0;
  }
  .compass-submenu-links::-webkit-scrollbar {
    display: none;
  }

  .compass-submenu-link {
    min-width: auto;
    font-size: 13px;
    padding: 0 10px 0 0;
  }

  .compass-submenu-separator {
    padding: 0 4px;
  }
}
.horizontalMenu-list > li.nav-active > a {
  color: #00d4aa !important;
  background: rgba(0, 212, 170, 0.1);
  border-radius: 4px;
}
.horizontalMenu-list > li > a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.horizontalMenu-list > li.nav-active > a .fas,
.horizontalMenu-list > li > a:hover .fas {
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: currentColor !important;
}

body:not(.dark-mode) .swap-widget {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%) !important;
  border-color: rgba(139, 92, 246, 0.2) !important;
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.08) !important;
}
body:not(.dark-mode) .swap-widget::before {
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.3), transparent);
}
body:not(.dark-mode) .swap-widget .swap-title,
body:not(.dark-mode) .swap-widget .token-symbol,
body:not(.dark-mode) .swap-widget .amount-input,
body:not(.dark-mode) .swap-widget .rate-value {
  color: #1f2937 !important;
}
body:not(.dark-mode) .swap-widget .input-label,
body:not(.dark-mode) .swap-widget .balance-label,
body:not(.dark-mode) .swap-widget .rate-label,
body:not(.dark-mode) .swap-widget .slippage-label,
body:not(.dark-mode) .swap-widget .usd-value {
  color: #6b7280 !important;
}
body:not(.dark-mode) .swap-widget .settings-btn {
  background: rgba(139, 92, 246, 0.05);
  border-color: rgba(139, 92, 246, 0.15);
  color: #6b7280;
}
body:not(.dark-mode) .swap-widget .settings-btn:hover {
  background: rgba(139, 92, 246, 0.1);
  color: #1f2937;
}
body:not(.dark-mode) .swap-widget .slippage-panel {
  background: rgba(139, 92, 246, 0.03);
  border-color: rgba(139, 92, 246, 0.1);
}
body:not(.dark-mode) .swap-widget .slippage-btn {
  background: rgba(139, 92, 246, 0.05);
  border-color: rgba(139, 92, 246, 0.1);
  color: #6b7280;
}
body:not(.dark-mode) .swap-widget .slippage-btn.active {
  background: rgba(139, 92, 246, 0.15);
  color: #7c3aed;
}
body:not(.dark-mode) .swap-widget .slippage-custom {
  background: rgba(139, 92, 246, 0.05);
  border-color: rgba(139, 92, 246, 0.1);
}
body:not(.dark-mode) .swap-widget .slippage-custom input {
  color: #1f2937;
}
body:not(.dark-mode) .swap-widget .token-input-box {
  background: rgba(139, 92, 246, 0.02) !important;
  border-color: rgba(139, 92, 246, 0.12) !important;
}
body:not(.dark-mode) .swap-widget .token-input-box:focus-within {
  border-color: rgba(139, 92, 246, 0.4) !important;
}
body:not(.dark-mode) .swap-widget .token-selector {
  background: rgba(139, 92, 246, 0.08);
  border-color: rgba(139, 92, 246, 0.15);
}
body:not(.dark-mode) .swap-widget .token-selector:hover {
  background: rgba(139, 92, 246, 0.12);
}
body:not(.dark-mode) .swap-widget .amount-input::-moz-placeholder {
  color: #9ca3af;
}
body:not(.dark-mode) .swap-widget .amount-input::placeholder {
  color: #9ca3af;
}
body:not(.dark-mode) .swap-widget .balance-btn {
  background: rgba(139, 92, 246, 0.08);
  border-color: rgba(139, 92, 246, 0.15);
  color: #7c3aed;
}
body:not(.dark-mode) .swap-widget .balance-btn:hover {
  background: rgba(139, 92, 246, 0.15);
}
body:not(.dark-mode) .swap-widget .swap-toggle {
  border-color: #f3f4f6;
}
body:not(.dark-mode) .swap-widget .rate-info {
  background: rgba(139, 92, 246, 0.03);
}
body:not(.dark-mode) .swap-widget .swap-action-btn.disabled {
  background: #e5e7eb;
  color: #9ca3af;
}
body:not(.dark-mode) .swap-widget .powered-by {
  border-color: rgba(139, 92, 246, 0.08);
}
body:not(.dark-mode) .swap-widget .refresh-indicator .refresh-text {
  color: #6b7280;
}
body:not(.dark-mode) .swap-widget .refresh-btn {
  color: #6b7280;
}
body:not(.dark-mode) .swap-widget .refresh-btn:hover {
  color: #7c3aed;
  background: rgba(139, 92, 246, 0.08);
}
body:not(.dark-mode) .swap-widget .rate-row-clickable:hover {
  background: rgba(139, 92, 246, 0.06);
}
body:not(.dark-mode) .el-dialog.token-selector-modal {
  background: #ffffff !important;
}
body:not(.dark-mode) .el-dialog.token-selector-modal .el-dialog__header {
  background: #ffffff;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}
body:not(.dark-mode) .el-dialog.token-selector-modal .el-dialog__header .el-dialog__title {
  color: #1f2937 !important;
}
body:not(.dark-mode) .el-dialog.token-selector-modal .el-dialog__body {
  background: #ffffff;
}
body:not(.dark-mode) .token-selector-modal {
  --modal-bg: #ffffff;
  --modal-border: rgba(139, 92, 246, 0.15);
  --input-bg: rgba(139, 92, 246, 0.03);
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-muted: #6b7280;
  --accent: #8b5cf6;
  --accent-hover: rgba(139, 92, 246, 0.08);
}
body:not(.dark-mode) .token-selector-modal .search-input {
  background: rgba(139, 92, 246, 0.03) !important;
  border-color: rgba(139, 92, 246, 0.15) !important;
  color: #1f2937 !important;
}
body:not(.dark-mode) .token-selector-modal .search-input::-moz-placeholder {
  color: #9ca3af !important;
}
body:not(.dark-mode) .token-selector-modal .search-input::placeholder {
  color: #9ca3af !important;
}
body:not(.dark-mode) .token-selector-modal .search-input:focus {
  border-color: rgba(139, 92, 246, 0.4) !important;
}
body:not(.dark-mode) .token-selector-modal .clear-btn {
  color: #6b7280;
}
body:not(.dark-mode) .token-selector-modal .clear-btn:hover {
  color: #1f2937;
}
body:not(.dark-mode) .token-selector-modal .section-label {
  color: #6b7280 !important;
}
body:not(.dark-mode) .token-selector-modal .favorite-chip {
  background: rgba(139, 92, 246, 0.06) !important;
  border-color: rgba(139, 92, 246, 0.12) !important;
  color: #1f2937 !important;
}
body:not(.dark-mode) .token-selector-modal .favorite-chip:hover:not(.disabled) {
  background: rgba(139, 92, 246, 0.12) !important;
  border-color: rgba(139, 92, 246, 0.25) !important;
}
body:not(.dark-mode) .token-selector-modal .token-row:hover:not(.disabled) {
  background: rgba(139, 92, 246, 0.06) !important;
}
body:not(.dark-mode) .token-selector-modal .token-symbol {
  color: #1f2937 !important;
}
body:not(.dark-mode) .token-selector-modal .token-name {
  color: #6b7280 !important;
}
body:not(.dark-mode) .token-selector-modal .token-price {
  color: #1f2937 !important;
}
body:not(.dark-mode) .token-selector-modal .loading-state {
  color: #6b7280 !important;
}
body:not(.dark-mode) .token-selector-modal .empty-state {
  color: #6b7280 !important;
}

.swap-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  min-width: 300px;
  max-width: 400px;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.98), rgba(22, 22, 42, 0.98));
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(139, 92, 246, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.swap-toast::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 12px 12px 0 0;
  background: var(--compass-gradient);
}
.swap-toast__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(139, 92, 246, 0.15);
  color: #8b5cf6;
}
.swap-toast__content {
  flex: 1;
  min-width: 0;
}
.swap-toast__title {
  font-weight: 600;
  font-size: 0.875rem;
  color: #e6edf3;
  margin-bottom: 2px;
}
.swap-toast__message {
  font-size: 0.8rem;
  color: #9ca3af;
  line-height: 1.4;
}
.swap-toast__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #8b5cf6;
  text-decoration: none;
  transition: color 0.2s;
}
.swap-toast__link:hover {
  color: #a78bfa;
}
.swap-toast__link svg {
  opacity: 0.7;
}
.swap-toast__close {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 4px;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.2s;
  border-radius: 4px;
}
.swap-toast__close:hover {
  color: #e6edf3;
  background: rgba(255, 255, 255, 0.05);
}
.swap-toast--info::before {
  background: linear-gradient(90deg, #8b5cf6, #6366f1);
}
.swap-toast--info .swap-toast__icon {
  background: rgba(139, 92, 246, 0.15);
  color: #8b5cf6;
}
.swap-toast--warning::before {
  background: linear-gradient(90deg, #f59e0b, #d97706);
}
.swap-toast--warning .swap-toast__icon {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
}
.swap-toast--success::before {
  background: linear-gradient(90deg, #22c55e, #16a34a);
}
.swap-toast--success .swap-toast__icon {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
}
.swap-toast--error::before {
  background: linear-gradient(90deg, #ef4444, #dc2626);
}
.swap-toast--error .swap-toast__icon {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
}

.toast-slide-enter-active,
.toast-slide-leave-active {
  transition: all 0.3s ease;
}

.toast-slide-enter-from,
.toast-slide-leave-to {
  opacity: 0;
  transform: translateX(100%);
}

body:not(.dark-mode) .swap-toast {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.98));
  border-color: rgba(139, 92, 246, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(139, 92, 246, 0.08);
}
body:not(.dark-mode) .swap-toast__title {
  color: #1f2937;
}
body:not(.dark-mode) .swap-toast__message {
  color: #6b7280;
}
body:not(.dark-mode) .swap-toast__close {
  color: #9ca3af;
}
body:not(.dark-mode) .swap-toast__close:hover {
  color: #1f2937;
  background: rgba(0, 0, 0, 0.05);
}

:root {
  --chart-1: #8b5cf6;
  --chart-2: #ec4899;
  --chart-3: #10f7cf;
  --chart-4: #f59e0b;
  --chart-5: #3b82f6;
  --chart-6: #22c55e;
  --chart-7: #ef4444;
  --chart-8: #6366f1;
  --chart-positive: #22c55e;
  --chart-negative: #ef4444;
  --chart-neutral: #6b7280;
  --chart-highlight: #f59e0b;
  --chart-jito: #f97316;
  --chart-non-jito: #8b5cf6;
  --chart-base-fee: #6366f1;
  --chart-priority-fee: #8b5cf6;
  --chart-jito-tip: #f97316;
}

.analytics-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.analytics-hero-stat {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(236, 72, 153, 0.04));
  border: 1px solid rgba(139, 92, 246, 0.15);
  border-radius: var(--compass-radius);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}
.analytics-hero-stat::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, transparent 50%, rgba(139, 92, 246, 0.1) 50%);
}
.analytics-hero-stat .hero-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7280;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.analytics-hero-stat .hero-value {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  background: var(--compass-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.analytics-hero-stat .hero-unit {
  font-size: 1rem;
  color: #9ca3af;
  margin-left: 0.25rem;
}
.analytics-hero-stat .hero-secondary {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.25rem;
  font-weight: 500;
}
.analytics-hero-stat .hero-change {
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.analytics-hero-stat .hero-change.positive {
  color: var(--compass-success);
  background: rgba(34, 197, 94, 0.1);
}
.analytics-hero-stat .hero-change.negative {
  color: var(--compass-danger);
  background: rgba(239, 68, 68, 0.1);
}
.analytics-hero-stat .hero-change .arrow {
  margin-right: 0.25rem;
}
.analytics-hero-stat .hero-sparkline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  opacity: 0.5;
}
.analytics-hero-stat.hero-stat--blue {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(99, 102, 241, 0.04));
  border-color: rgba(59, 130, 246, 0.15);
}
.analytics-hero-stat.hero-stat--blue .hero-value {
  background: linear-gradient(135deg, #3b82f6, #6366f1);
  -webkit-background-clip: text;
  background-clip: text;
}
.analytics-hero-stat.hero-stat--green {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.08), rgba(16, 247, 207, 0.04));
  border-color: rgba(34, 197, 94, 0.15);
}
.analytics-hero-stat.hero-stat--green .hero-value {
  background: linear-gradient(135deg, #22c55e, #10f7cf);
  -webkit-background-clip: text;
  background-clip: text;
}
.analytics-hero-stat.hero-stat--amber {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(249, 115, 22, 0.04));
  border-color: rgba(245, 158, 11, 0.15);
}
.analytics-hero-stat.hero-stat--amber .hero-value {
  background: linear-gradient(135deg, #f59e0b, #f97316);
  -webkit-background-clip: text;
  background-clip: text;
}

.analytics-ticker {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.05), transparent);
  border-left: 3px solid var(--compass-purple);
  border-radius: 0 var(--compass-radius-sm) var(--compass-radius-sm) 0;
  margin-bottom: 1.5rem;
  overflow-x: auto;
}

.ticker-item {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  white-space: nowrap;
}
.ticker-item .ticker-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #6b7280;
  font-weight: 600;
}
.ticker-item .ticker-value {
  font-size: 1.25rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.ticker-item .ticker-value.updating {
  animation: ticker-flash 0.3s ease;
}
.ticker-item .ticker-unit {
  font-size: 0.75rem;
  color: #9ca3af;
}
.ticker-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: rgba(139, 92, 246, 0.2);
  margin-left: 2rem;
}

@keyframes ticker-flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
    color: var(--compass-purple);
  }
}
.ticker-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  background: rgba(139, 92, 246, 0.08);
  border-radius: 9999px;
  font-size: 0.875rem;
}
.ticker-inline .ticker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--compass-success);
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}
.analytics-panel {
  background: white;
  border-radius: var(--compass-radius);
  border: 1px solid rgba(139, 92, 246, 0.1);
  box-shadow: var(--compass-shadow);
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.analytics-panel .panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(139, 92, 246, 0.08);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.03), transparent);
}
.analytics-panel .panel-header .panel-title {
  font-weight: 700;
  font-size: 1rem;
  color: #1f2937;
  margin: 0;
}
.analytics-panel .panel-header .panel-subtitle {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 0.125rem;
}
.analytics-panel .panel-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.analytics-panel .panel-body {
  padding: 1.5rem;
}
.analytics-panel .panel-body canvas {
  max-width: 100%;
}

.chart-tall {
  min-height: 320px;
  height: 320px;
}

.chart-extra-tall {
  min-height: 400px;
  height: 400px;
}

.analytics-panel .panel-footer {
  padding: 0.75rem 1.5rem;
  border-top: 1px solid rgba(139, 92, 246, 0.08);
  background: rgba(139, 92, 246, 0.02);
  font-size: 0.8rem;
  color: #6b7280;
}

.analytics-panel--compact .panel-body {
  padding: 1rem;
}

.analytics-panel--flush .panel-body {
  padding: 0;
}

.time-range-selector {
  display: inline-flex;
  background: rgba(139, 92, 246, 0.05);
  border-radius: var(--compass-radius-sm);
  padding: 0.25rem;
}
.time-range-selector .range-btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border: none;
  background: transparent;
  color: #6b7280;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.time-range-selector .range-btn:hover {
  color: var(--compass-purple);
}
.time-range-selector .range-btn.active {
  background: white;
  color: var(--compass-purple);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.percentile-display {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 60px;
  padding: 0.5rem 0;
}
.percentile-display .pct-bar {
  flex: 1;
  background: linear-gradient(to top, var(--compass-purple), rgba(139, 92, 246, 0.3));
  border-radius: 3px 3px 0 0;
  position: relative;
  min-width: 20px;
  transition: all 0.3s ease;
}
.percentile-display .pct-bar:hover {
  filter: brightness(1.1);
}
.percentile-display .pct-bar:hover .pct-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}
.percentile-display .pct-bar .pct-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #1f2937;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.7rem;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.2s ease;
  pointer-events: none;
}
.percentile-display .pct-label {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.65rem;
  color: #9ca3af;
}

.percentile-range {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8rem;
}
.percentile-range .pct-min, .percentile-range .pct-max {
  color: #9ca3af;
  font-variant-numeric: tabular-nums;
}
.percentile-range .pct-bar-container {
  flex: 1;
  height: 8px;
  background: rgba(139, 92, 246, 0.1);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.percentile-range .pct-bar-container .pct-bar-fill {
  position: absolute;
  height: 100%;
  background: var(--compass-gradient);
  border-radius: 4px;
}
.percentile-range .pct-bar-container .pct-median {
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 3px;
  background: var(--compass-purple);
  border-radius: 2px;
  transform: translateX(-50%);
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.comparison-card {
  padding: 1.25rem;
  border-radius: var(--compass-radius);
  border: 1px solid rgba(139, 92, 246, 0.15);
}
.comparison-card.comparison-card--left {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(139, 92, 246, 0.02));
  border-color: rgba(139, 92, 246, 0.2);
}
.comparison-card.comparison-card--right {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.08), rgba(249, 115, 22, 0.02));
  border-color: rgba(249, 115, 22, 0.2);
}
.comparison-card.comparison-card--right .comparison-value {
  color: #f97316;
}
.comparison-card .comparison-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.comparison-card .comparison-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--compass-purple);
}
.comparison-card .comparison-detail {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-top: 0.25rem;
}

.sparkline-container {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.sparkline-mini {
  width: 60px;
  height: 20px;
}
.sparkline-mini svg, .sparkline-mini canvas {
  width: 100%;
  height: 100%;
}

.sparkline-trend {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
}
.sparkline-trend.trend-up {
  color: var(--compass-success);
}
.sparkline-trend.trend-down {
  color: var(--compass-danger);
}
.sparkline-trend.trend-flat {
  color: #6b7280;
}

.analytics-table .col-numeric {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.analytics-table .col-rank {
  width: 50px;
  text-align: center;
  font-weight: 700;
  color: var(--compass-purple);
}
.analytics-table .cell-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.analytics-table .cell-bar .bar {
  height: 8px;
  background: var(--compass-gradient);
  border-radius: 4px;
  min-width: 4px;
}
.analytics-table .cell-bar .value {
  font-variant-numeric: tabular-nums;
  font-size: 0.85rem;
}
.analytics-table .cell-change {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  font-size: 0.85rem;
}
.analytics-table .cell-change.positive {
  color: var(--compass-success);
}
.analytics-table .cell-change.negative {
  color: var(--compass-danger);
}
.analytics-table .cell-entity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.analytics-table .cell-entity .entity-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(139, 92, 246, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
.analytics-table .cell-entity .entity-name {
  font-weight: 600;
}
.analytics-table .cell-entity .entity-address {
  font-size: 0.75rem;
  color: #9ca3af;
  font-family: monospace;
}

.gauge-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}

.gauge-ring {
  position: relative;
  width: 120px;
  height: 120px;
}
.gauge-ring svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.gauge-ring .gauge-bg {
  fill: none;
  stroke: rgba(139, 92, 246, 0.1);
  stroke-width: 10;
}
.gauge-ring .gauge-fill {
  fill: none;
  stroke: url(#gauge-gradient);
  stroke-width: 10;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s ease;
}
.gauge-ring .gauge-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.gauge-ring .gauge-value .value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--compass-purple);
}
.gauge-ring .gauge-value .unit {
  font-size: 0.75rem;
  color: #9ca3af;
}

.gauge-label {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #4b5563;
}

.breakdown-bar {
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  background: rgba(139, 92, 246, 0.05);
  margin-bottom: 0.75rem;
}
.breakdown-bar .segment {
  height: 100%;
  transition: width 0.3s ease;
}
.breakdown-bar .segment:first-child {
  border-radius: 6px 0 0 6px;
}
.breakdown-bar .segment:last-child {
  border-radius: 0 6px 6px 0;
}
.breakdown-bar .segment.segment-1 {
  background: var(--chart-base-fee);
}
.breakdown-bar .segment.segment-2 {
  background: var(--chart-priority-fee);
}
.breakdown-bar .segment.segment-3 {
  background: var(--chart-jito-tip);
}

.breakdown-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
}
.breakdown-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.breakdown-legend .legend-item .legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
}
.breakdown-legend .legend-item .legend-label {
  color: #6b7280;
}
.breakdown-legend .legend-item .legend-value {
  font-weight: 600;
  color: #1f2937;
}

.live-feed {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid rgba(139, 92, 246, 0.1);
  border-radius: var(--compass-radius);
}

.feed-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(139, 92, 246, 0.05);
  transition: background 0.15s ease;
}
.feed-item:hover {
  background: rgba(139, 92, 246, 0.02);
}
.feed-item.feed-item--new {
  animation: feed-slide-in 0.3s ease;
  background: rgba(139, 92, 246, 0.05);
}
.feed-item .feed-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.feed-item .feed-icon.feed-icon--swap {
  background: rgba(139, 92, 246, 0.1);
}
.feed-item .feed-icon.feed-icon--transfer {
  background: rgba(34, 197, 94, 0.1);
}
.feed-item .feed-icon.feed-icon--mint {
  background: rgba(245, 158, 11, 0.1);
}
.feed-item .feed-content {
  flex: 1;
  min-width: 0;
}
.feed-item .feed-content .feed-title {
  font-weight: 600;
  font-size: 0.875rem;
  color: #1f2937;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed-item .feed-content .feed-meta {
  font-size: 0.75rem;
  color: #9ca3af;
}
.feed-item .feed-value {
  text-align: right;
  flex-shrink: 0;
}
.feed-item .feed-value .value {
  font-weight: 700;
  font-size: 0.9rem;
}
.feed-item .feed-value .unit {
  font-size: 0.7rem;
  color: #9ca3af;
}
.feed-item .feed-time {
  font-size: 0.7rem;
  color: #9ca3af;
  white-space: nowrap;
}

@keyframes feed-slide-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.heatmap-grid {
  display: grid;
  gap: 2px;
}
.heatmap-grid.heatmap-7x24 {
  grid-template-columns: repeat(24, 1fr);
}

.heatmap-cell {
  aspect-ratio: 1;
  border-radius: 2px;
  background: rgba(139, 92, 246, 0.05);
  transition: all 0.2s ease;
}
.heatmap-cell:hover {
  transform: scale(1.1);
  z-index: 1;
}
.heatmap-cell.intensity-1 {
  background: rgba(139, 92, 246, 0.1);
}
.heatmap-cell.intensity-2 {
  background: rgba(139, 92, 246, 0.25);
}
.heatmap-cell.intensity-3 {
  background: rgba(139, 92, 246, 0.4);
}
.heatmap-cell.intensity-4 {
  background: rgba(139, 92, 246, 0.6);
}
.heatmap-cell.intensity-5 {
  background: rgba(139, 92, 246, 0.8);
}
.heatmap-cell.intensity-6 {
  background: var(--compass-purple);
}

.analytics-dashboard {
  display: grid;
  gap: 1.5rem;
}

.analytics-row {
  display: grid;
  gap: 1.5rem;
}
.analytics-row.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.analytics-row.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.analytics-row.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.analytics-row.cols-1-2 {
  grid-template-columns: 1fr 2fr;
}
.analytics-row.cols-2-1 {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 768px) {
  .analytics-row {
    grid-template-columns: 1fr !important;
  }
}

.analytics-full {
  grid-column: 1/-1;
}

.analytics-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 6px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tab-btn:hover {
  border-color: var(--compass-purple);
  color: var(--compass-purple);
  background: rgba(139, 92, 246, 0.05);
}
.tab-btn.active {
  background: var(--compass-gradient);
  border-color: transparent;
  color: white;
}

.section-divider {
  margin: 2.5rem 0 1.5rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(139, 92, 246, 0.15);
}
.section-divider .section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
.section-divider .section-subtitle {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.25rem;
}

.analytics-row.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 992px) {
  .analytics-row.cols-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.analytics-text-muted {
  color: #6b7280;
}

.analytics-text-subtle {
  color: #9ca3af;
}

.hero-subtitle {
  font-size: 0.7rem;
  color: #6b7280;
  margin-top: 0.15rem;
}

.text-success {
  color: var(--compass-success, #22c55e);
}

.text-warning {
  color: #fbbf24;
}

.text-danger {
  color: var(--compass-danger, #ef4444);
}

.font-mono {
  font-family: "JetBrains Mono", "SF Mono", "Monaco", "Consolas", monospace;
}

.completion-stat {
  padding: 1rem;
  text-align: center;
}
.completion-stat.completed .completion-value {
  color: var(--compass-success, #22c55e);
}
.completion-stat.reverted .completion-value {
  color: #fbbf24;
}

.completion-value {
  font-size: 2rem;
  font-weight: 700;
  font-family: "JetBrains Mono", monospace;
}

.completion-label {
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 0.25rem;
}

.completion-percent {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.25rem;
  color: #4b5563;
}

.completion-comparison {
  padding: 0.5rem;
}

.comparison-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.comparison-row:last-child {
  border-bottom: none;
}

.fee-breakdown-bar {
  display: flex;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
}

.fee-segment {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
  color: white;
  min-width: 40px;
}
.fee-segment.base {
  background: var(--chart-base-fee, #6366f1);
}
.fee-segment.priority {
  background: var(--chart-priority-fee, #8b5cf6);
}
.fee-segment.tips {
  background: var(--chart-jito-tip, #f97316);
}

.fee-totals {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fee-total-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.fee-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.fee-dot.base {
  background: var(--chart-base-fee, #6366f1);
}
.fee-dot.priority {
  background: var(--chart-priority-fee, #8b5cf6);
}
.fee-dot.tips {
  background: var(--chart-jito-tip, #f97316);
}

.fee-label {
  flex: 1;
  font-size: 0.85rem;
  color: #6b7280;
}

.fee-value {
  font-size: 0.85rem;
  font-family: "JetBrains Mono", monospace;
}

.percentile-grid {
  display: flex;
  gap: 1rem;
}

.percentile-item {
  flex: 1;
  text-align: center;
  padding: 0.75rem;
  background: rgba(139, 92, 246, 0.03);
  border-radius: 6px;
}

.percentile-label {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.percentile-value {
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "JetBrains Mono", monospace;
  background: linear-gradient(135deg, #8b5cf6, #10f7cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.jito-comparison {
  display: flex;
  gap: 1rem;
}

.jito-column {
  flex: 1;
  padding: 1rem;
  border-radius: 8px;
}
.jito-column.jito {
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.3);
}
.jito-column.non-jito {
  background: rgba(107, 114, 128, 0.1);
  border: 1px solid rgba(107, 114, 128, 0.3);
}
.jito-column.native {
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.3);
}

.jito-header {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.jito-metric {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0;
}

.jito-metric-label {
  font-size: 0.8rem;
  color: #6b7280;
}

.jito-metric-value {
  font-size: 0.85rem;
  font-family: "JetBrains Mono", monospace;
}

.metric-value {
  font-size: 1.75rem;
  font-weight: 700;
  background: linear-gradient(135deg, #8b5cf6, #10f7cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.metric-label {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 0.25rem;
}

.big-metric {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #8b5cf6, #10f7cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.size-summary {
  display: flex;
  gap: 1rem;
}

.size-stat {
  flex: 1;
  padding: 0.75rem;
  border-radius: 8px;
  text-align: center;
}
.size-stat.retail {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
}
.size-stat.whale {
  background: rgba(236, 72, 153, 0.1);
  border: 1px solid rgba(236, 72, 153, 0.3);
}

.size-label {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.size-value {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "JetBrains Mono", monospace;
}

.size-percent {
  font-size: 0.85rem;
  color: #9ca3af;
}

.routing-flow {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 1rem 0;
}

.routing-column {
  flex: 0 0 200px;
}

.routing-links {
  flex: 1;
  min-width: 200px;
}

.routing-header {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.75rem;
  padding: 0 0.5rem;
}

.routing-node {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  background: rgba(139, 92, 246, 0.05);
  border: 1px solid rgba(139, 92, 246, 0.1);
}

.progress-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.progress-inline .progress-bar {
  height: 6px;
  background: linear-gradient(90deg, #8b5cf6, #10f7cf);
  border-radius: 3px;
  min-width: 4px;
}
.progress-inline span {
  font-size: 0.75rem;
  min-width: 35px;
}

.rank-badge {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.15);
  color: #8b5cf6;
  font-size: 0.7rem;
  font-weight: 600;
  margin-right: 0.5rem;
}

.compass-btn--sm {
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
}

.analytics-panel.compact {
  padding: 1.5rem;
}
.analytics-panel.compact .panel-body {
  padding: 0;
}

.stat-metric {
  padding: 0.5rem;
}

.stat-icon {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.stat-icon.stat-icon--green {
  color: var(--compass-success, #22c55e);
}
.stat-icon.stat-icon--red {
  color: var(--compass-danger, #ef4444);
}

.stat-label {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "JetBrains Mono", monospace;
}

.panel-tabs {
  display: flex;
  gap: 0.25rem;
  background: rgba(139, 92, 246, 0.08);
  border-radius: 6px;
  padding: 0.2rem;
}

.share-bar-cell {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.share-bar {
  height: 6px;
  background: linear-gradient(90deg, var(--compass-purple), var(--compass-pink));
  border-radius: 3px;
  min-width: 4px;
}

.form-select-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #374151;
  border-radius: 4px;
}
.form-select-sm:focus {
  border-color: var(--compass-purple);
  outline: none;
}

.dark-mode .tab-btn {
  border-color: rgba(139, 92, 246, 0.4);
  color: #9ca3af;
}
.dark-mode .tab-btn:hover {
  color: #e5e7eb;
  background: rgba(139, 92, 246, 0.15);
}
.dark-mode .tab-btn.active {
  color: white;
}
.dark-mode .section-divider {
  border-color: rgba(139, 92, 246, 0.25);
}
.dark-mode .section-divider .section-title {
  color: #e5e7eb;
}
.dark-mode .section-divider .section-subtitle {
  color: #9ca3af;
}
.dark-mode .analytics-hero-stat,
.dark-mode .analytics-panel,
.dark-mode .comparison-card {
  background-color: #1e1e2e;
  border-color: rgba(139, 92, 246, 0.2);
}
.dark-mode .analytics-panel .panel-header {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), transparent);
}
.dark-mode .analytics-panel .panel-header .panel-title {
  color: #e5e7eb;
}
.dark-mode .analytics-panel .panel-header .panel-subtitle {
  color: #9ca3af;
}
.dark-mode .analytics-ticker {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), transparent);
}
.dark-mode .analytics-table thead th {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.08));
  color: #e5e7eb;
}
.dark-mode .feed-item:hover {
  background: rgba(139, 92, 246, 0.08);
}
.dark-mode .analytics-text-muted {
  color: #9ca3af;
}
.dark-mode .analytics-text-subtle {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .hero-subtitle {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .completion-label {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .completion-percent {
  color: rgba(255, 255, 255, 0.8);
}
.dark-mode .comparison-row {
  border-color: rgba(255, 255, 255, 0.06);
}
.dark-mode .fee-label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .percentile-item {
  background: rgba(255, 255, 255, 0.03);
}
.dark-mode .percentile-label {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .jito-header {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .jito-metric-label {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .metric-label {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .size-label {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .size-percent {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .routing-header {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .routing-node {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(139, 92, 246, 0.2);
}
.dark-mode .comparison-label {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .breakdown-legend .legend-label {
  color: #9ca3af;
}
.dark-mode .breakdown-legend .legend-value {
  color: #e5e7eb;
}
.dark-mode .analytics-hero-stat .hero-label {
  color: #9ca3af;
}
.dark-mode .analytics-hero-stat .hero-unit {
  color: #6b7280;
}
.dark-mode .gauge-label {
  color: #9ca3af;
}
.dark-mode .stat-label {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .form-select-sm {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: #e5e7eb;
}

.swv-button {
  margin-top: 6px;
  height: 38px !important;
  line-height: 38px !important;
  padding: 0px 6px !important;
}

.swv-button p {
  font-size: 0px !important;
  margin: 0px !important;
}

/*.swv-button button {
    font-size:0px !important;
}
.swv-button button:after {
    content:"💵" !important;
}*/
.swv-modal-list .swv-button p {
  font-size: 16px !important;
  margin-left: 12px !important;
}

.swv-button-trigger {
  line-height: 15px !important;
  font-size: 12px !important;
}

.dark-mode .form-control:focus {
  color: rgba(255, 255, 255, 0.8);
}

html.geo-GB .hidden.geo-block {
  display: block !important;
}

.pull-right {
  float: right;
}

/* Fix for mobile menu text color and background */
@media (max-width: 991px) {
  .horizontalMenu-list > li > a,
.horizontalMenu-list .sub-menu li a {
    color: #4c96d5 !important;
    /* Use the site's blue link color */
  }

  .horizontalMenu-list > li > a i.fas,
.horizontalMenu-list .sub-menu li a i.fas {
    background: transparent !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: #4c96d5 !important;
  }

  /* Ensure all dropdown menus have white background */
  .horizontalMenu-list .sub-menu,
.horizontalMenu-list .sub-menu .sub-menu,
.horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu,
.horizontalMenu-list ul.sub-menu,
.horizontalMenu-list li:hover > ul.sub-menu {
    background-color: #fff !important;
    background-image: none !important;
  }

  /* Fix for any nested menu items */
  .horizontalMenu-list > li > ul.sub-menu > li > a,
.horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a,
.horizontalMenu-list li:hover > ul.sub-menu > li > a {
    background-color: #fff !important;
  }

  /* Override any gradient backgrounds */
  .horizontalMenu-list li:hover,
.horizontalMenu-list li:hover > a,
.horizontalMenu-list > li > ul.sub-menu,
.horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
    background: #fff !important;
    background-image: none !important;
  }
}

/*# sourceMappingURL=app.css.map*/