.bg-white {
    background-color: #ffffff !important;
}

.bg-white .card-header,
.bg-white .card-footer {
    background-color: transparent;
}

.border-white {
    border: 1px solid #ffffff !important;
}

.border-top-white {
    border-top: 1px solid #ffffff;
}

.border-bottom-white {
    border-bottom: 1px solid #ffffff;
}

.border-left-white {
    border-left: 1px solid #ffffff;
}

.border-right-white {
    border-right: 1px solid #ffffff;
}

.bg-white.badge-glow,
.border-white.badge-glow,
.badge-white.badge-glow {
    box-shadow: 0px 0px 10px #ffffff;
}

.overlay-white {
    background: #ffffff;
    /* The Fallback */
    background: rgba(255, 255, 255, 0.6);
}

input:focus~.bg-white {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff !important;
}

.bg-black {
    background-color: #000000 !important;
}

.bg-black .card-header,
.bg-black .card-footer {
    background-color: transparent;
}

.border-black {
    border: 1px solid #000000 !important;
}

.border-top-black {
    border-top: 1px solid #000000;
}

.border-bottom-black {
    border-bottom: 1px solid #000000;
}

.border-left-black {
    border-left: 1px solid #000000;
}

.border-right-black {
    border-right: 1px solid #000000;
}

.bg-black.badge-glow,
.border-black.badge-glow,
.badge-black.badge-glow {
    box-shadow: 0px 0px 10px #000000;
}

.overlay-black {
    background: #000000;
    /* The Fallback */
    background: rgba(0, 0, 0, 0.6);
}

input:focus~.bg-black {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-dark .card-header,
.bg-dark .card-footer {
    background-color: transparent;
}

.alert-dark {
    background: rgba(68, 68, 68, 0.12) !important;
    color: var(--dark) !important;
}

.alert-dark .alert-heading {
    box-shadow: rgba(68, 68, 68, 0.4) 0px 6px 15px -7px;
}

.alert-dark .alert-link {
    color: #373737 !important;
}

.alert-dark .close {
    color: var(--dark) !important;
}

.border-dark {
    border: 1px solid var(--dark) !important;
}

.border-top-dark {
    border-top: 1px solid var(--dark);
}

.border-bottom-dark {
    border-bottom: 1px solid var(--dark);
}

.border-left-dark {
    border-left: 1px solid var(--dark);
}

.border-right-dark {
    border-right: 1px solid var(--dark);
}

.bg-dark.badge-glow,
.border-dark.badge-glow,
.badge-dark.badge-glow {
    box-shadow: 0px 0px 10px var(--dark);
}

.badge.badge-light-dark {
    background-color: rgba(68, 68, 68, 0.12);
    color: var(--dark) !important;
}

.overlay-dark {
    background: var(--dark);
    /* The Fallback */
    background: rgba(68, 68, 68, 0.6);
}


/* .btn-dark {
    border-color: var(--dark) !important;
    background-color: var(--dark) !important;
    color: #fff !important;
}

.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
    color: #fff;
    background-color: #343434 !important;
}

.btn-dark:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px var(--dark);
}

.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
} */

.btn-flat-dark {
    background-color: transparent;
    color: var(--dark);
}

.btn-flat-dark:hover {
    color: var(--dark);
}

.btn-flat-dark:hover:not(.disabled):not(:disabled) {
    background-color: rgba(68, 68, 68, 0.12);
}

.btn-flat-dark:active,
.btn-flat-dark.active,
.btn-flat-dark:focus {
    background-color: rgba(68, 68, 68, 0.2);
    color: var(--dark);
}

.btn-flat-dark.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23444444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-dark {
    background-color: var(--dark);
    box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color: #fff;
    transition: all 0.2s ease;
}

.btn-relief-dark:hover:not(.disabled):not(:disabled) {
    background-color: #626262;
}

.btn-relief-dark:active,
.btn-relief-dark.active,
.btn-relief-dark:focus {
    background-color: #343434;
}

.btn-relief-dark:hover {
    color: #fff;
}

.btn-relief-dark:active,
.btn-relief-dark.active {
    outline: none;
    box-shadow: none;
    transform: translateY(3px);
}

.btn-outline-dark {
    border: 1px solid var(--dark) !important;
    background-color: transparent;
    color: var(--dark);
}

.btn-outline-dark:hover:not(.disabled):not(:disabled) {
    background-color: rgba(68, 68, 68, 0.04);
    color: var(--dark);
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):focus {
    background-color: rgba(68, 68, 68, 0.2);
    color: var(--dark);
}

.btn-outline-dark.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23444444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.show>.btn-outline-dark.dropdown-toggle {
    background-color: rgba(68, 68, 68, 0.2);
    color: var(--dark);
}

.btn-outline-dark.waves-effect .waves-ripple,
.btn-flat-dark.waves-effect .waves-ripple {
    background: radial-gradient(rgba(68, 68, 68, 0.2) 0, rgba(68, 68, 68, 0.3) 40%, rgba(68, 68, 68, 0.4) 50%, rgba(68, 68, 68, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-dark {
    background-color: var(--dark);
}

.modal.modal-dark .modal-header .modal-title {
    color: var(--dark);
}

.modal.modal-dark .modal-header .close {
    color: var(--dark) !important;
}

.progress-bar-dark {
    background-color: rgba(68, 68, 68, 0.12);
}

.progress-bar-dark .progress-bar {
    background-color: var(--dark);
}

.timeline .timeline-point-dark {
    border-color: var(--dark) !important;
}

.timeline .timeline-point-dark i,
.timeline .timeline-point-dark svg {
    stroke: var(--dark) !important;
}

.timeline .timeline-point-dark.timeline-point-indicator {
    background-color: var(--dark) !important;
}

.timeline .timeline-point-dark.timeline-point-indicator:before {
    background: rgba(68, 68, 68, 0.12) !important;
}

.divider.divider-dark .divider-text:before,
.divider.divider-dark .divider-text:after {
    border-color: var(--dark) !important;
}

input:focus~.bg-dark {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem var(--dark) !important;
}

.custom-control-dark .custom-control-input:checked~.custom-control-label::before,
.custom-control-dark .custom-control-input:active~.custom-control-label::before {
    border-color: var(--dark);
    background-color: var(--dark);
}

.custom-control-dark.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-dark.custom-checkbox .custom-control-input:active~.custom-control-label::before,
.custom-control-dark.custom-checkbox .custom-control-input:focus~.custom-control-label::before,
.custom-control-dark.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-dark.custom-radio .custom-control-input:active~.custom-control-label::before,
.custom-control-dark.custom-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 2px 4px 0 rgba(68, 68, 68, 0.4) !important;
}

.custom-control-dark .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(68, 68, 68, 0.65) !important;
    border: none;
    box-shadow: none !important;
}

.custom-control-dark .custom-control-input:focus~.custom-control-label::before {
    border-color: var(--dark);
}

.custom-switch-dark .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--dark) !important;
    color: #fff;
    transition: all 0.2s ease-out;
}

.select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--dark) !important;
    border-color: var(--dark) !important;
}

.text-dark.text-darken-1 {
    color: #343434 !important;
}

.bg-dark.bg-darken-1 {
    background-color: #343434 !important;
}

.border-dark.border-darken-1 {
    border: 1px solid #343434 !important;
}

.border-top-dark.border-top-darken-1 {
    border-top: 1px solid #343434 !important;
}

.border-bottom-dark.border-bottom-darken-1 {
    border-bottom: 1px solid #343434 !important;
}

.border-left-dark.border-left-darken-1 {
    border-left: 1px solid #343434 !important;
}

.border-right-dark.border-right-darken-1 {
    border-right: 1px solid #343434 !important;
}

.overlay-dark.overlay-darken-1 {
    background: #343434;
    /* The Fallback */
    background: rgba(52, 52, 52, 0.6);
}

.text-dark.text-darken-2 {
    color: var(--gray-dark) !important;
}

.bg-dark.bg-darken-2 {
    background-color: var(--gray-dark) !important;
}

.border-dark.border-darken-2 {
    border: 1px solid var(--gray-dark) !important;
}

.border-top-dark.border-top-darken-2 {
    border-top: 1px solid var(--gray-dark) !important;
}

.border-bottom-dark.border-bottom-darken-2 {
    border-bottom: 1px solid var(--gray-dark) !important;
}

.border-left-dark.border-left-darken-2 {
    border-left: 1px solid var(--gray-dark) !important;
}

.border-right-dark.border-right-darken-2 {
    border-right: 1px solid var(--gray-dark) !important;
}

.overlay-dark.overlay-darken-2 {
    background: var(--gray-dark);
    /* The Fallback */
    background: rgba(30, 30, 30, 0.6);
}

.text-dark.text-darken-3 {
    color: #626262 !important;
}

.bg-dark.bg-darken-3 {
    background-color: #626262 !important;
}

.border-dark.border-darken-3 {
    border: 1px solid #626262 !important;
}

.border-top-dark.border-top-darken-3 {
    border-top: 1px solid #626262 !important;
}

.border-bottom-dark.border-bottom-darken-3 {
    border-bottom: 1px solid #626262 !important;
}

.border-left-dark.border-left-darken-3 {
    border-left: 1px solid #626262 !important;
}

.border-right-dark.border-right-darken-3 {
    border-right: 1px solid #626262 !important;
}

.overlay-dark.overlay-darken-3 {
    background: #626262;
    /* The Fallback */
    background: rgba(98, 98, 98, 0.6);
}

.bg-light {
    background-color: var(--light) !important;
}

.bg-light .card-header,
.bg-light .card-footer {
    background-color: transparent;
}

.border-light {
    border: 1px solid var(--light) !important;
}

.border-top-light {
    border-top: 1px solid var(--light);
}

.border-bottom-light {
    border-bottom: 1px solid var(--light);
}

.border-left-light {
    border-left: 1px solid var(--light);
}

.border-right-light {
    border-right: 1px solid var(--light);
}

.bg-light.badge-glow,
.border-light.badge-glow,
.badge-light.badge-glow {
    box-shadow: 0px 0px 10px var(--light);
}

.overlay-light {
    background: var(--light);
    /* The Fallback */
    background: rgba(246, 246, 246, 0.6);
}

input:focus~.bg-light {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem var(--light) !important;
}

.text-primary.text-lighten-5 {
    color: #dccbb4 !important;
}

.bg-primary.bg-lighten-5 {
    background-color: #dccbb4 !important;
}

.border-primary.border-lighten-5 {
    border: 1px solid #dccbb4 !important;
}

.border-top-primary.border-top-lighten-5 {
    border-top: 1px solid #dccbb4 !important;
}

.border-bottom-primary.border-bottom-lighten-5 {
    border-bottom: 1px solid #dccbb4 !important;
}

.border-left-primary.border-left-lighten-5 {
    border-left: 1px solid #dccbb4 !important;
}

.border-right-primary.border-right-lighten-5 {
    border-right: 1px solid #dccbb4 !important;
}

.overlay-primary.overlay-lighten-5 {
    background: #dccbb4;
    /* The Fallback */
    background: rgba(220, 203, 180, 0.6);
}

.text-primary.text-lighten-4 {
    color: #d4bea2 !important;
}

.bg-primary.bg-lighten-4 {
    background-color: #d4bea2 !important;
}

.border-primary.border-lighten-4 {
    border: 1px solid #d4bea2 !important;
}

.border-top-primary.border-top-lighten-4 {
    border-top: 1px solid #d4bea2 !important;
}

.border-bottom-primary.border-bottom-lighten-4 {
    border-bottom: 1px solid #d4bea2 !important;
}

.border-left-primary.border-left-lighten-4 {
    border-left: 1px solid #d4bea2 !important;
}

.border-right-primary.border-right-lighten-4 {
    border-right: 1px solid #d4bea2 !important;
}

.overlay-primary.overlay-lighten-4 {
    background: #d4bea2;
    /* The Fallback */
    background: rgba(212, 190, 162, 0.6);
}

.text-primary.text-lighten-3 {
    color: #cbb291 !important;
}

.bg-primary.bg-lighten-3 {
    background-color: #cbb291 !important;
}

.border-primary.border-lighten-3 {
    border: 1px solid #cbb291 !important;
}

.border-top-primary.border-top-lighten-3 {
    border-top: 1px solid #cbb291 !important;
}

.border-bottom-primary.border-bottom-lighten-3 {
    border-bottom: 1px solid #cbb291 !important;
}

.border-left-primary.border-left-lighten-3 {
    border-left: 1px solid #cbb291 !important;
}

.border-right-primary.border-right-lighten-3 {
    border-right: 1px solid #cbb291 !important;
}

.overlay-primary.overlay-lighten-3 {
    background: #cbb291;
    /* The Fallback */
    background: rgba(203, 178, 145, 0.6);
}

.text-primary.text-lighten-2 {
    color: #c3a680 !important;
}

.bg-primary.bg-lighten-2 {
    background-color: #c3a680 !important;
}

.border-primary.border-lighten-2 {
    border: 1px solid #c3a680 !important;
}

.border-top-primary.border-top-lighten-2 {
    border-top: 1px solid #c3a680 !important;
}

.border-bottom-primary.border-bottom-lighten-2 {
    border-bottom: 1px solid #c3a680 !important;
}

.border-left-primary.border-left-lighten-2 {
    border-left: 1px solid #c3a680 !important;
}

.border-right-primary.border-right-lighten-2 {
    border-right: 1px solid #c3a680 !important;
}

.overlay-primary.overlay-lighten-2 {
    background: #c3a680;
    /* The Fallback */
    background: rgba(195, 166, 128, 0.6);
}

.text-primary.text-lighten-1 {
    color: #bb9a6e !important;
}

.bg-primary.bg-lighten-1 {
    background-color: #bb9a6e !important;
}

.border-primary.border-lighten-1 {
    border: 1px solid #bb9a6e !important;
}

.border-top-primary.border-top-lighten-1 {
    border-top: 1px solid #bb9a6e !important;
}

.border-bottom-primary.border-bottom-lighten-1 {
    border-bottom: 1px solid #bb9a6e !important;
}

.border-left-primary.border-left-lighten-1 {
    border-left: 1px solid #bb9a6e !important;
}

.border-right-primary.border-right-lighten-1 {
    border-right: 1px solid #bb9a6e !important;
}

.overlay-primary.overlay-lighten-1 {
    background: #bb9a6e;
    /* The Fallback */
    background: rgba(187, 154, 110, 0.6);
}

.bg-primary {
    background-color: var(--secondary) !important;
}

.bg-primary .card-header,
.bg-primary .card-footer {
    background-color: transparent;
}

.alert-primary {
    background: rgba(179, 142, 93, 0.12) !important;
    color: var(--secondary) !important;
}

.alert-primary .alert-heading {
    box-shadow: rgba(179, 142, 93, 0.4) 0px 6px 15px -7px;
}

