.alert-white,
.white {
    color: #FFF !important
}

.bg-white {
    background-color: #FFF !important
}

.bg-white .card-footer,
.bg-white .card-header {
    background-color: transparent
}

.alert-white {
    background: rgba(255, 255, 255, .2) !important
}

.alert-white .alert-heading {
    box-shadow: rgba(255, 255, 255, .4) 0 6px 15px -7px
}

.alert-white .alert-link {
    color: #F2F2F2 !important
}

.bg-rgba-white {
    background: rgba(255, 255, 255, .15) !important
}

.border-white {
    border: 1px solid #FFF !important
}

.border-top-white {
    border-top: 1px solid #FFF
}

.border-bottom-white {
    border-bottom: 1px solid #FFF
}

.border-left-white {
    border-left: 1px solid #FFF
}

.border-right-white {
    border-right: 1px solid #FFF
}

.badge-white.badge-glow,
.bg-white.badge-glow,
.border-white.badge-glow {
    box-shadow: 0 0 10px #FFF
}

.badge.badge-white {
    background-color: #FFF
}

.badge.badge-light-white {
    color: #FFF !important;
    font-weight: 500
}

.overlay-white {
    background: #FFF;
    background: rgba(255, 255, 255, .6)
}

.btn-white {
    background-color: #FFF !important;
    color: #FFF
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: #FFF !important
}

.btn-white:hover {
    box-shadow: 0 8px 25px -8px #fff
}

.btn-flat-white {
    background-color: transparent;
    color: #FFF
}

.btn-flat-white:hover {
    color: #FFF;
    background-color: rgba(255, 255, 255, .1)
}

.btn-flat-white:active,
.btn-flat-white:focus {
    background-color: #FFF;
    color: #FFF !important
}

.btn-relief-white {
    background-color: #FFF;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2);
    color: #FFF
}

.btn-relief-white:hover {
    color: #FFF
}