.alert-primary .alert-link {
    color: #a8814f !important;
}

.alert-primary .close {
    color: var(--secondary) !important;
}

.bg-light-primary {
    background: rgba(179, 142, 93, 0.12) !important;
    /* color: var(--secondary) !important; */
}

.bg-light-primary.fc-h-event,
.bg-light-primary.fc-v-event {
    border-color: rgba(179, 142, 93, 0.1);
}

.bg-light-primary .fc-list-event-dot {
    border-color: var(--secondary) !important;
}

.bg-light-primary.fc-list-event:hover td {
    background: rgba(179, 142, 93, 0.1) !important;
}

.bg-light-primary.fc-list-event .fc-list-event-title {
    color: var(--primary);
}


/* .avatar.bg-light-primary {
    color: var(--secondary) !important;
} */

.border-primary {
    border: 1px solid var(--secondary) !important;
}

.border-top-primary {
    border-top: 1px solid var(--secondary);
}

.border-bottom-primary {
    border-bottom: 1px solid var(--secondary);
}

.border-left-primary {
    border-left: 1px solid var(--secondary);
}

.border-right-primary {
    border-right: 1px solid var(--secondary);
}

.bg-primary.badge-glow,
.border-primary.badge-glow,
.badge-primary.badge-glow {
    box-shadow: 0px 0px 10px var(--secondary);
}

.badge.badge-light-primary {
    background-color: rgba(179, 142, 93, 0.12);
    color: var(--secondary) !important;
}

.overlay-primary {
    background: var(--secondary);
    /* The Fallback */
    background: rgba(179, 142, 93, 0.6);
}


/* .btn-primary {
    border-color: var(--secondary) !important;
    background-color: var(--secondary) !important;
    color: #fff !important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #a8814f !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px var(--secondary);
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
} */

.btn-flat-primary {
    background-color: transparent;
    color: var(--secondary);
}

.btn-flat-primary:hover {
    color: var(--secondary);
}

.btn-flat-primary:hover:not(.disabled):not(:disabled) {
    background-color: rgba(179, 142, 93, 0.12);
}

.btn-flat-primary:active,
.btn-flat-primary.active,
.btn-flat-primary:focus {
    background-color: rgba(179, 142, 93, 0.2);
    color: var(--secondary);
}

.btn-flat-primary.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b38e5d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-primary {
    background-color: var(--secondary);
    box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color: #fff;
    transition: all 0.2s ease;
}

.btn-relief-primary:hover:not(.disabled):not(:disabled) {
    background-color: #bb9a6e;
}

.btn-relief-primary:active,
.btn-relief-primary.active,
.btn-relief-primary:focus {
    background-color: #a8814f;
}

.btn-relief-primary:hover {
    color: #fff;
}

.btn-relief-primary:active,
.btn-relief-primary.active {
    outline: none;
    box-shadow: none;
    transform: translateY(3px);
}

.btn-outline-primary {
    border: 1px solid var(--secondary) !important;
    background-color: transparent;
    color: var(--secondary);
}

.btn-outline-primary:hover:not(.disabled):not(:disabled) {
    background-color: rgba(179, 142, 93, 0.04);
    color: var(--secondary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):focus {
    background-color: rgba(179, 142, 93, 0.2);
    color: var(--secondary);
}

.btn-outline-primary.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b38e5d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.show>.btn-outline-primary.dropdown-toggle {
    background-color: rgba(179, 142, 93, 0.2);
    color: var(--secondary);
}

.btn-outline-primary.waves-effect .waves-ripple,
.btn-flat-primary.waves-effect .waves-ripple {
    background: radial-gradient(rgba(179, 142, 93, 0.2) 0, rgba(179, 142, 93, 0.3) 40%, rgba(179, 142, 93, 0.4) 50%, rgba(179, 142, 93, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-primary {
    background-color: var(--secondary);
}

.modal.modal-primary .modal-header .modal-title {
    color: var(--secondary);
}

.modal.modal-primary .modal-header .close {
    color: var(--secondary) !important;
}

.pagination-primary .page-item.active .page-link {
    background: var(--secondary) !important;
    color: #fff;
}

.pagination-primary .page-item.active .page-link:hover {
    color: #fff;
}

.pagination-primary .page-item .page-link:hover {
    color: var(--secondary);
}

.pagination-primary .page-item.prev-item .page-link:hover,
.pagination-primary .page-item.next-item .page-link:hover {
    background: var(--secondary);
    color: #fff;
}

.pagination-primary .page-item.next-item .page-link:active:after,
.pagination-primary .page-item.next-item .page-link:hover:after,
.pagination-primary .page-item.next .page-link:active:after,
.pagination-primary .page-item.next .page-link:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b38e5d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.pagination-primary .page-item.prev-item .page-link:active:before,
.pagination-primary .page-item.prev-item .page-link:hover:before,
.pagination-primary .page-item.prev .page-link:active:before,
.pagination-primary .page-item.prev .page-link:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b38e5d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.nav-pill-primary .nav-item .nav-link.active {
    color: #fff;
    background-color: var(--secondary) !important;
    border-color: var(--secondary);
    box-shadow: 0 4px 18px -4px rgba(179, 142, 93, 0.65);
}

.progress-bar-primary {
    background-color: rgba(179, 142, 93, 0.12);
}

.progress-bar-primary .progress-bar {
    background-color: var(--secondary);
}

.timeline .timeline-point-primary {
    border-color: var(--secondary) !important;
}

.timeline .timeline-point-primary i,
.timeline .timeline-point-primary svg {
    stroke: var(--secondary) !important;
}

.timeline .timeline-point-primary.timeline-point-indicator {
    background-color: var(--secondary) !important;
}

.timeline .timeline-point-primary.timeline-point-indicator:before {
    background: rgba(179, 142, 93, 0.12) !important;
}

.divider.divider-primary .divider-text:before,
.divider.divider-primary .divider-text:after {
    border-color: var(--secondary) !important;
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem var(--secondary) !important;
}

.custom-control-primary .custom-control-input:checked~.custom-control-label::before,
.custom-control-primary .custom-control-input:active~.custom-control-label::before {
    border-color: var(--secondary);
    background-color: var(--secondary);
}

.custom-control-primary.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-primary.custom-checkbox .custom-control-input:active~.custom-control-label::before,
.custom-control-primary.custom-checkbox .custom-control-input:focus~.custom-control-label::before,
.custom-control-primary.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-primary.custom-radio .custom-control-input:active~.custom-control-label::before,
.custom-control-primary.custom-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 2px 4px 0 rgba(179, 142, 93, 0.4) !important;
}

.custom-control-primary .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(179, 142, 93, 0.65) !important;
    border: none;
    box-shadow: none !important;
}

.custom-control-primary .custom-control-input:focus~.custom-control-label::before {
    border-color: var(--secondary);
}

.custom-switch-primary .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--secondary) !important;
    color: #fff;
    transition: all 0.2s ease-out;
}

.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.text-primary.text-darken-1 {
    color: #a8814f !important;
}

.bg-primary.bg-darken-1 {
    background-color: #a8814f !important;
}

.border-primary.border-darken-1 {
    border: 1px solid #a8814f !important;
}

.border-top-primary.border-top-darken-1 {
    border-top: 1px solid #a8814f !important;
}

.border-bottom-primary.border-bottom-darken-1 {
    border-bottom: 1px solid #a8814f !important;
}

.border-left-primary.border-left-darken-1 {
    border-left: 1px solid #a8814f !important;
}

.border-right-primary.border-right-darken-1 {
    border-right: 1px solid #a8814f !important;
}

.overlay-primary.overlay-darken-1 {
    background: #a8814f;
    /* The Fallback */
    background: rgba(168, 129, 79, 0.6);
}

.text-primary.text-darken-2 {
    color: #967447 !important;
}

.bg-primary.bg-darken-2 {
    background-color: #967447 !important;
}

.border-primary.border-darken-2 {
    border: 1px solid #967447 !important;
}

.border-top-primary.border-top-darken-2 {
    border-top: 1px solid #967447 !important;
}

.border-bottom-primary.border-bottom-darken-2 {
    border-bottom: 1px solid #967447 !important;
}

.border-left-primary.border-left-darken-2 {
    border-left: 1px solid #967447 !important;
}

.border-right-primary.border-right-darken-2 {
    border-right: 1px solid #967447 !important;
}

.overlay-primary.overlay-darken-2 {
    background: #967447;
    /* The Fallback */
    background: rgba(150, 116, 71, 0.6);
}

.text-primary.text-darken-3 {
    color: #85673e !important;
}

.bg-primary.bg-darken-3 {
    background-color: #85673e !important;
}

.border-primary.border-darken-3 {
    border: 1px solid #85673e !important;
}

.border-top-primary.border-top-darken-3 {
    border-top: 1px solid #85673e !important;
}

.border-bottom-primary.border-bottom-darken-3 {
    border-bottom: 1px solid #85673e !important;
}

.border-left-primary.border-left-darken-3 {
    border-left: 1px solid #85673e !important;
}

.border-right-primary.border-right-darken-3 {
    border-right: 1px solid #85673e !important;
}

.overlay-primary.overlay-darken-3 {
    background: #85673e;
    /* The Fallback */
    background: rgba(133, 103, 62, 0.6);
}

.text-primary.text-darken-4 {
    color: #745936 !important;
}

.bg-primary.bg-darken-4 {
    background-color: #745936 !important;
}

.border-primary.border-darken-4 {
    border: 1px solid #745936 !important;
}

.border-top-primary.border-top-darken-4 {
    border-top: 1px solid #745936 !important;
}

.border-bottom-primary.border-bottom-darken-4 {
    border-bottom: 1px solid #745936 !important;
}

.border-left-primary.border-left-darken-4 {
    border-left: 1px solid #745936 !important;
}

.border-right-primary.border-right-darken-4 {
    border-right: 1px solid #745936 !important;
}

.overlay-primary.overlay-darken-4 {
    background: #745936;
    /* The Fallback */
    background: rgba(116, 89, 54, 0.6);
}

.text-primary.text-accent-1 {
    color: #bdfdff !important;
}

.bg-primary.bg-accent-1 {
    background-color: #bdfdff !important;
}

.border-primary.border-accent-1 {
    border: 1px solid #bdfdff !important;
}

.border-top-primary.border-top-accent-1 {
    border-top: 1px solid #bdfdff !important;
}

.border-bottom-primary.border-bottom-accent-1 {
    border-bottom: 1px solid #bdfdff !important;
}

.border-left-primary.border-left-accent-1 {
    border-left: 1px solid #bdfdff !important;
}

.border-right-primary.border-right-accent-1 {
    border-right: 1px solid #bdfdff !important;
}

.overlay-primary.overlay-accent-1 {
    background: #bdfdff;
    /* The Fallback */
    background: rgba(189, 253, 255, 0.6);
}

.text-primary.text-accent-2 {
    color: #8afbff !important;
}

.bg-primary.bg-accent-2 {
    background-color: #8afbff !important;
}

.border-primary.border-accent-2 {
    border: 1px solid #8afbff !important;
}

.border-top-primary.border-top-accent-2 {
    border-top: 1px solid #8afbff !important;
}

.border-bottom-primary.border-bottom-accent-2 {
    border-bottom: 1px solid #8afbff !important;
}

.border-left-primary.border-left-accent-2 {
    border-left: 1px solid #8afbff !important;
}

.border-right-primary.border-right-accent-2 {
    border-right: 1px solid #8afbff !important;
}

.overlay-primary.overlay-accent-2 {
    background: #8afbff;
    /* The Fallback */
    background: rgba(138, 251, 255, 0.6);
}

.text-primary.text-accent-3 {
    color: #57faff !important;
}

.bg-primary.bg-accent-3 {
    background-color: #57faff !important;
}

.border-primary.border-accent-3 {
    border: 1px solid #57faff !important;
}

.border-top-primary.border-top-accent-3 {
    border-top: 1px solid #57faff !important;
}

.border-bottom-primary.border-bottom-accent-3 {
    border-bottom: 1px solid #57faff !important;
}

.border-left-primary.border-left-accent-3 {
    border-left: 1px solid #57faff !important;
}

.border-right-primary.border-right-accent-3 {
    border-right: 1px solid #57faff !important;
}

.overlay-primary.overlay-accent-3 {
    background: #57faff;
    /* The Fallback */
    background: rgba(87, 250, 255, 0.6);
}

.text-primary.text-accent-4 {
    color: #3df9ff !important;
}

.bg-primary.bg-accent-4 {
    background-color: #3df9ff !important;
}

.border-primary.border-accent-4 {
    border: 1px solid #3df9ff !important;
}

.border-top-primary.border-top-accent-4 {
    border-top: 1px solid #3df9ff !important;
}

.border-bottom-primary.border-bottom-accent-4 {
    border-bottom: 1px solid #3df9ff !important;
}

.border-left-primary.border-left-accent-4 {
    border-left: 1px solid #3df9ff !important;
}

.border-right-primary.border-right-accent-4 {
    border-right: 1px solid #3df9ff !important;
}

.overlay-primary.overlay-accent-4 {
    background: #3df9ff;
    /* The Fallback */
    background: rgba(61, 249, 255, 0.6);
}

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

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

.border-secondary.border-lighten-5 {
    border: 1px solid #cf2469 !important;
}

.border-top-secondary.border-top-lighten-5 {
    border-top: 1px solid #cf2469 !important;
}

.border-bottom-secondary.border-bottom-lighten-5 {
    border-bottom: 1px solid #cf2469 !important;
}

.border-left-secondary.border-left-lighten-5 {
    border-left: 1px solid #cf2469 !important;
}

.border-right-secondary.border-right-lighten-5 {
    border-right: 1px solid #cf2469 !important;
}

.overlay-secondary.overlay-lighten-5 {
    background: #cf2469;
    /* The Fallback */
    background: rgba(207, 36, 105, 0.6);
}

.text-secondary.text-lighten-4 {
    color: #b9205e !important;
}

.bg-secondary.bg-lighten-4 {
    background-color: #b9205e !important;
}

.border-secondary.border-lighten-4 {
    border: 1px solid #b9205e !important;
}

.border-top-secondary.border-top-lighten-4 {
    border-top: 1px solid #b9205e !important;
}

.border-bottom-secondary.border-bottom-lighten-4 {
    border-bottom: 1px solid #b9205e !important;
}

.border-left-secondary.border-left-lighten-4 {
    border-left: 1px solid #b9205e !important;
}

.border-right-secondary.border-right-lighten-4 {
    border-right: 1px solid #b9205e !important;
}

.overlay-secondary.overlay-lighten-4 {
    background: #b9205e;
    /* The Fallback */
    background: rgba(185, 32, 94, 0.6);
}

.text-secondary.text-lighten-3 {
    color: #a31c53 !important;
}

.bg-secondary.bg-lighten-3 {
    background-color: #a31c53 !important;
}

.border-secondary.border-lighten-3 {
    border: 1px solid #a31c53 !important;
}

.border-top-secondary.border-top-lighten-3 {
    border-top: 1px solid #a31c53 !important;
}

.border-bottom-secondary.border-bottom-lighten-3 {
    border-bottom: 1px solid #a31c53 !important;
}

.border-left-secondary.border-left-lighten-3 {
    border-left: 1px solid #a31c53 !important;
}

.border-right-secondary.border-right-lighten-3 {
    border-right: 1px solid #a31c53 !important;
}

.overlay-secondary.overlay-lighten-3 {
    background: #a31c53;
    /* The Fallback */
    background: rgba(163, 28, 83, 0.6);
}

.text-secondary.text-lighten-2 {
    color: #8d1948 !important;
}

.bg-secondary.bg-lighten-2 {
    background-color: #8d1948 !important;
}

.border-secondary.border-lighten-2 {
    border: 1px solid #8d1948 !important;
}

.border-top-secondary.border-top-lighten-2 {
    border-top: 1px solid #8d1948 !important;
}

.border-bottom-secondary.border-bottom-lighten-2 {
    border-bottom: 1px solid #8d1948 !important;
}

.border-left-secondary.border-left-lighten-2 {
    border-left: 1px solid #8d1948 !important;
}

.border-right-secondary.border-right-lighten-2 {
    border-right: 1px solid #8d1948 !important;
}

.overlay-secondary.overlay-lighten-2 {
    background: #8d1948;
    /* The Fallback */
    background: rgba(141, 25, 72, 0.6);
}

.text-secondary.text-lighten-1 {
    color: #78153d !important;
}

.bg-secondary.bg-lighten-1 {
    background-color: #78153d !important;
}

.border-secondary.border-lighten-1 {
    border: 1px solid #78153d !important;
}

.border-top-secondary.border-top-lighten-1 {
    border-top: 1px solid #78153d !important;
}

.border-bottom-secondary.border-bottom-lighten-1 {
    border-bottom: 1px solid #78153d !important;
}

.border-left-secondary.border-left-lighten-1 {
    border-left: 1px solid #78153d !important;
}

.border-right-secondary.border-right-lighten-1 {
    border-right: 1px solid #78153d !important;
}

.overlay-secondary.overlay-lighten-1 {
    background: #78153d;
    /* The Fallback */
    background: rgba(120, 21, 61, 0.6);
}

.bg-secondary {
    background-color: var(--primary) !important;
}

.bg-secondary .card-header,
.bg-secondary .card-footer {
    background-color: transparent;
}

.alert-secondary {
    background: rgba(98, 17, 50, 0.12) !important;
    color: var(--primary) !important;
}

.alert-secondary .alert-heading {
    box-shadow: rgba(98, 17, 50, 0.4) 0px 6px 15px -7px;
}

.alert-secondary .alert-link {
    color: #4c0d27 !important;
}

.alert-secondary .close {
    color: var(--primary) !important;
}

.bg-light-secondary {
    background: rgba(98, 17, 50, 0.12) !important;
    color: var(--primary) !important;
}

.bg-light-secondary.fc-h-event,
.bg-light-secondary.fc-v-event {
    border-color: rgba(98, 17, 50, 0.1);
}

.bg-light-secondary .fc-list-event-dot {
    border-color: var(--primary) !important;
}

.bg-light-secondary.fc-list-event:hover td {
    background: rgba(98, 17, 50, 0.1) !important;
}

.bg-light-secondary.fc-list-event .fc-list-event-title {
    color: var(--primary);
}

.avatar.bg-light-secondary {
    color: var(--primary) !important;
}

.border-secondary {
    border: 1px solid var(--primary) !important;
}

.border-top-secondary {
    border-top: 1px solid var(--primary);
}

.border-bottom-secondary {
    border-bottom: 1px solid var(--primary);
}

.border-left-secondary {
    border-left: 1px solid var(--primary);
}

.border-right-secondary {
    border-right: 1px solid var(--primary);
}

.bg-secondary.badge-glow,
.border-secondary.badge-glow,
.badge-secondary.badge-glow {
    box-shadow: 0px 0px 10px var(--primary);
}

.badge.badge-light-secondary {
    background-color: rgba(98, 17, 50, 0.12);
    color: var(--primary) !important;
}

.overlay-secondary {
    background: var(--primary);
    /* The Fallback */
    background: rgba(98, 17, 50, 0.6);
}


/* .btn-secondary {
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
    color: #fff !important;
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    color: #fff;
    background-color: #4c0d27 !important;
}

.btn-secondary:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px var(--primary);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
} */

.btn-flat-secondary {
    background-color: transparent;
    color: var(--primary);
}

.btn-flat-secondary:hover {
    color: var(--primary);
}

.btn-flat-secondary:hover:not(.disabled):not(:disabled) {
    background-color: rgba(98, 17, 50, 0.12);
}

.btn-flat-secondary:active,
.btn-flat-secondary.active,
.btn-flat-secondary:focus {
    background-color: rgba(98, 17, 50, 0.2);
    color: var(--primary);
}

.btn-flat-secondary.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23621132' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-secondary {
    background-color: var(--primary);
    box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color: #fff;
    transition: all 0.2s ease;
}

.btn-relief-secondary:hover:not(.disabled):not(:disabled) {
    background-color: #78153d;
}

.btn-relief-secondary:active,
.btn-relief-secondary.active,
.btn-relief-secondary:focus {
    background-color: #4c0d27;
}

.btn-relief-secondary:hover {
    color: #fff;
}

.btn-relief-secondary:active,
.btn-relief-secondary.active {
    outline: none;
    box-shadow: none;
    transform: translateY(3px);
}

.btn-outline-secondary {
    border: 1px solid var(--primary) !important;
    background-color: transparent;
    color: var(--primary);
}

.btn-outline-secondary:hover:not(.disabled):not(:disabled) {
    background-color: rgba(98, 17, 50, 0.04);
    color: var(--primary);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):focus {
    background-color: rgba(98, 17, 50, 0.2);
    color: var(--primary);
}

.btn-outline-secondary.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23621132' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.show>.btn-outline-secondary.dropdown-toggle {
    background-color: rgba(98, 17, 50, 0.2);
    color: var(--primary);
}

.btn-outline-secondary.waves-effect .waves-ripple,
.btn-flat-secondary.waves-effect .waves-ripple {
    background: radial-gradient(rgba(98, 17, 50, 0.2) 0, rgba(98, 17, 50, 0.3) 40%, rgba(98, 17, 50, 0.4) 50%, rgba(98, 17, 50, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-secondary {
    background-color: var(--primary);
}

.modal.modal-secondary .modal-header .modal-title {
    color: var(--primary);
}

.modal.modal-secondary .modal-header .close {
    color: var(--primary) !important;
}

.pagination-secondary .page-item.active .page-link {
    background: var(--primary) !important;
    color: #fff;
}

.pagination-secondary .page-item.active .page-link:hover {
    color: #fff;
}

.pagination-secondary .page-item .page-link:hover {
    color: var(--primary);
}

.pagination-secondary .page-item.prev-item .page-link:hover,
.pagination-secondary .page-item.next-item .page-link:hover {
    background: var(--primary);
    color: #fff;
}

.pagination-secondary .page-item.next-item .page-link:active:after,
.pagination-secondary .page-item.next-item .page-link:hover:after,
.pagination-secondary .page-item.next .page-link:active:after,
.pagination-secondary .page-item.next .page-link:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23621132' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.pagination-secondary .page-item.prev-item .page-link:active:before,
.pagination-secondary .page-item.prev-item .page-link:hover:before,
.pagination-secondary .page-item.prev .page-link:active:before,
.pagination-secondary .page-item.prev .page-link:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23621132' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.nav-pill-secondary .nav-item .nav-link.active {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary);
    box-shadow: 0 4px 18px -4px rgba(98, 17, 50, 0.65);
}

.progress-bar-secondary {
    background-color: rgba(98, 17, 50, 0.12);
}

.progress-bar-secondary .progress-bar {
    background-color: var(--primary);
}

.timeline .timeline-point-secondary {
    border-color: var(--primary) !important;
}

.timeline .timeline-point-secondary i,
.timeline .timeline-point-secondary svg {
    stroke: var(--primary) !important;
}

.timeline .timeline-point-secondary.timeline-point-indicator {
    background-color: var(--primary) !important;
}

.timeline .timeline-point-secondary.timeline-point-indicator:before {
    background: rgba(98, 17, 50, 0.12) !important;
}

.divider.divider-secondary .divider-text:before,
.divider.divider-secondary .divider-text:after {
    border-color: var(--primary) !important;
}

input:focus~.bg-secondary {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem var(--primary) !important;
}

.custom-control-secondary .custom-control-input:checked~.custom-control-label::before,
.custom-control-secondary .custom-control-input:active~.custom-control-label::before {
    border-color: var(--primary);
    background-color: var(--primary);
}

.custom-control-secondary.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-secondary.custom-checkbox .custom-control-input:active~.custom-control-label::before,
.custom-control-secondary.custom-checkbox .custom-control-input:focus~.custom-control-label::before,
.custom-control-secondary.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-secondary.custom-radio .custom-control-input:active~.custom-control-label::before,
.custom-control-secondary.custom-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 2px 4px 0 rgba(98, 17, 50, 0.4) !important;
}

.custom-control-secondary .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(98, 17, 50, 0.65) !important;
    border: none;
    box-shadow: none !important;
}

.custom-control-secondary .custom-control-input:focus~.custom-control-label::before {
    border-color: var(--primary);
}

.custom-switch-secondary .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--primary) !important;
    color: #fff;
    transition: all 0.2s ease-out;
}

.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.text-secondary.text-darken-1 {
    color: #4c0d27 !important;
}

.bg-secondary.bg-darken-1 {
    background-color: #4c0d27 !important;
}

.border-secondary.border-darken-1 {
    border: 1px solid #4c0d27 !important;
}

.border-top-secondary.border-top-darken-1 {
    border-top: 1px solid #4c0d27 !important;
}

.border-bottom-secondary.border-bottom-darken-1 {
    border-bottom: 1px solid #4c0d27 !important;
}

.border-left-secondary.border-left-darken-1 {
    border-left: 1px solid #4c0d27 !important;
}

.border-right-secondary.border-right-darken-1 {
    border-right: 1px solid #4c0d27 !important;
}

.overlay-secondary.overlay-darken-1 {
    background: #4c0d27;
    /* The Fallback */
    background: rgba(76, 13, 39, 0.6);
}

.text-secondary.text-darken-2 {
    color: #37091c !important;
}

.bg-secondary.bg-darken-2 {
    background-color: #37091c !important;
}

.border-secondary.border-darken-2 {
    border: 1px solid #37091c !important;
}

.border-top-secondary.border-top-darken-2 {
    border-top: 1px solid #37091c !important;
}

.border-bottom-secondary.border-bottom-darken-2 {
    border-bottom: 1px solid #37091c !important;
}

.border-left-secondary.border-left-darken-2 {
    border-left: 1px solid #37091c !important;
}

.border-right-secondary.border-right-darken-2 {
    border-right: 1px solid #37091c !important;
}

.overlay-secondary.overlay-darken-2 {
    background: #37091c;
    /* The Fallback */
    background: rgba(55, 9, 28, 0.6);
}

.text-secondary.text-darken-3 {
    color: #210611 !important;
}

.bg-secondary.bg-darken-3 {
    background-color: #210611 !important;
}

.border-secondary.border-darken-3 {
    border: 1px solid #210611 !important;
}

.border-top-secondary.border-top-darken-3 {
    border-top: 1px solid #210611 !important;
}

.border-bottom-secondary.border-bottom-darken-3 {
    border-bottom: 1px solid #210611 !important;
}

.border-left-secondary.border-left-darken-3 {
    border-left: 1px solid #210611 !important;
}

.border-right-secondary.border-right-darken-3 {
    border-right: 1px solid #210611 !important;
}

.overlay-secondary.overlay-darken-3 {
    background: #210611;
    /* The Fallback */
    background: rgba(33, 6, 17, 0.6);
}

.text-secondary.text-darken-4 {
    color: #0b0206 !important;
}

.bg-secondary.bg-darken-4 {
    background-color: #0b0206 !important;
}

.border-secondary.border-darken-4 {
    border: 1px solid #0b0206 !important;
}

.border-top-secondary.border-top-darken-4 {
    border-top: 1px solid #0b0206 !important;
}

.border-bottom-secondary.border-bottom-darken-4 {
    border-bottom: 1px solid #0b0206 !important;
}

.border-left-secondary.border-left-darken-4 {
    border-left: 1px solid #0b0206 !important;
}

.border-right-secondary.border-right-darken-4 {
    border-right: 1px solid #0b0206 !important;
}

.overlay-secondary.overlay-darken-4 {
    background: #0b0206;
    /* The Fallback */
    background: rgba(11, 2, 6, 0.6);
}

.text-success.text-lighten-5 {
    color: #46fb2e !important;
}

.bg-success.bg-lighten-5 {
    background-color: #46fb2e !important;
}

.border-success.border-lighten-5 {
    border: 1px solid #46fb2e !important;
}

.border-top-success.border-top-lighten-5 {
    border-top: 1px solid #46fb2e !important;
}

.border-bottom-success.border-bottom-lighten-5 {
    border-bottom: 1px solid #46fb2e !important;
}

.border-left-success.border-left-lighten-5 {
    border-left: 1px solid #46fb2e !important;
}

.border-right-success.border-right-lighten-5 {
    border-right: 1px solid #46fb2e !important;
}

.overlay-success.overlay-lighten-5 {
    background: #46fb2e;
    /* The Fallback */
    background: rgba(70, 251, 46, 0.6);
}

.text-success.text-lighten-4 {
    color: #30fb15 !important;
}

.bg-success.bg-lighten-4 {
    background-color: #30fb15 !important;
}

.border-success.border-lighten-4 {
    border: 1px solid #30fb15 !important;
}

.border-top-success.border-top-lighten-4 {
    border-top: 1px solid #30fb15 !important;
}

.border-bottom-success.border-bottom-lighten-4 {
    border-bottom: 1px solid #30fb15 !important;
}

.border-left-success.border-left-lighten-4 {
    border-left: 1px solid #30fb15 !important;
}

.border-right-success.border-right-lighten-4 {
    border-right: 1px solid #30fb15 !important;
}

.overlay-success.overlay-lighten-4 {
    background: #30fb15;
    /* The Fallback */
    background: rgba(48, 251, 21, 0.6);
}

.text-success.text-lighten-3 {
    color: #20f204 !important;
}

.bg-success.bg-lighten-3 {
    background-color: #20f204 !important;
}