.btn-relief-white:active,
.btn-relief-white:focus {
    outline: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.btn-outline-white {
    border: 1px solid #FFF;
    background-color: transparent;
    color: #FFF
}

.divider.divider-white .divider-text:after,
.divider.divider-white .divider-text:before,
.vs-checkbox-white input:checked~.vs-checkbox {
    border-color: #FFF !important
}

.btn-outline-white:hover {
    background-color: rgba(255, 255, 255, .08);
    color: #FFF
}

.btn-outline-white:active {
    color: #FFF !important
}

.btn-flat-white~.dropdown-menu .dropdown-item.active,
.btn-outline-white~.dropdown-menu .dropdown-item.active,
.btn-white~.dropdown-menu .dropdown-item.active {
    background-color: #FFF;
    color: #FFF
}

.btn-flat-white~.dropdown-menu .dropdown-item.active:hover,
.btn-flat-white~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-white~.dropdown-menu .dropdown-item.active:hover,
.btn-outline-white~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-white~.dropdown-menu .dropdown-item.active:hover,
.btn-white~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.dropdown.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:hover i {
    color: #FFF
}

.bullet.bullet-white {
    background-color: #FFF
}

.pagination-white .page-item.active .page-link {
    background: #FFF;
    color: #FFF
}

.pagination-white .page-item .page-link:hover,
.pagination-white .page-item.active .page-link:hover {
    color: #FFF
}

.pagination-white .page-item.next-item .page-link:hover,
.pagination-white .page-item.prev-item .page-link:hover {
    background: #FFF;
    color: #FFF
}

.nav-pill-white .nav-item .nav-link.active {
    color: #FFF;
    background-color: #FFF !important
}

.progress-bar-white {
    background-color: rgba(255, 255, 255, .1)
}

.progress-bar-white .progress-bar {
    background-color: #FFF
}

.chip-white,
.vs-checkbox-white input:active:checked+.vs-checkbox .vs-checkbox--check,
.vs-checkbox-white input:checked~.vs-checkbox .vs-checkbox--check,
input[type=checkbox].bg-white+.custom-control-label:before,
input[type=radio].bg-white+.custom-control-label:before {
    background-color: #FFF !important
}

.chip-white .chip-body {
    color: #FFF !important
}

input:focus~.bg-white {
    box-shadow: 0 0 0 .075rem #FFF, 0 0 0 .21rem #FFF !important
}

.custom-switch-white .custom-control-input:checked~.custom-control-label::before {
    background-color: #FFF !important;
    color: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.alert-black,
.alert-black .alert-link,
.black {
    color: #000 !important
}

.vs-radio-white input:checked~.vs-radio .vs-radio--circle {
    background: #fff !important;
    box-shadow: 0 3px 12px 0 rgba(255, 255, 255, .4) !important
}

.bg-black {
    background-color: #000 !important
}

.bg-black .card-footer,
.bg-black .card-header {
    background-color: transparent
}

.alert-black {
    background: rgba(0, 0, 0, .2) !important
}

.alert-black .alert-heading {
    box-shadow: rgba(0, 0, 0, .4) 0 6px 15px -7px
}

.bg-rgba-black {
    background: rgba(0, 0, 0, .15) !important
}

.border-black {
    border: 1px solid #000 !important
}

.border-top-black {
    border-top: 1px solid #000
}

.border-bottom-black {
    border-bottom: 1px solid #000
}

.border-left-black {
    border-left: 1px solid #000
}

.border-right-black {
    border-right: 1px solid #000
}

.badge-black.badge-glow,
.bg-black.badge-glow,
.border-black.badge-glow {
    box-shadow: 0 0 10px #000
}

.badge.badge-black {
    background-color: #000
}

.badge.badge-light-black {
    color: #000 !important;
    font-weight: 500
}

.overlay-black {
    background: #000;
    background: rgba(0, 0, 0, .6)
}

.btn-black {
    background-color: #000 !important;
    color: #FFF
}

.btn-black:active,
.btn-black:focus,
.btn-black:hover {
    color: #FFF !important
}

.btn-black:hover {
    box-shadow: 0 8px 25px -8px #000
}

.btn-flat-black {
    background-color: transparent;
    color: #000
}

.btn-flat-black:hover {
    color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.btn-flat-black:active,
.btn-flat-black:focus {
    background-color: #000;
    color: #FFF !important
}

.btn-relief-black {
    background-color: #000;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2);
    color: #FFF
}

.btn-relief-black:hover {
    color: #FFF
}

.btn-relief-black:active,
.btn-relief-black:focus {
    outline: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.btn-outline-black {
    border: 1px solid #000;
    background-color: transparent;
    color: #000
}

.divider.divider-black .divider-text:after,
.divider.divider-black .divider-text:before,
.vs-checkbox-black input:checked~.vs-checkbox {
    border-color: #000 !important
}

.btn-outline-black:hover {
    background-color: rgba(0, 0, 0, .08);
    color: #000
}

.btn-outline-black:active {
    color: #FFF !important
}

.btn-black~.dropdown-menu .dropdown-item.active,
.btn-flat-black~.dropdown-menu .dropdown-item.active,
.btn-outline-black~.dropdown-menu .dropdown-item.active {
    background-color: #000;
    color: #FFF
}

.btn-black~.dropdown-menu .dropdown-item.active:hover,
.btn-flat-black~.dropdown-menu .dropdown-item.active:hover,
.btn-outline-black~.dropdown-menu .dropdown-item.active:hover {
    color: #FFF
}

.btn-black~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-black~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-black~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.dropdown.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:hover i {
    color: #000
}

.dropdown.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:active i,
.pagination-black .page-item.active .page-link:hover {
    color: #FFF
}

.bullet.bullet-black {
    background-color: #000
}

.pagination-black .page-item.active .page-link {
    background: #000;
    color: #FFF
}

.pagination-black .page-item .page-link:hover {
    color: #000
}

.pagination-black .page-item.next-item .page-link:hover,
.pagination-black .page-item.prev-item .page-link:hover {
    background: #000;
    color: #FFF
}

.nav-pill-black .nav-item .nav-link.active {
    color: #FFF;
    background-color: #000 !important
}

.progress-bar-black {
    background-color: rgba(0, 0, 0, .1)
}

.progress-bar-black .progress-bar {
    background-color: #000
}

.chip-black,
.vs-checkbox-black input:active:checked+.vs-checkbox .vs-checkbox--check,
.vs-checkbox-black input:checked~.vs-checkbox .vs-checkbox--check,
input[type=checkbox].bg-black+.custom-control-label:before,
input[type=radio].bg-black+.custom-control-label:before {
    background-color: #000 !important
}

.chip-black .chip-body {
    color: #FFF !important
}

input:focus~.bg-black {
    box-shadow: 0 0 0 .075rem #FFF, 0 0 0 .21rem #000 !important
}

.custom-switch-black .custom-control-input:checked~.custom-control-label::before {
    background-color: #000 !important;
    color: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.alert-dark,
.dark {
    color: #1E1E1E !important
}

.vs-radio-black input:checked~.vs-radio .vs-radio--circle {
    background: #000 !important;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .4) !important
}

.bg-dark {
    background-color: #1E1E1E !important
}

.bg-dark .card-footer,
.bg-dark .card-header {
    background-color: transparent
}

.alert-dark {
    background: rgba(30, 30, 30, .2) !important
}

.alert-dark .alert-heading {
    box-shadow: rgba(30, 30, 30, .4) 0 6px 15px -7px
}

.alert-dark .alert-link {
    color: #111 !important
}

.bg-rgba-dark {
    background: rgba(30, 30, 30, .15) !important
}

.border-dark {
    border: 1px solid #1E1E1E !important
}

.border-top-dark {
    border-top: 1px solid #1E1E1E
}

.border-bottom-dark {
    border-bottom: 1px solid #1E1E1E
}

.border-left-dark {
    border-left: 1px solid #1E1E1E
}

.border-right-dark {
    border-right: 1px solid #1E1E1E
}

.badge-dark.badge-glow,
.bg-dark.badge-glow,
.border-dark.badge-glow {
    box-shadow: 0 0 10px #1E1E1E
}

.badge.badge-dark {
    background-color: #1E1E1E
}

.badge.badge-light-dark {
    color: #1E1E1E !important;
    font-weight: 500
}

.overlay-dark {
    background: #1E1E1E;
    background: rgba(30, 30, 30, .6)
}

.btn-dark {
    background-color: #1E1E1E !important;
    color: #FFF
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    color: #FFF !important
}

.btn-dark:hover {
    box-shadow: 0 8px 25px -8px #1E1E1E
}

.btn-flat-dark {
    background-color: transparent;
    color: #1E1E1E
}

.btn-flat-dark:hover {
    color: #1E1E1E;
    background-color: rgba(30, 30, 30, .1)
}

.btn-flat-dark:active,
.btn-flat-dark:focus {
    background-color: #1E1E1E;
    color: #FFF !important
}

.btn-relief-dark {
    background-color: #1E1E1E;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2);
    color: #FFF
}

.btn-relief-dark:hover {
    color: #FFF
}

.btn-relief-dark:active,
.btn-relief-dark:focus {
    outline: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.btn-outline-dark {
    border: 1px solid #1E1E1E;
    background-color: transparent;
    color: #1E1E1E
}

.divider.divider-dark .divider-text:after,
.divider.divider-dark .divider-text:before,
.vs-checkbox-dark input:checked~.vs-checkbox {
    border-color: #1E1E1E !important
}

.btn-outline-dark:hover {
    background-color: rgba(30, 30, 30, .08);
    color: #1E1E1E
}

.btn-outline-dark:active {
    color: #FFF !important
}

.btn-dark~.dropdown-menu .dropdown-item.active,
.btn-flat-dark~.dropdown-menu .dropdown-item.active,
.btn-outline-dark~.dropdown-menu .dropdown-item.active {
    background-color: #1E1E1E;
    color: #FFF
}

.btn-dark~.dropdown-menu .dropdown-item.active:hover,
.btn-flat-dark~.dropdown-menu .dropdown-item.active:hover,
.btn-outline-dark~.dropdown-menu .dropdown-item.active:hover {
    color: #FFF
}

.btn-dark~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-dark~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-dark~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.dropdown.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:hover i {
    color: #1E1E1E
}

.dropdown.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:active i,
.pagination-dark .page-item.active .page-link:hover {
    color: #FFF
}

.bullet.bullet-dark {
    background-color: #1E1E1E
}

.pagination-dark .page-item.active .page-link {
    background: #1E1E1E;
    color: #FFF
}

.pagination-dark .page-item .page-link:hover {
    color: #1E1E1E
}

.pagination-dark .page-item.next-item .page-link:hover,
.pagination-dark .page-item.prev-item .page-link:hover {
    background: #1E1E1E;
    color: #FFF
}

.nav-pill-dark .nav-item .nav-link.active {
    color: #FFF;
    background-color: #1E1E1E !important
}

.progress-bar-dark {
    background-color: rgba(30, 30, 30, .1)
}

.progress-bar-dark .progress-bar {
    background-color: #1E1E1E
}

.chip-dark,
.vs-checkbox-dark input:active:checked+.vs-checkbox .vs-checkbox--check,
.vs-checkbox-dark input:checked~.vs-checkbox .vs-checkbox--check,
input[type=checkbox].bg-dark+.custom-control-label:before,
input[type=radio].bg-dark+.custom-control-label:before {
    background-color: #1E1E1E !important
}

.chip-dark .chip-body {
    color: #FFF !important
}

.custom-switch-dark .custom-control-input:checked~.custom-control-label::before {
    background-color: #1E1E1E !important;
    color: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vs-radio-dark input:checked~.vs-radio .vs-radio--circle {
    background: #1E1E1E !important;
    box-shadow: 0 3px 12px 0 rgba(30, 30, 30, .4) !important
}

.bg-dark.bg-gradient-bg,
.btn-dark.btn-gradient-bg,
.btn-outline-dark.btn-outline-gradient-bg:hover {
    background-color: #640064 !important
}

.dark.gradient-bg {
    color: #640064 !important
}

.btn-outline-dark.btn-outline-gradient-bg {
    border-color: #640064 !important;
    color: #640064 !important
}

.alert-light,
.light {
    color: #BABFC7 !important
}

input:focus~.bg-dark {
    box-shadow: 0 0 0 .075rem #FFF, 0 0 0 .21rem #640064 !important
}

.border-dark.border-gradient-bg {
    border: 1px solid #640064 !important
}

.border-top-dark.border-top-gradient-bg {
    border-top: 1px solid #640064 !important
}

.border-bottom-dark.border-bottom-gradient-bg {
    border-bottom: 1px solid #640064 !important
}

.border-left-dark.border-left-gradient-bg {
    border-left: 1px solid #640064 !important
}

.border-right-dark.border-right-gradient-bg {
    border-right: 1px solid #640064 !important
}

.overlay-dark.overlay-gradient-bg {
    background: #640064;
    background: rgba(100, 0, 100, .6)
}

.bg-light {
    background-color: #BABFC7 !important
}

.bg-light .card-footer,
.bg-light .card-header {
    background-color: transparent
}

.alert-light {
    background: rgba(186, 191, 199, .2) !important
}

.alert-light .alert-heading {
    box-shadow: rgba(186, 191, 199, .4) 0 6px 15px -7px
}

.alert-light .alert-link {
    color: #ACB2BC !important
}

.bg-rgba-light {
    background: rgba(186, 191, 199, .15) !important
}

.border-light {
    border: 1px solid #BABFC7 !important
}

.border-top-light {
    border-top: 1px solid #BABFC7
}

.border-bottom-light {
    border-bottom: 1px solid #BABFC7
}

.border-left-light {
    border-left: 1px solid #BABFC7
}

.border-right-light {
    border-right: 1px solid #BABFC7
}

.badge-light.badge-glow,
.bg-light.badge-glow,
.border-light.badge-glow {
    box-shadow: 0 0 10px #BABFC7
}

.badge.badge-light {
    background-color: #BABFC7
}

.badge.badge-light-light {
    color: #BABFC7 !important;
    font-weight: 500
}

.overlay-light {
    background: #BABFC7;
    background: rgba(186, 191, 199, .6)
}

.btn-light {
    background-color: #BABFC7 !important;
    color: #FFF
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    color: #FFF !important
}

.btn-light:hover {
    box-shadow: 0 8px 25px -8px #BABFC7
}

.btn-flat-light {
    background-color: transparent;
    color: #BABFC7
}

.btn-flat-light:hover {
    color: #BABFC7;
    background-color: rgba(186, 191, 199, .1)
}

.btn-flat-light:active,
.btn-flat-light:focus {
    background-color: #BABFC7;
    color: #FFF !important
}

.btn-relief-light {
    background-color: #BABFC7;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2);
    color: #FFF
}

.btn-relief-light:hover {
    color: #FFF
}

.btn-relief-light:active,
.btn-relief-light:focus {
    outline: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.btn-outline-light {
    border: 1px solid #BABFC7;
    background-color: transparent;
    color: #BABFC7
}

.divider.divider-light .divider-text:after,
.divider.divider-light .divider-text:before,
.vs-checkbox-light input:checked~.vs-checkbox {
    border-color: #BABFC7 !important
}

.btn-outline-light:hover {
    background-color: rgba(186, 191, 199, .08);
    color: #BABFC7
}

.btn-outline-light:active {
    color: #FFF !important
}

.btn-flat-light~.dropdown-menu .dropdown-item.active,
.btn-light~.dropdown-menu .dropdown-item.active,
.btn-outline-light~.dropdown-menu .dropdown-item.active {
    background-color: #BABFC7;
    color: #FFF
}

.btn-flat-light~.dropdown-menu .dropdown-item.active:hover,
.btn-light~.dropdown-menu .dropdown-item.active:hover,
.btn-outline-light~.dropdown-menu .dropdown-item.active:hover {
    color: #FFF
}

.btn-flat-light~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-light~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-light~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.dropdown.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:hover i {
    color: #BABFC7
}

.dropdown.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:active i,
.pagination-light .page-item.active .page-link:hover {
    color: #FFF
}

.bullet.bullet-light {
    background-color: #BABFC7
}

.pagination-light .page-item.active .page-link {
    background: #BABFC7;
    color: #FFF
}

.pagination-light .page-item .page-link:hover {
    color: #BABFC7
}

.pagination-light .page-item.next-item .page-link:hover,
.pagination-light .page-item.prev-item .page-link:hover {
    background: #BABFC7;
    color: #FFF
}

.nav-pill-light .nav-item .nav-link.active {
    color: #FFF;
    background-color: #BABFC7 !important
}

.progress-bar-light {
    background-color: rgba(186, 191, 199, .1)
}

.progress-bar-light .progress-bar {
    background-color: #BABFC7
}

.chip-light,
.vs-checkbox-light input:active:checked+.vs-checkbox .vs-checkbox--check,
.vs-checkbox-light input:checked~.vs-checkbox .vs-checkbox--check,
input[type=checkbox].bg-light+.custom-control-label:before,
input[type=radio].bg-light+.custom-control-label:before {
    background-color: #BABFC7 !important
}

.chip-light .chip-body {
    color: #FFF !important
}

.custom-switch-light .custom-control-input:checked~.custom-control-label::before {
    background-color: #BABFC7 !important;
    color: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vs-radio-light input:checked~.vs-radio .vs-radio--circle {
    background: #BABFC7 !important;
    box-shadow: 0 3px 12px 0 rgba(186, 191, 199, .4) !important
}

.bg-light.bg-gradient-bg,
.btn-light.btn-gradient-bg,
.btn-outline-light.btn-outline-gradient-bg:hover {
    background-color: #640064 !important
}

.light.gradient-bg {
    color: #640064 !important
}

.btn-outline-light.btn-outline-gradient-bg {
    border-color: #640064 !important;
    color: #640064 !important
}

input:focus~.bg-light {
    box-shadow: 0 0 0 .075rem #FFF, 0 0 0 .21rem #640064 !important
}

.border-light.border-gradient-bg {
    border: 1px solid #640064 !important
}

.border-top-light.border-top-gradient-bg {
    border-top: 1px solid #640064 !important
}

.border-bottom-light.border-bottom-gradient-bg {
    border-bottom: 1px solid #640064 !important
}

.border-left-light.border-left-gradient-bg {
    border-left: 1px solid #640064 !important
}

.border-right-light.border-right-gradient-bg {
    border-right: 1px solid #640064 !important
}

.overlay-light.overlay-gradient-bg {
    background: #640064;
    background: rgba(100, 0, 100, .6)
}

.bg-primary.bg-gradient-light,
.btn-primary.btn-gradient-light {
    background-color: #CE9FFC !important
}

.primary.gradient-light {
    color: #CE9FFC !important
}

.btn-primary.btn-gradient-light {
    border-color: #4839EB !important
}

.btn-primary.btn-gradient-light:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-gradient-light:active,
.btn-primary.btn-gradient-light:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-gradient-light {
    border-color: #CE9FFC !important;
    color: #CE9FFC !important
}

.btn-outline-primary.btn-outline-lighten-5,
.primary.light-badge,
.primary.lighten-5 {
    color: #DEDBFB !important
}

.btn-outline-primary.btn-outline-gradient-light:hover {
    background-color: #CE9FFC !important
}

.border-primary.border-gradient-light {
    border: 1px solid #CE9FFC !important
}

.border-top-primary.border-top-gradient-light {
    border-top: 1px solid #CE9FFC !important
}

.border-bottom-primary.border-bottom-gradient-light {
    border-bottom: 1px solid #CE9FFC !important
}

.border-left-primary.border-left-gradient-light {
    border-left: 1px solid #CE9FFC !important
}

.border-right-primary.border-right-gradient-light {
    border-right: 1px solid #CE9FFC !important
}

.overlay-primary.overlay-gradient-light {
    background: #CE9FFC;
    background: rgba(206, 159, 252, .6)
}

.bg-primary.bg-light-badge,
.btn-primary.btn-light-badge {
    background-color: #DEDBFB !important
}

.btn-primary.btn-light-badge {
    border-color: #4839EB !important
}

.btn-primary.btn-light-badge:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-light-badge:active,
.btn-primary.btn-light-badge:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-light-badge {
    border-color: #DEDBFB !important;
    color: #DEDBFB !important
}

.btn-outline-primary.btn-outline-light-badge:hover {
    background-color: #DEDBFB !important
}

.border-primary.border-light-badge {
    border: 1px solid #DEDBFB !important
}

.border-top-primary.border-top-light-badge {
    border-top: 1px solid #DEDBFB !important
}

.border-bottom-primary.border-bottom-light-badge {
    border-bottom: 1px solid #DEDBFB !important
}

.border-left-primary.border-left-light-badge {
    border-left: 1px solid #DEDBFB !important
}

.border-right-primary.border-right-light-badge {
    border-right: 1px solid #DEDBFB !important
}

.overlay-primary.overlay-light-badge {
    background: #DEDBFB;
    background: rgba(222, 219, 251, .6)
}

.bg-primary.bg-lighten-5,
.btn-primary.btn-lighten-5 {
    background-color: #DEDBFB !important
}

.btn-primary.btn-lighten-5 {
    border-color: #4839EB !important
}

.btn-primary.btn-lighten-5:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-lighten-5:active,
.btn-primary.btn-lighten-5:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-lighten-5 {
    border-color: #DEDBFB !important
}

.btn-outline-primary.btn-outline-lighten-5:hover {
    background-color: #DEDBFB !important
}

.border-primary.border-lighten-5 {
    border: 1px solid #DEDBFB !important
}

.border-top-primary.border-top-lighten-5 {
    border-top: 1px solid #DEDBFB !important
}

.border-bottom-primary.border-bottom-lighten-5 {
    border-bottom: 1px solid #DEDBFB !important
}

.border-left-primary.border-left-lighten-5 {
    border-left: 1px solid #DEDBFB !important
}

.border-right-primary.border-right-lighten-5 {
    border-right: 1px solid #DEDBFB !important
}

.overlay-primary.overlay-lighten-5 {
    background: #DEDBFB;
    background: rgba(222, 219, 251, .6)
}

.bg-primary.bg-lighten-4,
.btn-primary.btn-lighten-4 {
    background-color: #C9C4F9 !important
}

.primary.lighten-4 {
    color: #C9C4F9 !important
}

.btn-primary.btn-lighten-4 {
    border-color: #4839EB !important
}

.btn-primary.btn-lighten-4:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-lighten-4:active,
.btn-primary.btn-lighten-4:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-lighten-4 {
    border-color: #C9C4F9 !important;
    color: #C9C4F9 !important
}

.btn-outline-primary.btn-outline-lighten-4:hover {
    background-color: #C9C4F9 !important
}

.border-primary.border-lighten-4 {
    border: 1px solid #C9C4F9 !important
}

.border-top-primary.border-top-lighten-4 {
    border-top: 1px solid #C9C4F9 !important
}

.border-bottom-primary.border-bottom-lighten-4 {
    border-bottom: 1px solid #C9C4F9 !important
}

.border-left-primary.border-left-lighten-4 {
    border-left: 1px solid #C9C4F9 !important
}

.border-right-primary.border-right-lighten-4 {
    border-right: 1px solid #C9C4F9 !important
}

.overlay-primary.overlay-lighten-4 {
    background: #C9C4F9;
    background: rgba(201, 196, 249, .6)
}

.bg-primary.bg-lighten-3,
.btn-primary.btn-lighten-3 {
    background-color: #B3ADF7 !important
}

.primary.lighten-3 {
    color: #B3ADF7 !important
}

.btn-primary.btn-lighten-3 {
    border-color: #4839EB !important
}

.btn-primary.btn-lighten-3:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-lighten-3:active,
.btn-primary.btn-lighten-3:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-lighten-3 {
    border-color: #B3ADF7 !important;
    color: #B3ADF7 !important
}

.btn-outline-primary.btn-outline-lighten-3:hover {
    background-color: #B3ADF7 !important
}

.border-primary.border-lighten-3 {
    border: 1px solid #B3ADF7 !important
}

.border-top-primary.border-top-lighten-3 {
    border-top: 1px solid #B3ADF7 !important
}

.border-bottom-primary.border-bottom-lighten-3 {
    border-bottom: 1px solid #B3ADF7 !important
}

.border-left-primary.border-left-lighten-3 {
    border-left: 1px solid #B3ADF7 !important
}

.border-right-primary.border-right-lighten-3 {
    border-right: 1px solid #B3ADF7 !important
}

.overlay-primary.overlay-lighten-3 {
    background: #B3ADF7;
    background: rgba(179, 173, 247, .6)
}

.bg-primary.bg-lighten-2,
.btn-primary.btn-lighten-2 {
    background-color: #9E95F5 !important
}

.primary.lighten-2 {
    color: #9E95F5 !important
}

.btn-primary.btn-lighten-2 {
    border-color: #4839EB !important
}

.btn-primary.btn-lighten-2:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-lighten-2:active,
.btn-primary.btn-lighten-2:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-lighten-2 {
    border-color: #9E95F5 !important;
    color: #9E95F5 !important
}

.btn-outline-primary.btn-outline-lighten-2:hover {
    background-color: #9E95F5 !important
}

.border-primary.border-lighten-2 {
    border: 1px solid #9E95F5 !important
}

.border-top-primary.border-top-lighten-2 {
    border-top: 1px solid #9E95F5 !important
}

.border-bottom-primary.border-bottom-lighten-2 {
    border-bottom: 1px solid #9E95F5 !important
}

.border-left-primary.border-left-lighten-2 {
    border-left: 1px solid #9E95F5 !important
}

.border-right-primary.border-right-lighten-2 {
    border-right: 1px solid #9E95F5 !important
}

.overlay-primary.overlay-lighten-2 {
    background: #9E95F5;
    background: rgba(158, 149, 245, .6)
}

.bg-primary.bg-lighten-1,
.btn-primary.btn-lighten-1 {
    background-color: #887EF2 !important
}

.primary.lighten-1 {
    color: #887EF2 !important
}

.btn-primary.btn-lighten-1 {
    border-color: #4839EB !important
}

.btn-primary.btn-lighten-1:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-lighten-1:active,
.btn-primary.btn-lighten-1:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-lighten-1 {
    border-color: #887EF2 !important;
    color: #887EF2 !important
}

.alert-primary,
.primary {
    color: #7367F0 !important
}

.btn-outline-primary.btn-outline-lighten-1:hover {
    background-color: #887EF2 !important
}

.border-primary.border-lighten-1 {
    border: 1px solid #887EF2 !important
}

.border-top-primary.border-top-lighten-1 {
    border-top: 1px solid #887EF2 !important
}

.border-bottom-primary.border-bottom-lighten-1 {
    border-bottom: 1px solid #887EF2 !important
}

.border-left-primary.border-left-lighten-1 {
    border-left: 1px solid #887EF2 !important
}

.border-right-primary.border-right-lighten-1 {
    border-right: 1px solid #887EF2 !important
}

.overlay-primary.overlay-lighten-1 {
    background: #887EF2;
    background: rgba(136, 126, 242, .6)
}

.bg-primary {
    background-color: #007BFF !important
}

.bg-primary .card-footer,
.bg-primary .card-header {
    background-color: transparent
}

.alert-primary {
    background: rgba(115, 103, 240, .2) !important
}

.alert-primary .alert-heading {
    box-shadow: rgba(115, 103, 240, .4) 0 6px 15px -7px
}

.alert-primary .alert-link {
    color: #5E50EE !important
}

.bg-rgba-primary {
    background: rgba(115, 103, 240, .15) !important
}

.border-primary {
    border: 1px solid #7367F0 !important
}

.border-top-primary {
    border-top: 1px solid #7367F0
}

.border-bottom-primary {
    border-bottom: 1px solid #7367F0
}

.border-left-primary {
    border-left: 1px solid #7367F0
}

.border-right-primary {
    border-right: 1px solid #7367F0
}

.badge-primary.badge-glow,
.bg-primary.badge-glow,
.border-primary.badge-glow {
    box-shadow: 0 0 10px #7367F0
}

.badge.badge-primary {
    background-color: #7367F0
}

.badge.badge-light-primary {
    background-color: #DEDBFB;
    color: #7367F0 !important;
    font-weight: 500
}

.overlay-primary {
    background: #7367F0;
    background: rgba(115, 103, 240, .6)
}

.btn-primary {
    border-color: #4839EB !important;
    background-color: #7367F0 !important;
    color: #FFF
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #FFF !important
}

.btn-primary:hover {
    border-color: #5E50EE !important;
    box-shadow: 0 8px 25px -8px #7367F0
}

.btn-flat-primary {
    background-color: transparent;
    color: #7367F0
}

.btn-flat-primary:hover {
    color: #7367F0;
    background-color: rgba(115, 103, 240, .1)
}

.btn-flat-primary:active,
.btn-flat-primary:focus {
    background-color: #7367F0;
    color: #FFF !important
}

.btn-relief-primary {
    background-color: #7367F0;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2);
    color: #FFF
}

.btn-relief-primary:hover {
    color: #FFF
}

.btn-relief-primary:active,
.btn-relief-primary:focus {
    outline: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.btn-outline-primary {
    border: 1px solid #7367F0;
    background-color: transparent;
    color: #7367F0
}

.divider.divider-primary .divider-text:after,
.divider.divider-primary .divider-text:before,
.vs-checkbox-primary input:checked~.vs-checkbox {

}

.btn-outline-primary:hover {
    background-color: rgba(115, 103, 240, .08);
    color: #7367F0
}

.btn-outline-primary:active {
    color: #FFF !important
}

.btn-flat-primary~.dropdown-menu .dropdown-item.active,
.btn-outline-primary~.dropdown-menu .dropdown-item.active,
.btn-primary~.dropdown-menu .dropdown-item.active {
    background-color: #7367F0;
    color: #FFF
}

.btn-flat-primary~.dropdown-menu .dropdown-item.active:hover,
.btn-outline-primary~.dropdown-menu .dropdown-item.active:hover,
.btn-primary~.dropdown-menu .dropdown-item.active:hover {
    color: #FFF
}

.btn-flat-primary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-primary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-primary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.dropdown.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:hover i {
    color: #7367F0
}

.dropdown.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:active i,
.pagination-primary .page-item.active .page-link:hover {
    color: #FFF
}

.bullet.bullet-primary {
    background-color: #7367F0
}

.pagination-primary .page-item.active .page-link {
    background: #7367F0;
    color: #FFF
}

.pagination-primary .page-item .page-link:hover {
    color: #7367F0
}

.pagination-primary .page-item.next-item .page-link:hover,
.pagination-primary .page-item.prev-item .page-link:hover {
    background: #7367F0;
    color: #FFF
}

.nav-pill-primary .nav-item .nav-link.active {
    color: #FFF;
    background-color: #7367F0 !important
}

.progress-bar-primary {
    background-color: rgba(115, 103, 240, .1)
}

.progress-bar-primary .progress-bar {
    background-color: #7367F0
}

.chip-primary,
.vs-checkbox-primary input:active:checked+.vs-checkbox .vs-checkbox--check,
.vs-checkbox-primary input:checked~.vs-checkbox .vs-checkbox--check,
input[type=checkbox].bg-primary+.custom-control-label:before,
input[type=radio].bg-primary+.custom-control-label:before {
   
}

.chip-primary .chip-body {
    color: #FFF !important
}

.custom-switch-primary .custom-control-input:checked~.custom-control-label::before {
    background-color: #7367F0 !important;
    color: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vs-radio-primary input:checked~.vs-radio .vs-radio--circle {
    background: #7367F0 !important;
    box-shadow: 0 3px 12px 0 rgba(115, 103, 240, .4) !important
}

.bg-primary.bg-darken-1,
.btn-primary.btn-darken-1 {
    background-color: #5E50EE !important
}

.primary.darken-1 {
    color: #5E50EE !important
}

.btn-primary.btn-darken-1 {
    border-color: #4839EB !important
}

.btn-primary.btn-darken-1:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-darken-1:active,
.btn-primary.btn-darken-1:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-darken-1 {
    border-color: #5E50EE !important;
    color: #5E50EE !important
}

.btn-outline-primary.btn-outline-darken-1:hover {
    background-color: #5E50EE !important
}

.border-primary.border-darken-1 {
    border: 1px solid #5E50EE !important
}

.border-top-primary.border-top-darken-1 {
    border-top: 1px solid #5E50EE !important
}

.border-bottom-primary.border-bottom-darken-1 {
    border-bottom: 1px solid #5E50EE !important
}

.border-left-primary.border-left-darken-1 {
    border-left: 1px solid #5E50EE !important
}

.border-right-primary.border-right-darken-1 {
    border-right: 1px solid #5E50EE !important
}

.overlay-primary.overlay-darken-1 {
    background: #5E50EE;
    background: rgba(94, 80, 238, .6)
}

.bg-primary.bg-darken-2,
.btn-primary.btn-darken-2 {
    background-color: #4839EB !important
}

.primary.darken-2 {
    color: #4839EB !important
}

.btn-primary.btn-darken-2 {
    border-color: #4839EB !important
}

.btn-primary.btn-darken-2:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-darken-2:active,
.btn-primary.btn-darken-2:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-darken-2 {
    border-color: #4839EB !important;
    color: #4839EB !important
}

.btn-outline-primary.btn-outline-darken-2:hover {
    background-color: #4839EB !important
}

.border-primary.border-darken-2 {
    border: 1px solid #4839EB !important
}

.border-top-primary.border-top-darken-2 {
    border-top: 1px solid #4839EB !important
}

.border-bottom-primary.border-bottom-darken-2 {
    border-bottom: 1px solid #4839EB !important
}

.border-left-primary.border-left-darken-2 {
    border-left: 1px solid #4839EB !important
}

.border-right-primary.border-right-darken-2 {
    border-right: 1px solid #4839EB !important
}

.overlay-primary.overlay-darken-2 {
    background: #4839EB;
    background: rgba(72, 57, 235, .6)
}

.primary.darken-3 {
    color: #3321E9 !important
}

.bg-primary.bg-darken-3 {
    background-color: #3321E9 !important
}

.btn-primary.btn-darken-3,
.btn-primary.btn-darken-3:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-darken-3:active,
.btn-primary.btn-darken-3:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-darken-3 {
    border-color: #3321E9 !important;
    color: #3321E9 !important
}

.btn-outline-primary.btn-outline-darken-3:hover {
    background-color: #3321E9 !important
}

.border-primary.border-darken-3 {
    border: 1px solid #3321E9 !important
}

.border-top-primary.border-top-darken-3 {
    border-top: 1px solid #3321E9 !important
}

.border-bottom-primary.border-bottom-darken-3 {
    border-bottom: 1px solid #3321E9 !important
}

.border-left-primary.border-left-darken-3 {
    border-left: 1px solid #3321E9 !important
}

.border-right-primary.border-right-darken-3 {
    border-right: 1px solid #3321E9 !important
}

.overlay-primary.overlay-darken-3 {
    background: #3321E9;
    background: rgba(51, 33, 233, .6)
}

.bg-primary.bg-darken-4,
.btn-primary.btn-darken-4 {
    background-color: #2716DB !important
}

.primary.darken-4 {
    color: #2716DB !important
}

.btn-primary.btn-darken-4 {
    border-color: #4839EB !important
}

.btn-primary.btn-darken-4:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-darken-4:active,
.btn-primary.btn-darken-4:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-darken-4 {
    border-color: #2716DB !important;
    color: #2716DB !important
}

.btn-outline-primary.btn-outline-darken-4:hover {
    background-color: #2716DB !important
}

.border-primary.border-darken-4 {
    border: 1px solid #2716DB !important
}

.border-top-primary.border-top-darken-4 {
    border-top: 1px solid #2716DB !important
}

.border-bottom-primary.border-bottom-darken-4 {
    border-bottom: 1px solid #2716DB !important
}

.border-left-primary.border-left-darken-4 {
    border-left: 1px solid #2716DB !important
}

.border-right-primary.border-right-darken-4 {
    border-right: 1px solid #2716DB !important
}

.overlay-primary.overlay-darken-4 {
    background: #2716DB;
    background: rgba(39, 22, 219, .6)
}

.bg-primary.bg-accent-1,
.btn-primary.btn-accent-1 {
    background-color: #BDFDFF !important
}

.primary.accent-1 {
    color: #BDFDFF !important
}

.btn-primary.btn-accent-1 {
    border-color: #4839EB !important
}

.btn-primary.btn-accent-1:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-accent-1:active,
.btn-primary.btn-accent-1:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-accent-1 {
    border-color: #BDFDFF !important;
    color: #BDFDFF !important
}

.btn-outline-primary.btn-outline-accent-1:hover {
    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;
    background: rgba(189, 253, 255, .6)
}

.bg-primary.bg-accent-2,
.btn-primary.btn-accent-2 {
    background-color: #8AFBFF !important
}

.primary.accent-2 {
    color: #8AFBFF !important
}

.btn-primary.btn-accent-2 {
    border-color: #4839EB !important
}

.btn-primary.btn-accent-2:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-accent-2:active,
.btn-primary.btn-accent-2:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-accent-2 {
    border-color: #8AFBFF !important;
    color: #8AFBFF !important
}

.btn-outline-primary.btn-outline-accent-2:hover {
    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;
    background: rgba(138, 251, 255, .6)
}

.bg-primary.bg-accent-3,
.btn-primary.btn-accent-3 {
    background-color: #57FAFF !important
}

.primary.accent-3 {
    color: #57FAFF !important
}

.btn-primary.btn-accent-3 {
    border-color: #4839EB !important
}

.btn-primary.btn-accent-3:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-accent-3:active,
.btn-primary.btn-accent-3:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-accent-3 {
    border-color: #57FAFF !important;
    color: #57FAFF !important
}

.btn-outline-primary.btn-outline-accent-3:hover {
    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;
    background: rgba(87, 250, 255, .6)
}

.bg-primary.bg-accent-4,
.btn-primary.btn-accent-4 {
    background-color: #3DF9FF !important
}

.primary.accent-4 {
    color: #3DF9FF !important
}

.btn-primary.btn-accent-4 {
    border-color: #4839EB !important
}

.btn-primary.btn-accent-4:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-accent-4:active,
.btn-primary.btn-accent-4:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-accent-4 {
    border-color: #3DF9FF !important;
    color: #3DF9FF !important
}

.btn-outline-primary.btn-outline-accent-4:hover {
    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;
    background: rgba(61, 249, 255, .6)
}

.bg-primary.bg-gradient-bg,
.btn-primary.btn-gradient-bg {
    background-color: #640064 !important
}

.primary.gradient-bg {
    color: #640064 !important
}

.btn-primary.btn-gradient-bg {
    border-color: #4839EB !important
}

.btn-primary.btn-gradient-bg:hover {
    border-color: #4839EB !important;
    background-color: #3321E9 !important
}

.btn-primary.btn-gradient-bg:active,
.btn-primary.btn-gradient-bg:focus {
    border-color: #3321E9 !important;
    background-color: #2716DB !important
}

.btn-outline-primary.btn-outline-gradient-bg {
    border-color: #640064 !important;
    color: #640064 !important
}

.btn-outline-primary.btn-outline-gradient-bg:hover {
    background-color: #640064 !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #FFF, 0 0 0 .21rem #640064 !important
}

.border-primary.border-gradient-bg {
    border: 1px solid #640064 !important
}

.border-top-primary.border-top-gradient-bg {
    border-top: 1px solid #640064 !important
}

.border-bottom-primary.border-bottom-gradient-bg {
    border-bottom: 1px solid #640064 !important
}

.border-left-primary.border-left-gradient-bg {
    border-left: 1px solid #640064 !important
}

.border-right-primary.border-right-gradient-bg {
    border-right: 1px solid #640064 !important
}

.overlay-primary.overlay-gradient-bg {
    background: #640064;
    background: rgba(100, 0, 100, .6)
}

.bg-secondary.bg-gradient-light,
.btn-secondary.btn-gradient-light {
    background-color: #DCDEEC !important
}

.secondary.gradient-light {
    color: #DCDEEC !important
}

.btn-secondary.btn-gradient-light {
    border-color: #9AA9B7 !important
}

.btn-secondary.btn-gradient-light:hover {
    border-color: #9AA9B7 !important;
    background-color: #8B9CAC !important
}

.btn-secondary.btn-gradient-light:active,
.btn-secondary.btn-gradient-light:focus {
    border-color: #8B9CAC !important;
    background-color: #7D8FA1 !important
}

.btn-outline-secondary.btn-outline-gradient-light {
    border-color: #DCDEEC !important;
    color: #DCDEEC !important
}

.btn-outline-secondary.btn-outline-gradient-light:hover {
    background-color: #DCDEEC !important
}

.border-secondary.border-gradient-light {
    border: 1px solid #DCDEEC !important
}

.border-top-secondary.border-top-gradient-light {
    border-top: 1px solid #DCDEEC !important
}

.border-bottom-secondary.border-bottom-gradient-light {
    border-bottom: 1px solid #DCDEEC !important
}

.border-left-secondary.border-left-gradient-light {
    border-left: 1px solid #DCDEEC !important
}

.border-right-secondary.border-right-gradient-light {
    border-right: 1px solid #DCDEEC !important
}

.overlay-secondary.overlay-gradient-light {
    background: #DCDEEC;
    background: rgba(220, 222, 236, .6)
}

.bg-secondary.bg-light-badge,
.btn-secondary.btn-light-badge {
    background-color: #fff !important
}

.secondary.light-badge {
    color: #fff !important
}

.btn-secondary.btn-light-badge {
    border-color: #9AA9B7 !important
}

.btn-secondary.btn-light-badge:hover {
    border-color: #9AA9B7 !important;
    background-color: #8B9CAC !important
}

.btn-secondary.btn-light-badge:active,
.btn-secondary.btn-light-badge:focus {
    border-color: #8B9CAC !important;
    background-color: #7D8FA1 !important
}

.btn-outline-secondary.btn-outline-light-badge {
    border-color: #fff !important;
    color: #fff !important
}

.btn-outline-secondary.btn-outline-light-badge:hover {
    background-color: #fff !important
}

.border-secondary.border-light-badge {
    border: 1px solid #fff !important
}

.border-top-secondary.border-top-light-badge {
    border-top: 1px solid #fff !important
}

.border-bottom-secondary.border-bottom-light-badge {
    border-bottom: 1px solid #fff !important
}

.border-left-secondary.border-left-light-badge {
    border-left: 1px solid #fff !important
}

.border-right-secondary.border-right-light-badge {
    border-right: 1px solid #fff !important
}

.overlay-secondary.overlay-light-badge {
    background: #fff;
    background: rgba(255, 255, 255, .6)
}

.bg-secondary.bg-lighten-5,
.btn-secondary.btn-lighten-5 {
    background-color: #fff !important
}

.secondary.lighten-5 {
    color: #fff !important
}

.btn-secondary.btn-lighten-5 {
    border-color: #9AA9B7 !important
}

.btn-secondary.btn-lighten-5:hover {
    border-color: #9AA9B7 !important;
    background-color: #8B9CAC !important
}

.btn-secondary.btn-lighten-5:active,
.btn-secondary.btn-lighten-5:focus {
    border-color: #8B9CAC !important;
    background-color: #7D8FA1 !important
}

.btn-outline-secondary.btn-outline-lighten-5 {
    border-color: #fff !important;
    color: #fff !important
}

.btn-outline-secondary.btn-outline-lighten-5:hover {
    background-color: #fff !important
}

.border-secondary.border-lighten-5 {
    border: 1px solid #fff !important
}

.border-top-secondary.border-top-lighten-5 {
    border-top: 1px solid #fff !important
}

.border-bottom-secondary.border-bottom-lighten-5 {
    border-bottom: 1px solid #fff !important
}

.border-left-secondary.border-left-lighten-5 {
    border-left: 1px solid #fff !important
}

.border-right-secondary.border-right-lighten-5 {
    border-right: 1px solid #fff !important
}

.overlay-secondary.overlay-lighten-5 {
    background: #fff;
    background: rgba(255, 255, 255, .6)
}

.bg-secondary.bg-lighten-4,
.btn-secondary.btn-lighten-4 {
    background-color: #F3F5F7 !important
}

.secondary.lighten-4 {
    color: #F3F5F7 !important
}

.btn-secondary.btn-lighten-4 {
    border-color: #9AA9B7 !important
}

.btn-secondary.btn-lighten-4:hover {
    border-color: #9AA9B7 !important;
    background-color: #8B9CAC !important
}

.btn-secondary.btn-lighten-4:active,
.btn-secondary.btn-lighten-4:focus {
    border-color: #8B9CAC !important;
    background-color: #7D8FA1 !important
}

.btn-outline-secondary.btn-outline-lighten-4 {
    border-color: #F3F5F7 !important;
    color: #F3F5F7 !important
}

.btn-outline-secondary.btn-outline-lighten-4:hover {
    background-color: #F3F5F7 !important
}

.border-secondary.border-lighten-4 {
    border: 1px solid #F3F5F7 !important
}

.border-top-secondary.border-top-lighten-4 {
    border-top: 1px solid #F3F5F7 !important
}

.border-bottom-secondary.border-bottom-lighten-4 {
    border-bottom: 1px solid #F3F5F7 !important
}

.border-left-secondary.border-left-lighten-4 {
    border-left: 1px solid #F3F5F7 !important
}

.border-right-secondary.border-right-lighten-4 {
    border-right: 1px solid #F3F5F7 !important
}

.overlay-secondary.overlay-lighten-4 {
    background: #F3F5F7;
    background: rgba(243, 245, 247, .6)
}

.bg-secondary.bg-lighten-3,
.btn-secondary.btn-lighten-3 {
    background-color: #E5E8EC !important
}

.secondary.lighten-3 {
    color: #E5E8EC !important
}

.btn-secondary.btn-lighten-3 {
    border-color: #9AA9B7 !important
}

.btn-secondary.btn-lighten-3:hover {
    border-color: #9AA9B7 !important;
    background-color: #8B9CAC !important
}

.btn-secondary.btn-lighten-3:active,
.btn-secondary.btn-lighten-3:focus {
    border-color: #8B9CAC !important;
    background-color: #7D8FA1 !important
}

.btn-outline-secondary.btn-outline-lighten-3 {
    border-color: #E5E8EC !important;
    color: #E5E8EC !important
}

.btn-outline-secondary.btn-outline-lighten-3:hover {
    background-color: #E5E8EC !important
}

.border-secondary.border-lighten-3 {
    border: 1px solid #E5E8EC !important
}

.border-top-secondary.border-top-lighten-3 {
    border-top: 1px solid #E5E8EC !important
}

.border-bottom-secondary.border-bottom-lighten-3 {
    border-bottom: 1px solid #E5E8EC !important
}

.border-left-secondary.border-left-lighten-3 {
    border-left: 1px solid #E5E8EC !important
}

.border-right-secondary.border-right-lighten-3 {
    border-right: 1px solid #E5E8EC !important
}

.overlay-secondary.overlay-lighten-3 {
    background: #E5E8EC;
    background: rgba(229, 232, 236, .6)
}

.bg-secondary.bg-lighten-2,
.btn-secondary.btn-lighten-2 {
    background-color: #D6DCE1 !important
}

.secondary.lighten-2 {
    color: #D6DCE1 !important
}

.btn-secondary.btn-lighten-2 {
    border-color: #9AA9B7 !important
}

.btn-secondary.btn-lighten-2:hover {
    border-color: #9AA9B7 !important;
    background-color: #8B9CAC !important
}

.btn-secondary.btn-lighten-2:active,
.btn-secondary.btn-lighten-2:focus {
    border-color: #8B9CAC !important;
    background-color: #7D8FA1 !important
}

.btn-outline-secondary.btn-outline-lighten-2 {
    border-color: #D6DCE1 !important;
    color: #D6DCE1 !important
}

.btn-outline-secondary.btn-outline-lighten-2:hover {
    background-color: #D6DCE1 !important
}

.border-secondary.border-lighten-2 {
    border: 1px solid #D6DCE1 !important
}

.border-top-secondary.border-top-lighten-2 {
    border-top: 1px solid #D6DCE1 !important
}

.border-bottom-secondary.border-bottom-lighten-2 {
    border-bottom: 1px solid #D6DCE1 !important
}

.border-left-secondary.border-left-lighten-2 {
    border-left: 1px solid #D6DCE1 !important
}

.border-right-secondary.border-right-lighten-2 {
    border-right: 1px solid #D6DCE1 !important
}

.overlay-secondary.overlay-lighten-2 {
    background: #D6DCE1;
    background: rgba(214, 220, 225, .6)
}

.bg-secondary.bg-lighten-1,
.btn-secondary.btn-lighten-1 {
    background-color: #C7CFD7 !important
}

.secondary.lighten-1 {
    color: #C7CFD7 !important
}

.btn-secondary.btn-lighten-1 {
    border-color: #9AA9B7 !important
}

.btn-secondary.btn-lighten-1:hover {
    border-color: #9AA9B7 !important;
    background-color: #8B9CAC !important
}

.btn-secondary.btn-lighten-1:active,
.btn-secondary.btn-lighten-1:focus {
    border-color: #8B9CAC !important;
    background-color: #7D8FA1 !important
}

.btn-outline-secondary.btn-outline-lighten-1 {
    border-color: #C7CFD7 !important;
    color: #C7CFD7 !important
}

.alert-secondary,
.secondary {
    color: #B8C2CC !important
}

.btn-outline-secondary.btn-outline-lighten-1:hover {
    background-color: #C7CFD7 !important
}

.border-secondary.border-lighten-1 {
    border: 1px solid #C7CFD7 !important
}

.border-top-secondary.border-top-lighten-1 {
    border-top: 1px solid #C7CFD7 !important
}

.border-bottom-secondary.border-bottom-lighten-1 {
    border-bottom: 1px solid #C7CFD7 !important
}

.border-left-secondary.border-left-lighten-1 {
    border-left: 1px solid #C7CFD7 !important
}

.border-right-secondary.border-right-lighten-1 {
    border-right: 1px solid #C7CFD7 !important
}

.overlay-secondary.overlay-lighten-1 {
    background: #C7CFD7;
    background: rgba(199, 207, 215, .6)
}

.bg-secondary {
    background-color: #B8C2CC !important
}

.bg-secondary .card-footer,
.bg-secondary .card-header {
    background-color: transparent
}

.alert-secondary {
    background: rgba(184, 194, 204, .2) !important
}

.alert-secondary .alert-heading {
    box-shadow: rgba(184, 194, 204, .4) 0 6px 15px -7px
}

.alert-secondary .alert-link {
    color: #A9B5C1 !important
}

.bg-rgba-secondary {
    background: rgba(184, 194, 204, .15) !important
}

.border-secondary {
    border: 1px solid #B8C2CC !important
}

.border-top-secondary {
    border-top: 1px solid #B8C2CC
}

.border-bottom-secondary {
    border-bottom: 1px solid #B8C2CC
}

.border-left-secondary {
    border-left: 1px solid #B8C2CC
}

.border-right-secondary {
    border-right: 1px solid #B8C2CC
}

.badge-secondary.badge-glow,
.bg-secondary.badge-glow,
.border-secondary.badge-glow {
    box-shadow: 0 0 10px #B8C2CC
}

.badge.badge-secondary {
    background-color: #B8C2CC
}

.badge.badge-light-secondary {
    background-color: #fff;
    color: #B8C2CC !important;
    font-weight: 500
}

.overlay-secondary {
    background: #B8C2CC;
    background: rgba(184, 194, 204, .6)
}

.btn-secondary {
    border-color: #9AA9B7 !important;
    background-color: #B8C2CC !important;
    color: #FFF
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #FFF !important
}

.btn-secondary:hover {
    border-color: #A9B5C1 !important;
    box-shadow: 0 8px 25px -8px #B8C2CC
}

.btn-flat-secondary {
    background-color: transparent;
    color: #B8C2CC
}

.btn-flat-secondary:hover {
    color: #B8C2CC;
    background-color: rgba(184, 194, 204, .1)
}

.btn-flat-secondary:active,
.btn-flat-secondary:focus {
    background-color: #B8C2CC;
    color: #FFF !important
}

.btn-relief-secondary {
    background-color: #B8C2CC;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2);
    color: #FFF
}

.btn-relief-secondary:hover {
    color: #FFF
}

.btn-relief-secondary:active,
.btn-relief-secondary:focus {
    outline: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.btn-outline-secondary {
    border: 1px solid #B8C2CC;
    background-color: transparent;
    color: #B8C2CC
}

.divider.divider-secondary .divider-text:after,
.divider.divider-secondary .divider-text:before,
.vs-checkbox-secondary input:checked~.vs-checkbox {
    border-color: #B8C2CC !important
}

.btn-outline-secondary:hover {
    background-color: rgba(184, 194, 204, .08);
    color: #B8C2CC
}

.btn-outline-secondary:active {
    color: #FFF !important
}

.btn-flat-secondary~.dropdown-menu .dropdown-item.active,
.btn-outline-secondary~.dropdown-menu .dropdown-item.active,
.btn-secondary~.dropdown-menu .dropdown-item.active {
    background-color: #B8C2CC;
    color: #FFF
}

.btn-flat-secondary~.dropdown-menu .dropdown-item.active:hover,
.btn-outline-secondary~.dropdown-menu .dropdown-item.active:hover,
.btn-secondary~.dropdown-menu .dropdown-item.active:hover {
    color: #FFF
}

.btn-flat-secondary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-secondary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-secondary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.dropdown.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:hover i {
    color: #B8C2CC
}

.dropdown.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:active i,
.pagination-secondary .page-item.active .page-link:hover {
    color: #FFF
}

.bullet.bullet-secondary {
    background-color: #B8C2CC
}

.pagination-secondary .page-item.active .page-link {
    background: #B8C2CC;
    color: #FFF
}

.pagination-secondary .page-item .page-link:hover {
    color: #B8C2CC
}

.pagination-secondary .page-item.next-item .page-link:hover,
.pagination-secondary .page-item.prev-item .page-link:hover {
    background: #B8C2CC;
    color: #FFF
}

.nav-pill-secondary .nav-item .nav-link.active {
    color: #FFF;
    background-color: #B8C2CC !important
}

.progress-bar-secondary {
    background-color: rgba(184, 194, 204, .1)
}

.progress-bar-secondary .progress-bar {
    background-color: #B8C2CC
}

.chip-secondary,
.vs-checkbox-secondary input:active:checked+.vs-checkbox .vs-checkbox--check,
.vs-checkbox-secondary input:checked~.vs-checkbox .vs-checkbox--check,
input[type=checkbox].bg-secondary+.custom-control-label:before,
input[type=radio].bg-secondary+.custom-control-label:before {
    background-color: #B8C2CC !important
}

.chip-secondary .chip-body {
    color: #FFF !important
}

.custom-switch-secondary .custom-control-input:checked~.custom-control-label::before {
    background-color: #B8C2CC !important;
    color: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vs-radio-secondary input:checked~.vs-radio .vs-radio--circle {
    background: #B8C2CC !important;
    box-shadow: 0 3px 12px 0 rgba(184, 194, 204, .4) !important
}

.bg-secondary.bg-darken-1,
.btn-secondary.btn-darken-1 {
    background-color: #A9B5C1 !important
}

.secondary.darken-1 {
    color: #A9B5C1 !important
}

.btn-secondary.btn-darken-1 {
    border-color: #9AA9B7 !important
}

.btn-secondary.btn-darken-1:hover {
    border-color: #9AA9B7 !important;
    background-color: #8B9CAC !important
}

.btn-secondary.btn-darken-1:active,
.btn-secondary.btn-darken-1:focus {
    border-color: #8B9CAC !important;
    background-color: #7D8FA1 !important
}

.btn-outline-secondary.btn-outline-darken-1 {
    border-color: #A9B5C1 !important;
    color: #A9B5C1 !important
}

.btn-outline-secondary.btn-outline-darken-1:hover {
    background-color: #A9B5C1 !important
}

.border-secondary.border-darken-1 {
    border: 1px solid #A9B5C1 !important
}

.border-top-secondary.border-top-darken-1 {
    border-top: 1px solid #A9B5C1 !important
}

.border-bottom-secondary.border-bottom-darken-1 {
    border-bottom: 1px solid #A9B5C1 !important
}

.border-left-secondary.border-left-darken-1 {
    border-left: 1px solid #A9B5C1 !important
}

.border-right-secondary.border-right-darken-1 {
    border-right: 1px solid #A9B5C1 !important
}

.overlay-secondary.overlay-darken-1 {
    background: #A9B5C1;
    background: rgba(169, 181, 193, .6)
}

.bg-secondary.bg-darken-2,
.btn-secondary.btn-darken-2 {
    background-color: #9AA9B7 !important
}

.secondary.darken-2 {
    color: #9AA9B7 !important
}

.btn-secondary.btn-darken-2 {
    border-color: #9AA9B7 !important
}

.btn-secondary.btn-darken-2:hover {
    border-color: #9AA9B7 !important;
    background-color: #8B9CAC !important
}

.btn-secondary.btn-darken-2:active,
.btn-secondary.btn-darken-2:focus {
    border-color: #8B9CAC !important;
    background-color: #7D8FA1 !important
}

.btn-outline-secondary.btn-outline-darken-2 {
    border-color: #9AA9B7 !important;
    color: #9AA9B7 !important
}

.btn-outline-secondary.btn-outline-darken-2:hover {
    background-color: #9AA9B7 !important
}

.border-secondary.border-darken-2 {
    border: 1px solid #9AA9B7 !important
}

.border-top-secondary.border-top-darken-2 {
    border-top: 1px solid #9AA9B7 !important
}

.border-bottom-secondary.border-bottom-darken-2 {
    border-bottom: 1px solid #9AA9B7 !important
}

.border-left-secondary.border-left-darken-2 {
    border-left: 1px solid #9AA9B7 !important
}

.border-right-secondary.border-right-darken-2 {
    border-right: 1px solid #9AA9B7 !important
}

.overlay-secondary.overlay-darken-2 {
    background: #9AA9B7;
    background: rgba(154, 169, 183, .6)
}

.secondary.darken-3 {
    color: #8B9CAC !important
}

.bg-secondary.bg-darken-3 {
    background-color: #8B9CAC !important
}

.btn-secondary.btn-darken-3,
.btn-secondary.btn-darken-3:hover {
    border-color: #9AA9B7 !important;
    background-color: #8B9CAC !important
}

.btn-secondary.btn-darken-3:active,
.btn-secondary.btn-darken-3:focus {
    border-color: #8B9CAC !important;
    background-color: #7D8FA1 !important
}

.btn-outline-secondary.btn-outline-darken-3 {
    border-color: #8B9CAC !important;
    color: #8B9CAC !important
}

.btn-outline-secondary.btn-outline-darken-3:hover {
    background-color: #8B9CAC !important
}

.border-secondary.border-darken-3 {
    border: 1px solid #8B9CAC !important
}

.border-top-secondary.border-top-darken-3 {
    border-top: 1px solid #8B9CAC !important
}

.border-bottom-secondary.border-bottom-darken-3 {
    border-bottom: 1px solid #8B9CAC !important
}

.border-left-secondary.border-left-darken-3 {
    border-left: 1px solid #8B9CAC !important
}

.border-right-secondary.border-right-darken-3 {
    border-right: 1px solid #8B9CAC !important
}

.overlay-secondary.overlay-darken-3 {
    background: #8B9CAC;
    background: rgba(139, 156, 172, .6)
}

.bg-secondary.bg-darken-4,
.btn-secondary.btn-darken-4 {
    background-color: #7D8FA1 !important
}

.secondary.darken-4 {
    color: #7D8FA1 !important
}

.btn-secondary.btn-darken-4 {
    border-color: #9AA9B7 !important
}

.btn-secondary.btn-darken-4:hover {
    border-color: #9AA9B7 !important;
    background-color: #8B9CAC !important
}

.btn-secondary.btn-darken-4:active,
.btn-secondary.btn-darken-4:focus {
    border-color: #8B9CAC !important;
    background-color: #7D8FA1 !important
}

.btn-outline-secondary.btn-outline-darken-4 {
    border-color: #7D8FA1 !important;
    color: #7D8FA1 !important
}

.btn-outline-secondary.btn-outline-darken-4:hover {
    background-color: #7D8FA1 !important
}

.border-secondary.border-darken-4 {
    border: 1px solid #7D8FA1 !important
}

.border-top-secondary.border-top-darken-4 {
    border-top: 1px solid #7D8FA1 !important
}

.border-bottom-secondary.border-bottom-darken-4 {
    border-bottom: 1px solid #7D8FA1 !important
}

.border-left-secondary.border-left-darken-4 {
    border-left: 1px solid #7D8FA1 !important
}

.border-right-secondary.border-right-darken-4 {
    border-right: 1px solid #7D8FA1 !important
}

.overlay-secondary.overlay-darken-4 {
    background: #7D8FA1;
    background: rgba(125, 143, 161, .6)
}

.bg-secondary.bg-gradient-bg,
.btn-secondary.btn-gradient-bg {
    background-color: #640064 !important
}

.secondary.gradient-bg {
    color: #640064 !important
}

.btn-secondary.btn-gradient-bg {
    border-color: #9AA9B7 !important
}

.btn-secondary.btn-gradient-bg:hover {
    border-color: #9AA9B7 !important;
    background-color: #8B9CAC !important
}

.btn-secondary.btn-gradient-bg:active,
.btn-secondary.btn-gradient-bg:focus {
    border-color: #8B9CAC !important;
    background-color: #7D8FA1 !important
}

.btn-outline-secondary.btn-outline-gradient-bg {
    border-color: #640064 !important;
    color: #640064 !important
}

.btn-outline-secondary.btn-outline-gradient-bg:hover {
    background-color: #640064 !important
}

input:focus~.bg-secondary {
    box-shadow: 0 0 0 .075rem #FFF, 0 0 0 .21rem #640064 !important
}

.border-secondary.border-gradient-bg {
    border: 1px solid #640064 !important
}

.border-top-secondary.border-top-gradient-bg {
    border-top: 1px solid #640064 !important
}

.border-bottom-secondary.border-bottom-gradient-bg {
    border-bottom: 1px solid #640064 !important
}

.border-left-secondary.border-left-gradient-bg {
    border-left: 1px solid #640064 !important
}

.border-right-secondary.border-right-gradient-bg {
    border-right: 1px solid #640064 !important
}

.overlay-secondary.overlay-gradient-bg {
    background: #640064;
    background: rgba(100, 0, 100, .6)
}

.bg-success.bg-gradient-light,
.btn-success.btn-gradient-light {
    background-color: #4AE9D3 !important
}

.success.gradient-light {
    color: #4AE9D3 !important
}

.btn-success.btn-gradient-light {
    border-color: #1F9D57 !important
}

.btn-success.btn-gradient-light:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-gradient-light:active,
.btn-success.btn-gradient-light:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-gradient-light {
    border-color: #4AE9D3 !important;
    color: #4AE9D3 !important
}

.btn-outline-success.btn-outline-gradient-light:hover {
    background-color: #4AE9D3 !important
}

.border-success.border-gradient-light {
    border: 1px solid #4AE9D3 !important
}

.border-top-success.border-top-gradient-light {
    border-top: 1px solid #4AE9D3 !important
}

.border-bottom-success.border-bottom-gradient-light {
    border-bottom: 1px solid #4AE9D3 !important
}

.border-left-success.border-left-gradient-light {
    border-left: 1px solid #4AE9D3 !important
}

.border-right-success.border-right-gradient-light {
    border-right: 1px solid #4AE9D3 !important
}

.overlay-success.overlay-gradient-light {
    background: #4AE9D3;
    background: rgba(74, 233, 211, .6)
}

.bg-success.bg-light-badge,
.btn-success.btn-light-badge {
    background-color: #C7F4DB !important
}

.success.light-badge {
    color: #C7F4DB !important
}

.btn-success.btn-light-badge {
    border-color: #1F9D57 !important
}

.btn-success.btn-light-badge:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-light-badge:active,
.btn-success.btn-light-badge:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-light-badge {
    border-color: #C7F4DB !important;
    color: #C7F4DB !important
}

.btn-outline-success.btn-outline-light-badge:hover {
    background-color: #C7F4DB !important
}

.border-success.border-light-badge {
    border: 1px solid #C7F4DB !important
}

.border-top-success.border-top-light-badge {
    border-top: 1px solid #C7F4DB !important
}

.border-bottom-success.border-bottom-light-badge {
    border-bottom: 1px solid #C7F4DB !important
}

.border-left-success.border-left-light-badge {
    border-left: 1px solid #C7F4DB !important
}

.border-right-success.border-right-light-badge {
    border-right: 1px solid #C7F4DB !important
}

.overlay-success.overlay-light-badge {
    background: #C7F4DB;
    background: rgba(199, 244, 219, .6)
}

.bg-success.bg-lighten-5,
.btn-success.btn-lighten-5 {
    background-color: #88E7B2 !important
}

.success.lighten-5 {
    color: #88E7B2 !important
}

.btn-success.btn-lighten-5 {
    border-color: #1F9D57 !important
}

.btn-success.btn-lighten-5:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-lighten-5:active,
.btn-success.btn-lighten-5:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-lighten-5 {
    border-color: #88E7B2 !important;
    color: #88E7B2 !important
}

.btn-outline-success.btn-outline-lighten-5:hover {
    background-color: #88E7B2 !important
}

.border-success.border-lighten-5 {
    border: 1px solid #88E7B2 !important
}

.border-top-success.border-top-lighten-5 {
    border-top: 1px solid #88E7B2 !important
}

.border-bottom-success.border-bottom-lighten-5 {
    border-bottom: 1px solid #88E7B2 !important
}

.border-left-success.border-left-lighten-5 {
    border-left: 1px solid #88E7B2 !important
}

.border-right-success.border-right-lighten-5 {
    border-right: 1px solid #88E7B2 !important
}

.overlay-success.overlay-lighten-5 {
    background: #88E7B2;
    background: rgba(136, 231, 178, .6)
}

.bg-success.bg-lighten-4,
.btn-success.btn-lighten-4 {
    background-color: #72E3A4 !important
}

.success.lighten-4 {
    color: #72E3A4 !important
}

.btn-success.btn-lighten-4 {
    border-color: #1F9D57 !important
}

.btn-success.btn-lighten-4:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-lighten-4:active,
.btn-success.btn-lighten-4:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-lighten-4 {
    border-color: #72E3A4 !important;
    color: #72E3A4 !important
}

.btn-outline-success.btn-outline-lighten-4:hover {
    background-color: #72E3A4 !important
}

.border-success.border-lighten-4 {
    border: 1px solid #72E3A4 !important
}

.border-top-success.border-top-lighten-4 {
    border-top: 1px solid #72E3A4 !important
}

.border-bottom-success.border-bottom-lighten-4 {
    border-bottom: 1px solid #72E3A4 !important
}

.border-left-success.border-left-lighten-4 {
    border-left: 1px solid #72E3A4 !important
}

.border-right-success.border-right-lighten-4 {
    border-right: 1px solid #72E3A4 !important
}

.overlay-success.overlay-lighten-4 {
    background: #72E3A4;
    background: rgba(114, 227, 164, .6)
}

.bg-success.bg-lighten-3,
.btn-success.btn-lighten-3 {
    background-color: #5DDE97 !important
}

.success.lighten-3 {
    color: #5DDE97 !important
}

.btn-success.btn-lighten-3 {
    border-color: #1F9D57 !important
}

.btn-success.btn-lighten-3:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-lighten-3:active,
.btn-success.btn-lighten-3:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-lighten-3 {
    border-color: #5DDE97 !important;
    color: #5DDE97 !important
}

.btn-outline-success.btn-outline-lighten-3:hover {
    background-color: #5DDE97 !important
}

.border-success.border-lighten-3 {
    border: 1px solid #5DDE97 !important
}

.border-top-success.border-top-lighten-3 {
    border-top: 1px solid #5DDE97 !important
}

.border-bottom-success.border-bottom-lighten-3 {
    border-bottom: 1px solid #5DDE97 !important
}

.border-left-success.border-left-lighten-3 {
    border-left: 1px solid #5DDE97 !important
}

.border-right-success.border-right-lighten-3 {
    border-right: 1px solid #5DDE97 !important
}

.overlay-success.overlay-lighten-3 {
    background: #5DDE97;
    background: rgba(93, 222, 151, .6)
}

.bg-success.bg-lighten-2,
.btn-success.btn-lighten-2 {
    background-color: #48DA89 !important
}

.success.lighten-2 {
    color: #48DA89 !important
}

.btn-success.btn-lighten-2 {
    border-color: #1F9D57 !important
}

.btn-success.btn-lighten-2:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-lighten-2:active,
.btn-success.btn-lighten-2:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-lighten-2 {
    border-color: #48DA89 !important;
    color: #48DA89 !important
}

.btn-outline-success.btn-outline-lighten-2:hover {
    background-color: #48DA89 !important
}

.border-success.border-lighten-2 {
    border: 1px solid #48DA89 !important
}

.border-top-success.border-top-lighten-2 {
    border-top: 1px solid #48DA89 !important
}

.border-bottom-success.border-bottom-lighten-2 {
    border-bottom: 1px solid #48DA89 !important
}

.border-left-success.border-left-lighten-2 {
    border-left: 1px solid #48DA89 !important
}

.border-right-success.border-right-lighten-2 {
    border-right: 1px solid #48DA89 !important
}

.overlay-success.overlay-lighten-2 {
    background: #48DA89;
    background: rgba(72, 218, 137, .6)
}

.bg-success.bg-lighten-1,
.btn-success.btn-lighten-1 {
    background-color: #33D67C !important
}

.success.lighten-1 {
    color: #33D67C !important
}

.btn-success.btn-lighten-1 {
    border-color: #1F9D57 !important
}

.btn-success.btn-lighten-1:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-lighten-1:active,
.btn-success.btn-lighten-1:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-lighten-1 {
    border-color: #33D67C !important;
    color: #33D67C !important
}

.alert-success,
.success {
    color: #28C76F !important
}

.btn-outline-success.btn-outline-lighten-1:hover {
    background-color: #33D67C !important
}

.border-success.border-lighten-1 {
    border: 1px solid #33D67C !important
}

.border-top-success.border-top-lighten-1 {
    border-top: 1px solid #33D67C !important
}

.border-bottom-success.border-bottom-lighten-1 {
    border-bottom: 1px solid #33D67C !important
}

.border-left-success.border-left-lighten-1 {
    border-left: 1px solid #33D67C !important
}

.border-right-success.border-right-lighten-1 {
    border-right: 1px solid #33D67C !important
}

.overlay-success.overlay-lighten-1 {
    background: #33D67C;
    background: rgba(51, 214, 124, .6)
}

.bg-success {
    background-color: #28C76F !important
}

.bg-success .card-footer,
.bg-success .card-header {
    background-color: transparent
}

.alert-success {
    background: rgba(40, 199, 111, .2) !important
}

.alert-success .alert-heading {
    box-shadow: rgba(40, 199, 111, .4) 0 6px 15px -7px
}

.alert-success .alert-link {
    color: #24B263 !important
}

.bg-rgba-success {
    background: rgba(40, 199, 111, .15) !important
}

.border-success {
    border: 1px solid #28C76F !important
}

.border-top-success {
    border-top: 1px solid #28C76F
}

.border-bottom-success {
    border-bottom: 1px solid #28C76F
}

.border-left-success {
    border-left: 1px solid #28C76F
}

.border-right-success {
    border-right: 1px solid #28C76F
}

.badge-success.badge-glow,
.bg-success.badge-glow,
.border-success.badge-glow {
    box-shadow: 0 0 10px #28C76F
}

.badge.badge-success {
    background-color: #28C76F
}

.badge.badge-light-success {
    background-color: #C7F4DB;
    color: #28C76F !important;
    font-weight: 500
}

.overlay-success {
    background: #28C76F;
    background: rgba(40, 199, 111, .6)
}

.btn-success {
    border-color: #1F9D57 !important;
    background-color: #28C76F !important;
    color: #FFF
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    color: #FFF !important
}

.btn-success:hover {
    border-color: #24B263 !important;
    box-shadow: 0 8px 25px -8px #28C76F
}

.btn-flat-success {
    background-color: transparent;
    color: #28C76F
}

.btn-flat-success:hover {
    color: #28C76F;
    background-color: rgba(40, 199, 111, .1)
}

.btn-flat-success:active,
.btn-flat-success:focus {
    background-color: #28C76F;
    color: #FFF !important
}

.btn-relief-success {
    background-color: #28C76F;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2);
    color: #FFF
}

.btn-relief-success:hover {
    color: #FFF
}

.btn-relief-success:active,
.btn-relief-success:focus {
    outline: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.btn-outline-success {
    border: 1px solid #28C76F;
    background-color: transparent;
    color: #28C76F
}

.divider.divider-success .divider-text:after,
.divider.divider-success .divider-text:before,
.vs-checkbox-success input:checked~.vs-checkbox {
    border-color: #28C76F !important
}

.btn-outline-success:hover {
    background-color: rgba(40, 199, 111, .08);
    color: #28C76F
}

.btn-outline-success:active {
    color: #FFF !important
}

.btn-flat-success~.dropdown-menu .dropdown-item.active,
.btn-outline-success~.dropdown-menu .dropdown-item.active,
.btn-success~.dropdown-menu .dropdown-item.active {
    background-color: #28C76F;
    color: #FFF
}

.btn-flat-success~.dropdown-menu .dropdown-item.active:hover,
.btn-outline-success~.dropdown-menu .dropdown-item.active:hover,
.btn-success~.dropdown-menu .dropdown-item.active:hover {
    color: #FFF
}

.btn-flat-success~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-success~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-success~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.dropdown.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:hover i {
    color: #28C76F
}

.dropdown.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:active i,
.pagination-success .page-item.active .page-link:hover {
    color: #FFF
}

.bullet.bullet-success {
    background-color: #28C76F
}

.pagination-success .page-item.active .page-link {
    background: #28C76F;
    color: #FFF
}

.pagination-success .page-item .page-link:hover {
    color: #28C76F
}

.pagination-success .page-item.next-item .page-link:hover,
.pagination-success .page-item.prev-item .page-link:hover {
    background: #28C76F;
    color: #FFF
}

.nav-pill-success .nav-item .nav-link.active {
    color: #FFF;
    background-color: #28C76F !important
}

.progress-bar-success {
    background-color: rgba(40, 199, 111, .1)
}

.progress-bar-success .progress-bar {
    background-color: #28C76F
}

.chip-success,
.vs-checkbox-success input:active:checked+.vs-checkbox .vs-checkbox--check,
.vs-checkbox-success input:checked~.vs-checkbox .vs-checkbox--check,
input[type=checkbox].bg-success+.custom-control-label:before,
input[type=radio].bg-success+.custom-control-label:before {
    background-color: #28C76F !important
}

.chip-success .chip-body {
    color: #FFF !important
}

.custom-switch-success .custom-control-input:checked~.custom-control-label::before {
    background-color: #28C76F !important;
    color: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vs-radio-success input:checked~.vs-radio .vs-radio--circle {
    background: #28C76F !important;
    box-shadow: 0 3px 12px 0 rgba(40, 199, 111, .4) !important
}

.bg-success.bg-darken-1,
.btn-success.btn-darken-1 {
    background-color: #24B263 !important
}

.success.darken-1 {
    color: #24B263 !important
}

.btn-success.btn-darken-1 {
    border-color: #1F9D57 !important
}

.btn-success.btn-darken-1:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-darken-1:active,
.btn-success.btn-darken-1:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-darken-1 {
    border-color: #24B263 !important;
    color: #24B263 !important
}

.btn-outline-success.btn-outline-darken-1:hover {
    background-color: #24B263 !important
}

.border-success.border-darken-1 {
    border: 1px solid #24B263 !important
}

.border-top-success.border-top-darken-1 {
    border-top: 1px solid #24B263 !important
}

.border-bottom-success.border-bottom-darken-1 {
    border-bottom: 1px solid #24B263 !important
}

.border-left-success.border-left-darken-1 {
    border-left: 1px solid #24B263 !important
}

.border-right-success.border-right-darken-1 {
    border-right: 1px solid #24B263 !important
}

.overlay-success.overlay-darken-1 {
    background: #24B263;
    background: rgba(36, 178, 99, .6)
}

.bg-success.bg-darken-2,
.btn-success.btn-darken-2 {
    background-color: #1F9D57 !important
}

.success.darken-2 {
    color: #1F9D57 !important
}

.btn-success.btn-darken-2 {
    border-color: #1F9D57 !important
}

.btn-success.btn-darken-2:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-darken-2:active,
.btn-success.btn-darken-2:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-darken-2 {
    border-color: #1F9D57 !important;
    color: #1F9D57 !important
}

.btn-outline-success.btn-outline-darken-2:hover {
    background-color: #1F9D57 !important
}

.border-success.border-darken-2 {
    border: 1px solid #1F9D57 !important
}

.border-top-success.border-top-darken-2 {
    border-top: 1px solid #1F9D57 !important
}

.border-bottom-success.border-bottom-darken-2 {
    border-bottom: 1px solid #1F9D57 !important
}

.border-left-success.border-left-darken-2 {
    border-left: 1px solid #1F9D57 !important
}

.border-right-success.border-right-darken-2 {
    border-right: 1px solid #1F9D57 !important
}

.overlay-success.overlay-darken-2 {
    background: #1F9D57;
    background: rgba(31, 157, 87, .6)
}

.success.darken-3 {
    color: #1B874B !important
}

.bg-success.bg-darken-3 {
    background-color: #1B874B !important
}

.btn-success.btn-darken-3,
.btn-success.btn-darken-3:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-darken-3:active,
.btn-success.btn-darken-3:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-darken-3 {
    border-color: #1B874B !important;
    color: #1B874B !important
}

.btn-outline-success.btn-outline-darken-3:hover {
    background-color: #1B874B !important
}

.border-success.border-darken-3 {
    border: 1px solid #1B874B !important
}

.border-top-success.border-top-darken-3 {
    border-top: 1px solid #1B874B !important
}

.border-bottom-success.border-bottom-darken-3 {
    border-bottom: 1px solid #1B874B !important
}

.border-left-success.border-left-darken-3 {
    border-left: 1px solid #1B874B !important
}

.border-right-success.border-right-darken-3 {
    border-right: 1px solid #1B874B !important
}

.overlay-success.overlay-darken-3 {
    background: #1B874B;
    background: rgba(27, 135, 75, .6)
}

.bg-success.bg-darken-4,
.btn-success.btn-darken-4 {
    background-color: #177240 !important
}

.success.darken-4 {
    color: #177240 !important
}

.btn-success.btn-darken-4 {
    border-color: #1F9D57 !important
}

.btn-success.btn-darken-4:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-darken-4:active,
.btn-success.btn-darken-4:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-darken-4 {
    border-color: #177240 !important;
    color: #177240 !important
}

.btn-outline-success.btn-outline-darken-4:hover {
    background-color: #177240 !important
}

.border-success.border-darken-4 {
    border: 1px solid #177240 !important
}

.border-top-success.border-top-darken-4 {
    border-top: 1px solid #177240 !important
}

.border-bottom-success.border-bottom-darken-4 {
    border-bottom: 1px solid #177240 !important
}

.border-left-success.border-left-darken-4 {
    border-left: 1px solid #177240 !important
}

.border-right-success.border-right-darken-4 {
    border-right: 1px solid #177240 !important
}

.overlay-success.overlay-darken-4 {
    background: #177240;
    background: rgba(23, 114, 64, .6)
}

.bg-success.bg-accent-1,
.btn-success.btn-accent-1 {
    background-color: #E1FFF1 !important
}

.success.accent-1 {
    color: #E1FFF1 !important
}

.btn-success.btn-accent-1 {
    border-color: #1F9D57 !important
}

.btn-success.btn-accent-1:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-accent-1:active,
.btn-success.btn-accent-1:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-accent-1 {
    border-color: #E1FFF1 !important;
    color: #E1FFF1 !important
}

.btn-outline-success.btn-outline-accent-1:hover {
    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;
    background: rgba(225, 255, 241, .6)
}

.bg-success.bg-accent-2,
.btn-success.btn-accent-2 {
    background-color: #AEFFD9 !important
}

.success.accent-2 {
    color: #AEFFD9 !important
}

.btn-success.btn-accent-2 {
    border-color: #1F9D57 !important
}

.btn-success.btn-accent-2:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-accent-2:active,
.btn-success.btn-accent-2:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-accent-2 {
    border-color: #AEFFD9 !important;
    color: #AEFFD9 !important
}

.btn-outline-success.btn-outline-accent-2:hover {
    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;
    background: rgba(174, 255, 217, .6)
}

.bg-success.bg-accent-3,
.btn-success.btn-accent-3 {
    background-color: #7BFFC1 !important
}

.success.accent-3 {
    color: #7BFFC1 !important
}

.btn-success.btn-accent-3 {
    border-color: #1F9D57 !important
}

.btn-success.btn-accent-3:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-accent-3:active,
.btn-success.btn-accent-3:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-accent-3 {
    border-color: #7BFFC1 !important;
    color: #7BFFC1 !important
}

.btn-outline-success.btn-outline-accent-3:hover {
    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;
    background: rgba(123, 255, 193, .6)
}

.bg-success.bg-accent-4,
.btn-success.btn-accent-4 {
    background-color: #62FFB5 !important
}

.success.accent-4 {
    color: #62FFB5 !important
}

.btn-success.btn-accent-4 {
    border-color: #1F9D57 !important
}

.btn-success.btn-accent-4:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-accent-4:active,
.btn-success.btn-accent-4:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-accent-4 {
    border-color: #62FFB5 !important;
    color: #62FFB5 !important
}

.btn-outline-success.btn-outline-accent-4:hover {
    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;
    background: rgba(98, 255, 181, .6)
}

.bg-success.bg-gradient-bg,
.btn-success.btn-gradient-bg {
    background-color: #0064FA !important
}

.success.gradient-bg {
    color: #0064FA !important
}

.btn-success.btn-gradient-bg {
    border-color: #1F9D57 !important
}

.btn-success.btn-gradient-bg:hover {
    border-color: #1F9D57 !important;
    background-color: #1B874B !important
}

.btn-success.btn-gradient-bg:active,
.btn-success.btn-gradient-bg:focus {
    border-color: #1B874B !important;
    background-color: #177240 !important
}

.btn-outline-success.btn-outline-gradient-bg {
    border-color: #0064FA !important;
    color: #0064FA !important
}

.btn-outline-success.btn-outline-gradient-bg:hover {
    background-color: #0064FA !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #FFF, 0 0 0 .21rem #0064FA !important
}

.border-success.border-gradient-bg {
    border: 1px solid #0064FA !important
}

.border-top-success.border-top-gradient-bg {
    border-top: 1px solid #0064FA !important
}

.border-bottom-success.border-bottom-gradient-bg {
    border-bottom: 1px solid #0064FA !important
}

.border-left-success.border-left-gradient-bg {
    border-left: 1px solid #0064FA !important
}

.border-right-success.border-right-gradient-bg {
    border-right: 1px solid #0064FA !important
}

.overlay-success.overlay-gradient-bg {
    background: #0064FA;
    background: rgba(0, 100, 250, .6)
}

.bg-info.bg-gradient-light,
.btn-info.btn-gradient-light {
    background-color: #2D91FF !important
}

.info.gradient-light {
    color: #2D91FF !important
}

.btn-info.btn-gradient-light {
    border-color: #00A1B5 !important
}

.btn-info.btn-gradient-light:hover {
    border-color: #00A1B5 !important;
    background-color: #008B9C !important
}

.btn-info.btn-gradient-light:active,
.btn-info.btn-gradient-light:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-gradient-light {
    border-color: #2D91FF !important;
    color: #2D91FF !important
}

.btn-outline-info.btn-outline-gradient-light:hover {
    background-color: #2D91FF !important
}

.border-info.border-gradient-light {
    border: 1px solid #2D91FF !important
}

.border-top-info.border-top-gradient-light {
    border-top: 1px solid #2D91FF !important
}

.border-bottom-info.border-bottom-gradient-light {
    border-bottom: 1px solid #2D91FF !important
}

.border-left-info.border-left-gradient-light {
    border-left: 1px solid #2D91FF !important
}

.border-right-info.border-right-gradient-light {
    border-right: 1px solid #2D91FF !important
}

.overlay-info.overlay-gradient-light {
    background: #2D91FF;
    background: rgba(45, 145, 255, .6)
}

.bg-info.bg-light-badge,
.btn-info.btn-light-badge {
    background-color: #B5F7FF !important
}

.info.light-badge {
    color: #B5F7FF !important
}

.btn-info.btn-light-badge {
    border-color: #00A1B5 !important
}

.btn-info.btn-light-badge:hover {
    border-color: #00A1B5 !important;
    background-color: #008B9C !important
}

.btn-info.btn-light-badge:active,
.btn-info.btn-light-badge:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-light-badge {
    border-color: #B5F7FF !important;
    color: #B5F7FF !important
}

.btn-outline-info.btn-outline-light-badge:hover {
    background-color: #B5F7FF !important
}

.border-info.border-light-badge {
    border: 1px solid #B5F7FF !important
}

.border-top-info.border-top-light-badge {
    border-top: 1px solid #B5F7FF !important
}

.border-bottom-info.border-bottom-light-badge {
    border-bottom: 1px solid #B5F7FF !important
}

.border-left-info.border-left-light-badge {
    border-left: 1px solid #B5F7FF !important
}

.border-right-info.border-right-light-badge {
    border-right: 1px solid #B5F7FF !important
}

.btn-info.btn-lighten-5,
.btn-info.btn-lighten-5:hover {
    border-color: #00A1B5 !important
}

.overlay-info.overlay-light-badge {
    background: #B5F7FF;
    background: rgba(181, 247, 255, .6)
}

.bg-info.bg-lighten-5,
.btn-info.btn-lighten-5 {
    background-color: #69EFFF !important
}

.info.lighten-5 {
    color: #69EFFF !important
}

.btn-info.btn-lighten-5:hover {
    background-color: #008B9C !important
}

.btn-info.btn-lighten-5:active,
.btn-info.btn-lighten-5:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-lighten-5 {
    border-color: #69EFFF !important;
    color: #69EFFF !important
}

.btn-outline-info.btn-outline-lighten-5:hover {
    background-color: #69EFFF !important
}

.border-info.border-lighten-5 {
    border: 1px solid #69EFFF !important
}

.border-top-info.border-top-lighten-5 {
    border-top: 1px solid #69EFFF !important
}

.border-bottom-info.border-bottom-lighten-5 {
    border-bottom: 1px solid #69EFFF !important
}

.border-left-info.border-left-lighten-5 {
    border-left: 1px solid #69EFFF !important
}

.border-right-info.border-right-lighten-5 {
    border-right: 1px solid #69EFFF !important
}

.btn-info.btn-lighten-4,
.btn-info.btn-lighten-4:hover {
    border-color: #00A1B5 !important
}

.overlay-info.overlay-lighten-5 {
    background: #69EFFF;
    background: rgba(105, 239, 255, .6)
}

.bg-info.bg-lighten-4,
.btn-info.btn-lighten-4 {
    background-color: #4FECFF !important
}

.info.lighten-4 {
    color: #4FECFF !important
}

.btn-info.btn-lighten-4:hover {
    background-color: #008B9C !important
}

.btn-info.btn-lighten-4:active,
.btn-info.btn-lighten-4:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-lighten-4 {
    border-color: #4FECFF !important;
    color: #4FECFF !important
}

.btn-outline-info.btn-outline-lighten-4:hover {
    background-color: #4FECFF !important
}

.border-info.border-lighten-4 {
    border: 1px solid #4FECFF !important
}

.border-top-info.border-top-lighten-4 {
    border-top: 1px solid #4FECFF !important
}

.border-bottom-info.border-bottom-lighten-4 {
    border-bottom: 1px solid #4FECFF !important
}

.border-left-info.border-left-lighten-4 {
    border-left: 1px solid #4FECFF !important
}

.border-right-info.border-right-lighten-4 {
    border-right: 1px solid #4FECFF !important
}

.btn-info.btn-lighten-3,
.btn-info.btn-lighten-3:hover {
    border-color: #00A1B5 !important
}

.overlay-info.overlay-lighten-4 {
    background: #4FECFF;
    background: rgba(79, 236, 255, .6)
}

.bg-info.bg-lighten-3,
.btn-info.btn-lighten-3 {
    background-color: #36E9FF !important
}

.info.lighten-3 {
    color: #36E9FF !important
}

.btn-info.btn-lighten-3:hover {
    background-color: #008B9C !important
}

.btn-info.btn-lighten-3:active,
.btn-info.btn-lighten-3:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-lighten-3 {
    border-color: #36E9FF !important;
    color: #36E9FF !important
}

.btn-outline-info.btn-outline-lighten-3:hover {
    background-color: #36E9FF !important
}

.border-info.border-lighten-3 {
    border: 1px solid #36E9FF !important
}

.border-top-info.border-top-lighten-3 {
    border-top: 1px solid #36E9FF !important
}

.border-bottom-info.border-bottom-lighten-3 {
    border-bottom: 1px solid #36E9FF !important
}

.border-left-info.border-left-lighten-3 {
    border-left: 1px solid #36E9FF !important
}

.border-right-info.border-right-lighten-3 {
    border-right: 1px solid #36E9FF !important
}

.btn-info.btn-lighten-2,
.btn-info.btn-lighten-2:hover {
    border-color: #00A1B5 !important
}

.overlay-info.overlay-lighten-3 {
    background: #36E9FF;
    background: rgba(54, 233, 255, .6)
}

.bg-info.bg-lighten-2,
.btn-info.btn-lighten-2 {
    background-color: #1CE7FF !important
}

.info.lighten-2 {
    color: #1CE7FF !important
}

.btn-info.btn-lighten-2:hover {
    background-color: #008B9C !important
}

.btn-info.btn-lighten-2:active,
.btn-info.btn-lighten-2:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-lighten-2 {
    border-color: #1CE7FF !important;
    color: #1CE7FF !important
}

.btn-outline-info.btn-outline-lighten-2:hover {
    background-color: #1CE7FF !important
}

.border-info.border-lighten-2 {
    border: 1px solid #1CE7FF !important
}

.border-top-info.border-top-lighten-2 {
    border-top: 1px solid #1CE7FF !important
}

.border-bottom-info.border-bottom-lighten-2 {
    border-bottom: 1px solid #1CE7FF !important
}

.border-left-info.border-left-lighten-2 {
    border-left: 1px solid #1CE7FF !important
}

.border-right-info.border-right-lighten-2 {
    border-right: 1px solid #1CE7FF !important
}

.btn-info.btn-lighten-1,
.btn-info.btn-lighten-1:hover {
    border-color: #00A1B5 !important
}

.overlay-info.overlay-lighten-2 {
    background: #1CE7FF;
    background: rgba(28, 231, 255, .6)
}

.bg-info.bg-lighten-1,
.btn-info.btn-lighten-1 {
    background-color: #03E4FF !important
}

.info.lighten-1 {
    color: #03E4FF !important
}

.btn-info.btn-lighten-1:hover {
    background-color: #008B9C !important
}

.btn-info.btn-lighten-1:active,
.btn-info.btn-lighten-1:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-lighten-1 {
    border-color: #03E4FF !important;
    color: #03E4FF !important
}

.alert-info,
.info {
    color: #00CFE8 !important
}

.btn-outline-info.btn-outline-lighten-1:hover {
    background-color: #03E4FF !important
}

.border-info.border-lighten-1 {
    border: 1px solid #03E4FF !important
}

.border-top-info.border-top-lighten-1 {
    border-top: 1px solid #03E4FF !important
}

.border-bottom-info.border-bottom-lighten-1 {
    border-bottom: 1px solid #03E4FF !important
}

.border-left-info.border-left-lighten-1 {
    border-left: 1px solid #03E4FF !important
}

.border-right-info.border-right-lighten-1 {
    border-right: 1px solid #03E4FF !important
}

.overlay-info.overlay-lighten-1 {
    background: #03E4FF;
    background: rgba(3, 228, 255, .6)
}

.bg-info {
    background-color: #00CFE8 !important
}

.bg-info .card-footer,
.bg-info .card-header {
    background-color: transparent
}

.alert-info {
    background: rgba(0, 207, 232, .2) !important
}

.alert-info .alert-heading {
    box-shadow: rgba(0, 207, 232, .4) 0 6px 15px -7px
}

.alert-info .alert-link {
    color: #00B8CF !important
}

.bg-rgba-info {
    background: rgba(0, 207, 232, .15) !important
}

.border-info {
    border: 1px solid #00CFE8 !important
}

.border-top-info {
    border-top: 1px solid #00CFE8
}

.border-bottom-info {
    border-bottom: 1px solid #00CFE8
}

.border-left-info {
    border-left: 1px solid #00CFE8
}

.border-right-info {
    border-right: 1px solid #00CFE8
}

.badge-info.badge-glow,
.bg-info.badge-glow,
.border-info.badge-glow {
    box-shadow: 0 0 10px #00CFE8
}

.badge.badge-info {
    background-color: #00CFE8
}

.badge.badge-light-info {
    background-color: #B5F7FF;
    color: #00CFE8 !important;
    font-weight: 500
}

.overlay-info {
    background: #00CFE8;
    background: rgba(0, 207, 232, .6)
}

.btn-info {
    border-color: #00A1B5 !important;
    background-color: #00CFE8 !important;
    color: #FFF
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    color: #FFF !important
}

.btn-info:hover {
    border-color: #00B8CF !important;
    box-shadow: 0 8px 25px -8px #00CFE8
}

.btn-flat-info {
    background-color: transparent;
    color: #00CFE8
}

.btn-flat-info:hover {
    color: #00CFE8;
    background-color: rgba(0, 207, 232, .1)
}

.btn-flat-info:active,
.btn-flat-info:focus {
    background-color: #00CFE8;
    color: #FFF !important
}

.btn-relief-info {
    background-color: #00CFE8;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2);
    color: #FFF
}

.btn-relief-info:hover {
    color: #FFF
}

.btn-relief-info:active,
.btn-relief-info:focus {
    outline: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.btn-outline-info {
    border: 1px solid #00CFE8;
    background-color: transparent;
    color: #00CFE8
}

.divider.divider-info .divider-text:after,
.divider.divider-info .divider-text:before,
.vs-checkbox-info input:checked~.vs-checkbox {
    border-color: #00CFE8 !important
}

.btn-outline-info:hover {
    background-color: rgba(0, 207, 232, .08);
    color: #00CFE8
}

.btn-outline-info:active {
    color: #FFF !important
}

.btn-flat-info~.dropdown-menu .dropdown-item.active,
.btn-info~.dropdown-menu .dropdown-item.active,
.btn-outline-info~.dropdown-menu .dropdown-item.active {
    background-color: #00CFE8;
    color: #FFF
}

.btn-flat-info~.dropdown-menu .dropdown-item.active:hover,
.btn-info~.dropdown-menu .dropdown-item.active:hover,
.btn-outline-info~.dropdown-menu .dropdown-item.active:hover {
    color: #FFF
}

.btn-flat-info~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-info~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-info~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.dropdown.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:hover i {
    color: #00CFE8
}

.dropdown.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:active i,
.pagination-info .page-item.active .page-link:hover {
    color: #FFF
}

.bullet.bullet-info {
    background-color: #00CFE8
}

.pagination-info .page-item.active .page-link {
    background: #00CFE8;
    color: #FFF
}

.pagination-info .page-item .page-link:hover {
    color: #00CFE8
}

.pagination-info .page-item.next-item .page-link:hover,
.pagination-info .page-item.prev-item .page-link:hover {
    background: #00CFE8;
    color: #FFF
}

.nav-pill-info .nav-item .nav-link.active {
    color: #FFF;
    background-color: #00CFE8 !important
}

.progress-bar-info {
    background-color: rgba(0, 207, 232, .1)
}

.progress-bar-info .progress-bar {
    background-color: #00CFE8
}

.chip-info,
.vs-checkbox-info input:active:checked+.vs-checkbox .vs-checkbox--check,
.vs-checkbox-info input:checked~.vs-checkbox .vs-checkbox--check,
input[type=checkbox].bg-info+.custom-control-label:before,
input[type=radio].bg-info+.custom-control-label:before {
    background-color: #00CFE8 !important
}

.chip-info .chip-body {
    color: #FFF !important
}

.btn-info.btn-darken-1,
.btn-info.btn-darken-1:hover {
    border-color: #00A1B5 !important
}

.custom-switch-info .custom-control-input:checked~.custom-control-label::before {
    background-color: #00CFE8 !important;
    color: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vs-radio-info input:checked~.vs-radio .vs-radio--circle {
    background: #00CFE8 !important;
    box-shadow: 0 3px 12px 0 rgba(0, 207, 232, .4) !important
}

.bg-info.bg-darken-1,
.btn-info.btn-darken-1 {
    background-color: #00B8CF !important
}

.info.darken-1 {
    color: #00B8CF !important
}

.btn-info.btn-darken-1:hover {
    background-color: #008B9C !important
}

.btn-info.btn-darken-1:active,
.btn-info.btn-darken-1:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-darken-1 {
    border-color: #00B8CF !important;
    color: #00B8CF !important
}

.btn-outline-info.btn-outline-darken-1:hover {
    background-color: #00B8CF !important
}

.border-info.border-darken-1 {
    border: 1px solid #00B8CF !important
}

.border-top-info.border-top-darken-1 {
    border-top: 1px solid #00B8CF !important
}

.border-bottom-info.border-bottom-darken-1 {
    border-bottom: 1px solid #00B8CF !important
}

.border-left-info.border-left-darken-1 {
    border-left: 1px solid #00B8CF !important
}

.border-right-info.border-right-darken-1 {
    border-right: 1px solid #00B8CF !important
}

.btn-info.btn-darken-2,
.btn-info.btn-darken-2:hover {
    border-color: #00A1B5 !important
}

.overlay-info.overlay-darken-1 {
    background: #00B8CF;
    background: rgba(0, 184, 207, .6)
}

.bg-info.bg-darken-2,
.btn-info.btn-darken-2 {
    background-color: #00A1B5 !important
}

.info.darken-2 {
    color: #00A1B5 !important
}

.btn-info.btn-darken-2:hover {
    background-color: #008B9C !important
}

.btn-info.btn-darken-2:active,
.btn-info.btn-darken-2:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-darken-2 {
    border-color: #00A1B5 !important;
    color: #00A1B5 !important
}

.btn-outline-info.btn-outline-darken-2:hover {
    background-color: #00A1B5 !important
}

.border-info.border-darken-2 {
    border: 1px solid #00A1B5 !important
}

.border-top-info.border-top-darken-2 {
    border-top: 1px solid #00A1B5 !important
}

.border-bottom-info.border-bottom-darken-2 {
    border-bottom: 1px solid #00A1B5 !important
}

.border-left-info.border-left-darken-2 {
    border-left: 1px solid #00A1B5 !important
}

.border-right-info.border-right-darken-2 {
    border-right: 1px solid #00A1B5 !important
}

.overlay-info.overlay-darken-2 {
    background: #00A1B5;
    background: rgba(0, 161, 181, .6)
}

.info.darken-3 {
    color: #008B9C !important
}

.bg-info.bg-darken-3 {
    background-color: #008B9C !important
}

.btn-info.btn-darken-3,
.btn-info.btn-darken-3:hover {
    border-color: #00A1B5 !important;
    background-color: #008B9C !important
}

.btn-info.btn-darken-3:active,
.btn-info.btn-darken-3:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-darken-3 {
    border-color: #008B9C !important;
    color: #008B9C !important
}

.btn-outline-info.btn-outline-darken-3:hover {
    background-color: #008B9C !important
}

.border-info.border-darken-3 {
    border: 1px solid #008B9C !important
}

.border-top-info.border-top-darken-3 {
    border-top: 1px solid #008B9C !important
}

.border-bottom-info.border-bottom-darken-3 {
    border-bottom: 1px solid #008B9C !important
}

.border-left-info.border-left-darken-3 {
    border-left: 1px solid #008B9C !important
}

.border-right-info.border-right-darken-3 {
    border-right: 1px solid #008B9C !important
}

.btn-info.btn-darken-4,
.btn-info.btn-darken-4:hover {
    border-color: #00A1B5 !important
}

.overlay-info.overlay-darken-3 {
    background: #008B9C;
    background: rgba(0, 139, 156, .6)
}

.bg-info.bg-darken-4,
.btn-info.btn-darken-4 {
    background-color: #007482 !important
}

.info.darken-4 {
    color: #007482 !important
}

.btn-info.btn-darken-4:hover {
    background-color: #008B9C !important
}

.btn-info.btn-darken-4:active,
.btn-info.btn-darken-4:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-darken-4 {
    border-color: #007482 !important;
    color: #007482 !important
}

.btn-outline-info.btn-outline-darken-4:hover {
    background-color: #007482 !important
}

.border-info.border-darken-4 {
    border: 1px solid #007482 !important
}

.border-top-info.border-top-darken-4 {
    border-top: 1px solid #007482 !important
}

.border-bottom-info.border-bottom-darken-4 {
    border-bottom: 1px solid #007482 !important
}

.border-left-info.border-left-darken-4 {
    border-left: 1px solid #007482 !important
}

.border-right-info.border-right-darken-4 {
    border-right: 1px solid #007482 !important
}

.btn-info.btn-accent-1,
.btn-info.btn-accent-1:hover {
    border-color: #00A1B5 !important
}

.overlay-info.overlay-darken-4 {
    background: #007482;
    background: rgba(0, 116, 130, .6)
}

.bg-info.bg-accent-1,
.btn-info.btn-accent-1 {
    background-color: #FEFFFF !important
}

.info.accent-1 {
    color: #FEFFFF !important
}

.btn-info.btn-accent-1:hover {
    background-color: #008B9C !important
}

.btn-info.btn-accent-1:active,
.btn-info.btn-accent-1:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-accent-1 {
    border-color: #FEFFFF !important;
    color: #FEFFFF !important
}

.btn-outline-info.btn-outline-accent-1:hover {
    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
}

.btn-info.btn-accent-2,
.btn-info.btn-accent-2:hover {
    border-color: #00A1B5 !important
}

.overlay-info.overlay-accent-1 {
    background: #FEFFFF;
    background: rgba(254, 255, 255, .6)
}

.bg-info.bg-accent-2,
.btn-info.btn-accent-2 {
    background-color: #CBF5FF !important
}

.info.accent-2 {
    color: #CBF5FF !important
}

.btn-info.btn-accent-2:hover {
    background-color: #008B9C !important
}

.btn-info.btn-accent-2:active,
.btn-info.btn-accent-2:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-accent-2 {
    border-color: #CBF5FF !important;
    color: #CBF5FF !important
}

.btn-outline-info.btn-outline-accent-2:hover {
    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
}

.btn-info.btn-accent-3,
.btn-info.btn-accent-3:hover {
    border-color: #00A1B5 !important
}

.overlay-info.overlay-accent-2 {
    background: #CBF5FF;
    background: rgba(203, 245, 255, .6)
}

.bg-info.bg-accent-3,
.btn-info.btn-accent-3 {
    background-color: #98ECFF !important
}

.info.accent-3 {
    color: #98ECFF !important
}

.btn-info.btn-accent-3:hover {
    background-color: #008B9C !important
}

.btn-info.btn-accent-3:active,
.btn-info.btn-accent-3:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-accent-3 {
    border-color: #98ECFF !important;
    color: #98ECFF !important
}

.btn-outline-info.btn-outline-accent-3:hover {
    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
}

.btn-info.btn-accent-4,
.btn-info.btn-accent-4:hover {
    border-color: #00A1B5 !important
}

.overlay-info.overlay-accent-3 {
    background: #98ECFF;
    background: rgba(152, 236, 255, .6)
}

.bg-info.bg-accent-4,
.btn-info.btn-accent-4 {
    background-color: #7FE7FF !important
}

.info.accent-4 {
    color: #7FE7FF !important
}

.btn-info.btn-accent-4:hover {
    background-color: #008B9C !important
}

.btn-info.btn-accent-4:active,
.btn-info.btn-accent-4:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-accent-4 {
    border-color: #7FE7FF !important;
    color: #7FE7FF !important
}

.btn-outline-info.btn-outline-accent-4:hover {
    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;
    background: rgba(127, 231, 255, .6)
}

.bg-info.bg-gradient-bg,
.btn-info.btn-gradient-bg {
    background-color: #640064 !important
}

.info.gradient-bg {
    color: #640064 !important
}

.btn-info.btn-gradient-bg {
    border-color: #00A1B5 !important
}

.btn-info.btn-gradient-bg:hover {
    border-color: #00A1B5 !important;
    background-color: #008B9C !important
}

.btn-info.btn-gradient-bg:active,
.btn-info.btn-gradient-bg:focus {
    border-color: #008B9C !important;
    background-color: #007482 !important
}

.btn-outline-info.btn-outline-gradient-bg {
    border-color: #640064 !important;
    color: #640064 !important
}

.btn-outline-info.btn-outline-gradient-bg:hover {
    background-color: #640064 !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #FFF, 0 0 0 .21rem #640064 !important
}

.border-info.border-gradient-bg {
    border: 1px solid #640064 !important
}

.border-top-info.border-top-gradient-bg {
    border-top: 1px solid #640064 !important
}

.border-bottom-info.border-bottom-gradient-bg {
    border-bottom: 1px solid #640064 !important
}

.border-left-info.border-left-gradient-bg {
    border-left: 1px solid #640064 !important
}

.border-right-info.border-right-gradient-bg {
    border-right: 1px solid #640064 !important
}

.overlay-info.overlay-gradient-bg {
    background: #640064;
    background: rgba(100, 0, 100, .6)
}

.bg-warning.bg-gradient-light,
.btn-warning.btn-gradient-light {
    background-color: #FFF487 !important
}

.warning.gradient-light {
    color: #FFF487 !important
}

.btn-warning.btn-gradient-light {
    border-color: #FF8510 !important
}

.btn-warning.btn-gradient-light:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-gradient-light:active,
.btn-warning.btn-gradient-light:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-gradient-light {
    border-color: #FFF487 !important;
    color: #FFF487 !important
}

.btn-outline-warning.btn-outline-lighten-5,
.warning.light-badge,
.warning.lighten-5 {
    color: #FFE0C3 !important
}

.btn-outline-warning.btn-outline-gradient-light:hover {
    background-color: #FFF487 !important
}

.border-warning.border-gradient-light {
    border: 1px solid #FFF487 !important
}

.border-top-warning.border-top-gradient-light {
    border-top: 1px solid #FFF487 !important
}

.border-bottom-warning.border-bottom-gradient-light {
    border-bottom: 1px solid #FFF487 !important
}

.border-left-warning.border-left-gradient-light {
    border-left: 1px solid #FFF487 !important
}

.border-right-warning.border-right-gradient-light {
    border-right: 1px solid #FFF487 !important
}

.overlay-warning.overlay-gradient-light {
    background: #FFF487;
    background: rgba(255, 244, 135, .6)
}

.bg-warning.bg-light-badge,
.btn-warning.btn-light-badge {
    background-color: #FFE0C3 !important
}

.btn-warning.btn-light-badge {
    border-color: #FF8510 !important
}

.btn-warning.btn-light-badge:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-light-badge:active,
.btn-warning.btn-light-badge:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-light-badge {
    border-color: #FFE0C3 !important;
    color: #FFE0C3 !important
}

.btn-outline-warning.btn-outline-light-badge:hover {
    background-color: #FFE0C3 !important
}

.border-warning.border-light-badge {
    border: 1px solid #FFE0C3 !important
}

.border-top-warning.border-top-light-badge {
    border-top: 1px solid #FFE0C3 !important
}

.border-bottom-warning.border-bottom-light-badge {
    border-bottom: 1px solid #FFE0C3 !important
}

.border-left-warning.border-left-light-badge {
    border-left: 1px solid #FFE0C3 !important
}

.border-right-warning.border-right-light-badge {
    border-right: 1px solid #FFE0C3 !important
}

.overlay-warning.overlay-light-badge {
    background: #FFE0C3;
    background: rgba(255, 224, 195, .6)
}

.bg-warning.bg-lighten-5,
.btn-warning.btn-lighten-5 {
    background-color: #FFE0C3 !important
}

.btn-warning.btn-lighten-5 {
    border-color: #FF8510 !important
}

.btn-warning.btn-lighten-5:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-lighten-5:active,
.btn-warning.btn-lighten-5:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-lighten-5 {
    border-color: #FFE0C3 !important
}

.btn-outline-warning.btn-outline-lighten-5:hover {
    background-color: #FFE0C3 !important
}

.border-warning.border-lighten-5 {
    border: 1px solid #FFE0C3 !important
}

.border-top-warning.border-top-lighten-5 {
    border-top: 1px solid #FFE0C3 !important
}

.border-bottom-warning.border-bottom-lighten-5 {
    border-bottom: 1px solid #FFE0C3 !important
}

.border-left-warning.border-left-lighten-5 {
    border-left: 1px solid #FFE0C3 !important
}

.border-right-warning.border-right-lighten-5 {
    border-right: 1px solid #FFE0C3 !important
}

.overlay-warning.overlay-lighten-5 {
    background: #FFE0C3;
    background: rgba(255, 224, 195, .6)
}

.bg-warning.bg-lighten-4,
.btn-warning.btn-lighten-4 {
    background-color: #FFD3A9 !important
}

.warning.lighten-4 {
    color: #FFD3A9 !important
}

.btn-warning.btn-lighten-4 {
    border-color: #FF8510 !important
}

.btn-warning.btn-lighten-4:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-lighten-4:active,
.btn-warning.btn-lighten-4:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-lighten-4 {
    border-color: #FFD3A9 !important;
    color: #FFD3A9 !important
}

.btn-outline-warning.btn-outline-lighten-4:hover {
    background-color: #FFD3A9 !important
}

.border-warning.border-lighten-4 {
    border: 1px solid #FFD3A9 !important
}

.border-top-warning.border-top-lighten-4 {
    border-top: 1px solid #FFD3A9 !important
}

.border-bottom-warning.border-bottom-lighten-4 {
    border-bottom: 1px solid #FFD3A9 !important
}

.border-left-warning.border-left-lighten-4 {
    border-left: 1px solid #FFD3A9 !important
}

.border-right-warning.border-right-lighten-4 {
    border-right: 1px solid #FFD3A9 !important
}

.overlay-warning.overlay-lighten-4 {
    background: #FFD3A9;
    background: rgba(255, 211, 169, .6)
}

.bg-warning.bg-lighten-3,
.btn-warning.btn-lighten-3 {
    background-color: #FFC690 !important
}

.warning.lighten-3 {
    color: #FFC690 !important
}

.btn-warning.btn-lighten-3 {
    border-color: #FF8510 !important
}

.btn-warning.btn-lighten-3:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-lighten-3:active,
.btn-warning.btn-lighten-3:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-lighten-3 {
    border-color: #FFC690 !important;
    color: #FFC690 !important
}

.btn-outline-warning.btn-outline-lighten-3:hover {
    background-color: #FFC690 !important
}

.border-warning.border-lighten-3 {
    border: 1px solid #FFC690 !important
}

.border-top-warning.border-top-lighten-3 {
    border-top: 1px solid #FFC690 !important
}

.border-bottom-warning.border-bottom-lighten-3 {
    border-bottom: 1px solid #FFC690 !important
}

.border-left-warning.border-left-lighten-3 {
    border-left: 1px solid #FFC690 !important
}

.border-right-warning.border-right-lighten-3 {
    border-right: 1px solid #FFC690 !important
}

.overlay-warning.overlay-lighten-3 {
    background: #FFC690;
    background: rgba(255, 198, 144, .6)
}

.bg-warning.bg-lighten-2,
.btn-warning.btn-lighten-2 {
    background-color: #FFB976 !important
}

.warning.lighten-2 {
    color: #FFB976 !important
}

.btn-warning.btn-lighten-2 {
    border-color: #FF8510 !important
}

.btn-warning.btn-lighten-2:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-lighten-2:active,
.btn-warning.btn-lighten-2:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-lighten-2 {
    border-color: #FFB976 !important;
    color: #FFB976 !important
}

.btn-outline-warning.btn-outline-lighten-2:hover {
    background-color: #FFB976 !important
}

.border-warning.border-lighten-2 {
    border: 1px solid #FFB976 !important
}

.border-top-warning.border-top-lighten-2 {
    border-top: 1px solid #FFB976 !important
}

.border-bottom-warning.border-bottom-lighten-2 {
    border-bottom: 1px solid #FFB976 !important
}

.border-left-warning.border-left-lighten-2 {
    border-left: 1px solid #FFB976 !important
}

.border-right-warning.border-right-lighten-2 {
    border-right: 1px solid #FFB976 !important
}

.overlay-warning.overlay-lighten-2 {
    background: #FFB976;
    background: rgba(255, 185, 118, .6)
}

.bg-warning.bg-lighten-1,
.btn-warning.btn-lighten-1 {
    background-color: #FFAC5D !important
}

.warning.lighten-1 {
    color: #FFAC5D !important
}

.btn-warning.btn-lighten-1 {
    border-color: #FF8510 !important
}

.btn-warning.btn-lighten-1:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-lighten-1:active,
.btn-warning.btn-lighten-1:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-lighten-1 {
    border-color: #FFAC5D !important;
    color: #FFAC5D !important
}

.alert-warning,
.warning {
    color: #FF9F43 !important
}

.btn-outline-warning.btn-outline-lighten-1:hover {
    background-color: #FFAC5D !important
}

.border-warning.border-lighten-1 {
    border: 1px solid #FFAC5D !important
}

.border-top-warning.border-top-lighten-1 {
    border-top: 1px solid #FFAC5D !important
}

.border-bottom-warning.border-bottom-lighten-1 {
    border-bottom: 1px solid #FFAC5D !important
}

.border-left-warning.border-left-lighten-1 {
    border-left: 1px solid #FFAC5D !important
}

.border-right-warning.border-right-lighten-1 {
    border-right: 1px solid #FFAC5D !important
}

.overlay-warning.overlay-lighten-1 {
    background: #FFAC5D;
    background: rgba(255, 172, 93, .6)
}

.bg-warning {
    background-color: #FF9F43 !important
}

.bg-warning .card-footer,
.bg-warning .card-header {
    background-color: transparent
}

.alert-warning {
    background: rgba(255, 159, 67, .2) !important
}

.alert-warning .alert-heading {
    box-shadow: rgba(255, 159, 67, .4) 0 6px 15px -7px
}

.alert-warning .alert-link {
    color: #FF922A !important
}

.bg-rgba-warning {
    background: rgba(255, 159, 67, .15) !important
}

.border-warning {
    border: 1px solid #FF9F43 !important
}

.border-top-warning {
    border-top: 1px solid #FF9F43
}

.border-bottom-warning {
    border-bottom: 1px solid #FF9F43
}

.border-left-warning {
    border-left: 1px solid #FF9F43
}

.border-right-warning {
    border-right: 1px solid #FF9F43
}

.badge-warning.badge-glow,
.bg-warning.badge-glow,
.border-warning.badge-glow {
    box-shadow: 0 0 10px #FF9F43
}

.badge.badge-warning {
    background-color: #FF9F43
}

.badge.badge-light-warning {
    background-color: #FFE0C3;
    color: #FF9F43 !important;
    font-weight: 500
}

.overlay-warning {
    background: #FF9F43;
    background: rgba(255, 159, 67, .6)
}

.btn-warning {
    border-color: #FF8510 !important;
    background-color: #FF9F43 !important;
    color: #FFF
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    color: #FFF !important
}

.btn-warning:hover {
    border-color: #FF922A !important;
    box-shadow: 0 8px 25px -8px #FF9F43
}

.btn-flat-warning {
    background-color: transparent;
    color: #FF9F43
}

.btn-flat-warning:hover {
    color: #FF9F43;
    background-color: rgba(255, 159, 67, .1)
}

.btn-flat-warning:active,
.btn-flat-warning:focus {
    background-color: #FF9F43;
    color: #FFF !important
}

.btn-relief-warning {
    background-color: #FF9F43;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2);
    color: #FFF
}

.btn-relief-warning:hover {
    color: #FFF
}

.btn-relief-warning:active,
.btn-relief-warning:focus {
    outline: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.btn-outline-warning {
    border: 1px solid #FF9F43;
    background-color: transparent;
    color: #FF9F43
}

.divider.divider-warning .divider-text:after,
.divider.divider-warning .divider-text:before,
.vs-checkbox-warning input:checked~.vs-checkbox {
    border-color: #FF9F43 !important
}

.btn-outline-warning:hover {
    background-color: rgba(255, 159, 67, .08);
    color: #FF9F43
}

.btn-outline-warning:active {
    color: #FFF !important
}

.btn-flat-warning~.dropdown-menu .dropdown-item.active,
.btn-outline-warning~.dropdown-menu .dropdown-item.active,
.btn-warning~.dropdown-menu .dropdown-item.active {
    background-color: #FF9F43;
    color: #FFF
}

.btn-flat-warning~.dropdown-menu .dropdown-item.active:hover,
.btn-outline-warning~.dropdown-menu .dropdown-item.active:hover,
.btn-warning~.dropdown-menu .dropdown-item.active:hover {
    color: #FFF
}

.btn-flat-warning~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-warning~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-warning~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.dropdown.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:hover i {
    color: #FF9F43
}

.dropdown.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:active i,
.pagination-warning .page-item.active .page-link:hover {
    color: #FFF
}

.bullet.bullet-warning {
    background-color: #FF9F43
}

.pagination-warning .page-item.active .page-link {
    background: #FF9F43;
    color: #FFF
}

.pagination-warning .page-item .page-link:hover {
    color: #FF9F43
}

.pagination-warning .page-item.next-item .page-link:hover,
.pagination-warning .page-item.prev-item .page-link:hover {
    background: #FF9F43;
    color: #FFF
}

.nav-pill-warning .nav-item .nav-link.active {
    color: #FFF;
    background-color: #FF9F43 !important
}

.progress-bar-warning {
    background-color: rgba(255, 159, 67, .1)
}

.progress-bar-warning .progress-bar {
    background-color: #FF9F43
}

.chip-warning,
.vs-checkbox-warning input:active:checked+.vs-checkbox .vs-checkbox--check,
.vs-checkbox-warning input:checked~.vs-checkbox .vs-checkbox--check,
input[type=checkbox].bg-warning+.custom-control-label:before,
input[type=radio].bg-warning+.custom-control-label:before {
    background-color: #FF9F43 !important
}

.chip-warning .chip-body {
    color: #FFF !important
}

.custom-switch-warning .custom-control-input:checked~.custom-control-label::before {
    background-color: #FF9F43 !important;
    color: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vs-radio-warning input:checked~.vs-radio .vs-radio--circle {
    background: #FF9F43 !important;
    box-shadow: 0 3px 12px 0 rgba(255, 159, 67, .4) !important
}

.bg-warning.bg-darken-1,
.btn-warning.btn-darken-1 {
    background-color: #FF922A !important
}

.warning.darken-1 {
    color: #FF922A !important
}

.btn-warning.btn-darken-1 {
    border-color: #FF8510 !important
}

.btn-warning.btn-darken-1:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-darken-1:active,
.btn-warning.btn-darken-1:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-darken-1 {
    border-color: #FF922A !important;
    color: #FF922A !important
}

.btn-outline-warning.btn-outline-darken-1:hover {
    background-color: #FF922A !important
}

.border-warning.border-darken-1 {
    border: 1px solid #FF922A !important
}

.border-top-warning.border-top-darken-1 {
    border-top: 1px solid #FF922A !important
}

.border-bottom-warning.border-bottom-darken-1 {
    border-bottom: 1px solid #FF922A !important
}

.border-left-warning.border-left-darken-1 {
    border-left: 1px solid #FF922A !important
}

.border-right-warning.border-right-darken-1 {
    border-right: 1px solid #FF922A !important
}

.overlay-warning.overlay-darken-1 {
    background: #FF922A;
    background: rgba(255, 146, 42, .6)
}

.bg-warning.bg-darken-2,
.btn-warning.btn-darken-2 {
    background-color: #FF8510 !important
}

.warning.darken-2 {
    color: #FF8510 !important
}

.btn-warning.btn-darken-2 {
    border-color: #FF8510 !important
}

.btn-warning.btn-darken-2:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-darken-2:active,
.btn-warning.btn-darken-2:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-darken-2 {
    border-color: #FF8510 !important;
    color: #FF8510 !important
}

.btn-outline-warning.btn-outline-darken-2:hover {
    background-color: #FF8510 !important
}

.border-warning.border-darken-2 {
    border: 1px solid #FF8510 !important
}

.border-top-warning.border-top-darken-2 {
    border-top: 1px solid #FF8510 !important
}

.border-bottom-warning.border-bottom-darken-2 {
    border-bottom: 1px solid #FF8510 !important
}

.border-left-warning.border-left-darken-2 {
    border-left: 1px solid #FF8510 !important
}

.border-right-warning.border-right-darken-2 {
    border-right: 1px solid #FF8510 !important
}

.overlay-warning.overlay-darken-2 {
    background: #FF8510;
    background: rgba(255, 133, 16, .6)
}

.warning.darken-3 {
    color: #F67800 !important
}

.bg-warning.bg-darken-3 {
    background-color: #F67800 !important
}

.btn-warning.btn-darken-3,
.btn-warning.btn-darken-3:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-darken-3:active,
.btn-warning.btn-darken-3:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-darken-3 {
    border-color: #F67800 !important;
    color: #F67800 !important
}

.btn-outline-warning.btn-outline-darken-3:hover {
    background-color: #F67800 !important
}

.border-warning.border-darken-3 {
    border: 1px solid #F67800 !important
}

.border-top-warning.border-top-darken-3 {
    border-top: 1px solid #F67800 !important
}

.border-bottom-warning.border-bottom-darken-3 {
    border-bottom: 1px solid #F67800 !important
}

.border-left-warning.border-left-darken-3 {
    border-left: 1px solid #F67800 !important
}

.border-right-warning.border-right-darken-3 {
    border-right: 1px solid #F67800 !important
}

.overlay-warning.overlay-darken-3 {
    background: #F67800;
    background: rgba(246, 120, 0, .6)
}

.bg-warning.bg-darken-4,
.btn-warning.btn-darken-4 {
    background-color: #DC6C00 !important
}

.warning.darken-4 {
    color: #DC6C00 !important
}

.btn-warning.btn-darken-4 {
    border-color: #FF8510 !important
}

.btn-warning.btn-darken-4:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-darken-4:active,
.btn-warning.btn-darken-4:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-darken-4 {
    border-color: #DC6C00 !important;
    color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-darken-4:hover {
    background-color: #DC6C00 !important
}

.border-warning.border-darken-4 {
    border: 1px solid #DC6C00 !important
}

.border-top-warning.border-top-darken-4 {
    border-top: 1px solid #DC6C00 !important
}

.border-bottom-warning.border-bottom-darken-4 {
    border-bottom: 1px solid #DC6C00 !important
}

.border-left-warning.border-left-darken-4 {
    border-left: 1px solid #DC6C00 !important
}

.border-right-warning.border-right-darken-4 {
    border-right: 1px solid #DC6C00 !important
}

.overlay-warning.overlay-darken-4 {
    background: #DC6C00;
    background: rgba(220, 108, 0, .6)
}

.bg-warning.bg-accent-1,
.btn-warning.btn-accent-1 {
    background-color: #FFF5EF !important
}

.warning.accent-1 {
    color: #FFF5EF !important
}

.btn-warning.btn-accent-1 {
    border-color: #FF8510 !important
}

.btn-warning.btn-accent-1:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-accent-1:active,
.btn-warning.btn-accent-1:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-accent-1 {
    border-color: #FFF5EF !important;
    color: #FFF5EF !important
}

.btn-outline-warning.btn-outline-accent-1:hover {
    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;
    background: rgba(255, 245, 239, .6)
}

.bg-warning.bg-accent-2,
.btn-warning.btn-accent-2 {
    background-color: #FFE5D8 !important
}

.warning.accent-2 {
    color: #FFE5D8 !important
}

.btn-warning.btn-accent-2 {
    border-color: #FF8510 !important
}

.btn-warning.btn-accent-2:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-accent-2:active,
.btn-warning.btn-accent-2:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-accent-2 {
    border-color: #FFE5D8 !important;
    color: #FFE5D8 !important
}

.btn-outline-warning.btn-outline-accent-2:hover {
    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;
    background: rgba(255, 229, 216, .6)
}

.bg-warning.bg-accent-3,
.btn-warning.btn-accent-3 {
    background-color: #FFF6F3 !important
}

.warning.accent-3 {
    color: #FFF6F3 !important
}

.btn-warning.btn-accent-3 {
    border-color: #FF8510 !important
}

.btn-warning.btn-accent-3:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-accent-3:active,
.btn-warning.btn-accent-3:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-accent-3 {
    border-color: #FFF6F3 !important;
    color: #FFF6F3 !important
}

.btn-outline-warning.btn-outline-accent-3:hover {
    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;
    background: rgba(255, 246, 243, .6)
}

.bg-warning.bg-accent-4,
.btn-warning.btn-accent-4 {
    background-color: #FFE3DA !important
}

.warning.accent-4 {
    color: #FFE3DA !important
}

.btn-warning.btn-accent-4 {
    border-color: #FF8510 !important
}

.btn-warning.btn-accent-4:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-accent-4:active,
.btn-warning.btn-accent-4:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-accent-4 {
    border-color: #FFE3DA !important;
    color: #FFE3DA !important
}

.btn-outline-warning.btn-outline-accent-4:hover {
    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;
    background: rgba(255, 227, 218, .6)
}

.bg-warning.bg-gradient-bg,
.btn-warning.btn-gradient-bg {
    background-color: #FAFAFA !important
}

.warning.gradient-bg {
    color: #FAFAFA !important
}

.btn-warning.btn-gradient-bg {
    border-color: #FF8510 !important
}

.btn-warning.btn-gradient-bg:hover {
    border-color: #FF8510 !important;
    background-color: #F67800 !important
}

.btn-warning.btn-gradient-bg:active,
.btn-warning.btn-gradient-bg:focus {
    border-color: #F67800 !important;
    background-color: #DC6C00 !important
}

.btn-outline-warning.btn-outline-gradient-bg {
    border-color: #FAFAFA !important;
    color: #FAFAFA !important
}

.btn-outline-warning.btn-outline-gradient-bg:hover {
    background-color: #FAFAFA !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #FFF, 0 0 0 .21rem #FAFAFA !important
}

.border-warning.border-gradient-bg {
    border: 1px solid #FAFAFA !important
}

.border-top-warning.border-top-gradient-bg {
    border-top: 1px solid #FAFAFA !important
}

.border-bottom-warning.border-bottom-gradient-bg {
    border-bottom: 1px solid #FAFAFA !important
}

.border-left-warning.border-left-gradient-bg {
    border-left: 1px solid #FAFAFA !important
}

.border-right-warning.border-right-gradient-bg {
    border-right: 1px solid #FAFAFA !important
}

.overlay-warning.overlay-gradient-bg {
    background: #FAFAFA;
    background: rgba(250, 250, 250, .6)
}

.bg-danger.bg-gradient-light,
.btn-danger.btn-gradient-light {
    background-color: #F9B789 !important
}

.danger.gradient-light {
    color: #F9B789 !important
}

.btn-danger.btn-gradient-light {
    border-color: #E42728 !important
}

.btn-danger.btn-gradient-light:hover {
    border-color: #E42728 !important;
    background-color: #D71A1C !important
}

.btn-danger.btn-gradient-light:active,
.btn-danger.btn-gradient-light:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-gradient-light {
    border-color: #F9B789 !important;
    color: #F9B789 !important
}

.btn-outline-danger.btn-outline-gradient-light:hover {
    background-color: #F9B789 !important
}

.border-danger.border-gradient-light {
    border: 1px solid #F9B789 !important
}

.border-top-danger.border-top-gradient-light {
    border-top: 1px solid #F9B789 !important
}

.border-bottom-danger.border-bottom-gradient-light {
    border-bottom: 1px solid #F9B789 !important
}

.border-left-danger.border-left-gradient-light {
    border-left: 1px solid #F9B789 !important
}

.border-right-danger.border-right-gradient-light {
    border-right: 1px solid #F9B789 !important
}

.overlay-danger.overlay-gradient-light {
    background: #F9B789;
    background: rgba(249, 183, 137, .6)
}

.bg-danger.bg-light-badge,
.btn-danger.btn-light-badge {
    background-color: #FBDCDC !important
}

.danger.light-badge {
    color: #FBDCDC !important
}

.btn-danger.btn-light-badge {
    border-color: #E42728 !important
}

.btn-danger.btn-light-badge:hover {
    border-color: #E42728 !important;
    background-color: #D71A1C !important
}

.btn-danger.btn-light-badge:active,
.btn-danger.btn-light-badge:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-light-badge {
    border-color: #FBDCDC !important;
    color: #FBDCDC !important
}

.btn-outline-danger.btn-outline-light-badge:hover {
    background-color: #FBDCDC !important
}

.border-danger.border-light-badge {
    border: 1px solid #FBDCDC !important
}

.border-top-danger.border-top-light-badge {
    border-top: 1px solid #FBDCDC !important
}

.border-bottom-danger.border-bottom-light-badge {
    border-bottom: 1px solid #FBDCDC !important
}

.border-left-danger.border-left-light-badge {
    border-left: 1px solid #FBDCDC !important
}

.border-right-danger.border-right-light-badge {
    border-right: 1px solid #FBDCDC !important
}

.overlay-danger.overlay-light-badge {
    background: #FBDCDC;
    background: rgba(251, 220, 220, .6)
}

.bg-danger.bg-lighten-5,
.btn-danger.btn-lighten-5 {
    background-color: #F8C6C6 !important
}

.danger.lighten-5 {
    color: #F8C6C6 !important
}

.btn-danger.btn-lighten-5 {
    border-color: #E42728 !important
}

.btn-danger.btn-lighten-5:hover {
    border-color: #E42728 !important;
    background-color: #D71A1C !important
}

.btn-danger.btn-lighten-5:active,
.btn-danger.btn-lighten-5:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-lighten-5 {
    border-color: #F8C6C6 !important;
    color: #F8C6C6 !important
}

.btn-outline-danger.btn-outline-lighten-5:hover {
    background-color: #F8C6C6 !important
}

.border-danger.border-lighten-5 {
    border: 1px solid #F8C6C6 !important
}

.border-top-danger.border-top-lighten-5 {
    border-top: 1px solid #F8C6C6 !important
}

.border-bottom-danger.border-bottom-lighten-5 {
    border-bottom: 1px solid #F8C6C6 !important
}

.border-left-danger.border-left-lighten-5 {
    border-left: 1px solid #F8C6C6 !important
}

.border-right-danger.border-right-lighten-5 {
    border-right: 1px solid #F8C6C6 !important
}

.overlay-danger.overlay-lighten-5 {
    background: #F8C6C6;
    background: rgba(248, 198, 198, .6)
}

.bg-danger.bg-lighten-4,
.btn-danger.btn-lighten-4 {
    background-color: #F5AFAF !important
}

.danger.lighten-4 {
    color: #F5AFAF !important
}

.btn-danger.btn-lighten-4 {
    border-color: #E42728 !important
}

.btn-danger.btn-lighten-4:hover {
    border-color: #E42728 !important;
    background-color: #D71A1C !important
}

.btn-danger.btn-lighten-4:active,
.btn-danger.btn-lighten-4:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-lighten-4 {
    border-color: #F5AFAF !important;
    color: #F5AFAF !important
}

.btn-outline-danger.btn-outline-lighten-4:hover {
    background-color: #F5AFAF !important
}

.border-danger.border-lighten-4 {
    border: 1px solid #F5AFAF !important
}

.border-top-danger.border-top-lighten-4 {
    border-top: 1px solid #F5AFAF !important
}

.border-bottom-danger.border-bottom-lighten-4 {
    border-bottom: 1px solid #F5AFAF !important
}

.border-left-danger.border-left-lighten-4 {
    border-left: 1px solid #F5AFAF !important
}

.border-right-danger.border-right-lighten-4 {
    border-right: 1px solid #F5AFAF !important
}

.overlay-danger.overlay-lighten-4 {
    background: #F5AFAF;
    background: rgba(245, 175, 175, .6)
}

.bg-danger.bg-lighten-3,
.btn-danger.btn-lighten-3 {
    background-color: #F29899 !important
}

.danger.lighten-3 {
    color: #F29899 !important
}

.btn-danger.btn-lighten-3 {
    border-color: #E42728 !important
}

.btn-danger.btn-lighten-3:hover {
    border-color: #E42728 !important;
    background-color: #D71A1C !important
}

.btn-danger.btn-lighten-3:active,
.btn-danger.btn-lighten-3:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-lighten-3 {
    border-color: #F29899 !important;
    color: #F29899 !important
}

.btn-outline-danger.btn-outline-lighten-3:hover {
    background-color: #F29899 !important
}

.border-danger.border-lighten-3 {
    border: 1px solid #F29899 !important
}

.border-top-danger.border-top-lighten-3 {
    border-top: 1px solid #F29899 !important
}

.border-bottom-danger.border-bottom-lighten-3 {
    border-bottom: 1px solid #F29899 !important
}

.border-left-danger.border-left-lighten-3 {
    border-left: 1px solid #F29899 !important
}

.border-right-danger.border-right-lighten-3 {
    border-right: 1px solid #F29899 !important
}

.overlay-danger.overlay-lighten-3 {
    background: #F29899;
    background: rgba(242, 152, 153, .6)
}

.bg-danger.bg-lighten-2,
.btn-danger.btn-lighten-2 {
    background-color: #F08182 !important
}

.danger.lighten-2 {
    color: #F08182 !important
}

.btn-danger.btn-lighten-2 {
    border-color: #E42728 !important
}

.btn-danger.btn-lighten-2:hover {
    border-color: #E42728 !important;
    background-color: #D71A1C !important
}

.btn-danger.btn-lighten-2:active,
.btn-danger.btn-lighten-2:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-lighten-2 {
    border-color: #F08182 !important;
    color: #F08182 !important
}

.btn-outline-danger.btn-outline-lighten-2:hover {
    background-color: #F08182 !important
}

.border-danger.border-lighten-2 {
    border: 1px solid #F08182 !important
}

.border-top-danger.border-top-lighten-2 {
    border-top: 1px solid #F08182 !important
}

.border-bottom-danger.border-bottom-lighten-2 {
    border-bottom: 1px solid #F08182 !important
}

.border-left-danger.border-left-lighten-2 {
    border-left: 1px solid #F08182 !important
}

.border-right-danger.border-right-lighten-2 {
    border-right: 1px solid #F08182 !important
}

.overlay-danger.overlay-lighten-2 {
    background: #F08182;
    background: rgba(240, 129, 130, .6)
}

.bg-danger.bg-lighten-1,
.btn-danger.btn-lighten-1 {
    background-color: #ED6B6C !important
}

.danger.lighten-1 {
    color: #ED6B6C !important
}

.btn-danger.btn-lighten-1 {
    border-color: #E42728 !important
}

.btn-danger.btn-lighten-1:hover {
    border-color: #E42728 !important;
    background-color: #D71A1C !important
}

.btn-danger.btn-lighten-1:active,
.btn-danger.btn-lighten-1:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-lighten-1 {
    border-color: #ED6B6C !important;
    color: #ED6B6C !important
}

.alert-danger,
.danger {
    color: #EA5455 !important
}

.btn-outline-danger.btn-outline-lighten-1:hover {
    background-color: #ED6B6C !important
}

.border-danger.border-lighten-1 {
    border: 1px solid #ED6B6C !important
}

.border-top-danger.border-top-lighten-1 {
    border-top: 1px solid #ED6B6C !important
}

.border-bottom-danger.border-bottom-lighten-1 {
    border-bottom: 1px solid #ED6B6C !important
}

.border-left-danger.border-left-lighten-1 {
    border-left: 1px solid #ED6B6C !important
}

.border-right-danger.border-right-lighten-1 {
    border-right: 1px solid #ED6B6C !important
}

.overlay-danger.overlay-lighten-1 {
    background: #ED6B6C;
    background: rgba(237, 107, 108, .6)
}

.bg-danger {
    background-color: #EA5455 !important
}

.bg-danger .card-footer,
.bg-danger .card-header {
    background-color: transparent
}

.alert-danger {
    background: rgba(234, 84, 85, .2) !important
}

.alert-danger .alert-heading {
    box-shadow: rgba(234, 84, 85, .4) 0 6px 15px -7px
}

.alert-danger .alert-link {
    color: #E73D3E !important
}

.bg-rgba-danger {
    background: rgba(234, 84, 85, .15) !important
}

.border-danger {
    border: 1px solid #EA5455 !important
}

.border-top-danger {
    border-top: 1px solid #EA5455
}

.border-bottom-danger {
    border-bottom: 1px solid #EA5455
}

.border-left-danger {
    border-left: 1px solid #EA5455
}

.border-right-danger {
    border-right: 1px solid #EA5455
}

.badge-danger.badge-glow,
.bg-danger.badge-glow,
.border-danger.badge-glow {
    box-shadow: 0 0 10px #EA5455
}

.badge.badge-danger {
    background-color: #EA5455
}

.badge.badge-light-danger {
    background-color: #FBDCDC;
    color: #EA5455 !important;
    font-weight: 500
}

.overlay-danger {
    background: #EA5455;
    background: rgba(234, 84, 85, .6)
}

.btn-danger {
    border-color: #E42728 !important;
    background-color: #EA5455 !important;
    color: #FFF
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    color: #FFF !important
}

.btn-danger:hover {
    border-color: #E73D3E !important;
    box-shadow: 0 8px 25px -8px #EA5455
}

.btn-flat-danger {
    background-color: transparent;
    color: #EA5455
}

.btn-flat-danger:hover {
    color: #EA5455;
    background-color: rgba(234, 84, 85, .1)
}

.btn-flat-danger:active,
.btn-flat-danger:focus {
    background-color: #EA5455;
    color: #FFF !important
}

.btn-relief-danger {
    background-color: #EA5455;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2);
    color: #FFF
}

.btn-relief-danger:hover {
    color: #FFF
}

.btn-relief-danger:active,
.btn-relief-danger:focus {
    outline: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.btn-outline-danger {
    border: 1px solid #EA5455;
    background-color: transparent;
    color: #EA5455
}

.divider.divider-danger .divider-text:after,
.divider.divider-danger .divider-text:before,
.vs-checkbox-danger input:checked~.vs-checkbox {
    border-color: #EA5455 !important
}

.btn-outline-danger:hover {
    background-color: rgba(234, 84, 85, .08);
    color: #EA5455
}

.btn-outline-danger:active {
    color: #FFF !important
}

.btn-danger~.dropdown-menu .dropdown-item.active,
.btn-flat-danger~.dropdown-menu .dropdown-item.active,
.btn-outline-danger~.dropdown-menu .dropdown-item.active {
    background-color: #EA5455;
    color: #FFF
}

.btn-danger~.dropdown-menu .dropdown-item.active:hover,
.btn-flat-danger~.dropdown-menu .dropdown-item.active:hover,
.btn-outline-danger~.dropdown-menu .dropdown-item.active:hover {
    color: #FFF
}

.btn-danger~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-danger~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-danger~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.dropdown.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:hover i {
    color: #EA5455
}

.dropdown.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:active i,
.pagination-danger .page-item.active .page-link:hover {
    color: #FFF
}

.bullet.bullet-danger {
    background-color: #EA5455
}

.pagination-danger .page-item.active .page-link {
    background: #EA5455;
    color: #FFF
}

.pagination-danger .page-item .page-link:hover {
    color: #EA5455
}

.pagination-danger .page-item.next-item .page-link:hover,
.pagination-danger .page-item.prev-item .page-link:hover {
    background: #EA5455;
    color: #FFF
}

.nav-pill-danger .nav-item .nav-link.active {
    color: #FFF;
    background-color: #EA5455 !important
}

.progress-bar-danger {
    background-color: rgba(234, 84, 85, .1)
}

.progress-bar-danger .progress-bar {
    background-color: #EA5455
}

.chip-danger,
.vs-checkbox-danger input:active:checked+.vs-checkbox .vs-checkbox--check,
.vs-checkbox-danger input:checked~.vs-checkbox .vs-checkbox--check,
input[type=checkbox].bg-danger+.custom-control-label:before,
input[type=radio].bg-danger+.custom-control-label:before {
    background-color: #EA5455 !important
}

.chip-danger .chip-body {
    color: #FFF !important
}

.btn-danger.btn-darken-1,
.btn-danger.btn-darken-1:hover {
    border-color: #E42728 !important
}

.custom-switch-danger .custom-control-input:checked~.custom-control-label::before {
    background-color: #EA5455 !important;
    color: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vs-radio-danger input:checked~.vs-radio .vs-radio--circle {
    background: #EA5455 !important;
    box-shadow: 0 3px 12px 0 rgba(234, 84, 85, .4) !important
}

.bg-danger.bg-darken-1,
.btn-danger.btn-darken-1 {
    background-color: #E73D3E !important
}

.danger.darken-1 {
    color: #E73D3E !important
}

.btn-danger.btn-darken-1:hover {
    background-color: #D71A1C !important
}

.btn-danger.btn-darken-1:active,
.btn-danger.btn-darken-1:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-darken-1 {
    border-color: #E73D3E !important;
    color: #E73D3E !important
}

.btn-outline-danger.btn-outline-darken-1:hover {
    background-color: #E73D3E !important
}

.border-danger.border-darken-1 {
    border: 1px solid #E73D3E !important
}

.border-top-danger.border-top-darken-1 {
    border-top: 1px solid #E73D3E !important
}

.border-bottom-danger.border-bottom-darken-1 {
    border-bottom: 1px solid #E73D3E !important
}

.border-left-danger.border-left-darken-1 {
    border-left: 1px solid #E73D3E !important
}

.border-right-danger.border-right-darken-1 {
    border-right: 1px solid #E73D3E !important
}

.btn-danger.btn-darken-2,
.btn-danger.btn-darken-2:hover {
    border-color: #E42728 !important
}

.overlay-danger.overlay-darken-1 {
    background: #E73D3E;
    background: rgba(231, 61, 62, .6)
}

.bg-danger.bg-darken-2,
.btn-danger.btn-darken-2 {
    background-color: #E42728 !important
}

.danger.darken-2 {
    color: #E42728 !important
}

.btn-danger.btn-darken-2:hover {
    background-color: #D71A1C !important
}

.btn-danger.btn-darken-2:active,
.btn-danger.btn-darken-2:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-darken-2 {
    border-color: #E42728 !important;
    color: #E42728 !important
}

.btn-outline-danger.btn-outline-darken-2:hover {
    background-color: #E42728 !important
}

.border-danger.border-darken-2 {
    border: 1px solid #E42728 !important
}

.border-top-danger.border-top-darken-2 {
    border-top: 1px solid #E42728 !important
}

.border-bottom-danger.border-bottom-darken-2 {
    border-bottom: 1px solid #E42728 !important
}

.border-left-danger.border-left-darken-2 {
    border-left: 1px solid #E42728 !important
}

.border-right-danger.border-right-darken-2 {
    border-right: 1px solid #E42728 !important
}

.overlay-danger.overlay-darken-2 {
    background: #E42728;
    background: rgba(228, 39, 40, .6)
}

.danger.darken-3 {
    color: #D71A1C !important
}

.bg-danger.bg-darken-3 {
    background-color: #D71A1C !important
}

.btn-danger.btn-darken-3,
.btn-danger.btn-darken-3:hover {
    border-color: #E42728 !important;
    background-color: #D71A1C !important
}

.btn-danger.btn-darken-3:active,
.btn-danger.btn-darken-3:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-darken-3 {
    border-color: #D71A1C !important;
    color: #D71A1C !important
}

.btn-outline-danger.btn-outline-darken-3:hover {
    background-color: #D71A1C !important
}

.border-danger.border-darken-3 {
    border: 1px solid #D71A1C !important
}

.border-top-danger.border-top-darken-3 {
    border-top: 1px solid #D71A1C !important
}

.border-bottom-danger.border-bottom-darken-3 {
    border-bottom: 1px solid #D71A1C !important
}

.border-left-danger.border-left-darken-3 {
    border-left: 1px solid #D71A1C !important
}

.border-right-danger.border-right-darken-3 {
    border-right: 1px solid #D71A1C !important
}

.btn-danger.btn-darken-4,
.btn-danger.btn-darken-4:hover {
    border-color: #E42728 !important
}

.overlay-danger.overlay-darken-3 {
    background: #D71A1C;
    background: rgba(215, 26, 28, .6)
}

.bg-danger.bg-darken-4,
.btn-danger.btn-darken-4 {
    background-color: #C01819 !important
}

.danger.darken-4 {
    color: #C01819 !important
}

.btn-danger.btn-darken-4:hover {
    background-color: #D71A1C !important
}

.btn-danger.btn-darken-4:active,
.btn-danger.btn-darken-4:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-darken-4 {
    border-color: #C01819 !important;
    color: #C01819 !important
}

.btn-outline-danger.btn-outline-darken-4:hover {
    background-color: #C01819 !important
}

.border-danger.border-darken-4 {
    border: 1px solid #C01819 !important
}

.border-top-danger.border-top-darken-4 {
    border-top: 1px solid #C01819 !important
}

.border-bottom-danger.border-bottom-darken-4 {
    border-bottom: 1px solid #C01819 !important
}

.border-left-danger.border-left-darken-4 {
    border-left: 1px solid #C01819 !important
}

.border-right-danger.border-right-darken-4 {
    border-right: 1px solid #C01819 !important
}

.btn-danger.btn-accent-1,
.btn-danger.btn-accent-1:hover {
    border-color: #E42728 !important
}

.overlay-danger.overlay-darken-4 {
    background: #C01819;
    background: rgba(192, 24, 25, .6)
}

.bg-danger.bg-accent-1,
.btn-danger.btn-accent-1 {
    background-color: #FFEEF1 !important
}

.danger.accent-1 {
    color: #FFEEF1 !important
}

.btn-danger.btn-accent-1:hover {
    background-color: #D71A1C !important
}

.btn-danger.btn-accent-1:active,
.btn-danger.btn-accent-1:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-accent-1 {
    border-color: #FFEEF1 !important;
    color: #FFEEF1 !important
}

.btn-outline-danger.btn-outline-accent-1:hover {
    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
}

.btn-danger.btn-accent-2,
.btn-danger.btn-accent-2:hover {
    border-color: #E42728 !important
}

.overlay-danger.overlay-accent-1 {
    background: #FFEEF1;
    background: rgba(255, 238, 241, .6)
}

.bg-danger.bg-accent-2,
.btn-danger.btn-accent-2 {
    background-color: #FFD6DB !important
}

.danger.accent-2 {
    color: #FFD6DB !important
}

.btn-danger.btn-accent-2:hover {
    background-color: #D71A1C !important
}

.btn-danger.btn-accent-2:active,
.btn-danger.btn-accent-2:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-accent-2 {
    border-color: #FFD6DB !important;
    color: #FFD6DB !important
}

.btn-outline-danger.btn-outline-accent-2:hover {
    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
}

.btn-danger.btn-accent-3,
.btn-danger.btn-accent-3:hover {
    border-color: #E42728 !important
}

.overlay-danger.overlay-accent-2 {
    background: #FFD6DB;
    background: rgba(255, 214, 219, .6)
}

.bg-danger.bg-accent-3,
.btn-danger.btn-accent-3 {
    background-color: #FFECEE !important
}

.danger.accent-3 {
    color: #FFECEE !important
}

.btn-danger.btn-accent-3:hover {
    background-color: #D71A1C !important
}

.btn-danger.btn-accent-3:active,
.btn-danger.btn-accent-3:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-accent-3 {
    border-color: #FFECEE !important;
    color: #FFECEE !important
}

.btn-outline-danger.btn-outline-accent-3:hover {
    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
}

.btn-danger.btn-accent-4,
.btn-danger.btn-accent-4:hover {
    border-color: #E42728 !important
}

.overlay-danger.overlay-accent-3 {
    background: #FFECEE;
    background: rgba(255, 236, 238, .6)
}

.bg-danger.bg-accent-4,
.btn-danger.btn-accent-4 {
    background-color: #FFD3D7 !important
}

.danger.accent-4 {
    color: #FFD3D7 !important
}

.btn-danger.btn-accent-4:hover {
    background-color: #D71A1C !important
}

.btn-danger.btn-accent-4:active,
.btn-danger.btn-accent-4:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-accent-4 {
    border-color: #FFD3D7 !important;
    color: #FFD3D7 !important
}

.btn-outline-danger.btn-outline-accent-4:hover {
    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;
    background: rgba(255, 211, 215, .6)
}

.bg-danger.bg-gradient-bg,
.btn-danger.btn-gradient-bg {
    background-color: #640064 !important
}

.danger.gradient-bg {
    color: #640064 !important
}

.btn-danger.btn-gradient-bg {
    border-color: #E42728 !important
}

.btn-danger.btn-gradient-bg:hover {
    border-color: #E42728 !important;
    background-color: #D71A1C !important
}

.btn-danger.btn-gradient-bg:active,
.btn-danger.btn-gradient-bg:focus {
    border-color: #D71A1C !important;
    background-color: #C01819 !important
}

.btn-outline-danger.btn-outline-gradient-bg {
    border-color: #640064 !important;
    color: #640064 !important
}

.btn-outline-danger.btn-outline-gradient-bg:hover {
    background-color: #640064 !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #FFF, 0 0 0 .21rem #640064 !important
}

.border-danger.border-gradient-bg {
    border: 1px solid #640064 !important
}

.border-top-danger.border-top-gradient-bg {
    border-top: 1px solid #640064 !important
}

.border-bottom-danger.border-bottom-gradient-bg {
    border-bottom: 1px solid #640064 !important
}

.border-left-danger.border-left-gradient-bg {
    border-left: 1px solid #640064 !important
}

.border-right-danger.border-right-gradient-bg {
    border-right: 1px solid #640064 !important
}

.overlay-danger.overlay-gradient-bg {
    background: #640064;
    background: rgba(100, 0, 100, .6)
}