.border-success.border-lighten-3 {
    border: 1px solid #20f204 !important;
}

.border-top-success.border-top-lighten-3 {
    border-top: 1px solid #20f204 !important;
}

.border-bottom-success.border-bottom-lighten-3 {
    border-bottom: 1px solid #20f204 !important;
}

.border-left-success.border-left-lighten-3 {
    border-left: 1px solid #20f204 !important;
}

.border-right-success.border-right-lighten-3 {
    border-right: 1px solid #20f204 !important;
}

.overlay-success.overlay-lighten-3 {
    background: #20f204;
    /* The Fallback */
    background: rgba(32, 242, 4, 0.6);
}

.text-success.text-lighten-2 {
    color: #1dd904 !important;
}

.bg-success.bg-lighten-2 {
    background-color: #1dd904 !important;
}

.border-success.border-lighten-2 {
    border: 1px solid #1dd904 !important;
}

.border-top-success.border-top-lighten-2 {
    border-top: 1px solid #1dd904 !important;
}

.border-bottom-success.border-bottom-lighten-2 {
    border-bottom: 1px solid #1dd904 !important;
}

.border-left-success.border-left-lighten-2 {
    border-left: 1px solid #1dd904 !important;
}

.border-right-success.border-right-lighten-2 {
    border-right: 1px solid #1dd904 !important;
}

.overlay-success.overlay-lighten-2 {
    background: #1dd904;
    /* The Fallback */
    background: rgba(29, 217, 4, 0.6);
}

.text-success.text-lighten-1 {
    color: #19c003 !important;
}

.bg-success.bg-lighten-1 {
    background-color: #19c003 !important;
}

.border-success.border-lighten-1 {
    border: 1px solid #19c003 !important;
}

.border-top-success.border-top-lighten-1 {
    border-top: 1px solid #19c003 !important;
}

.border-bottom-success.border-bottom-lighten-1 {
    border-bottom: 1px solid #19c003 !important;
}

.border-left-success.border-left-lighten-1 {
    border-left: 1px solid #19c003 !important;
}

.border-right-success.border-right-lighten-1 {
    border-right: 1px solid #19c003 !important;
}

.overlay-success.overlay-lighten-1 {
    background: #19c003;
    /* The Fallback */
    background: rgba(25, 192, 3, 0.6);
}

.bg-success {
    background-color: var(--success) !important;
}

.bg-success .card-header,
.bg-success .card-footer {
    background-color: transparent;
}

.alert-success {
    background: rgba(22, 167, 3, 0.12) !important;
    color: var(--success) !important;
}

.alert-success .alert-heading {
    box-shadow: rgba(22, 167, 3, 0.4) 0px 6px 15px -7px;
}

.alert-success .alert-link {
    color: #138e03 !important;
}

.alert-success .close {
    color: var(--success) !important;
}

.bg-light-success {
    background: rgba(22, 167, 3, 0.12) !important;
    color: var(--success) !important;
}

.bg-light-success.fc-h-event,
.bg-light-success.fc-v-event {
    border-color: rgba(22, 167, 3, 0.1);
}

.bg-light-success .fc-list-event-dot {
    border-color: var(--success) !important;
}

.bg-light-success.fc-list-event:hover td {
    background: rgba(22, 167, 3, 0.1) !important;
}

.bg-light-success.fc-list-event .fc-list-event-title {
    color: var(--primary);
}

.avatar.bg-light-success {
    color: var(--success) !important;
}

.border-success {
    border: 1px solid var(--success) !important;
}

.border-top-success {
    border-top: 1px solid var(--success);
}

.border-bottom-success {
    border-bottom: 1px solid var(--success);
}

.border-left-success {
    border-left: 1px solid var(--success);
}

.border-right-success {
    border-right: 1px solid var(--success);
}

.bg-success.badge-glow,
.border-success.badge-glow,
.badge-success.badge-glow {
    box-shadow: 0px 0px 10px var(--success);
}

.badge.badge-light-success {
    background-color: rgba(22, 167, 3, 0.12);
    color: var(--success) !important;
}

.overlay-success {
    background: var(--success);
    /* The Fallback */
    background: rgba(22, 167, 3, 0.6);
}


/* .btn-success {
    border-color: var(--success) !important;
    background-color: #579b4e !important;
    color: #fff !important;
}

.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #fff;
    background-color: #579b4e !important;
}

.btn-success:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px var(--success);
}

.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
} */

.btn-flat-success {
    background-color: transparent;
    color: var(--success);
}

.btn-flat-success:hover {
    color: var(--success);
}

.btn-flat-success:hover:not(.disabled):not(:disabled) {
    background-color: rgba(22, 167, 3, 0.12);
}

.btn-flat-success:active,
.btn-flat-success.active,
.btn-flat-success:focus {
    background-color: rgba(22, 167, 3, 0.2);
    color: var(--success);
}

.btn-flat-success.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a703' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-success {
    background-color: var(--success);
    box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color: #fff;
    transition: all 0.2s ease;
}

.btn-relief-success:hover:not(.disabled):not(:disabled) {
    background-color: #19c003;
}

.btn-relief-success:active,
.btn-relief-success.active,
.btn-relief-success:focus {
    background-color: #138e03;
}

.btn-relief-success:hover {
    color: #fff;
}

.btn-relief-success:active,
.btn-relief-success.active {
    outline: none;
    box-shadow: none;
    transform: translateY(3px);
}

.btn-outline-success {
    border: 1px solid var(--success) !important;
    background-color: transparent;
    color: var(--success);
}

.btn-outline-success:hover:not(.disabled):not(:disabled) {
    background-color: rgba(22, 167, 3, 0.04);
    color: var(--success);
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):focus {
    background-color: rgba(22, 167, 3, 0.2);
    color: var(--success);
}

.btn-outline-success.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a703' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.show>.btn-outline-success.dropdown-toggle {
    background-color: rgba(22, 167, 3, 0.2);
    color: var(--success);
}

.btn-outline-success.waves-effect .waves-ripple,
.btn-flat-success.waves-effect .waves-ripple {
    background: radial-gradient(rgba(22, 167, 3, 0.2) 0, rgba(22, 167, 3, 0.3) 40%, rgba(22, 167, 3, 0.4) 50%, rgba(22, 167, 3, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-success {
    background-color: var(--success);
}

.modal.modal-success .modal-header .modal-title {
    color: var(--success);
}

.modal.modal-success .modal-header .close {
    color: var(--success) !important;
}

.pagination-success .page-item.active .page-link {
    background: var(--success) !important;
    color: #fff;
}

.pagination-success .page-item.active .page-link:hover {
    color: #fff;
}

.pagination-success .page-item .page-link:hover {
    color: var(--success);
}

.pagination-success .page-item.prev-item .page-link:hover,
.pagination-success .page-item.next-item .page-link:hover {
    background: var(--success);
    color: #fff;
}

.pagination-success .page-item.next-item .page-link:active:after,
.pagination-success .page-item.next-item .page-link:hover:after,
.pagination-success .page-item.next .page-link:active:after,
.pagination-success .page-item.next .page-link:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a703' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.pagination-success .page-item.prev-item .page-link:active:before,
.pagination-success .page-item.prev-item .page-link:hover:before,
.pagination-success .page-item.prev .page-link:active:before,
.pagination-success .page-item.prev .page-link:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a703' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.nav-pill-success .nav-item .nav-link.active {
    color: #fff;
    background-color: var(--success) !important;
    border-color: var(--success);
    box-shadow: 0 4px 18px -4px rgba(22, 167, 3, 0.65);
}

.progress-bar-success {
    background-color: rgba(22, 167, 3, 0.12);
}

.progress-bar-success .progress-bar {
    background-color: var(--success);
}

.timeline .timeline-point-success {
    border-color: var(--success) !important;
}

.timeline .timeline-point-success i,
.timeline .timeline-point-success svg {
    stroke: var(--success) !important;
}

.timeline .timeline-point-success.timeline-point-indicator {
    background-color: var(--success) !important;
}

.timeline .timeline-point-success.timeline-point-indicator:before {
    background: rgba(22, 167, 3, 0.12) !important;
}

.divider.divider-success .divider-text:before,
.divider.divider-success .divider-text:after {
    border-color: var(--success) !important;
}

input:focus~.bg-success {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem var(--success) !important;
}

.custom-control-success .custom-control-input:checked~.custom-control-label::before,
.custom-control-success .custom-control-input:active~.custom-control-label::before {
    border-color: var(--success);
    background-color: var(--success);
}

.custom-control-success.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-success.custom-checkbox .custom-control-input:active~.custom-control-label::before,
.custom-control-success.custom-checkbox .custom-control-input:focus~.custom-control-label::before,
.custom-control-success.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-success.custom-radio .custom-control-input:active~.custom-control-label::before,
.custom-control-success.custom-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 2px 4px 0 rgba(22, 167, 3, 0.4) !important;
}

.custom-control-success .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(22, 167, 3, 0.65) !important;
    border: none;
    box-shadow: none !important;
}

.custom-control-success .custom-control-input:focus~.custom-control-label::before {
    border-color: var(--success);
}

.custom-switch-success .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--success) !important;
    color: #fff;
    transition: all 0.2s ease-out;
}

.select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--success) !important;
    border-color: var(--success) !important;
}

.text-success.text-darken-1 {
    color: #138e03 !important;
}

.bg-success.bg-darken-1 {
    background-color: #138e03 !important;
}

.border-success.border-darken-1 {
    border: 1px solid #138e03 !important;
}

.border-top-success.border-top-darken-1 {
    border-top: 1px solid #138e03 !important;
}

.border-bottom-success.border-bottom-darken-1 {
    border-bottom: 1px solid #138e03 !important;
}

.border-left-success.border-left-darken-1 {
    border-left: 1px solid #138e03 !important;
}

.border-right-success.border-right-darken-1 {
    border-right: 1px solid #138e03 !important;
}

.overlay-success.overlay-darken-1 {
    background: #138e03;
    /* The Fallback */
    background: rgba(19, 142, 3, 0.6);
}

.text-success.text-darken-2 {
    color: #0f7502 !important;
}

.bg-success.bg-darken-2 {
    background-color: #0f7502 !important;
}

.border-success.border-darken-2 {
    border: 1px solid #0f7502 !important;
}

.border-top-success.border-top-darken-2 {
    border-top: 1px solid #0f7502 !important;
}

.border-bottom-success.border-bottom-darken-2 {
    border-bottom: 1px solid #0f7502 !important;
}

.border-left-success.border-left-darken-2 {
    border-left: 1px solid #0f7502 !important;
}

.border-right-success.border-right-darken-2 {
    border-right: 1px solid #0f7502 !important;
}

.overlay-success.overlay-darken-2 {
    background: #0f7502;
    /* The Fallback */
    background: rgba(15, 117, 2, 0.6);
}

.text-success.text-darken-3 {
    color: #0c5c02 !important;
}

.bg-success.bg-darken-3 {
    background-color: #0c5c02 !important;
}

.border-success.border-darken-3 {
    border: 1px solid #0c5c02 !important;
}

.border-top-success.border-top-darken-3 {
    border-top: 1px solid #0c5c02 !important;
}

.border-bottom-success.border-bottom-darken-3 {
    border-bottom: 1px solid #0c5c02 !important;
}

.border-left-success.border-left-darken-3 {
    border-left: 1px solid #0c5c02 !important;
}

.border-right-success.border-right-darken-3 {
    border-right: 1px solid #0c5c02 !important;
}

.overlay-success.overlay-darken-3 {
    background: #0c5c02;
    /* The Fallback */
    background: rgba(12, 92, 2, 0.6);
}

.text-success.text-darken-4 {
    color: #094301 !important;
}

.bg-success.bg-darken-4 {
    background-color: #094301 !important;
}

.border-success.border-darken-4 {
    border: 1px solid #094301 !important;
}

.border-top-success.border-top-darken-4 {
    border-top: 1px solid #094301 !important;
}

.border-bottom-success.border-bottom-darken-4 {
    border-bottom: 1px solid #094301 !important;
}

.border-left-success.border-left-darken-4 {
    border-left: 1px solid #094301 !important;
}

.border-right-success.border-right-darken-4 {
    border-right: 1px solid #094301 !important;
}

.overlay-success.overlay-darken-4 {
    background: #094301;
    /* The Fallback */
    background: rgba(9, 67, 1, 0.6);
}

.text-success.text-accent-1 {
    color: #e1fff1 !important;
}

.bg-success.bg-accent-1 {
    background-color: #e1fff1 !important;
}

.border-success.border-accent-1 {
    border: 1px solid #e1fff1 !important;
}

.border-top-success.border-top-accent-1 {
    border-top: 1px solid #e1fff1 !important;
}

.border-bottom-success.border-bottom-accent-1 {
    border-bottom: 1px solid #e1fff1 !important;
}

.border-left-success.border-left-accent-1 {
    border-left: 1px solid #e1fff1 !important;
}

.border-right-success.border-right-accent-1 {
    border-right: 1px solid #e1fff1 !important;
}

.overlay-success.overlay-accent-1 {
    background: #e1fff1;
    /* The Fallback */
    background: rgba(225, 255, 241, 0.6);
}

.text-success.text-accent-2 {
    color: #aeffd9 !important;
}

.bg-success.bg-accent-2 {
    background-color: #aeffd9 !important;
}

.border-success.border-accent-2 {
    border: 1px solid #aeffd9 !important;
}

.border-top-success.border-top-accent-2 {
    border-top: 1px solid #aeffd9 !important;
}

.border-bottom-success.border-bottom-accent-2 {
    border-bottom: 1px solid #aeffd9 !important;
}

.border-left-success.border-left-accent-2 {
    border-left: 1px solid #aeffd9 !important;
}

.border-right-success.border-right-accent-2 {
    border-right: 1px solid #aeffd9 !important;
}

.overlay-success.overlay-accent-2 {
    background: #aeffd9;
    /* The Fallback */
    background: rgba(174, 255, 217, 0.6);
}

.text-success.text-accent-3 {
    color: #7bffc1 !important;
}

.bg-success.bg-accent-3 {
    background-color: #7bffc1 !important;
}

.border-success.border-accent-3 {
    border: 1px solid #7bffc1 !important;
}

.border-top-success.border-top-accent-3 {
    border-top: 1px solid #7bffc1 !important;
}

.border-bottom-success.border-bottom-accent-3 {
    border-bottom: 1px solid #7bffc1 !important;
}

.border-left-success.border-left-accent-3 {
    border-left: 1px solid #7bffc1 !important;
}

.border-right-success.border-right-accent-3 {
    border-right: 1px solid #7bffc1 !important;
}

.overlay-success.overlay-accent-3 {
    background: #7bffc1;
    /* The Fallback */
    background: rgba(123, 255, 193, 0.6);
}

.text-success.text-accent-4 {
    color: #62ffb5 !important;
}

.bg-success.bg-accent-4 {
    background-color: #62ffb5 !important;
}

.border-success.border-accent-4 {
    border: 1px solid #62ffb5 !important;
}

.border-top-success.border-top-accent-4 {
    border-top: 1px solid #62ffb5 !important;
}

.border-bottom-success.border-bottom-accent-4 {
    border-bottom: 1px solid #62ffb5 !important;
}

.border-left-success.border-left-accent-4 {
    border-left: 1px solid #62ffb5 !important;
}

.border-right-success.border-right-accent-4 {
    border-right: 1px solid #62ffb5 !important;
}

.overlay-success.overlay-accent-4 {
    background: #62ffb5;
    /* The Fallback */
    background: rgba(98, 255, 181, 0.6);
}

.text-info.text-lighten-5 {
    color: #c7c7c7 !important;
}

.bg-info.bg-lighten-5 {
    background-color: #c7c7c7 !important;
}

.border-info.border-lighten-5 {
    border: 1px solid #c7c7c7 !important;
}

.border-top-info.border-top-lighten-5 {
    border-top: 1px solid #c7c7c7 !important;
}

.border-bottom-info.border-bottom-lighten-5 {
    border-bottom: 1px solid #c7c7c7 !important;
}

.border-left-info.border-left-lighten-5 {
    border-left: 1px solid #c7c7c7 !important;
}

.border-right-info.border-right-lighten-5 {
    border-right: 1px solid #c7c7c7 !important;
}

.overlay-info.overlay-lighten-5 {
    background: #c7c7c7;
    /* The Fallback */
    background: rgba(199, 199, 199, 0.6);
}

.text-info.text-lighten-4 {
    color: #bbbaba !important;
}

.bg-info.bg-lighten-4 {
    background-color: #bbbaba !important;
}

.border-info.border-lighten-4 {
    border: 1px solid #bbbaba !important;
}

.border-top-info.border-top-lighten-4 {
    border-top: 1px solid #bbbaba !important;
}

.border-bottom-info.border-bottom-lighten-4 {
    border-bottom: 1px solid #bbbaba !important;
}

.border-left-info.border-left-lighten-4 {
    border-left: 1px solid #bbbaba !important;
}

.border-right-info.border-right-lighten-4 {
    border-right: 1px solid #bbbaba !important;
}

.overlay-info.overlay-lighten-4 {
    background: #bbbaba;
    /* The Fallback */
    background: rgba(187, 186, 186, 0.6);
}

.text-info.text-lighten-3 {
    color: #aeadad !important;
}

.bg-info.bg-lighten-3 {
    background-color: #aeadad !important;
}

.border-info.border-lighten-3 {
    border: 1px solid #aeadad !important;
}

.border-top-info.border-top-lighten-3 {
    border-top: 1px solid #aeadad !important;
}

.border-bottom-info.border-bottom-lighten-3 {
    border-bottom: 1px solid #aeadad !important;
}

.border-left-info.border-left-lighten-3 {
    border-left: 1px solid #aeadad !important;
}

.border-right-info.border-right-lighten-3 {
    border-right: 1px solid #aeadad !important;
}

.overlay-info.overlay-lighten-3 {
    background: #aeadad;
    /* The Fallback */
    background: rgba(174, 173, 173, 0.6);
}

.text-info.text-lighten-2 {
    color: #a1a1a1 !important;
}

.bg-info.bg-lighten-2 {
    background-color: #a1a1a1 !important;
}

.border-info.border-lighten-2 {
    border: 1px solid #a1a1a1 !important;
}

.border-top-info.border-top-lighten-2 {
    border-top: 1px solid #a1a1a1 !important;
}

.border-bottom-info.border-bottom-lighten-2 {
    border-bottom: 1px solid #a1a1a1 !important;
}

.border-left-info.border-left-lighten-2 {
    border-left: 1px solid #a1a1a1 !important;
}

.border-right-info.border-right-lighten-2 {
    border-right: 1px solid #a1a1a1 !important;
}

.overlay-info.overlay-lighten-2 {
    background: #a1a1a1;
    /* The Fallback */
    background: rgba(161, 161, 161, 0.6);
}

.text-info.text-lighten-1 {
    color: #959494 !important;
}

.bg-info.bg-lighten-1 {
    background-color: #959494 !important;
}

.border-info.border-lighten-1 {
    border: 1px solid #959494 !important;
}

.border-top-info.border-top-lighten-1 {
    border-top: 1px solid #959494 !important;
}

.border-bottom-info.border-bottom-lighten-1 {
    border-bottom: 1px solid #959494 !important;
}

.border-left-info.border-left-lighten-1 {
    border-left: 1px solid #959494 !important;
}

.border-right-info.border-right-lighten-1 {
    border-right: 1px solid #959494 !important;
}

.overlay-info.overlay-lighten-1 {
    background: #959494;
    /* The Fallback */
    background: rgba(149, 148, 148, 0.6);
}

.bg-info {
    background-color: var(--info) !important;
}

.bg-info .card-header,
.bg-info .card-footer {
    background-color: transparent;
}

.alert-info {
    background: rgba(136, 135, 135, 0.12) !important;
    color: var(--info) !important;
}

.alert-info .alert-heading {
    box-shadow: rgba(136, 135, 135, 0.4) 0px 6px 15px -7px;
}

.alert-info .alert-link {
    color: #7b7a7a !important;
}

.alert-info .close {
    color: var(--info) !important;
}

.bg-light-info {
    background: rgba(136, 135, 135, 0.12) !important;
    color: var(--info) !important;
}

.bg-light-info.fc-h-event,
.bg-light-info.fc-v-event {
    border-color: rgba(136, 135, 135, 0.1);
}

.bg-light-info .fc-list-event-dot {
    border-color: var(--info) !important;
}

.bg-light-info.fc-list-event:hover td {
    background: rgba(136, 135, 135, 0.1) !important;
}

.bg-light-info.fc-list-event .fc-list-event-title {
    color: var(--primary);
}

.avatar.bg-light-info {
    color: var(--info) !important;
}

.border-info {
    border: 1px solid var(--info) !important;
}

.border-top-info {
    border-top: 1px solid var(--info);
}

.border-bottom-info {
    border-bottom: 1px solid var(--info);
}

.border-left-info {
    border-left: 1px solid var(--info);
}

.border-right-info {
    border-right: 1px solid var(--info);
}

.bg-info.badge-glow,
.border-info.badge-glow,
.badge-info.badge-glow {
    box-shadow: 0px 0px 10px var(--info);
}

.badge.badge-light-info {
    background-color: rgba(136, 135, 135, 0.12);
    color: var(--info) !important;
}

.overlay-info {
    background: var(--info);
    /* The Fallback */
    background: rgba(136, 135, 135, 0.6);
}


/* .btn-info {
    border-color: var(--info) !important;
    background-color: var(--info) !important;
    color: #fff !important;
}

.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #fff;
    background-color: #7b7a7a !important;
}

.btn-info:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px var(--info);
}

.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
} */

.btn-flat-info {
    background-color: transparent;
    color: var(--info);
}

.btn-flat-info:hover {
    color: var(--info);
}

.btn-flat-info:hover:not(.disabled):not(:disabled) {
    background-color: rgba(136, 135, 135, 0.12);
}

.btn-flat-info:active,
.btn-flat-info.active,
.btn-flat-info:focus {
    background-color: rgba(136, 135, 135, 0.2);
    color: var(--info);
}

.btn-flat-info.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888787' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-info {
    background-color: var(--info);
    box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color: #fff;
    transition: all 0.2s ease;
}

.btn-relief-info:hover:not(.disabled):not(:disabled) {
    background-color: #959494;
}

.btn-relief-info:active,
.btn-relief-info.active,
.btn-relief-info:focus {
    background-color: #7b7a7a;
}

.btn-relief-info:hover {
    color: #fff;
}

.btn-relief-info:active,
.btn-relief-info.active {
    outline: none;
    box-shadow: none;
    transform: translateY(3px);
}

.btn-outline-info {
    border: 1px solid var(--info) !important;
    background-color: transparent;
    color: var(--info);
}

.btn-outline-info:hover:not(.disabled):not(:disabled) {
    background-color: rgba(136, 135, 135, 0.04);
    color: var(--info);
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):focus {
    background-color: rgba(136, 135, 135, 0.2);
    color: var(--info);
}

.btn-outline-info.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888787' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.show>.btn-outline-info.dropdown-toggle {
    background-color: rgba(136, 135, 135, 0.2);
    color: var(--info);
}

.btn-outline-info.waves-effect .waves-ripple,
.btn-flat-info.waves-effect .waves-ripple {
    background: radial-gradient(rgba(136, 135, 135, 0.2) 0, rgba(136, 135, 135, 0.3) 40%, rgba(136, 135, 135, 0.4) 50%, rgba(136, 135, 135, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-info {
    background-color: var(--info);
}

.modal.modal-info .modal-header .modal-title {
    color: var(--info);
}

.modal.modal-info .modal-header .close {
    color: var(--info) !important;
}

.pagination-info .page-item.active .page-link {
    background: var(--info) !important;
    color: #fff;
}

.pagination-info .page-item.active .page-link:hover {
    color: #fff;
}

.pagination-info .page-item .page-link:hover {
    color: var(--info);
}

.pagination-info .page-item.prev-item .page-link:hover,
.pagination-info .page-item.next-item .page-link:hover {
    background: var(--info);
    color: #fff;
}

.pagination-info .page-item.next-item .page-link:active:after,
.pagination-info .page-item.next-item .page-link:hover:after,
.pagination-info .page-item.next .page-link:active:after,
.pagination-info .page-item.next .page-link:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888787' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.pagination-info .page-item.prev-item .page-link:active:before,
.pagination-info .page-item.prev-item .page-link:hover:before,
.pagination-info .page-item.prev .page-link:active:before,
.pagination-info .page-item.prev .page-link:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888787' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.nav-pill-info .nav-item .nav-link.active {
    color: #fff;
    background-color: var(--info) !important;
    border-color: var(--info);
    box-shadow: 0 4px 18px -4px rgba(136, 135, 135, 0.65);
}

.progress-bar-info {
    background-color: rgba(136, 135, 135, 0.12);
}

.progress-bar-info .progress-bar {
    background-color: var(--info);
}

.timeline .timeline-point-info {
    border-color: var(--info) !important;
}

.timeline .timeline-point-info i,
.timeline .timeline-point-info svg {
    stroke: var(--info) !important;
}

.timeline .timeline-point-info.timeline-point-indicator {
    background-color: var(--info) !important;
}

.timeline .timeline-point-info.timeline-point-indicator:before {
    background: rgba(136, 135, 135, 0.12) !important;
}

.divider.divider-info .divider-text:before,
.divider.divider-info .divider-text:after {
    border-color: var(--info) !important;
}

input:focus~.bg-info {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem var(--info) !important;
}

.custom-control-info .custom-control-input:checked~.custom-control-label::before,
.custom-control-info .custom-control-input:active~.custom-control-label::before {
    border-color: var(--info);
    background-color: var(--info);
}

.custom-control-info.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-info.custom-checkbox .custom-control-input:active~.custom-control-label::before,
.custom-control-info.custom-checkbox .custom-control-input:focus~.custom-control-label::before,
.custom-control-info.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-info.custom-radio .custom-control-input:active~.custom-control-label::before,
.custom-control-info.custom-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 2px 4px 0 rgba(136, 135, 135, 0.4) !important;
}

.custom-control-info .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(136, 135, 135, 0.65) !important;
    border: none;
    box-shadow: none !important;
}

.custom-control-info .custom-control-input:focus~.custom-control-label::before {
    border-color: var(--info);
}

.custom-switch-info .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--info) !important;
    color: #fff;
    transition: all 0.2s ease-out;
}

.select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--info) !important;
    border-color: var(--info) !important;
}

.text-info.text-darken-1 {
    color: #7b7a7a !important;
}

.bg-info.bg-darken-1 {
    background-color: #7b7a7a !important;
}

.border-info.border-darken-1 {
    border: 1px solid #7b7a7a !important;
}

.border-top-info.border-top-darken-1 {
    border-top: 1px solid #7b7a7a !important;
}

.border-bottom-info.border-bottom-darken-1 {
    border-bottom: 1px solid #7b7a7a !important;
}

.border-left-info.border-left-darken-1 {
    border-left: 1px solid #7b7a7a !important;
}

.border-right-info.border-right-darken-1 {
    border-right: 1px solid #7b7a7a !important;
}

.overlay-info.overlay-darken-1 {
    background: #7b7a7a;
    /* The Fallback */
    background: rgba(123, 122, 122, 0.6);
}

.text-info.text-darken-2 {
    color: #6e6e6e !important;
}

.bg-info.bg-darken-2 {
    background-color: #6e6e6e !important;
}

.border-info.border-darken-2 {
    border: 1px solid #6e6e6e !important;
}

.border-top-info.border-top-darken-2 {
    border-top: 1px solid #6e6e6e !important;
}

.border-bottom-info.border-bottom-darken-2 {
    border-bottom: 1px solid #6e6e6e !important;
}

.border-left-info.border-left-darken-2 {
    border-left: 1px solid #6e6e6e !important;
}

.border-right-info.border-right-darken-2 {
    border-right: 1px solid #6e6e6e !important;
}

.overlay-info.overlay-darken-2 {
    background: #6e6e6e;
    /* The Fallback */
    background: rgba(110, 110, 110, 0.6);
}

.text-info.text-darken-3 {
    color: #626161 !important;
}

.bg-info.bg-darken-3 {
    background-color: #626161 !important;
}

.border-info.border-darken-3 {
    border: 1px solid #626161 !important;
}

.border-top-info.border-top-darken-3 {
    border-top: 1px solid #626161 !important;
}

.border-bottom-info.border-bottom-darken-3 {
    border-bottom: 1px solid #626161 !important;
}

.border-left-info.border-left-darken-3 {
    border-left: 1px solid #626161 !important;
}

.border-right-info.border-right-darken-3 {
    border-right: 1px solid #626161 !important;
}

.overlay-info.overlay-darken-3 {
    background: #626161;
    /* The Fallback */
    background: rgba(98, 97, 97, 0.6);
}

.text-info.text-darken-4 {
    color: #555454 !important;
}

.bg-info.bg-darken-4 {
    background-color: #555454 !important;
}

.border-info.border-darken-4 {
    border: 1px solid #555454 !important;
}

.border-top-info.border-top-darken-4 {
    border-top: 1px solid #555454 !important;
}

.border-bottom-info.border-bottom-darken-4 {
    border-bottom: 1px solid #555454 !important;
}

.border-left-info.border-left-darken-4 {
    border-left: 1px solid #555454 !important;
}

.border-right-info.border-right-darken-4 {
    border-right: 1px solid #555454 !important;
}

.overlay-info.overlay-darken-4 {
    background: #555454;
    /* The Fallback */
    background: rgba(85, 84, 84, 0.6);
}

.text-info.text-accent-1 {
    color: #feffff !important;
}

.bg-info.bg-accent-1 {
    background-color: #feffff !important;
}

.border-info.border-accent-1 {
    border: 1px solid #feffff !important;
}

.border-top-info.border-top-accent-1 {
    border-top: 1px solid #feffff !important;
}

.border-bottom-info.border-bottom-accent-1 {
    border-bottom: 1px solid #feffff !important;
}

.border-left-info.border-left-accent-1 {
    border-left: 1px solid #feffff !important;
}

.border-right-info.border-right-accent-1 {
    border-right: 1px solid #feffff !important;
}

.overlay-info.overlay-accent-1 {
    background: #feffff;
    /* The Fallback */
    background: rgba(254, 255, 255, 0.6);
}

.text-info.text-accent-2 {
    color: #cbf5ff !important;
}

.bg-info.bg-accent-2 {
    background-color: #cbf5ff !important;
}

.border-info.border-accent-2 {
    border: 1px solid #cbf5ff !important;
}

.border-top-info.border-top-accent-2 {
    border-top: 1px solid #cbf5ff !important;
}

.border-bottom-info.border-bottom-accent-2 {
    border-bottom: 1px solid #cbf5ff !important;
}

.border-left-info.border-left-accent-2 {
    border-left: 1px solid #cbf5ff !important;
}

.border-right-info.border-right-accent-2 {
    border-right: 1px solid #cbf5ff !important;
}

.overlay-info.overlay-accent-2 {
    background: #cbf5ff;
    /* The Fallback */
    background: rgba(203, 245, 255, 0.6);
}

.text-info.text-accent-3 {
    color: #98ecff !important;
}

.bg-info.bg-accent-3 {
    background-color: #98ecff !important;
}

.border-info.border-accent-3 {
    border: 1px solid #98ecff !important;
}

.border-top-info.border-top-accent-3 {
    border-top: 1px solid #98ecff !important;
}

.border-bottom-info.border-bottom-accent-3 {
    border-bottom: 1px solid #98ecff !important;
}

.border-left-info.border-left-accent-3 {
    border-left: 1px solid #98ecff !important;
}

.border-right-info.border-right-accent-3 {
    border-right: 1px solid #98ecff !important;
}

.overlay-info.overlay-accent-3 {
    background: #98ecff;
    /* The Fallback */
    background: rgba(152, 236, 255, 0.6);
}

.text-info.text-accent-4 {
    color: #7fe7ff !important;
}

.bg-info.bg-accent-4 {
    background-color: #7fe7ff !important;
}

.border-info.border-accent-4 {
    border: 1px solid #7fe7ff !important;
}

.border-top-info.border-top-accent-4 {
    border-top: 1px solid #7fe7ff !important;
}

.border-bottom-info.border-bottom-accent-4 {
    border-bottom: 1px solid #7fe7ff !important;
}

.border-left-info.border-left-accent-4 {
    border-left: 1px solid #7fe7ff !important;
}

.border-right-info.border-right-accent-4 {
    border-right: 1px solid #7fe7ff !important;
}

.overlay-info.overlay-accent-4 {
    background: #7fe7ff;
    /* The Fallback */
    background: rgba(127, 231, 255, 0.6);
}

.text-warning.text-lighten-5 {
    color: #f2a43f !important;
}

.bg-warning.bg-lighten-5 {
    background-color: #f2a43f !important;
}

.border-warning.border-lighten-5 {
    border: 1px solid #f2a43f !important;
}

.border-top-warning.border-top-lighten-5 {
    border-top: 1px solid #f2a43f !important;
}

.border-bottom-warning.border-bottom-lighten-5 {
    border-bottom: 1px solid #f2a43f !important;
}

.border-left-warning.border-left-lighten-5 {
    border-left: 1px solid #f2a43f !important;
}

.border-right-warning.border-right-lighten-5 {
    border-right: 1px solid #f2a43f !important;
}

.overlay-warning.overlay-lighten-5 {
    background: #f2a43f;
    /* The Fallback */
    background: rgba(242, 164, 63, 0.6);
}

.text-warning.text-lighten-4 {
    color: #f19927 !important;
}

.bg-warning.bg-lighten-4 {
    background-color: #f19927 !important;
}

.border-warning.border-lighten-4 {
    border: 1px solid #f19927 !important;
}

.border-top-warning.border-top-lighten-4 {
    border-top: 1px solid #f19927 !important;
}

.border-bottom-warning.border-bottom-lighten-4 {
    border-bottom: 1px solid #f19927 !important;
}

.border-left-warning.border-left-lighten-4 {
    border-left: 1px solid #f19927 !important;
}

.border-right-warning.border-right-lighten-4 {
    border-right: 1px solid #f19927 !important;
}

.overlay-warning.overlay-lighten-4 {
    background: #f19927;
    /* The Fallback */
    background: rgba(241, 153, 39, 0.6);
}

.text-warning.text-lighten-3 {
    color: #ef8e10 !important;
}

.bg-warning.bg-lighten-3 {
    background-color: #ef8e10 !important;
}

.border-warning.border-lighten-3 {
    border: 1px solid #ef8e10 !important;
}

.border-top-warning.border-top-lighten-3 {
    border-top: 1px solid #ef8e10 !important;
}

.border-bottom-warning.border-bottom-lighten-3 {
    border-bottom: 1px solid #ef8e10 !important;
}

.border-left-warning.border-left-lighten-3 {
    border-left: 1px solid #ef8e10 !important;
}

.border-right-warning.border-right-lighten-3 {
    border-right: 1px solid #ef8e10 !important;
}

.overlay-warning.overlay-lighten-3 {
    background: #ef8e10;
    /* The Fallback */
    background: rgba(239, 142, 16, 0.6);
}

.text-warning.text-lighten-2 {
    color: #d77f0e !important;
}

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

.border-warning.border-lighten-2 {
    border: 1px solid #d77f0e !important;
}

.border-top-warning.border-top-lighten-2 {
    border-top: 1px solid #d77f0e !important;
}

.border-bottom-warning.border-bottom-lighten-2 {
    border-bottom: 1px solid #d77f0e !important;
}

.border-left-warning.border-left-lighten-2 {
    border-left: 1px solid #d77f0e !important;
}

.border-right-warning.border-right-lighten-2 {
    border-right: 1px solid #d77f0e !important;
}

.overlay-warning.overlay-lighten-2 {
    background: #d77f0e;
    /* The Fallback */
    background: rgba(215, 127, 14, 0.6);
}

.text-warning.text-lighten-1 {
    color: #bf710d !important;
}

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

.border-warning.border-lighten-1 {
    border: 1px solid #bf710d !important;
}

.border-top-warning.border-top-lighten-1 {
    border-top: 1px solid #bf710d !important;
}

.border-bottom-warning.border-bottom-lighten-1 {
    border-bottom: 1px solid #bf710d !important;
}

.border-left-warning.border-left-lighten-1 {
    border-left: 1px solid #bf710d !important;
}

.border-right-warning.border-right-lighten-1 {
    border-right: 1px solid #bf710d !important;
}

.overlay-warning.overlay-lighten-1 {
    background: #bf710d;
    /* The Fallback */
    background: rgba(191, 113, 13, 0.6);
}

.bg-warning {
    background-color: var(--warning) !important;
}

.bg-warning .card-header,
.bg-warning .card-footer {
    background-color: transparent;
}

.alert-warning {
    background: rgba(167, 99, 11, 0.12) !important;
    color: var(--warning) !important;
}

.alert-warning .alert-heading {
    box-shadow: rgba(167, 99, 11, 0.4) 0px 6px 15px -7px;
}

.alert-warning .alert-link {
    color: #8f5509 !important;
}

.alert-warning .close {
    color: var(--warning) !important;
}

.bg-light-warning {
    background: rgba(167, 99, 11, 0.12) !important;
    color: var(--warning) !important;
}

.bg-light-warning.fc-h-event,
.bg-light-warning.fc-v-event {
    border-color: rgba(167, 99, 11, 0.1);
}

.bg-light-warning .fc-list-event-dot {
    border-color: var(--warning) !important;
}

.bg-light-warning.fc-list-event:hover td {
    background: rgba(167, 99, 11, 0.1) !important;
}

.bg-light-warning.fc-list-event .fc-list-event-title {
    color: var(--primary);
}

.avatar.bg-light-warning {
    color: var(--warning) !important;
}

.border-warning {
    border: 1px solid var(--warning) !important;
}

.border-top-warning {
    border-top: 1px solid var(--warning);
}

.border-bottom-warning {
    border-bottom: 1px solid var(--warning);
}

.border-left-warning {
    border-left: 1px solid var(--warning);
}

.border-right-warning {
    border-right: 1px solid var(--warning);
}

.bg-warning.badge-glow,
.border-warning.badge-glow,
.badge-warning.badge-glow {
    box-shadow: 0px 0px 10px var(--warning);
}

.badge.badge-light-warning {
    background-color: rgba(167, 99, 11, 0.12);
    color: var(--warning) !important;
}

.overlay-warning {
    background: var(--warning);
    /* The Fallback */
    background: rgba(167, 99, 11, 0.6);
}


/* .btn-warning {
    border-color: var(--warning) !important;
    background-color: var(--warning) !important;
    color: #fff !important;
}

.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
    background-color: #8f5509 !important;
} */

.btn-warning:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px var(--warning);
}

.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-flat-warning {
    background-color: transparent;
    color: var(--warning);
}

.btn-flat-warning:hover {
    color: var(--warning);
}

.btn-flat-warning:hover:not(.disabled):not(:disabled) {
    background-color: rgba(167, 99, 11, 0.12);
}

.btn-flat-warning:active,
.btn-flat-warning.active,
.btn-flat-warning:focus {
    background-color: rgba(167, 99, 11, 0.2);
    color: var(--warning);
}

.btn-flat-warning.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a7630b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-warning {
    background-color: var(--warning);
    box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color: #fff;
    transition: all 0.2s ease;
}

.btn-relief-warning:hover:not(.disabled):not(:disabled) {
    background-color: #bf710d;
}

.btn-relief-warning:active,
.btn-relief-warning.active,
.btn-relief-warning:focus {
    background-color: #8f5509;
}

.btn-relief-warning:hover {
    color: #fff;
}

.btn-relief-warning:active,
.btn-relief-warning.active {
    outline: none;
    box-shadow: none;
    transform: translateY(3px);
}

.btn-outline-warning {
    border: 1px solid var(--warning) !important;
    background-color: transparent;
    color: var(--warning);
}

.btn-outline-warning:hover:not(.disabled):not(:disabled) {
    background-color: rgba(167, 99, 11, 0.04);
    color: var(--warning);
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):focus {
    background-color: rgba(167, 99, 11, 0.2);
    color: var(--warning);
}

.btn-outline-warning.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a7630b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.show>.btn-outline-warning.dropdown-toggle {
    background-color: rgba(167, 99, 11, 0.2);
    color: var(--warning);
}

.btn-outline-warning.waves-effect .waves-ripple,
.btn-flat-warning.waves-effect .waves-ripple {
    background: radial-gradient(rgba(167, 99, 11, 0.2) 0, rgba(167, 99, 11, 0.3) 40%, rgba(167, 99, 11, 0.4) 50%, rgba(167, 99, 11, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-warning {
    background-color: var(--warning);
}

.modal.modal-warning .modal-header .modal-title {
    color: var(--warning);
}

.modal.modal-warning .modal-header .close {
    color: var(--warning) !important;
}

.pagination-warning .page-item.active .page-link {
    background: var(--warning) !important;
    color: #fff;
}

.pagination-warning .page-item.active .page-link:hover {
    color: #fff;
}

.pagination-warning .page-item .page-link:hover {
    color: var(--warning);
}

.pagination-warning .page-item.prev-item .page-link:hover,
.pagination-warning .page-item.next-item .page-link:hover {
    background: var(--warning);
    color: #fff;
}

.pagination-warning .page-item.next-item .page-link:active:after,
.pagination-warning .page-item.next-item .page-link:hover:after,
.pagination-warning .page-item.next .page-link:active:after,
.pagination-warning .page-item.next .page-link:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a7630b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.pagination-warning .page-item.prev-item .page-link:active:before,
.pagination-warning .page-item.prev-item .page-link:hover:before,
.pagination-warning .page-item.prev .page-link:active:before,
.pagination-warning .page-item.prev .page-link:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a7630b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.nav-pill-warning .nav-item .nav-link.active {
    color: #fff;
    background-color: var(--warning) !important;
    border-color: var(--warning);
    box-shadow: 0 4px 18px -4px rgba(167, 99, 11, 0.65);
}

.progress-bar-warning {
    background-color: rgba(167, 99, 11, 0.12);
}

.progress-bar-warning .progress-bar {
    background-color: var(--warning);
}

.timeline .timeline-point-warning {
    border-color: var(--warning) !important;
}

.timeline .timeline-point-warning i,
.timeline .timeline-point-warning svg {
    stroke: var(--warning) !important;
}

.timeline .timeline-point-warning.timeline-point-indicator {
    background-color: var(--warning) !important;
}

.timeline .timeline-point-warning.timeline-point-indicator:before {
    background: rgba(167, 99, 11, 0.12) !important;
}

.divider.divider-warning .divider-text:before,
.divider.divider-warning .divider-text:after {
    border-color: var(--warning) !important;
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem var(--warning) !important;
}

.custom-control-warning .custom-control-input:checked~.custom-control-label::before,
.custom-control-warning .custom-control-input:active~.custom-control-label::before {
    border-color: var(--warning);
    background-color: var(--warning);
}

.custom-control-warning.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-warning.custom-checkbox .custom-control-input:active~.custom-control-label::before,
.custom-control-warning.custom-checkbox .custom-control-input:focus~.custom-control-label::before,
.custom-control-warning.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-warning.custom-radio .custom-control-input:active~.custom-control-label::before,
.custom-control-warning.custom-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 2px 4px 0 rgba(167, 99, 11, 0.4) !important;
}

.custom-control-warning .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(167, 99, 11, 0.65) !important;
    border: none;
    box-shadow: none !important;
}

.custom-control-warning .custom-control-input:focus~.custom-control-label::before {
    border-color: var(--warning);
}

.custom-switch-warning .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--warning) !important;
    color: #fff;
    transition: all 0.2s ease-out;
}

.select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--warning) !important;
    border-color: var(--warning) !important;
}

.text-warning.text-darken-1 {
    color: #8f5509 !important;
}

.bg-warning.bg-darken-1 {
    background-color: #8f5509 !important;
}

.border-warning.border-darken-1 {
    border: 1px solid #8f5509 !important;
}

.border-top-warning.border-top-darken-1 {
    border-top: 1px solid #8f5509 !important;
}

.border-bottom-warning.border-bottom-darken-1 {
    border-bottom: 1px solid #8f5509 !important;
}

.border-left-warning.border-left-darken-1 {
    border-left: 1px solid #8f5509 !important;
}

.border-right-warning.border-right-darken-1 {
    border-right: 1px solid #8f5509 !important;
}

.overlay-warning.overlay-darken-1 {
    background: #8f5509;
    /* The Fallback */
    background: rgba(143, 85, 9, 0.6);
}

.text-warning.text-darken-2 {
    color: #774708 !important;
}

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

.border-warning.border-darken-2 {
    border: 1px solid #774708 !important;
}

.border-top-warning.border-top-darken-2 {
    border-top: 1px solid #774708 !important;
}

.border-bottom-warning.border-bottom-darken-2 {
    border-bottom: 1px solid #774708 !important;
}

.border-left-warning.border-left-darken-2 {
    border-left: 1px solid #774708 !important;
}

.border-right-warning.border-right-darken-2 {
    border-right: 1px solid #774708 !important;
}

.overlay-warning.overlay-darken-2 {
    background: #774708;
    /* The Fallback */
    background: rgba(119, 71, 8, 0.6);
}

.text-warning.text-darken-3 {
    color: #5f3806 !important;
}

.bg-warning.bg-darken-3 {
    background-color: #5f3806 !important;
}

.border-warning.border-darken-3 {
    border: 1px solid #5f3806 !important;
}

.border-top-warning.border-top-darken-3 {
    border-top: 1px solid #5f3806 !important;
}

.border-bottom-warning.border-bottom-darken-3 {
    border-bottom: 1px solid #5f3806 !important;
}

.border-left-warning.border-left-darken-3 {
    border-left: 1px solid #5f3806 !important;
}

.border-right-warning.border-right-darken-3 {
    border-right: 1px solid #5f3806 !important;
}

.overlay-warning.overlay-darken-3 {
    background: #5f3806;
    /* The Fallback */
    background: rgba(95, 56, 6, 0.6);
}

.text-warning.text-darken-4 {
    color: #472a05 !important;
}

.bg-warning.bg-darken-4 {
    background-color: #472a05 !important;
}

.border-warning.border-darken-4 {
    border: 1px solid #472a05 !important;
}

.border-top-warning.border-top-darken-4 {
    border-top: 1px solid #472a05 !important;
}

.border-bottom-warning.border-bottom-darken-4 {
    border-bottom: 1px solid #472a05 !important;
}

.border-left-warning.border-left-darken-4 {
    border-left: 1px solid #472a05 !important;
}

.border-right-warning.border-right-darken-4 {
    border-right: 1px solid #472a05 !important;
}

.overlay-warning.overlay-darken-4 {
    background: #472a05;
    /* The Fallback */
    background: rgba(71, 42, 5, 0.6);
}

.text-warning.text-accent-1 {
    color: #fff5ef !important;
}

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

.border-warning.border-accent-1 {
    border: 1px solid #fff5ef !important;
}

.border-top-warning.border-top-accent-1 {
    border-top: 1px solid #fff5ef !important;
}

.border-bottom-warning.border-bottom-accent-1 {
    border-bottom: 1px solid #fff5ef !important;
}

.border-left-warning.border-left-accent-1 {
    border-left: 1px solid #fff5ef !important;
}

.border-right-warning.border-right-accent-1 {
    border-right: 1px solid #fff5ef !important;
}

.overlay-warning.overlay-accent-1 {
    background: #fff5ef;
    /* The Fallback */
    background: rgba(255, 245, 239, 0.6);
}

.text-warning.text-accent-2 {
    color: #ffe5d8 !important;
}

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

.border-warning.border-accent-2 {
    border: 1px solid #ffe5d8 !important;
}

.border-top-warning.border-top-accent-2 {
    border-top: 1px solid #ffe5d8 !important;
}

.border-bottom-warning.border-bottom-accent-2 {
    border-bottom: 1px solid #ffe5d8 !important;
}

.border-left-warning.border-left-accent-2 {
    border-left: 1px solid #ffe5d8 !important;
}

.border-right-warning.border-right-accent-2 {
    border-right: 1px solid #ffe5d8 !important;
}

.overlay-warning.overlay-accent-2 {
    background: #ffe5d8;
    /* The Fallback */
    background: rgba(255, 229, 216, 0.6);
}

.text-warning.text-accent-3 {
    color: #fff6f3 !important;
}

.bg-warning.bg-accent-3 {
    background-color: #fff6f3 !important;
}

.border-warning.border-accent-3 {
    border: 1px solid #fff6f3 !important;
}

.border-top-warning.border-top-accent-3 {
    border-top: 1px solid #fff6f3 !important;
}

.border-bottom-warning.border-bottom-accent-3 {
    border-bottom: 1px solid #fff6f3 !important;
}

.border-left-warning.border-left-accent-3 {
    border-left: 1px solid #fff6f3 !important;
}

.border-right-warning.border-right-accent-3 {
    border-right: 1px solid #fff6f3 !important;
}

.overlay-warning.overlay-accent-3 {
    background: #fff6f3;
    /* The Fallback */
    background: rgba(255, 246, 243, 0.6);
}

.text-warning.text-accent-4 {
    color: #ffe3da !important;
}

.bg-warning.bg-accent-4 {
    background-color: #ffe3da !important;
}

.border-warning.border-accent-4 {
    border: 1px solid #ffe3da !important;
}

.border-top-warning.border-top-accent-4 {
    border-top: 1px solid #ffe3da !important;
}

.border-bottom-warning.border-bottom-accent-4 {
    border-bottom: 1px solid #ffe3da !important;
}

.border-left-warning.border-left-accent-4 {
    border-left: 1px solid #ffe3da !important;
}

.border-right-warning.border-right-accent-4 {
    border-right: 1px solid #ffe3da !important;
}

.overlay-warning.overlay-accent-4 {
    background: #ffe3da;
    /* The Fallback */
    background: rgba(255, 227, 218, 0.6);
}

.text-danger.text-lighten-5 {
    color: #f6317b !important;
}

.bg-danger.bg-lighten-5 {
    background-color: #f6317b !important;
}

.border-danger.border-lighten-5 {
    border: 1px solid #f6317b !important;
}

.border-top-danger.border-top-lighten-5 {
    border-top: 1px solid #f6317b !important;
}

.border-bottom-danger.border-bottom-lighten-5 {
    border-bottom: 1px solid #f6317b !important;
}

.border-left-danger.border-left-lighten-5 {
    border-left: 1px solid #f6317b !important;
}

.border-right-danger.border-right-lighten-5 {
    border-right: 1px solid #f6317b !important;
}

.overlay-danger.overlay-lighten-5 {
    background: #f6317b;
    /* The Fallback */
    background: rgba(246, 49, 123, 0.6);
}

.text-danger.text-lighten-4 {
    color: #f5186c !important;
}

.bg-danger.bg-lighten-4 {
    background-color: #f5186c !important;
}

.border-danger.border-lighten-4 {
    border: 1px solid #f5186c !important;
}

.border-top-danger.border-top-lighten-4 {
    border-top: 1px solid #f5186c !important;
}

.border-bottom-danger.border-bottom-lighten-4 {
    border-bottom: 1px solid #f5186c !important;
}

.border-left-danger.border-left-lighten-4 {
    border-left: 1px solid #f5186c !important;
}

.border-right-danger.border-right-lighten-4 {
    border-right: 1px solid #f5186c !important;
}

.overlay-danger.overlay-lighten-4 {
    background: #f5186c;
    /* The Fallback */
    background: rgba(245, 24, 108, 0.6);
}

.text-danger.text-lighten-3 {
    color: #e90a5f !important;
}

.bg-danger.bg-lighten-3 {
    background-color: #e90a5f !important;
}

.border-danger.border-lighten-3 {
    border: 1px solid #e90a5f !important;
}

.border-top-danger.border-top-lighten-3 {
    border-top: 1px solid #e90a5f !important;
}

.border-bottom-danger.border-bottom-lighten-3 {
    border-bottom: 1px solid #e90a5f !important;
}

.border-left-danger.border-left-lighten-3 {
    border-left: 1px solid #e90a5f !important;
}

.border-right-danger.border-right-lighten-3 {
    border-right: 1px solid #e90a5f !important;
}

.overlay-danger.overlay-lighten-3 {
    background: #e90a5f;
    /* The Fallback */
    background: rgba(233, 10, 95, 0.6);
}

.text-danger.text-lighten-2 {
    color: #d10955 !important;
}

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

.border-danger.border-lighten-2 {
    border: 1px solid #d10955 !important;
}

.border-top-danger.border-top-lighten-2 {
    border-top: 1px solid #d10955 !important;
}

.border-bottom-danger.border-bottom-lighten-2 {
    border-bottom: 1px solid #d10955 !important;
}

.border-left-danger.border-left-lighten-2 {
    border-left: 1px solid #d10955 !important;
}

.border-right-danger.border-right-lighten-2 {
    border-right: 1px solid #d10955 !important;
}

.overlay-danger.overlay-lighten-2 {
    background: #d10955;
    /* The Fallback */
    background: rgba(209, 9, 85, 0.6);
}

.text-danger.text-lighten-1 {
    color: #b8084b !important;
}

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

.border-danger.border-lighten-1 {
    border: 1px solid #b8084b !important;
}

.border-top-danger.border-top-lighten-1 {
    border-top: 1px solid #b8084b !important;
}

.border-bottom-danger.border-bottom-lighten-1 {
    border-bottom: 1px solid #b8084b !important;
}

.border-left-danger.border-left-lighten-1 {
    border-left: 1px solid #b8084b !important;
}

.border-right-danger.border-right-lighten-1 {
    border-right: 1px solid #b8084b !important;
}

.overlay-danger.overlay-lighten-1 {
    background: #b8084b;
    /* The Fallback */
    background: rgba(184, 8, 75, 0.6);
}

.bg-danger {
    background-color: var(--danger) !important;
}

.bg-danger .card-header,
.bg-danger .card-footer {
    background-color: transparent;
}

.alert-danger {
    background: rgba(160, 7, 65, 0.12) !important;
    color: var(--danger) !important;
}

.alert-danger .alert-heading {
    box-shadow: rgba(160, 7, 65, 0.4) 0px 6px 15px -7px;
}

.alert-danger .alert-link {
    color: #880637 !important;
}

.alert-danger .close {
    color: var(--danger) !important;
}

.bg-light-danger {
    background: rgba(160, 7, 65, 0.12) !important;
    color: var(--danger) !important;
}

.bg-light-danger.fc-h-event,
.bg-light-danger.fc-v-event {
    border-color: rgba(160, 7, 65, 0.1);
}

.bg-light-danger .fc-list-event-dot {
    border-color: var(--danger) !important;
}

.bg-light-danger.fc-list-event:hover td {
    background: rgba(160, 7, 65, 0.1) !important;
}

.bg-light-danger.fc-list-event .fc-list-event-title {
    color: var(--primary);
}

.avatar.bg-light-danger {
    color: var(--danger) !important;
}

.border-danger {
    border: 1px solid var(--danger) !important;
}

.border-top-danger {
    border-top: 1px solid var(--danger);
}

.border-bottom-danger {
    border-bottom: 1px solid var(--danger);
}

.border-left-danger {
    border-left: 1px solid var(--danger);
}

.border-right-danger {
    border-right: 1px solid var(--danger);
}

.bg-danger.badge-glow,
.border-danger.badge-glow,
.badge-danger.badge-glow {
    box-shadow: 0px 0px 10px var(--danger);
}

.badge.badge-light-danger {
    background-color: rgba(160, 7, 65, 0.12);
    color: var(--danger) !important;
}

.overlay-danger {
    background: var(--danger);
    /* The Fallback */
    background: rgba(160, 7, 65, 0.6);
}


/* .btn-danger {
    border-color: var(--danger) !important;
    background-color: var(--danger) !important;
    color: #fff !important;
}

.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #fff;
    background-color: #880637 !important;
}

.btn-danger:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px var(--danger);
}

.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
} */

.btn-flat-danger {
    background-color: transparent;
    color: var(--danger);
}

.btn-flat-danger:hover {
    color: var(--danger);
}

.btn-flat-danger:hover:not(.disabled):not(:disabled) {
    background-color: rgba(160, 7, 65, 0.12);
}

.btn-flat-danger:active,
.btn-flat-danger.active,
.btn-flat-danger:focus {
    background-color: rgba(160, 7, 65, 0.2);
    color: var(--danger);
}

.btn-flat-danger.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a00741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-danger {
    background-color: var(--danger);
    box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color: #fff;
    transition: all 0.2s ease;
}

.btn-relief-danger:hover:not(.disabled):not(:disabled) {
    background-color: #b8084b;
}

.btn-relief-danger:active,
.btn-relief-danger.active,
.btn-relief-danger:focus {
    background-color: #880637;
}

.btn-relief-danger:hover {
    color: #fff;
}

.btn-relief-danger:active,
.btn-relief-danger.active {
    outline: none;
    box-shadow: none;
    transform: translateY(3px);
}

.btn-outline-danger {
    border: 1px solid var(--danger) !important;
    background-color: transparent;
    color: var(--danger);
}

.btn-outline-danger:hover:not(.disabled):not(:disabled) {
    background-color: rgba(160, 7, 65, 0.04);
    color: var(--danger);
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):focus {
    background-color: rgba(160, 7, 65, 0.2);
    color: var(--danger);
}

.btn-outline-danger.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a00741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.show>.btn-outline-danger.dropdown-toggle {
    background-color: rgba(160, 7, 65, 0.2);
    color: var(--danger);
}

.btn-outline-danger.waves-effect .waves-ripple,
.btn-flat-danger.waves-effect .waves-ripple {
    background: radial-gradient(rgba(160, 7, 65, 0.2) 0, rgba(160, 7, 65, 0.3) 40%, rgba(160, 7, 65, 0.4) 50%, rgba(160, 7, 65, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-danger {
    background-color: var(--danger);
}

.modal.modal-danger .modal-header .modal-title {
    color: var(--danger);
}

.modal.modal-danger .modal-header .close {
    color: var(--danger) !important;
}

.pagination-danger .page-item.active .page-link {
    background: var(--danger) !important;
    color: #fff;
}

.pagination-danger .page-item.active .page-link:hover {
    color: #fff;
}

.pagination-danger .page-item .page-link:hover {
    color: var(--danger);
}

.pagination-danger .page-item.prev-item .page-link:hover,
.pagination-danger .page-item.next-item .page-link:hover {
    background: var(--danger);
    color: #fff;
}

.pagination-danger .page-item.next-item .page-link:active:after,
.pagination-danger .page-item.next-item .page-link:hover:after,
.pagination-danger .page-item.next .page-link:active:after,
.pagination-danger .page-item.next .page-link:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a00741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.pagination-danger .page-item.prev-item .page-link:active:before,
.pagination-danger .page-item.prev-item .page-link:hover:before,
.pagination-danger .page-item.prev .page-link:active:before,
.pagination-danger .page-item.prev .page-link:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a00741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.nav-pill-danger .nav-item .nav-link.active {
    color: #fff;
    background-color: var(--danger) !important;
    border-color: var(--danger);
    box-shadow: 0 4px 18px -4px rgba(160, 7, 65, 0.65);
}

.progress-bar-danger {
    background-color: rgba(160, 7, 65, 0.12);
}

.progress-bar-danger .progress-bar {
    background-color: var(--danger);
}

.timeline .timeline-point-danger {
    border-color: var(--danger) !important;
}

.timeline .timeline-point-danger i,
.timeline .timeline-point-danger svg {
    stroke: var(--danger) !important;
}

.timeline .timeline-point-danger.timeline-point-indicator {
    background-color: var(--danger) !important;
}

.timeline .timeline-point-danger.timeline-point-indicator:before {
    background: rgba(160, 7, 65, 0.12) !important;
}

.divider.divider-danger .divider-text:before,
.divider.divider-danger .divider-text:after {
    border-color: var(--danger) !important;
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem var(--danger) !important;
}

.custom-control-danger .custom-control-input:checked~.custom-control-label::before,
.custom-control-danger .custom-control-input:active~.custom-control-label::before {
    border-color: var(--danger);
    background-color: var(--danger);
}

.custom-control-danger.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-danger.custom-checkbox .custom-control-input:active~.custom-control-label::before,
.custom-control-danger.custom-checkbox .custom-control-input:focus~.custom-control-label::before,
.custom-control-danger.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-danger.custom-radio .custom-control-input:active~.custom-control-label::before,
.custom-control-danger.custom-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 2px 4px 0 rgba(160, 7, 65, 0.4) !important;
}

.custom-control-danger .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(160, 7, 65, 0.65) !important;
    border: none;
    box-shadow: none !important;
}

.custom-control-danger .custom-control-input:focus~.custom-control-label::before {
    border-color: var(--danger);
}

.custom-switch-danger .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--danger) !important;
    color: #fff;
    transition: all 0.2s ease-out;
}

.select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--danger) !important;
    border-color: var(--danger) !important;
}

.text-danger.text-darken-1 {
    color: #880637 !important;
}

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

.border-danger.border-darken-1 {
    border: 1px solid #880637 !important;
}

.border-top-danger.border-top-darken-1 {
    border-top: 1px solid #880637 !important;
}

.border-bottom-danger.border-bottom-darken-1 {
    border-bottom: 1px solid #880637 !important;
}

.border-left-danger.border-left-darken-1 {
    border-left: 1px solid #880637 !important;
}

.border-right-danger.border-right-darken-1 {
    border-right: 1px solid #880637 !important;
}

.overlay-danger.overlay-darken-1 {
    background: #880637;
    /* The Fallback */
    background: rgba(136, 6, 55, 0.6);
}

.text-danger.text-darken-2 {
    color: #6f052d !important;
}

.bg-danger.bg-darken-2 {
    background-color: #6f052d !important;
}

.border-danger.border-darken-2 {
    border: 1px solid #6f052d !important;
}

.border-top-danger.border-top-darken-2 {
    border-top: 1px solid #6f052d !important;
}

.border-bottom-danger.border-bottom-darken-2 {
    border-bottom: 1px solid #6f052d !important;
}

.border-left-danger.border-left-darken-2 {
    border-left: 1px solid #6f052d !important;
}

.border-right-danger.border-right-darken-2 {
    border-right: 1px solid #6f052d !important;
}

.overlay-danger.overlay-darken-2 {
    background: #6f052d;
    /* The Fallback */
    background: rgba(111, 5, 45, 0.6);
}

.text-danger.text-darken-3 {
    color: #570423 !important;
}

.bg-danger.bg-darken-3 {
    background-color: #570423 !important;
}

.border-danger.border-darken-3 {
    border: 1px solid #570423 !important;
}

.border-top-danger.border-top-darken-3 {
    border-top: 1px solid #570423 !important;
}

.border-bottom-danger.border-bottom-darken-3 {
    border-bottom: 1px solid #570423 !important;
}

.border-left-danger.border-left-darken-3 {
    border-left: 1px solid #570423 !important;
}

.border-right-danger.border-right-darken-3 {
    border-right: 1px solid #570423 !important;
}

.overlay-danger.overlay-darken-3 {
    background: #570423;
    /* The Fallback */
    background: rgba(87, 4, 35, 0.6);
}

.text-danger.text-darken-4 {
    color: #3e0319 !important;
}

.bg-danger.bg-darken-4 {
    background-color: #3e0319 !important;
}

.border-danger.border-darken-4 {
    border: 1px solid #3e0319 !important;
}

.border-top-danger.border-top-darken-4 {
    border-top: 1px solid #3e0319 !important;
}

.border-bottom-danger.border-bottom-darken-4 {
    border-bottom: 1px solid #3e0319 !important;
}

.border-left-danger.border-left-darken-4 {
    border-left: 1px solid #3e0319 !important;
}

.border-right-danger.border-right-darken-4 {
    border-right: 1px solid #3e0319 !important;
}

.overlay-danger.overlay-darken-4 {
    background: #3e0319;
    /* The Fallback */
    background: rgba(62, 3, 25, 0.6);
}

.text-danger.text-accent-1 {
    color: #ffeef1 !important;
}

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

.border-danger.border-accent-1 {
    border: 1px solid #ffeef1 !important;
}

.border-top-danger.border-top-accent-1 {
    border-top: 1px solid #ffeef1 !important;
}

.border-bottom-danger.border-bottom-accent-1 {
    border-bottom: 1px solid #ffeef1 !important;
}

.border-left-danger.border-left-accent-1 {
    border-left: 1px solid #ffeef1 !important;
}

.border-right-danger.border-right-accent-1 {
    border-right: 1px solid #ffeef1 !important;
}

.overlay-danger.overlay-accent-1 {
    background: #ffeef1;
    /* The Fallback */
    background: rgba(255, 238, 241, 0.6);
}

.text-danger.text-accent-2 {
    color: #ffd6db !important;
}

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

.border-danger.border-accent-2 {
    border: 1px solid #ffd6db !important;
}

.border-top-danger.border-top-accent-2 {
    border-top: 1px solid #ffd6db !important;
}

.border-bottom-danger.border-bottom-accent-2 {
    border-bottom: 1px solid #ffd6db !important;
}

.border-left-danger.border-left-accent-2 {
    border-left: 1px solid #ffd6db !important;
}

.border-right-danger.border-right-accent-2 {
    border-right: 1px solid #ffd6db !important;
}

.overlay-danger.overlay-accent-2 {
    background: #ffd6db;
    /* The Fallback */
    background: rgba(255, 214, 219, 0.6);
}

.text-danger.text-accent-3 {
    color: #ffecee !important;
}

.bg-danger.bg-accent-3 {
    background-color: #ffecee !important;
}

.border-danger.border-accent-3 {
    border: 1px solid #ffecee !important;
}

.border-top-danger.border-top-accent-3 {
    border-top: 1px solid #ffecee !important;
}

.border-bottom-danger.border-bottom-accent-3 {
    border-bottom: 1px solid #ffecee !important;
}

.border-left-danger.border-left-accent-3 {
    border-left: 1px solid #ffecee !important;
}

.border-right-danger.border-right-accent-3 {
    border-right: 1px solid #ffecee !important;
}

.overlay-danger.overlay-accent-3 {
    background: #ffecee;
    /* The Fallback */
    background: rgba(255, 236, 238, 0.6);
}

.text-danger.text-accent-4 {
    color: #ffd3d7 !important;
}

.bg-danger.bg-accent-4 {
    background-color: #ffd3d7 !important;
}

.border-danger.border-accent-4 {
    border: 1px solid #ffd3d7 !important;
}

.border-top-danger.border-top-accent-4 {
    border-top: 1px solid #ffd3d7 !important;
}

.border-bottom-danger.border-bottom-accent-4 {
    border-bottom: 1px solid #ffd3d7 !important;
}

.border-left-danger.border-left-accent-4 {
    border-left: 1px solid #ffd3d7 !important;
}

.border-right-danger.border-right-accent-4 {
    border-right: 1px solid #ffd3d7 !important;
}

.overlay-danger.overlay-accent-4 {
    background: #ffd3d7;
    /* The Fallback */
    background: rgba(255, 211, 215, 0.6);
}

.bg-gradient-dark,
.btn-gradient-dark {
    color: #fff;
    transition: all 0.2s ease;
    background-image: linear-gradient(47deg, var(--dark), var(--gray-dark));
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.dark-layout .bg-gradient-dark,
.dark-layout .btn-gradient-dark {
    background-image: linear-gradient(47deg, var(--gray-dark), var(--dark));
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.bg-gradient-dark:hover,
.bg-gradient-dark:active,
.btn-gradient-dark:hover,
.btn-gradient-dark:active {
    color: #fff;
}

.bg-gradient-dark:hover:not(.disabled):not(:disabled),
.btn-gradient-dark:hover:not(.disabled):not(:disabled) {
    transform: translateY(-2px);
}

.bg-gradient-dark:active,
.btn-gradient-dark:active {
    transform: translateY(0);
}

.bg-gradient-dark:active,
.bg-gradient-dark:focus,
.btn-gradient-dark:active,
.btn-gradient-dark:focus {
    background-image: linear-gradient(47deg, var(--gray-dark), var(--dark));
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.bg-gradient-primary,
.btn-gradient-primary {
    color: #fff;
    transition: all 0.2s ease;
    background-image: linear-gradient(47deg, var(--secondary), #c3a680);
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.bg-gradient-primary:hover,
.bg-gradient-primary:active,
.btn-gradient-primary:hover,
.btn-gradient-primary:active {
    color: #fff;
}

.bg-gradient-primary:hover:not(.disabled):not(:disabled),
.btn-gradient-primary:hover:not(.disabled):not(:disabled) {
    transform: translateY(-2px);
}

.bg-gradient-primary:active,
.btn-gradient-primary:active {
    transform: translateY(0);
}

.bg-gradient-primary:active,
.bg-gradient-primary:focus,
.btn-gradient-primary:active,
.btn-gradient-primary:focus {
    background-image: linear-gradient(47deg, #967447, var(--secondary));
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.bg-gradient-secondary,
.btn-gradient-secondary {
    color: #fff;
    transition: all 0.2s ease;
    background-image: linear-gradient(47deg, var(--primary), #8d1948);
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.bg-gradient-secondary:hover,
.bg-gradient-secondary:active,
.btn-gradient-secondary:hover,
.btn-gradient-secondary:active {
    color: #fff;
}

.bg-gradient-secondary:hover:not(.disabled):not(:disabled),
.btn-gradient-secondary:hover:not(.disabled):not(:disabled) {
    transform: translateY(-2px);
}

.bg-gradient-secondary:active,
.btn-gradient-secondary:active {
    transform: translateY(0);
}

.bg-gradient-secondary:active,
.bg-gradient-secondary:focus,
.btn-gradient-secondary:active,
.btn-gradient-secondary:focus {
    background-image: linear-gradient(47deg, #37091c, var(--primary));
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.bg-gradient-success,
.btn-gradient-success {
    color: #fff;
    transition: all 0.2s ease;
    background-image: linear-gradient(47deg, var(--success), #1dd904);
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.bg-gradient-success:hover,
.bg-gradient-success:active,
.btn-gradient-success:hover,
.btn-gradient-success:active {
    color: #fff;
}

.bg-gradient-success:hover:not(.disabled):not(:disabled),
.btn-gradient-success:hover:not(.disabled):not(:disabled) {
    transform: translateY(-2px);
}

.bg-gradient-success:active,
.btn-gradient-success:active {
    transform: translateY(0);
}

.bg-gradient-success:active,
.bg-gradient-success:focus,
.btn-gradient-success:active,
.btn-gradient-success:focus {
    background-image: linear-gradient(47deg, #0f7502, var(--success));
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.bg-gradient-info,
.btn-gradient-info {
    color: #fff;
    transition: all 0.2s ease;
    background-image: linear-gradient(47deg, var(--info), #a1a1a1);
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.bg-gradient-info:hover,
.bg-gradient-info:active,
.btn-gradient-info:hover,
.btn-gradient-info:active {
    color: #fff;
}

.bg-gradient-info:hover:not(.disabled):not(:disabled),
.btn-gradient-info:hover:not(.disabled):not(:disabled) {
    transform: translateY(-2px);
}

.bg-gradient-info:active,
.btn-gradient-info:active {
    transform: translateY(0);
}

.bg-gradient-info:active,
.bg-gradient-info:focus,
.btn-gradient-info:active,
.btn-gradient-info:focus {
    background-image: linear-gradient(47deg, #6e6e6e, var(--info));
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.bg-gradient-warning,
.btn-gradient-warning {
    color: #fff;
    transition: all 0.2s ease;
    background-image: linear-gradient(47deg, var(--warning), #d77f0e);
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.bg-gradient-warning:hover,
.bg-gradient-warning:active,
.btn-gradient-warning:hover,
.btn-gradient-warning:active {
    color: #fff;
}

.bg-gradient-warning:hover:not(.disabled):not(:disabled),
.btn-gradient-warning:hover:not(.disabled):not(:disabled) {
    transform: translateY(-2px);
}

.bg-gradient-warning:active,
.btn-gradient-warning:active {
    transform: translateY(0);
}

.bg-gradient-warning:active,
.bg-gradient-warning:focus,
.btn-gradient-warning:active,
.btn-gradient-warning:focus {
    background-image: linear-gradient(47deg, #774708, var(--warning));
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.bg-gradient-danger,
.btn-gradient-danger {
    color: #fff;
    transition: all 0.2s ease;
    background-image: linear-gradient(47deg, var(--danger), #d10955);
    background-repeat: repeat-x;
    background-repeat: repeat;
}

.bg-gradient-danger:hover,
.bg-gradient-danger:active,
.btn-gradient-danger:hover,
.btn-gradient-danger:active {
    color: #fff;
}

.bg-gradient-danger:hover:not(.disabled):not(:disabled),
.btn-gradient-danger:hover:not(.disabled):not(:disabled) {
    transform: translateY(-2px);
}

.bg-gradient-danger:active,
.btn-gradient-danger:active {
    transform: translateY(0);
}

.bg-gradient-danger:active,
.bg-gradient-danger:focus,
.btn-gradient-danger:active,
.btn-gradient-danger:focus {
    background-image: linear-gradient(47deg, #6f052d, var(--danger));
    background-repeat: repeat-x;
    background-repeat: repeat;
}