.white {
  color: #FFFFFF !important;
}

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

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

.alert-white {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #FFFFFF !important;
}

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

.alert-white .alert-link {
  color: rgb(242.25, 242.25, 242.25) !important;
}

.bg-rgba-white {
  background: rgba(255, 255, 255, 0.15) !important;
}

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

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

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

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

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

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

.badge.badge-white {
  background-color: #FFFFFF;
}

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

.btn-white {
  border-color: !important;
  background-color: #FFFFFF !important;
  color: #fff;
}

.btn-white:hover {
  border-color: !important;
  color: #fff !important;
  box-shadow: 0 8px 25px -8px white;
}

.btn-white:focus,
.btn-white:active {
  color: #fff !important;
}

.btn-flat-white {
  background-color: transparent;
  color: #FFFFFF;
}

.btn-flat-white:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-flat-white:active,
.btn-flat-white:focus {
  background-color: #FFFFFF;
  color: #fff !important;
}

.btn-relief-white {
  background-color: #FFFFFF;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

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

.btn-relief-white:active,
.btn-relief-white:focus {
  outline: none;
  transform: translateY(3px);
}

.btn-outline-white {
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}

.btn-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}

.btn-outline-white:active {
  color: #fff !important;
}

.btn-white ~ .dropdown-menu .dropdown-item.active,
.btn-outline-white ~ .dropdown-menu .dropdown-item.active,
.btn-flat-white ~ .dropdown-menu .dropdown-item.active {
  background-color: #FFFFFF;
  color: #fff;
}

.btn-white ~ .dropdown-menu .dropdown-item.active:hover,
.btn-outline-white ~ .dropdown-menu .dropdown-item.active:hover,
.btn-flat-white ~ .dropdown-menu .dropdown-item.active:hover {
  color: #fff;
}

.btn-white ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-white ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-white ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
  color: #FFFFFF;
}

.dropdown.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:hover i {
  color: #FFFFFF;
}

.dropdown.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:active i {
  color: #fff;
}

.bullet.bullet-white {
  background-color: #FFFFFF;
}

.pagination-white .page-item.active .page-link {
  background: #FFFFFF;
  color: #fff;
}

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

.pagination-white .page-item .page-link:hover {
  color: #FFFFFF;
}

.pagination-white .page-item.prev-item .page-link:hover,
.pagination-white .page-item.next-item .page-link:hover {
  background: #FFFFFF;
  color: #fff;
}

.nav-pill-white .nav-item .nav-link.active {
  color: #fff;
  background-color: #FFFFFF !important;
}

.progress-bar-white {
  background-color: rgba(255, 255, 255, 0.1);
}

.progress-bar-white .progress-bar {
  background-color: #FFFFFF;
}

.chip-white {
  background-color: #FFFFFF !important;
}

.chip-white .chip-body {
  color: #fff !important;
}

.divider.divider-white .divider-text:before,
.divider.divider-white .divider-text:after {
  border-color: #FFFFFF !important;
}

input[type=checkbox].bg-white + .custom-control-label:before,
input[type=radio].bg-white + .custom-control-label:before {
  background-color: #FFFFFF !important;
}

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

.vs-checkbox-white input:checked ~ .vs-checkbox {
  border-color: #FFFFFF !important;
}

.vs-checkbox-white input:checked ~ .vs-checkbox .vs-checkbox--check {
  background-color: #FFFFFF !important;
}

.vs-checkbox-white input:active:checked + .vs-checkbox .vs-checkbox--check {
  background-color: #FFFFFF !important;
}

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

.vs-radio-white input:checked ~ .vs-radio .vs-radio--circle {
  background: white !important;
  box-shadow: 0 3px 12px 0 rgba(255, 255, 255, 0.4) !important;
}

.black {
  color: #000000 !important;
}

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

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

.alert-black {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #000000 !important;
}

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

.alert-black .alert-link {
  color: black !important;
}

.bg-rgba-black {
  background: rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

.badge.badge-black {
  background-color: #000000;
}

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

.btn-black {
  border-color: !important;
  background-color: #000000 !important;
  color: #fff;
}

.btn-black:hover {
  border-color: !important;
  color: #fff !important;
  box-shadow: 0 8px 25px -8px black;
}

.btn-black:focus,
.btn-black:active {
  color: #fff !important;
}

.btn-flat-black {
  background-color: transparent;
  color: #000000;
}

.btn-flat-black:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-flat-black:active,
.btn-flat-black:focus {
  background-color: #000000;
  color: #fff !important;
}

.btn-relief-black {
  background-color: #000000;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

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

.btn-relief-black:active,
.btn-relief-black:focus {
  outline: none;
  transform: translateY(3px);
}

.btn-outline-black {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}

.btn-outline-black:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: #000000;
}

.btn-outline-black:active {
  color: #fff !important;
}

.btn-black ~ .dropdown-menu .dropdown-item.active,
.btn-outline-black ~ .dropdown-menu .dropdown-item.active,
.btn-flat-black ~ .dropdown-menu .dropdown-item.active {
  background-color: #000000;
  color: #fff;
}

.btn-black ~ .dropdown-menu .dropdown-item.active:hover,
.btn-outline-black ~ .dropdown-menu .dropdown-item.active:hover,
.btn-flat-black ~ .dropdown-menu .dropdown-item.active:hover {
  color: #fff;
}

.btn-black ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-black ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-black ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
  color: #000000;
}

.dropdown.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:hover i {
  color: #000000;
}

.dropdown.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:active i {
  color: #fff;
}

.bullet.bullet-black {
  background-color: #000000;
}

.pagination-black .page-item.active .page-link {
  background: #000000;
  color: #fff;
}

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

.pagination-black .page-item .page-link:hover {
  color: #000000;
}

.pagination-black .page-item.prev-item .page-link:hover,
.pagination-black .page-item.next-item .page-link:hover {
  background: #000000;
  color: #fff;
}

.nav-pill-black .nav-item .nav-link.active {
  color: #fff;
  background-color: #000000 !important;
}

.progress-bar-black {
  background-color: rgba(0, 0, 0, 0.1);
}

.progress-bar-black .progress-bar {
  background-color: #000000;
}

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

.chip-black .chip-body {
  color: #fff !important;
}

.divider.divider-black .divider-text:before,
.divider.divider-black .divider-text:after {
  border-color: #000000 !important;
}

input[type=checkbox].bg-black + .custom-control-label:before,
input[type=radio].bg-black + .custom-control-label:before {
  background-color: #000000 !important;
}

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

.vs-checkbox-black input:checked ~ .vs-checkbox {
  border-color: #000000 !important;
}

.vs-checkbox-black input:checked ~ .vs-checkbox .vs-checkbox--check {
  background-color: #000000 !important;
}

.vs-checkbox-black input:active:checked + .vs-checkbox .vs-checkbox--check {
  background-color: #000000 !important;
}

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

.vs-radio-black input:checked ~ .vs-radio .vs-radio--circle {
  background: black !important;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.4) !important;
}

.dark {
  color: #1e1e1e !important;
}

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

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

.alert-dark {
  background: rgba(30, 30, 30, 0.2) !important;
  color: #1e1e1e !important;
}

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

.alert-dark .alert-link {
  color: rgb(17.25, 17.25, 17.25) !important;
}

.bg-rgba-dark {
  background: rgba(30, 30, 30, 0.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;
}

.bg-dark.badge-glow,
.border-dark.badge-glow,
.badge-dark.badge-glow {
  box-shadow: 0px 0px 10px #1e1e1e;
}

.badge.badge-dark {
  background-color: #1e1e1e;
}

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

.btn-dark {
  border-color: !important;
  background-color: #1e1e1e !important;
  color: #fff;
}

.btn-dark:hover {
  border-color: !important;
  color: #fff !important;
  box-shadow: 0 8px 25px -8px #1e1e1e;
}

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

.btn-flat-dark {
  background-color: transparent;
  color: #1e1e1e;
}

.btn-flat-dark:hover {
  color: #1e1e1e;
  background-color: rgba(30, 30, 30, 0.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, 0.2);
  color: #fff;
}

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

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

.btn-outline-dark {
  border: 1px solid #1e1e1e;
  background-color: transparent;
  color: #1e1e1e;
}

.btn-outline-dark:hover {
  background-color: rgba(30, 30, 30, 0.08);
  color: #1e1e1e;
}

.btn-outline-dark:active {
  color: #fff !important;
}

.btn-dark ~ .dropdown-menu .dropdown-item.active,
.btn-outline-dark ~ .dropdown-menu .dropdown-item.active,
.btn-flat-dark ~ .dropdown-menu .dropdown-item.active {
  background-color: #1e1e1e;
  color: #fff;
}

.btn-dark ~ .dropdown-menu .dropdown-item.active:hover,
.btn-outline-dark ~ .dropdown-menu .dropdown-item.active:hover,
.btn-flat-dark ~ .dropdown-menu .dropdown-item.active:hover {
  color: #fff;
}

.btn-dark ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-dark ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-dark ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
  color: #1e1e1e;
}

.dropdown.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-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-outline-dark ~ .dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:active i {
  color: #fff;
}

.bullet.bullet-dark {
  background-color: #1e1e1e;
}

.pagination-dark .page-item.active .page-link {
  background: #1e1e1e;
  color: #fff;
}

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

.pagination-dark .page-item .page-link:hover {
  color: #1e1e1e;
}

.pagination-dark .page-item.prev-item .page-link:hover,
.pagination-dark .page-item.next-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, 0.1);
}

.progress-bar-dark .progress-bar {
  background-color: #1e1e1e;
}

.chip-dark {
  background-color: #1e1e1e !important;
}

.chip-dark .chip-body {
  color: #fff !important;
}

.divider.divider-dark .divider-text:before,
.divider.divider-dark .divider-text:after {
  border-color: #1e1e1e !important;
}

input[type=checkbox].bg-dark + .custom-control-label:before,
input[type=radio].bg-dark + .custom-control-label:before {
  background-color: #1e1e1e !important;
}

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

.vs-checkbox-dark input:checked ~ .vs-checkbox {
  border-color: #1e1e1e !important;
}

.vs-checkbox-dark input:checked ~ .vs-checkbox .vs-checkbox--check {
  background-color: #1e1e1e !important;
}

.vs-checkbox-dark input:active:checked + .vs-checkbox .vs-checkbox--check {
  background-color: #1e1e1e !important;
}

.custom-switch-dark .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1e1e1e !important;
  color: #fff;
  transition: all 0.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, 0.4) !important;
}

.dark.gradient-bg {
  color: #640064 !important;
}

.bg-dark.bg-gradient-bg {
  background-color: #640064 !important;
}

.btn-dark.btn-gradient-bg {
  border-color: !important;
  background-color: #640064 !important;
}

.btn-dark.btn-gradient-bg:hover {
  border-color: !important;
  background-color: !important;
}

.btn-dark.btn-gradient-bg:focus,
.btn-dark.btn-gradient-bg:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-dark.btn-outline-gradient-bg {
  border-color: #640064 !important;
  color: #640064 !important;
}

.btn-outline-dark.btn-outline-gradient-bg:hover {
  background-color: #640064 !important;
}

input:focus ~ .bg-dark {
  box-shadow: 0 0 0 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(100, 0, 100, 0.6);
}

.light {
  color: #babfc7 !important;
}

.bg-light {
  background-color: #babfc7 !important;
}

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

.alert-light {
  background: rgba(186, 191, 199, 0.2) !important;
  color: #babfc7 !important;
}

.alert-light .alert-heading {
  box-shadow: rgba(186, 191, 199, 0.4) 0px 6px 15px -7px;
}

.alert-light .alert-link {
  color: rgb(171.924, 177.944, 187.576) !important;
}

.bg-rgba-light {
  background: rgba(186, 191, 199, 0.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;
}

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

.badge.badge-light {
  background-color: #babfc7;
}

.overlay-light {
  background: #babfc7;
  /* The Fallback */
  background: rgba(186, 191, 199, 0.6);
}

.btn-light {
  border-color: !important;
  background-color: #babfc7 !important;
  color: #fff;
}

.btn-light:hover {
  border-color: !important;
  color: #fff !important;
  box-shadow: 0 8px 25px -8px #babfc7;
}

.btn-light:focus,
.btn-light:active {
  color: #fff !important;
}

.btn-flat-light {
  background-color: transparent;
  color: #babfc7;
}

.btn-flat-light:hover {
  color: #babfc7;
  background-color: rgba(186, 191, 199, 0.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, 0.2);
  color: #fff;
}

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

.btn-relief-light:active,
.btn-relief-light:focus {
  outline: none;
  transform: translateY(3px);
}

.btn-outline-light {
  border: 1px solid #babfc7;
  background-color: transparent;
  color: #babfc7;
}

.btn-outline-light:hover {
  background-color: rgba(186, 191, 199, 0.08);
  color: #babfc7;
}

.btn-outline-light:active {
  color: #fff !important;
}

.btn-light ~ .dropdown-menu .dropdown-item.active,
.btn-outline-light ~ .dropdown-menu .dropdown-item.active,
.btn-flat-light ~ .dropdown-menu .dropdown-item.active {
  background-color: #babfc7;
  color: #fff;
}

.btn-light ~ .dropdown-menu .dropdown-item.active:hover,
.btn-outline-light ~ .dropdown-menu .dropdown-item.active:hover,
.btn-flat-light ~ .dropdown-menu .dropdown-item.active:hover {
  color: #fff;
}

.btn-light ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-light ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-light ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
  color: #babfc7;
}

.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,
.dropdown.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,
.dropup.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,
.dropright.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,
.dropleft.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:hover i {
  color: #babfc7;
}

.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,
.dropdown.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,
.dropup.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,
.dropright.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,
.dropleft.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:active i {
  color: #fff;
}

.bullet.bullet-light {
  background-color: #babfc7;
}

.pagination-light .page-item.active .page-link {
  background: #babfc7;
  color: #fff;
}

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

.pagination-light .page-item .page-link:hover {
  color: #babfc7;
}

.pagination-light .page-item.prev-item .page-link:hover,
.pagination-light .page-item.next-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, 0.1);
}

.progress-bar-light .progress-bar {
  background-color: #babfc7;
}

.chip-light {
  background-color: #babfc7 !important;
}

.chip-light .chip-body {
  color: #fff !important;
}

.divider.divider-light .divider-text:before,
.divider.divider-light .divider-text:after {
  border-color: #babfc7 !important;
}

input[type=checkbox].bg-light + .custom-control-label:before,
input[type=radio].bg-light + .custom-control-label:before {
  background-color: #babfc7 !important;
}

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

.vs-checkbox-light input:checked ~ .vs-checkbox {
  border-color: #babfc7 !important;
}

.vs-checkbox-light input:checked ~ .vs-checkbox .vs-checkbox--check {
  background-color: #babfc7 !important;
}

.vs-checkbox-light input:active:checked + .vs-checkbox .vs-checkbox--check {
  background-color: #babfc7 !important;
}

.custom-switch-light .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #babfc7 !important;
  color: #fff;
  transition: all 0.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, 0.4) !important;
}

.light.gradient-bg {
  color: #640064 !important;
}

.bg-light.bg-gradient-bg {
  background-color: #640064 !important;
}

.btn-light.btn-gradient-bg {
  border-color: !important;
  background-color: #640064 !important;
}

.btn-light.btn-gradient-bg:hover {
  border-color: !important;
  background-color: !important;
}

.btn-light.btn-gradient-bg:focus,
.btn-light.btn-gradient-bg:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-light.btn-outline-gradient-bg {
  border-color: #640064 !important;
  color: #640064 !important;
}

.btn-outline-light.btn-outline-gradient-bg:hover {
  background-color: #640064 !important;
}

input:focus ~ .bg-light {
  box-shadow: 0 0 0 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(100, 0, 100, 0.6);
}

.primary.gradient-light {
  color: rgb(67.7915703966, 191.4473086528, 232.1914296034) !important;
}

.bg-primary.bg-gradient-light {
  background-color: rgb(67.7915703966, 191.4473086528, 232.1914296034) !important;
}

.btn-primary.btn-gradient-light {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(67.7915703966, 191.4473086528, 232.1914296034) !important;
}

.btn-primary.btn-gradient-light:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-gradient-light:focus,
.btn-primary.btn-gradient-light:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.btn-outline-primary.btn-outline-gradient-light {
  border-color: rgb(67.7915703966, 191.4473086528, 232.1914296034) !important;
  color: rgb(67.7915703966, 191.4473086528, 232.1914296034) !important;
}

.btn-outline-primary.btn-outline-gradient-light:hover {
  background-color: rgb(67.7915703966, 191.4473086528, 232.1914296034) !important;
}

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

.border-primary.border-gradient-light {
  border: 1px solid rgb(67.7915703966, 191.4473086528, 232.1914296034) !important;
}

.border-top-primary.border-top-gradient-light {
  border-top: 1px solid rgb(67.7915703966, 191.4473086528, 232.1914296034) !important;
}

.border-bottom-primary.border-bottom-gradient-light {
  border-bottom: 1px solid rgb(67.7915703966, 191.4473086528, 232.1914296034) !important;
}

.border-left-primary.border-left-gradient-light {
  border-left: 1px solid rgb(67.7915703966, 191.4473086528, 232.1914296034) !important;
}

.border-right-primary.border-right-gradient-light {
  border-right: 1px solid rgb(67.7915703966, 191.4473086528, 232.1914296034) !important;
}

.overlay-primary.overlay-gradient-light {
  background: rgb(67.7915703966, 191.4473086528, 232.1914296034);
  /* The Fallback */
  background: rgba(67.7915703966, 191.4473086528, 232.1914296034, 0.6);
}

.primary.lighten-5 {
  color: rgb(129.7995689655, 229.7004310345, 212.8340517241) !important;
}

.bg-primary.bg-lighten-5 {
  background-color: rgb(129.7995689655, 229.7004310345, 212.8340517241) !important;
}

.btn-primary.btn-lighten-5 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(129.7995689655, 229.7004310345, 212.8340517241) !important;
}

.btn-primary.btn-lighten-5:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-lighten-5:focus,
.btn-primary.btn-lighten-5:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.btn-outline-primary.btn-outline-lighten-5 {
  border-color: rgb(129.7995689655, 229.7004310345, 212.8340517241) !important;
  color: rgb(129.7995689655, 229.7004310345, 212.8340517241) !important;
}

.btn-outline-primary.btn-outline-lighten-5:hover {
  background-color: rgb(129.7995689655, 229.7004310345, 212.8340517241) !important;
}

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

.border-primary.border-lighten-5 {
  border: 1px solid rgb(129.7995689655, 229.7004310345, 212.8340517241) !important;
}

.border-top-primary.border-top-lighten-5 {
  border-top: 1px solid rgb(129.7995689655, 229.7004310345, 212.8340517241) !important;
}

.border-bottom-primary.border-bottom-lighten-5 {
  border-bottom: 1px solid rgb(129.7995689655, 229.7004310345, 212.8340517241) !important;
}

.border-left-primary.border-left-lighten-5 {
  border-left: 1px solid rgb(129.7995689655, 229.7004310345, 212.8340517241) !important;
}

.border-right-primary.border-right-lighten-5 {
  border-right: 1px solid rgb(129.7995689655, 229.7004310345, 212.8340517241) !important;
}

.overlay-primary.overlay-lighten-5 {
  background: rgb(129.7995689655, 229.7004310345, 212.8340517241);
  /* The Fallback */
  background: rgba(129.7995689655, 229.7004310345, 212.8340517241, 0.6);
}

.primary.lighten-4 {
  color: rgb(108.5862068966, 225.4137931034, 205.6896551724) !important;
}

.bg-primary.bg-lighten-4 {
  background-color: rgb(108.5862068966, 225.4137931034, 205.6896551724) !important;
}

.btn-primary.btn-lighten-4 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(108.5862068966, 225.4137931034, 205.6896551724) !important;
}

.btn-primary.btn-lighten-4:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-lighten-4:focus,
.btn-primary.btn-lighten-4:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.btn-outline-primary.btn-outline-lighten-4 {
  border-color: rgb(108.5862068966, 225.4137931034, 205.6896551724) !important;
  color: rgb(108.5862068966, 225.4137931034, 205.6896551724) !important;
}

.btn-outline-primary.btn-outline-lighten-4:hover {
  background-color: rgb(108.5862068966, 225.4137931034, 205.6896551724) !important;
}

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

.border-primary.border-lighten-4 {
  border: 1px solid rgb(108.5862068966, 225.4137931034, 205.6896551724) !important;
}

.border-top-primary.border-top-lighten-4 {
  border-top: 1px solid rgb(108.5862068966, 225.4137931034, 205.6896551724) !important;
}

.border-bottom-primary.border-bottom-lighten-4 {
  border-bottom: 1px solid rgb(108.5862068966, 225.4137931034, 205.6896551724) !important;
}

.border-left-primary.border-left-lighten-4 {
  border-left: 1px solid rgb(108.5862068966, 225.4137931034, 205.6896551724) !important;
}

.border-right-primary.border-right-lighten-4 {
  border-right: 1px solid rgb(108.5862068966, 225.4137931034, 205.6896551724) !important;
}

.overlay-primary.overlay-lighten-4 {
  background: rgb(108.5862068966, 225.4137931034, 205.6896551724);
  /* The Fallback */
  background: rgba(108.5862068966, 225.4137931034, 205.6896551724, 0.6);
}

.primary.lighten-3 {
  color: rgb(87.3728448276, 221.1271551724, 198.5452586207) !important;
}

.bg-primary.bg-lighten-3 {
  background-color: rgb(87.3728448276, 221.1271551724, 198.5452586207) !important;
}

.btn-primary.btn-lighten-3 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(87.3728448276, 221.1271551724, 198.5452586207) !important;
}

.btn-primary.btn-lighten-3:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-lighten-3:focus,
.btn-primary.btn-lighten-3:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.btn-outline-primary.btn-outline-lighten-3 {
  border-color: rgb(87.3728448276, 221.1271551724, 198.5452586207) !important;
  color: rgb(87.3728448276, 221.1271551724, 198.5452586207) !important;
}

.btn-outline-primary.btn-outline-lighten-3:hover {
  background-color: rgb(87.3728448276, 221.1271551724, 198.5452586207) !important;
}

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

.border-primary.border-lighten-3 {
  border: 1px solid rgb(87.3728448276, 221.1271551724, 198.5452586207) !important;
}

.border-top-primary.border-top-lighten-3 {
  border-top: 1px solid rgb(87.3728448276, 221.1271551724, 198.5452586207) !important;
}

.border-bottom-primary.border-bottom-lighten-3 {
  border-bottom: 1px solid rgb(87.3728448276, 221.1271551724, 198.5452586207) !important;
}

.border-left-primary.border-left-lighten-3 {
  border-left: 1px solid rgb(87.3728448276, 221.1271551724, 198.5452586207) !important;
}

.border-right-primary.border-right-lighten-3 {
  border-right: 1px solid rgb(87.3728448276, 221.1271551724, 198.5452586207) !important;
}

.overlay-primary.overlay-lighten-3 {
  background: rgb(87.3728448276, 221.1271551724, 198.5452586207);
  /* The Fallback */
  background: rgba(87.3728448276, 221.1271551724, 198.5452586207, 0.6);
}

.primary.lighten-2 {
  color: rgb(66.1594827586, 216.8405172414, 191.400862069) !important;
}

.bg-primary.bg-lighten-2 {
  background-color: rgb(66.1594827586, 216.8405172414, 191.400862069) !important;
}

.btn-primary.btn-lighten-2 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(66.1594827586, 216.8405172414, 191.400862069) !important;
}

.btn-primary.btn-lighten-2:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-lighten-2:focus,
.btn-primary.btn-lighten-2:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.btn-outline-primary.btn-outline-lighten-2 {
  border-color: rgb(66.1594827586, 216.8405172414, 191.400862069) !important;
  color: rgb(66.1594827586, 216.8405172414, 191.400862069) !important;
}

.btn-outline-primary.btn-outline-lighten-2:hover {
  background-color: rgb(66.1594827586, 216.8405172414, 191.400862069) !important;
}

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

.border-primary.border-lighten-2 {
  border: 1px solid rgb(66.1594827586, 216.8405172414, 191.400862069) !important;
}

.border-top-primary.border-top-lighten-2 {
  border-top: 1px solid rgb(66.1594827586, 216.8405172414, 191.400862069) !important;
}

.border-bottom-primary.border-bottom-lighten-2 {
  border-bottom: 1px solid rgb(66.1594827586, 216.8405172414, 191.400862069) !important;
}

.border-left-primary.border-left-lighten-2 {
  border-left: 1px solid rgb(66.1594827586, 216.8405172414, 191.400862069) !important;
}

.border-right-primary.border-right-lighten-2 {
  border-right: 1px solid rgb(66.1594827586, 216.8405172414, 191.400862069) !important;
}

.overlay-primary.overlay-lighten-2 {
  background: rgb(66.1594827586, 216.8405172414, 191.400862069);
  /* The Fallback */
  background: rgba(66.1594827586, 216.8405172414, 191.400862069, 0.6);
}

.primary.lighten-1 {
  color: rgb(44.9461206897, 212.5538793103, 184.2564655172) !important;
}

.bg-primary.bg-lighten-1 {
  background-color: rgb(44.9461206897, 212.5538793103, 184.2564655172) !important;
}

.btn-primary.btn-lighten-1 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(44.9461206897, 212.5538793103, 184.2564655172) !important;
}

.btn-primary.btn-lighten-1:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-lighten-1:focus,
.btn-primary.btn-lighten-1:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.btn-outline-primary.btn-outline-lighten-1 {
  border-color: rgb(44.9461206897, 212.5538793103, 184.2564655172) !important;
  color: rgb(44.9461206897, 212.5538793103, 184.2564655172) !important;
}

.btn-outline-primary.btn-outline-lighten-1:hover {
  background-color: rgb(44.9461206897, 212.5538793103, 184.2564655172) !important;
}

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

.border-primary.border-lighten-1 {
  border: 1px solid rgb(44.9461206897, 212.5538793103, 184.2564655172) !important;
}

.border-top-primary.border-top-lighten-1 {
  border-top: 1px solid rgb(44.9461206897, 212.5538793103, 184.2564655172) !important;
}

.border-bottom-primary.border-bottom-lighten-1 {
  border-bottom: 1px solid rgb(44.9461206897, 212.5538793103, 184.2564655172) !important;
}

.border-left-primary.border-left-lighten-1 {
  border-left: 1px solid rgb(44.9461206897, 212.5538793103, 184.2564655172) !important;
}

.border-right-primary.border-right-lighten-1 {
  border-right: 1px solid rgb(44.9461206897, 212.5538793103, 184.2564655172) !important;
}

.overlay-primary.overlay-lighten-1 {
  background: rgb(44.9461206897, 212.5538793103, 184.2564655172);
  /* The Fallback */
  background: rgba(44.9461206897, 212.5538793103, 184.2564655172, 0.6);
}

.primary {
  color: #27c1a7 !important;
}

.bg-primary {
  background-color: #27c1a7 !important;
}

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

.alert-primary {
  background: rgba(39, 193, 167, 0.2) !important;
  color: #27c1a7 !important;
}

.alert-primary .alert-heading {
  box-shadow: rgba(39, 193, 167, 0.4) 0px 6px 15px -7px;
}

.alert-primary .alert-link {
  color: rgb(34.713362069, 171.786637931, 148.6443965517) !important;
}

.bg-rgba-primary {
  background: rgba(39, 193, 167, 0.15) !important;
}

.border-primary {
  border: 1px solid #27c1a7 !important;
}

.border-top-primary {
  border-top: 1px solid #27c1a7;
}

.border-bottom-primary {
  border-bottom: 1px solid #27c1a7;
}

.border-left-primary {
  border-left: 1px solid #27c1a7;
}

.border-right-primary {
  border-right: 1px solid #27c1a7;
}

.bg-primary.badge-glow,
.border-primary.badge-glow,
.badge-primary.badge-glow {
  box-shadow: 0px 0px 10px #27c1a7;
}

.badge.badge-primary {
  background-color: #27c1a7;
}

.overlay-primary {
  background: #27c1a7;
  /* The Fallback */
  background: rgba(39, 193, 167, 0.6);
}

.btn-primary {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: #27c1a7 !important;
  color: #fff;
}

.btn-primary:hover {
  border-color: rgb(34.713362069, 171.786637931, 148.6443965517) !important;
  color: #fff !important;
  box-shadow: 0 8px 25px -8px #27c1a7;
}

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

.btn-flat-primary {
  background-color: transparent;
  color: #27c1a7;
}

.btn-flat-primary:hover {
  color: #27c1a7;
  background-color: rgba(39, 193, 167, 0.1);
}

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

.btn-relief-primary {
  background-color: #27c1a7;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

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

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

.btn-outline-primary {
  border: 1px solid #27c1a7;
  background-color: transparent;
  color: #27c1a7;
}

.btn-outline-primary:hover {
  background-color: rgba(39, 193, 167, 0.08);
  color: #27c1a7;
}

.btn-outline-primary:active {
  color: #fff !important;
}

.btn-primary ~ .dropdown-menu .dropdown-item.active,
.btn-outline-primary ~ .dropdown-menu .dropdown-item.active,
.btn-flat-primary ~ .dropdown-menu .dropdown-item.active {
  background-color: #27c1a7;
  color: #fff;
}

.btn-primary ~ .dropdown-menu .dropdown-item.active:hover,
.btn-outline-primary ~ .dropdown-menu .dropdown-item.active:hover,
.btn-flat-primary ~ .dropdown-menu .dropdown-item.active:hover {
  color: #fff;
}

.btn-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
  color: #27c1a7;
}

.dropdown.dropdown-icon-wrapper .btn-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-flat-primary ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-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-flat-primary ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-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-flat-primary ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-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-flat-primary ~ .dropdown-menu .dropdown-item:hover i {
  color: #27c1a7;
}

.dropdown.dropdown-icon-wrapper .btn-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-flat-primary ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-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-flat-primary ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-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-flat-primary ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-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-flat-primary ~ .dropdown-menu .dropdown-item:active i {
  color: #fff;
}

.bullet.bullet-primary {
  background-color: #27c1a7;
}

.pagination-primary .page-item.active .page-link {
  background: #27c1a7;
  color: #fff;
}

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

.pagination-primary .page-item .page-link:hover {
  color: #27c1a7;
}

.pagination-primary .page-item.prev-item .page-link:hover,
.pagination-primary .page-item.next-item .page-link:hover {
  background: #27c1a7;
  color: #fff;
}

.nav-pill-primary .nav-item .nav-link.active {
  color: #fff;
  background-color: #27c1a7 !important;
}

.progress-bar-primary {
  background-color: rgba(39, 193, 167, 0.1);
}

.progress-bar-primary .progress-bar {
  background-color: #27c1a7;
}

.chip-primary {
  background-color: #27c1a7 !important;
}

.chip-primary .chip-body {
  color: #fff !important;
}

.divider.divider-primary .divider-text:before,
.divider.divider-primary .divider-text:after {
  border-color: #27c1a7 !important;
}

input[type=checkbox].bg-primary + .custom-control-label:before,
input[type=radio].bg-primary + .custom-control-label:before {
  background-color: #27c1a7 !important;
}

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

.vs-checkbox-primary input:checked ~ .vs-checkbox {
  border-color: #27c1a7 !important;
}

.vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check {
  background-color: #27c1a7 !important;
}

.vs-checkbox-primary input:active:checked + .vs-checkbox .vs-checkbox--check {
  background-color: #27c1a7 !important;
}

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

.vs-radio-primary input:checked ~ .vs-radio .vs-radio--circle {
  background: #27c1a7 !important;
  box-shadow: 0 3px 12px 0 rgba(39, 193, 167, 0.4) !important;
}

.primary.darken-1 {
  color: rgb(34.713362069, 171.786637931, 148.6443965517) !important;
}

.bg-primary.bg-darken-1 {
  background-color: rgb(34.713362069, 171.786637931, 148.6443965517) !important;
}

.btn-primary.btn-darken-1 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(34.713362069, 171.786637931, 148.6443965517) !important;
}

.btn-primary.btn-darken-1:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-darken-1:focus,
.btn-primary.btn-darken-1:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.btn-outline-primary.btn-outline-darken-1 {
  border-color: rgb(34.713362069, 171.786637931, 148.6443965517) !important;
  color: rgb(34.713362069, 171.786637931, 148.6443965517) !important;
}

.btn-outline-primary.btn-outline-darken-1:hover {
  background-color: rgb(34.713362069, 171.786637931, 148.6443965517) !important;
}

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

.border-primary.border-darken-1 {
  border: 1px solid rgb(34.713362069, 171.786637931, 148.6443965517) !important;
}

.border-top-primary.border-top-darken-1 {
  border-top: 1px solid rgb(34.713362069, 171.786637931, 148.6443965517) !important;
}

.border-bottom-primary.border-bottom-darken-1 {
  border-bottom: 1px solid rgb(34.713362069, 171.786637931, 148.6443965517) !important;
}

.border-left-primary.border-left-darken-1 {
  border-left: 1px solid rgb(34.713362069, 171.786637931, 148.6443965517) !important;
}

.border-right-primary.border-right-darken-1 {
  border-right: 1px solid rgb(34.713362069, 171.786637931, 148.6443965517) !important;
}

.overlay-primary.overlay-darken-1 {
  background: rgb(34.713362069, 171.786637931, 148.6443965517);
  /* The Fallback */
  background: rgba(34.713362069, 171.786637931, 148.6443965517, 0.6);
}

.primary.darken-2 {
  color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
}

.bg-primary.bg-darken-2 {
  background-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
}

.btn-primary.btn-darken-2 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
}

.btn-primary.btn-darken-2:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-darken-2:focus,
.btn-primary.btn-darken-2:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.btn-outline-primary.btn-outline-darken-2 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
}

.btn-outline-primary.btn-outline-darken-2:hover {
  background-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
}

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

.border-primary.border-darken-2 {
  border: 1px solid rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
}

.border-top-primary.border-top-darken-2 {
  border-top: 1px solid rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
}

.border-bottom-primary.border-bottom-darken-2 {
  border-bottom: 1px solid rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
}

.border-left-primary.border-left-darken-2 {
  border-left: 1px solid rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
}

.border-right-primary.border-right-darken-2 {
  border-right: 1px solid rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
}

.overlay-primary.overlay-darken-2 {
  background: rgb(30.4267241379, 150.5732758621, 130.2887931034);
  /* The Fallback */
  background: rgba(30.4267241379, 150.5732758621, 130.2887931034, 0.6);
}

.primary.darken-3 {
  color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.bg-primary.bg-darken-3 {
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-darken-3 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-darken-3:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-darken-3:focus,
.btn-primary.btn-darken-3:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.btn-outline-primary.btn-outline-darken-3 {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-outline-primary.btn-outline-darken-3:hover {
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

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

.border-primary.border-darken-3 {
  border: 1px solid rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.border-top-primary.border-top-darken-3 {
  border-top: 1px solid rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.border-bottom-primary.border-bottom-darken-3 {
  border-bottom: 1px solid rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.border-left-primary.border-left-darken-3 {
  border-left: 1px solid rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.border-right-primary.border-right-darken-3 {
  border-right: 1px solid rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.overlay-primary.overlay-darken-3 {
  background: rgb(26.1400862069, 129.3599137931, 111.9331896552);
  /* The Fallback */
  background: rgba(26.1400862069, 129.3599137931, 111.9331896552, 0.6);
}

.primary.darken-4 {
  color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.bg-primary.bg-darken-4 {
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.btn-primary.btn-darken-4 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.btn-primary.btn-darken-4:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-darken-4:focus,
.btn-primary.btn-darken-4:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.btn-outline-primary.btn-outline-darken-4 {
  border-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
  color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.btn-outline-primary.btn-outline-darken-4:hover {
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

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

.border-primary.border-darken-4 {
  border: 1px solid rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.border-top-primary.border-top-darken-4 {
  border-top: 1px solid rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.border-bottom-primary.border-bottom-darken-4 {
  border-bottom: 1px solid rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.border-left-primary.border-left-darken-4 {
  border-left: 1px solid rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.border-right-primary.border-right-darken-4 {
  border-right: 1px solid rgb(21.8534482759, 108.1465517241, 93.5775862069) !important;
}

.overlay-primary.overlay-darken-4 {
  background: rgb(21.8534482759, 108.1465517241, 93.5775862069);
  /* The Fallback */
  background: rgba(21.8534482759, 108.1465517241, 93.5775862069, 0.6);
}

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

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

.btn-primary.btn-accent-1 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: #BDFDFF !important;
}

.btn-primary.btn-accent-1:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-accent-1:focus,
.btn-primary.btn-accent-1:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !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;
}

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

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

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

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

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

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

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

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

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

.btn-primary.btn-accent-2 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: #8AFBFF !important;
}

.btn-primary.btn-accent-2:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-accent-2:focus,
.btn-primary.btn-accent-2:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !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;
}

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

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

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

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

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

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

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

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

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

.btn-primary.btn-accent-3 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: #57FAFF !important;
}

.btn-primary.btn-accent-3:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-accent-3:focus,
.btn-primary.btn-accent-3:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !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;
}

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

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

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

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

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

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

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

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

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

.btn-primary.btn-accent-4 {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: #3DF9FF !important;
}

.btn-primary.btn-accent-4:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-accent-4:focus,
.btn-primary.btn-accent-4:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !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;
}

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

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

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

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

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

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

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

.primary.gradient-bg {
  color: #640064 !important;
}

.bg-primary.bg-gradient-bg {
  background-color: #640064 !important;
}

.btn-primary.btn-gradient-bg {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: #640064 !important;
}

.btn-primary.btn-gradient-bg:hover {
  border-color: rgb(30.4267241379, 150.5732758621, 130.2887931034) !important;
  background-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
}

.btn-primary.btn-gradient-bg:focus,
.btn-primary.btn-gradient-bg:active {
  border-color: rgb(26.1400862069, 129.3599137931, 111.9331896552) !important;
  background-color: rgb(21.8534482759, 108.1465517241, 93.5775862069) !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(100, 0, 100, 0.6);
}

.secondary.gradient-light {
  color: rgb(220.3498655492, 221.623471291, 235.6331344508) !important;
}

.bg-secondary.bg-gradient-light {
  background-color: rgb(220.3498655492, 221.623471291, 235.6331344508) !important;
}

.btn-secondary.btn-gradient-light {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(220.3498655492, 221.623471291, 235.6331344508) !important;
}

.btn-secondary.btn-gradient-light:hover {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-secondary.btn-gradient-light:focus,
.btn-secondary.btn-gradient-light:active {
  border-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
  background-color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.btn-outline-secondary.btn-outline-gradient-light {
  border-color: rgb(220.3498655492, 221.623471291, 235.6331344508) !important;
  color: rgb(220.3498655492, 221.623471291, 235.6331344508) !important;
}

.btn-outline-secondary.btn-outline-gradient-light:hover {
  background-color: rgb(220.3498655492, 221.623471291, 235.6331344508) !important;
}

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

.border-secondary.border-gradient-light {
  border: 1px solid rgb(220.3498655492, 221.623471291, 235.6331344508) !important;
}

.border-top-secondary.border-top-gradient-light {
  border-top: 1px solid rgb(220.3498655492, 221.623471291, 235.6331344508) !important;
}

.border-bottom-secondary.border-bottom-gradient-light {
  border-bottom: 1px solid rgb(220.3498655492, 221.623471291, 235.6331344508) !important;
}

.border-left-secondary.border-left-gradient-light {
  border-left: 1px solid rgb(220.3498655492, 221.623471291, 235.6331344508) !important;
}

.border-right-secondary.border-right-gradient-light {
  border-right: 1px solid rgb(220.3498655492, 221.623471291, 235.6331344508) !important;
}

.overlay-secondary.overlay-gradient-light {
  background: rgb(220.3498655492, 221.623471291, 235.6331344508);
  /* The Fallback */
  background: rgba(220.3498655492, 221.623471291, 235.6331344508, 0.6);
}

.secondary.lighten-5 {
  color: white !important;
}

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

.btn-secondary.btn-lighten-5 {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: white !important;
}

.btn-secondary.btn-lighten-5:hover {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-secondary.btn-lighten-5:focus,
.btn-secondary.btn-lighten-5:active {
  border-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
  background-color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.btn-outline-secondary.btn-outline-lighten-5 {
  border-color: white !important;
  color: white !important;
}

.btn-outline-secondary.btn-outline-lighten-5:hover {
  background-color: white !important;
}

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

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

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

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

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

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

.overlay-secondary.overlay-lighten-5 {
  background: white;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.6);
}

.secondary.lighten-4 {
  color: rgb(243.3606557377, 245, 246.6393442623) !important;
}

.bg-secondary.bg-lighten-4 {
  background-color: rgb(243.3606557377, 245, 246.6393442623) !important;
}

.btn-secondary.btn-lighten-4 {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(243.3606557377, 245, 246.6393442623) !important;
}

.btn-secondary.btn-lighten-4:hover {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-secondary.btn-lighten-4:focus,
.btn-secondary.btn-lighten-4:active {
  border-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
  background-color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.btn-outline-secondary.btn-outline-lighten-4 {
  border-color: rgb(243.3606557377, 245, 246.6393442623) !important;
  color: rgb(243.3606557377, 245, 246.6393442623) !important;
}

.btn-outline-secondary.btn-outline-lighten-4:hover {
  background-color: rgb(243.3606557377, 245, 246.6393442623) !important;
}

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

.border-secondary.border-lighten-4 {
  border: 1px solid rgb(243.3606557377, 245, 246.6393442623) !important;
}

.border-top-secondary.border-top-lighten-4 {
  border-top: 1px solid rgb(243.3606557377, 245, 246.6393442623) !important;
}

.border-bottom-secondary.border-bottom-lighten-4 {
  border-bottom: 1px solid rgb(243.3606557377, 245, 246.6393442623) !important;
}

.border-left-secondary.border-left-lighten-4 {
  border-left: 1px solid rgb(243.3606557377, 245, 246.6393442623) !important;
}

.border-right-secondary.border-right-lighten-4 {
  border-right: 1px solid rgb(243.3606557377, 245, 246.6393442623) !important;
}

.overlay-secondary.overlay-lighten-4 {
  background: rgb(243.3606557377, 245, 246.6393442623);
  /* The Fallback */
  background: rgba(243.3606557377, 245, 246.6393442623, 0.6);
}

.secondary.lighten-3 {
  color: rgb(228.5204918033, 232.25, 235.9795081967) !important;
}

.bg-secondary.bg-lighten-3 {
  background-color: rgb(228.5204918033, 232.25, 235.9795081967) !important;
}

.btn-secondary.btn-lighten-3 {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(228.5204918033, 232.25, 235.9795081967) !important;
}

.btn-secondary.btn-lighten-3:hover {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-secondary.btn-lighten-3:focus,
.btn-secondary.btn-lighten-3:active {
  border-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
  background-color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.btn-outline-secondary.btn-outline-lighten-3 {
  border-color: rgb(228.5204918033, 232.25, 235.9795081967) !important;
  color: rgb(228.5204918033, 232.25, 235.9795081967) !important;
}

.btn-outline-secondary.btn-outline-lighten-3:hover {
  background-color: rgb(228.5204918033, 232.25, 235.9795081967) !important;
}

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

.border-secondary.border-lighten-3 {
  border: 1px solid rgb(228.5204918033, 232.25, 235.9795081967) !important;
}

.border-top-secondary.border-top-lighten-3 {
  border-top: 1px solid rgb(228.5204918033, 232.25, 235.9795081967) !important;
}

.border-bottom-secondary.border-bottom-lighten-3 {
  border-bottom: 1px solid rgb(228.5204918033, 232.25, 235.9795081967) !important;
}

.border-left-secondary.border-left-lighten-3 {
  border-left: 1px solid rgb(228.5204918033, 232.25, 235.9795081967) !important;
}

.border-right-secondary.border-right-lighten-3 {
  border-right: 1px solid rgb(228.5204918033, 232.25, 235.9795081967) !important;
}

.overlay-secondary.overlay-lighten-3 {
  background: rgb(228.5204918033, 232.25, 235.9795081967);
  /* The Fallback */
  background: rgba(228.5204918033, 232.25, 235.9795081967, 0.6);
}

.secondary.lighten-2 {
  color: rgb(213.6803278689, 219.5, 225.3196721311) !important;
}

.bg-secondary.bg-lighten-2 {
  background-color: rgb(213.6803278689, 219.5, 225.3196721311) !important;
}

.btn-secondary.btn-lighten-2 {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(213.6803278689, 219.5, 225.3196721311) !important;
}

.btn-secondary.btn-lighten-2:hover {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-secondary.btn-lighten-2:focus,
.btn-secondary.btn-lighten-2:active {
  border-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
  background-color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.btn-outline-secondary.btn-outline-lighten-2 {
  border-color: rgb(213.6803278689, 219.5, 225.3196721311) !important;
  color: rgb(213.6803278689, 219.5, 225.3196721311) !important;
}

.btn-outline-secondary.btn-outline-lighten-2:hover {
  background-color: rgb(213.6803278689, 219.5, 225.3196721311) !important;
}

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

.border-secondary.border-lighten-2 {
  border: 1px solid rgb(213.6803278689, 219.5, 225.3196721311) !important;
}

.border-top-secondary.border-top-lighten-2 {
  border-top: 1px solid rgb(213.6803278689, 219.5, 225.3196721311) !important;
}

.border-bottom-secondary.border-bottom-lighten-2 {
  border-bottom: 1px solid rgb(213.6803278689, 219.5, 225.3196721311) !important;
}

.border-left-secondary.border-left-lighten-2 {
  border-left: 1px solid rgb(213.6803278689, 219.5, 225.3196721311) !important;
}

.border-right-secondary.border-right-lighten-2 {
  border-right: 1px solid rgb(213.6803278689, 219.5, 225.3196721311) !important;
}

.overlay-secondary.overlay-lighten-2 {
  background: rgb(213.6803278689, 219.5, 225.3196721311);
  /* The Fallback */
  background: rgba(213.6803278689, 219.5, 225.3196721311, 0.6);
}

.secondary.lighten-1 {
  color: rgb(198.8401639344, 206.75, 214.6598360656) !important;
}

.bg-secondary.bg-lighten-1 {
  background-color: rgb(198.8401639344, 206.75, 214.6598360656) !important;
}

.btn-secondary.btn-lighten-1 {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(198.8401639344, 206.75, 214.6598360656) !important;
}

.btn-secondary.btn-lighten-1:hover {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-secondary.btn-lighten-1:focus,
.btn-secondary.btn-lighten-1:active {
  border-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
  background-color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.btn-outline-secondary.btn-outline-lighten-1 {
  border-color: rgb(198.8401639344, 206.75, 214.6598360656) !important;
  color: rgb(198.8401639344, 206.75, 214.6598360656) !important;
}

.btn-outline-secondary.btn-outline-lighten-1:hover {
  background-color: rgb(198.8401639344, 206.75, 214.6598360656) !important;
}

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

.border-secondary.border-lighten-1 {
  border: 1px solid rgb(198.8401639344, 206.75, 214.6598360656) !important;
}

.border-top-secondary.border-top-lighten-1 {
  border-top: 1px solid rgb(198.8401639344, 206.75, 214.6598360656) !important;
}

.border-bottom-secondary.border-bottom-lighten-1 {
  border-bottom: 1px solid rgb(198.8401639344, 206.75, 214.6598360656) !important;
}

.border-left-secondary.border-left-lighten-1 {
  border-left: 1px solid rgb(198.8401639344, 206.75, 214.6598360656) !important;
}

.border-right-secondary.border-right-lighten-1 {
  border-right: 1px solid rgb(198.8401639344, 206.75, 214.6598360656) !important;
}

.overlay-secondary.overlay-lighten-1 {
  background: rgb(198.8401639344, 206.75, 214.6598360656);
  /* The Fallback */
  background: rgba(198.8401639344, 206.75, 214.6598360656, 0.6);
}

.secondary {
  color: #b8c2cc !important;
}

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

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

.alert-secondary {
  background: rgba(184, 194, 204, 0.2) !important;
  color: #b8c2cc !important;
}

.alert-secondary .alert-heading {
  box-shadow: rgba(184, 194, 204, 0.4) 0px 6px 15px -7px;
}

.alert-secondary .alert-link {
  color: rgb(169.1598360656, 181.25, 193.3401639344) !important;
}

.bg-rgba-secondary {
  background: rgba(184, 194, 204, 0.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;
}

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

.badge.badge-secondary {
  background-color: #b8c2cc;
}

.overlay-secondary {
  background: #b8c2cc;
  /* The Fallback */
  background: rgba(184, 194, 204, 0.6);
}

.btn-secondary {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: #b8c2cc !important;
  color: #fff;
}

.btn-secondary:hover {
  border-color: rgb(169.1598360656, 181.25, 193.3401639344) !important;
  color: #fff !important;
  box-shadow: 0 8px 25px -8px #b8c2cc;
}

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

.btn-flat-secondary {
  background-color: transparent;
  color: #b8c2cc;
}

.btn-flat-secondary:hover {
  color: #b8c2cc;
  background-color: rgba(184, 194, 204, 0.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, 0.2);
  color: #fff;
}

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

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

.btn-outline-secondary {
  border: 1px solid #b8c2cc;
  background-color: transparent;
  color: #b8c2cc;
}

.btn-outline-secondary:hover {
  background-color: rgba(184, 194, 204, 0.08);
  color: #b8c2cc;
}

.btn-outline-secondary:active {
  color: #fff !important;
}

.btn-secondary ~ .dropdown-menu .dropdown-item.active,
.btn-outline-secondary ~ .dropdown-menu .dropdown-item.active,
.btn-flat-secondary ~ .dropdown-menu .dropdown-item.active {
  background-color: #b8c2cc;
  color: #fff;
}

.btn-secondary ~ .dropdown-menu .dropdown-item.active:hover,
.btn-outline-secondary ~ .dropdown-menu .dropdown-item.active:hover,
.btn-flat-secondary ~ .dropdown-menu .dropdown-item.active:hover {
  color: #fff;
}

.btn-secondary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-secondary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-secondary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
  color: #b8c2cc;
}

.dropdown.dropdown-icon-wrapper .btn-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-flat-secondary ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-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-flat-secondary ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-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-flat-secondary ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-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-flat-secondary ~ .dropdown-menu .dropdown-item:hover i {
  color: #b8c2cc;
}

.dropdown.dropdown-icon-wrapper .btn-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-flat-secondary ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-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-flat-secondary ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-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-flat-secondary ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-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-flat-secondary ~ .dropdown-menu .dropdown-item:active i {
  color: #fff;
}

.bullet.bullet-secondary {
  background-color: #b8c2cc;
}

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

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

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

.pagination-secondary .page-item.prev-item .page-link:hover,
.pagination-secondary .page-item.next-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, 0.1);
}

.progress-bar-secondary .progress-bar {
  background-color: #b8c2cc;
}

.chip-secondary {
  background-color: #b8c2cc !important;
}

.chip-secondary .chip-body {
  color: #fff !important;
}

.divider.divider-secondary .divider-text:before,
.divider.divider-secondary .divider-text:after {
  border-color: #b8c2cc !important;
}

input[type=checkbox].bg-secondary + .custom-control-label:before,
input[type=radio].bg-secondary + .custom-control-label:before {
  background-color: #b8c2cc !important;
}

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

.vs-checkbox-secondary input:checked ~ .vs-checkbox {
  border-color: #b8c2cc !important;
}

.vs-checkbox-secondary input:checked ~ .vs-checkbox .vs-checkbox--check {
  background-color: #b8c2cc !important;
}

.vs-checkbox-secondary input:active:checked + .vs-checkbox .vs-checkbox--check {
  background-color: #b8c2cc !important;
}

.custom-switch-secondary .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b8c2cc !important;
  color: #fff;
  transition: all 0.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, 0.4) !important;
}

.secondary.darken-1 {
  color: rgb(169.1598360656, 181.25, 193.3401639344) !important;
}

.bg-secondary.bg-darken-1 {
  background-color: rgb(169.1598360656, 181.25, 193.3401639344) !important;
}

.btn-secondary.btn-darken-1 {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(169.1598360656, 181.25, 193.3401639344) !important;
}

.btn-secondary.btn-darken-1:hover {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-secondary.btn-darken-1:focus,
.btn-secondary.btn-darken-1:active {
  border-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
  background-color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.btn-outline-secondary.btn-outline-darken-1 {
  border-color: rgb(169.1598360656, 181.25, 193.3401639344) !important;
  color: rgb(169.1598360656, 181.25, 193.3401639344) !important;
}

.btn-outline-secondary.btn-outline-darken-1:hover {
  background-color: rgb(169.1598360656, 181.25, 193.3401639344) !important;
}

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

.border-secondary.border-darken-1 {
  border: 1px solid rgb(169.1598360656, 181.25, 193.3401639344) !important;
}

.border-top-secondary.border-top-darken-1 {
  border-top: 1px solid rgb(169.1598360656, 181.25, 193.3401639344) !important;
}

.border-bottom-secondary.border-bottom-darken-1 {
  border-bottom: 1px solid rgb(169.1598360656, 181.25, 193.3401639344) !important;
}

.border-left-secondary.border-left-darken-1 {
  border-left: 1px solid rgb(169.1598360656, 181.25, 193.3401639344) !important;
}

.border-right-secondary.border-right-darken-1 {
  border-right: 1px solid rgb(169.1598360656, 181.25, 193.3401639344) !important;
}

.overlay-secondary.overlay-darken-1 {
  background: rgb(169.1598360656, 181.25, 193.3401639344);
  /* The Fallback */
  background: rgba(169.1598360656, 181.25, 193.3401639344, 0.6);
}

.secondary.darken-2 {
  color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
}

.bg-secondary.bg-darken-2 {
  background-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
}

.btn-secondary.btn-darken-2 {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
}

.btn-secondary.btn-darken-2:hover {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-secondary.btn-darken-2:focus,
.btn-secondary.btn-darken-2:active {
  border-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
  background-color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.btn-outline-secondary.btn-outline-darken-2 {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
}

.btn-outline-secondary.btn-outline-darken-2:hover {
  background-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
}

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

.border-secondary.border-darken-2 {
  border: 1px solid rgb(154.3196721311, 168.5, 182.6803278689) !important;
}

.border-top-secondary.border-top-darken-2 {
  border-top: 1px solid rgb(154.3196721311, 168.5, 182.6803278689) !important;
}

.border-bottom-secondary.border-bottom-darken-2 {
  border-bottom: 1px solid rgb(154.3196721311, 168.5, 182.6803278689) !important;
}

.border-left-secondary.border-left-darken-2 {
  border-left: 1px solid rgb(154.3196721311, 168.5, 182.6803278689) !important;
}

.border-right-secondary.border-right-darken-2 {
  border-right: 1px solid rgb(154.3196721311, 168.5, 182.6803278689) !important;
}

.overlay-secondary.overlay-darken-2 {
  background: rgb(154.3196721311, 168.5, 182.6803278689);
  /* The Fallback */
  background: rgba(154.3196721311, 168.5, 182.6803278689, 0.6);
}

.secondary.darken-3 {
  color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.bg-secondary.bg-darken-3 {
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-secondary.btn-darken-3 {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-secondary.btn-darken-3:hover {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-secondary.btn-darken-3:focus,
.btn-secondary.btn-darken-3:active {
  border-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
  background-color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.btn-outline-secondary.btn-outline-darken-3 {
  border-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
  color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-outline-secondary.btn-outline-darken-3:hover {
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

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

.border-secondary.border-darken-3 {
  border: 1px solid rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.border-top-secondary.border-top-darken-3 {
  border-top: 1px solid rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.border-bottom-secondary.border-bottom-darken-3 {
  border-bottom: 1px solid rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.border-left-secondary.border-left-darken-3 {
  border-left: 1px solid rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.border-right-secondary.border-right-darken-3 {
  border-right: 1px solid rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.overlay-secondary.overlay-darken-3 {
  background: rgb(139.4795081967, 155.75, 172.0204918033);
  /* The Fallback */
  background: rgba(139.4795081967, 155.75, 172.0204918033, 0.6);
}

.secondary.darken-4 {
  color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.bg-secondary.bg-darken-4 {
  background-color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.btn-secondary.btn-darken-4 {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.btn-secondary.btn-darken-4:hover {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-secondary.btn-darken-4:focus,
.btn-secondary.btn-darken-4:active {
  border-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
  background-color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.btn-outline-secondary.btn-outline-darken-4 {
  border-color: rgb(124.6393442623, 143, 161.3606557377) !important;
  color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

.btn-outline-secondary.btn-outline-darken-4:hover {
  background-color: rgb(124.6393442623, 143, 161.3606557377) !important;
}

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

.border-secondary.border-darken-4 {
  border: 1px solid rgb(124.6393442623, 143, 161.3606557377) !important;
}

.border-top-secondary.border-top-darken-4 {
  border-top: 1px solid rgb(124.6393442623, 143, 161.3606557377) !important;
}

.border-bottom-secondary.border-bottom-darken-4 {
  border-bottom: 1px solid rgb(124.6393442623, 143, 161.3606557377) !important;
}

.border-left-secondary.border-left-darken-4 {
  border-left: 1px solid rgb(124.6393442623, 143, 161.3606557377) !important;
}

.border-right-secondary.border-right-darken-4 {
  border-right: 1px solid rgb(124.6393442623, 143, 161.3606557377) !important;
}

.overlay-secondary.overlay-darken-4 {
  background: rgb(124.6393442623, 143, 161.3606557377);
  /* The Fallback */
  background: rgba(124.6393442623, 143, 161.3606557377, 0.6);
}

.secondary.gradient-bg {
  color: #640064 !important;
}

.bg-secondary.bg-gradient-bg {
  background-color: #640064 !important;
}

.btn-secondary.btn-gradient-bg {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: #640064 !important;
}

.btn-secondary.btn-gradient-bg:hover {
  border-color: rgb(154.3196721311, 168.5, 182.6803278689) !important;
  background-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
}

.btn-secondary.btn-gradient-bg:focus,
.btn-secondary.btn-gradient-bg:active {
  border-color: rgb(139.4795081967, 155.75, 172.0204918033) !important;
  background-color: rgb(124.6393442623, 143, 161.3606557377) !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(100, 0, 100, 0.6);
}

.success.gradient-light {
  color: rgb(73.8812290858, 233.1017709142, 211.3216024566) !important;
}

.bg-success.bg-gradient-light {
  background-color: rgb(73.8812290858, 233.1017709142, 211.3216024566) !important;
}

.btn-success.btn-gradient-light {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(73.8812290858, 233.1017709142, 211.3216024566) !important;
}

.btn-success.btn-gradient-light:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-gradient-light:focus,
.btn-success.btn-gradient-light:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.btn-outline-success.btn-outline-gradient-light {
  border-color: rgb(73.8812290858, 233.1017709142, 211.3216024566) !important;
  color: rgb(73.8812290858, 233.1017709142, 211.3216024566) !important;
}

.btn-outline-success.btn-outline-gradient-light:hover {
  background-color: rgb(73.8812290858, 233.1017709142, 211.3216024566) !important;
}

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

.border-success.border-gradient-light {
  border: 1px solid rgb(73.8812290858, 233.1017709142, 211.3216024566) !important;
}

.border-top-success.border-top-gradient-light {
  border-top: 1px solid rgb(73.8812290858, 233.1017709142, 211.3216024566) !important;
}

.border-bottom-success.border-bottom-gradient-light {
  border-bottom: 1px solid rgb(73.8812290858, 233.1017709142, 211.3216024566) !important;
}

.border-left-success.border-left-gradient-light {
  border-left: 1px solid rgb(73.8812290858, 233.1017709142, 211.3216024566) !important;
}

.border-right-success.border-right-gradient-light {
  border-right: 1px solid rgb(73.8812290858, 233.1017709142, 211.3216024566) !important;
}

.overlay-success.overlay-gradient-light {
  background: rgb(73.8812290858, 233.1017709142, 211.3216024566);
  /* The Fallback */
  background: rgba(73.8812290858, 233.1017709142, 211.3216024566, 0.6);
}

.success.lighten-5 {
  color: rgb(135.5167364017, 230.9832635983, 178.1464435146) !important;
}

.bg-success.bg-lighten-5 {
  background-color: rgb(135.5167364017, 230.9832635983, 178.1464435146) !important;
}

.btn-success.btn-lighten-5 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(135.5167364017, 230.9832635983, 178.1464435146) !important;
}

.btn-success.btn-lighten-5:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-lighten-5:focus,
.btn-success.btn-lighten-5:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.btn-outline-success.btn-outline-lighten-5 {
  border-color: rgb(135.5167364017, 230.9832635983, 178.1464435146) !important;
  color: rgb(135.5167364017, 230.9832635983, 178.1464435146) !important;
}

.btn-outline-success.btn-outline-lighten-5:hover {
  background-color: rgb(135.5167364017, 230.9832635983, 178.1464435146) !important;
}

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

.border-success.border-lighten-5 {
  border: 1px solid rgb(135.5167364017, 230.9832635983, 178.1464435146) !important;
}

.border-top-success.border-top-lighten-5 {
  border-top: 1px solid rgb(135.5167364017, 230.9832635983, 178.1464435146) !important;
}

.border-bottom-success.border-bottom-lighten-5 {
  border-bottom: 1px solid rgb(135.5167364017, 230.9832635983, 178.1464435146) !important;
}

.border-left-success.border-left-lighten-5 {
  border-left: 1px solid rgb(135.5167364017, 230.9832635983, 178.1464435146) !important;
}

.border-right-success.border-right-lighten-5 {
  border-right: 1px solid rgb(135.5167364017, 230.9832635983, 178.1464435146) !important;
}

.overlay-success.overlay-lighten-5 {
  background: rgb(135.5167364017, 230.9832635983, 178.1464435146);
  /* The Fallback */
  background: rgba(135.5167364017, 230.9832635983, 178.1464435146, 0.6);
}

.success.lighten-4 {
  color: rgb(114.2845188285, 226.7154811715, 164.489539749) !important;
}

.bg-success.bg-lighten-4 {
  background-color: rgb(114.2845188285, 226.7154811715, 164.489539749) !important;
}

.btn-success.btn-lighten-4 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(114.2845188285, 226.7154811715, 164.489539749) !important;
}

.btn-success.btn-lighten-4:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-lighten-4:focus,
.btn-success.btn-lighten-4:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.btn-outline-success.btn-outline-lighten-4 {
  border-color: rgb(114.2845188285, 226.7154811715, 164.489539749) !important;
  color: rgb(114.2845188285, 226.7154811715, 164.489539749) !important;
}

.btn-outline-success.btn-outline-lighten-4:hover {
  background-color: rgb(114.2845188285, 226.7154811715, 164.489539749) !important;
}

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

.border-success.border-lighten-4 {
  border: 1px solid rgb(114.2845188285, 226.7154811715, 164.489539749) !important;
}

.border-top-success.border-top-lighten-4 {
  border-top: 1px solid rgb(114.2845188285, 226.7154811715, 164.489539749) !important;
}

.border-bottom-success.border-bottom-lighten-4 {
  border-bottom: 1px solid rgb(114.2845188285, 226.7154811715, 164.489539749) !important;
}

.border-left-success.border-left-lighten-4 {
  border-left: 1px solid rgb(114.2845188285, 226.7154811715, 164.489539749) !important;
}

.border-right-success.border-right-lighten-4 {
  border-right: 1px solid rgb(114.2845188285, 226.7154811715, 164.489539749) !important;
}

.overlay-success.overlay-lighten-4 {
  background: rgb(114.2845188285, 226.7154811715, 164.489539749);
  /* The Fallback */
  background: rgba(114.2845188285, 226.7154811715, 164.489539749, 0.6);
}

.success.lighten-3 {
  color: rgb(93.0523012552, 222.4476987448, 150.8326359833) !important;
}

.bg-success.bg-lighten-3 {
  background-color: rgb(93.0523012552, 222.4476987448, 150.8326359833) !important;
}

.btn-success.btn-lighten-3 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(93.0523012552, 222.4476987448, 150.8326359833) !important;
}

.btn-success.btn-lighten-3:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-lighten-3:focus,
.btn-success.btn-lighten-3:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.btn-outline-success.btn-outline-lighten-3 {
  border-color: rgb(93.0523012552, 222.4476987448, 150.8326359833) !important;
  color: rgb(93.0523012552, 222.4476987448, 150.8326359833) !important;
}

.btn-outline-success.btn-outline-lighten-3:hover {
  background-color: rgb(93.0523012552, 222.4476987448, 150.8326359833) !important;
}

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

.border-success.border-lighten-3 {
  border: 1px solid rgb(93.0523012552, 222.4476987448, 150.8326359833) !important;
}

.border-top-success.border-top-lighten-3 {
  border-top: 1px solid rgb(93.0523012552, 222.4476987448, 150.8326359833) !important;
}

.border-bottom-success.border-bottom-lighten-3 {
  border-bottom: 1px solid rgb(93.0523012552, 222.4476987448, 150.8326359833) !important;
}

.border-left-success.border-left-lighten-3 {
  border-left: 1px solid rgb(93.0523012552, 222.4476987448, 150.8326359833) !important;
}

.border-right-success.border-right-lighten-3 {
  border-right: 1px solid rgb(93.0523012552, 222.4476987448, 150.8326359833) !important;
}

.overlay-success.overlay-lighten-3 {
  background: rgb(93.0523012552, 222.4476987448, 150.8326359833);
  /* The Fallback */
  background: rgba(93.0523012552, 222.4476987448, 150.8326359833, 0.6);
}

.success.lighten-2 {
  color: rgb(71.820083682, 218.179916318, 137.1757322176) !important;
}

.bg-success.bg-lighten-2 {
  background-color: rgb(71.820083682, 218.179916318, 137.1757322176) !important;
}

.btn-success.btn-lighten-2 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(71.820083682, 218.179916318, 137.1757322176) !important;
}

.btn-success.btn-lighten-2:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-lighten-2:focus,
.btn-success.btn-lighten-2:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.btn-outline-success.btn-outline-lighten-2 {
  border-color: rgb(71.820083682, 218.179916318, 137.1757322176) !important;
  color: rgb(71.820083682, 218.179916318, 137.1757322176) !important;
}

.btn-outline-success.btn-outline-lighten-2:hover {
  background-color: rgb(71.820083682, 218.179916318, 137.1757322176) !important;
}

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

.border-success.border-lighten-2 {
  border: 1px solid rgb(71.820083682, 218.179916318, 137.1757322176) !important;
}

.border-top-success.border-top-lighten-2 {
  border-top: 1px solid rgb(71.820083682, 218.179916318, 137.1757322176) !important;
}

.border-bottom-success.border-bottom-lighten-2 {
  border-bottom: 1px solid rgb(71.820083682, 218.179916318, 137.1757322176) !important;
}

.border-left-success.border-left-lighten-2 {
  border-left: 1px solid rgb(71.820083682, 218.179916318, 137.1757322176) !important;
}

.border-right-success.border-right-lighten-2 {
  border-right: 1px solid rgb(71.820083682, 218.179916318, 137.1757322176) !important;
}

.overlay-success.overlay-lighten-2 {
  background: rgb(71.820083682, 218.179916318, 137.1757322176);
  /* The Fallback */
  background: rgba(71.820083682, 218.179916318, 137.1757322176, 0.6);
}

.success.lighten-1 {
  color: rgb(50.5878661088, 213.9121338912, 123.5188284519) !important;
}

.bg-success.bg-lighten-1 {
  background-color: rgb(50.5878661088, 213.9121338912, 123.5188284519) !important;
}

.btn-success.btn-lighten-1 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(50.5878661088, 213.9121338912, 123.5188284519) !important;
}

.btn-success.btn-lighten-1:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-lighten-1:focus,
.btn-success.btn-lighten-1:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.btn-outline-success.btn-outline-lighten-1 {
  border-color: rgb(50.5878661088, 213.9121338912, 123.5188284519) !important;
  color: rgb(50.5878661088, 213.9121338912, 123.5188284519) !important;
}

.btn-outline-success.btn-outline-lighten-1:hover {
  background-color: rgb(50.5878661088, 213.9121338912, 123.5188284519) !important;
}

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

.border-success.border-lighten-1 {
  border: 1px solid rgb(50.5878661088, 213.9121338912, 123.5188284519) !important;
}

.border-top-success.border-top-lighten-1 {
  border-top: 1px solid rgb(50.5878661088, 213.9121338912, 123.5188284519) !important;
}

.border-bottom-success.border-bottom-lighten-1 {
  border-bottom: 1px solid rgb(50.5878661088, 213.9121338912, 123.5188284519) !important;
}

.border-left-success.border-left-lighten-1 {
  border-left: 1px solid rgb(50.5878661088, 213.9121338912, 123.5188284519) !important;
}

.border-right-success.border-right-lighten-1 {
  border-right: 1px solid rgb(50.5878661088, 213.9121338912, 123.5188284519) !important;
}

.overlay-success.overlay-lighten-1 {
  background: rgb(50.5878661088, 213.9121338912, 123.5188284519);
  /* The Fallback */
  background: rgba(50.5878661088, 213.9121338912, 123.5188284519, 0.6);
}

.success {
  color: #28c76f !important;
}

.bg-success {
  background-color: #28c76f !important;
}

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

.alert-success {
  background: rgba(40, 199, 111, 0.2) !important;
  color: #28c76f !important;
}

.alert-success .alert-heading {
  box-shadow: rgba(40, 199, 111, 0.4) 0px 6px 15px -7px;
}

.alert-success .alert-link {
  color: rgb(35.7322175732, 177.7677824268, 99.1569037657) !important;
}

.bg-rgba-success {
  background: rgba(40, 199, 111, 0.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;
}

.bg-success.badge-glow,
.border-success.badge-glow,
.badge-success.badge-glow {
  box-shadow: 0px 0px 10px #28c76f;
}

.badge.badge-success {
  background-color: #28c76f;
}

.overlay-success {
  background: #28c76f;
  /* The Fallback */
  background: rgba(40, 199, 111, 0.6);
}

.btn-success {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: #28c76f !important;
  color: #fff;
}

.btn-success:hover {
  border-color: rgb(35.7322175732, 177.7677824268, 99.1569037657) !important;
  color: #fff !important;
  box-shadow: 0 8px 25px -8px #28c76f;
}

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

.btn-flat-success {
  background-color: transparent;
  color: #28c76f;
}

.btn-flat-success:hover {
  color: #28c76f;
  background-color: rgba(40, 199, 111, 0.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, 0.2);
  color: #fff;
}

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

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

.btn-outline-success {
  border: 1px solid #28c76f;
  background-color: transparent;
  color: #28c76f;
}

.btn-outline-success:hover {
  background-color: rgba(40, 199, 111, 0.08);
  color: #28c76f;
}

.btn-outline-success:active {
  color: #fff !important;
}

.btn-success ~ .dropdown-menu .dropdown-item.active,
.btn-outline-success ~ .dropdown-menu .dropdown-item.active,
.btn-flat-success ~ .dropdown-menu .dropdown-item.active {
  background-color: #28c76f;
  color: #fff;
}

.btn-success ~ .dropdown-menu .dropdown-item.active:hover,
.btn-outline-success ~ .dropdown-menu .dropdown-item.active:hover,
.btn-flat-success ~ .dropdown-menu .dropdown-item.active:hover {
  color: #fff;
}

.btn-success ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-success ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-success ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
  color: #28c76f;
}

.dropdown.dropdown-icon-wrapper .btn-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-flat-success ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-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-flat-success ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-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-flat-success ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-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-flat-success ~ .dropdown-menu .dropdown-item:hover i {
  color: #28c76f;
}

.dropdown.dropdown-icon-wrapper .btn-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-flat-success ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-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-flat-success ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-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-flat-success ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-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-flat-success ~ .dropdown-menu .dropdown-item:active i {
  color: #fff;
}

.bullet.bullet-success {
  background-color: #28c76f;
}

.pagination-success .page-item.active .page-link {
  background: #28c76f;
  color: #fff;
}

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

.pagination-success .page-item .page-link:hover {
  color: #28c76f;
}

.pagination-success .page-item.prev-item .page-link:hover,
.pagination-success .page-item.next-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, 0.1);
}

.progress-bar-success .progress-bar {
  background-color: #28c76f;
}

.chip-success {
  background-color: #28c76f !important;
}

.chip-success .chip-body {
  color: #fff !important;
}

.divider.divider-success .divider-text:before,
.divider.divider-success .divider-text:after {
  border-color: #28c76f !important;
}

input[type=checkbox].bg-success + .custom-control-label:before,
input[type=radio].bg-success + .custom-control-label:before {
  background-color: #28c76f !important;
}

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

.vs-checkbox-success input:checked ~ .vs-checkbox {
  border-color: #28c76f !important;
}

.vs-checkbox-success input:checked ~ .vs-checkbox .vs-checkbox--check {
  background-color: #28c76f !important;
}

.vs-checkbox-success input:active:checked + .vs-checkbox .vs-checkbox--check {
  background-color: #28c76f !important;
}

.custom-switch-success .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #28c76f !important;
  color: #fff;
  transition: all 0.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, 0.4) !important;
}

.success.darken-1 {
  color: rgb(35.7322175732, 177.7677824268, 99.1569037657) !important;
}

.bg-success.bg-darken-1 {
  background-color: rgb(35.7322175732, 177.7677824268, 99.1569037657) !important;
}

.btn-success.btn-darken-1 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(35.7322175732, 177.7677824268, 99.1569037657) !important;
}

.btn-success.btn-darken-1:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-darken-1:focus,
.btn-success.btn-darken-1:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.btn-outline-success.btn-outline-darken-1 {
  border-color: rgb(35.7322175732, 177.7677824268, 99.1569037657) !important;
  color: rgb(35.7322175732, 177.7677824268, 99.1569037657) !important;
}

.btn-outline-success.btn-outline-darken-1:hover {
  background-color: rgb(35.7322175732, 177.7677824268, 99.1569037657) !important;
}

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

.border-success.border-darken-1 {
  border: 1px solid rgb(35.7322175732, 177.7677824268, 99.1569037657) !important;
}

.border-top-success.border-top-darken-1 {
  border-top: 1px solid rgb(35.7322175732, 177.7677824268, 99.1569037657) !important;
}

.border-bottom-success.border-bottom-darken-1 {
  border-bottom: 1px solid rgb(35.7322175732, 177.7677824268, 99.1569037657) !important;
}

.border-left-success.border-left-darken-1 {
  border-left: 1px solid rgb(35.7322175732, 177.7677824268, 99.1569037657) !important;
}

.border-right-success.border-right-darken-1 {
  border-right: 1px solid rgb(35.7322175732, 177.7677824268, 99.1569037657) !important;
}

.overlay-success.overlay-darken-1 {
  background: rgb(35.7322175732, 177.7677824268, 99.1569037657);
  /* The Fallback */
  background: rgba(35.7322175732, 177.7677824268, 99.1569037657, 0.6);
}

.success.darken-2 {
  color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
}

.bg-success.bg-darken-2 {
  background-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
}

.btn-success.btn-darken-2 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
}

.btn-success.btn-darken-2:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-darken-2:focus,
.btn-success.btn-darken-2:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.btn-outline-success.btn-outline-darken-2 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
}

.btn-outline-success.btn-outline-darken-2:hover {
  background-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
}

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

.border-success.border-darken-2 {
  border: 1px solid rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
}

.border-top-success.border-top-darken-2 {
  border-top: 1px solid rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
}

.border-bottom-success.border-bottom-darken-2 {
  border-bottom: 1px solid rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
}

.border-left-success.border-left-darken-2 {
  border-left: 1px solid rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
}

.border-right-success.border-right-darken-2 {
  border-right: 1px solid rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
}

.overlay-success.overlay-darken-2 {
  background: rgb(31.4644351464, 156.5355648536, 87.3138075314);
  /* The Fallback */
  background: rgba(31.4644351464, 156.5355648536, 87.3138075314, 0.6);
}

.success.darken-3 {
  color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.bg-success.bg-darken-3 {
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-darken-3 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-darken-3:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-darken-3:focus,
.btn-success.btn-darken-3:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.btn-outline-success.btn-outline-darken-3 {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-outline-success.btn-outline-darken-3:hover {
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

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

.border-success.border-darken-3 {
  border: 1px solid rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.border-top-success.border-top-darken-3 {
  border-top: 1px solid rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.border-bottom-success.border-bottom-darken-3 {
  border-bottom: 1px solid rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.border-left-success.border-left-darken-3 {
  border-left: 1px solid rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.border-right-success.border-right-darken-3 {
  border-right: 1px solid rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.overlay-success.overlay-darken-3 {
  background: rgb(27.1966527197, 135.3033472803, 75.4707112971);
  /* The Fallback */
  background: rgba(27.1966527197, 135.3033472803, 75.4707112971, 0.6);
}

.success.darken-4 {
  color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.bg-success.bg-darken-4 {
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.btn-success.btn-darken-4 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.btn-success.btn-darken-4:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-darken-4:focus,
.btn-success.btn-darken-4:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.btn-outline-success.btn-outline-darken-4 {
  border-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
  color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.btn-outline-success.btn-outline-darken-4:hover {
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

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

.border-success.border-darken-4 {
  border: 1px solid rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.border-top-success.border-top-darken-4 {
  border-top: 1px solid rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.border-bottom-success.border-bottom-darken-4 {
  border-bottom: 1px solid rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.border-left-success.border-left-darken-4 {
  border-left: 1px solid rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.border-right-success.border-right-darken-4 {
  border-right: 1px solid rgb(22.9288702929, 114.0711297071, 63.6276150628) !important;
}

.overlay-success.overlay-darken-4 {
  background: rgb(22.9288702929, 114.0711297071, 63.6276150628);
  /* The Fallback */
  background: rgba(22.9288702929, 114.0711297071, 63.6276150628, 0.6);
}

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

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

.btn-success.btn-accent-1 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: #E1FFF1 !important;
}

.btn-success.btn-accent-1:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-accent-1:focus,
.btn-success.btn-accent-1:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !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;
}

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

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

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

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

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

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

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

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

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

.btn-success.btn-accent-2 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: #AEFFD9 !important;
}

.btn-success.btn-accent-2:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-accent-2:focus,
.btn-success.btn-accent-2:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !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;
}

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

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

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

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

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

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

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

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

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

.btn-success.btn-accent-3 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: #7BFFC1 !important;
}

.btn-success.btn-accent-3:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-accent-3:focus,
.btn-success.btn-accent-3:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !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;
}

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

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

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

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

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

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

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

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

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

.btn-success.btn-accent-4 {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: #62FFB5 !important;
}

.btn-success.btn-accent-4:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-accent-4:focus,
.btn-success.btn-accent-4:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !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;
}

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

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

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

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

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

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

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

.success.gradient-bg {
  color: #0064fa !important;
}

.bg-success.bg-gradient-bg {
  background-color: #0064fa !important;
}

.btn-success.btn-gradient-bg {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: #0064fa !important;
}

.btn-success.btn-gradient-bg:hover {
  border-color: rgb(31.4644351464, 156.5355648536, 87.3138075314) !important;
  background-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
}

.btn-success.btn-gradient-bg:focus,
.btn-success.btn-gradient-bg:active {
  border-color: rgb(27.1966527197, 135.3033472803, 75.4707112971) !important;
  background-color: rgb(22.9288702929, 114.0711297071, 63.6276150628) !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 100, 250, 0.6);
}

.info.gradient-light {
  color: rgb(44.983, 144.8617744253, 255) !important;
}

.bg-info.bg-gradient-light {
  background-color: rgb(44.983, 144.8617744253, 255) !important;
}

.btn-info.btn-gradient-light {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(44.983, 144.8617744253, 255) !important;
}

.btn-info.btn-gradient-light:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-gradient-light:focus,
.btn-info.btn-gradient-light:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !important;
}

.btn-outline-info.btn-outline-gradient-light {
  border-color: rgb(44.983, 144.8617744253, 255) !important;
  color: rgb(44.983, 144.8617744253, 255) !important;
}

.btn-outline-info.btn-outline-gradient-light:hover {
  background-color: rgb(44.983, 144.8617744253, 255) !important;
}

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

.border-info.border-gradient-light {
  border: 1px solid rgb(44.983, 144.8617744253, 255) !important;
}

.border-top-info.border-top-gradient-light {
  border-top: 1px solid rgb(44.983, 144.8617744253, 255) !important;
}

.border-bottom-info.border-bottom-gradient-light {
  border-bottom: 1px solid rgb(44.983, 144.8617744253, 255) !important;
}

.border-left-info.border-left-gradient-light {
  border-left: 1px solid rgb(44.983, 144.8617744253, 255) !important;
}

.border-right-info.border-right-gradient-light {
  border-right: 1px solid rgb(44.983, 144.8617744253, 255) !important;
}

.overlay-info.overlay-gradient-light {
  background: rgb(44.983, 144.8617744253, 255);
  /* The Fallback */
  background: rgba(44.983, 144.8617744253, 255, 0.6);
}

.info.lighten-5 {
  color: rgb(104.5, 238.7823275862, 255) !important;
}

.bg-info.bg-lighten-5 {
  background-color: rgb(104.5, 238.7823275862, 255) !important;
}

.btn-info.btn-lighten-5 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(104.5, 238.7823275862, 255) !important;
}

.btn-info.btn-lighten-5:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-lighten-5:focus,
.btn-info.btn-lighten-5:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !important;
}

.btn-outline-info.btn-outline-lighten-5 {
  border-color: rgb(104.5, 238.7823275862, 255) !important;
  color: rgb(104.5, 238.7823275862, 255) !important;
}

.btn-outline-info.btn-outline-lighten-5:hover {
  background-color: rgb(104.5, 238.7823275862, 255) !important;
}

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

.border-info.border-lighten-5 {
  border: 1px solid rgb(104.5, 238.7823275862, 255) !important;
}

.border-top-info.border-top-lighten-5 {
  border-top: 1px solid rgb(104.5, 238.7823275862, 255) !important;
}

.border-bottom-info.border-bottom-lighten-5 {
  border-bottom: 1px solid rgb(104.5, 238.7823275862, 255) !important;
}

.border-left-info.border-left-lighten-5 {
  border-left: 1px solid rgb(104.5, 238.7823275862, 255) !important;
}

.border-right-info.border-right-lighten-5 {
  border-right: 1px solid rgb(104.5, 238.7823275862, 255) !important;
}

.overlay-info.overlay-lighten-5 {
  background: rgb(104.5, 238.7823275862, 255);
  /* The Fallback */
  background: rgba(104.5, 238.7823275862, 255, 0.6);
}

.info.lighten-4 {
  color: rgb(79, 236.0344827586, 255) !important;
}

.bg-info.bg-lighten-4 {
  background-color: rgb(79, 236.0344827586, 255) !important;
}

.btn-info.btn-lighten-4 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(79, 236.0344827586, 255) !important;
}

.btn-info.btn-lighten-4:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-lighten-4:focus,
.btn-info.btn-lighten-4:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !important;
}

.btn-outline-info.btn-outline-lighten-4 {
  border-color: rgb(79, 236.0344827586, 255) !important;
  color: rgb(79, 236.0344827586, 255) !important;
}

.btn-outline-info.btn-outline-lighten-4:hover {
  background-color: rgb(79, 236.0344827586, 255) !important;
}

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

.border-info.border-lighten-4 {
  border: 1px solid rgb(79, 236.0344827586, 255) !important;
}

.border-top-info.border-top-lighten-4 {
  border-top: 1px solid rgb(79, 236.0344827586, 255) !important;
}

.border-bottom-info.border-bottom-lighten-4 {
  border-bottom: 1px solid rgb(79, 236.0344827586, 255) !important;
}

.border-left-info.border-left-lighten-4 {
  border-left: 1px solid rgb(79, 236.0344827586, 255) !important;
}

.border-right-info.border-right-lighten-4 {
  border-right: 1px solid rgb(79, 236.0344827586, 255) !important;
}

.overlay-info.overlay-lighten-4 {
  background: rgb(79, 236.0344827586, 255);
  /* The Fallback */
  background: rgba(79, 236.0344827586, 255, 0.6);
}

.info.lighten-3 {
  color: rgb(53.5, 233.286637931, 255) !important;
}

.bg-info.bg-lighten-3 {
  background-color: rgb(53.5, 233.286637931, 255) !important;
}

.btn-info.btn-lighten-3 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(53.5, 233.286637931, 255) !important;
}

.btn-info.btn-lighten-3:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-lighten-3:focus,
.btn-info.btn-lighten-3:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !important;
}

.btn-outline-info.btn-outline-lighten-3 {
  border-color: rgb(53.5, 233.286637931, 255) !important;
  color: rgb(53.5, 233.286637931, 255) !important;
}

.btn-outline-info.btn-outline-lighten-3:hover {
  background-color: rgb(53.5, 233.286637931, 255) !important;
}

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

.border-info.border-lighten-3 {
  border: 1px solid rgb(53.5, 233.286637931, 255) !important;
}

.border-top-info.border-top-lighten-3 {
  border-top: 1px solid rgb(53.5, 233.286637931, 255) !important;
}

.border-bottom-info.border-bottom-lighten-3 {
  border-bottom: 1px solid rgb(53.5, 233.286637931, 255) !important;
}

.border-left-info.border-left-lighten-3 {
  border-left: 1px solid rgb(53.5, 233.286637931, 255) !important;
}

.border-right-info.border-right-lighten-3 {
  border-right: 1px solid rgb(53.5, 233.286637931, 255) !important;
}

.overlay-info.overlay-lighten-3 {
  background: rgb(53.5, 233.286637931, 255);
  /* The Fallback */
  background: rgba(53.5, 233.286637931, 255, 0.6);
}

.info.lighten-2 {
  color: rgb(28, 230.5387931034, 255) !important;
}

.bg-info.bg-lighten-2 {
  background-color: rgb(28, 230.5387931034, 255) !important;
}

.btn-info.btn-lighten-2 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(28, 230.5387931034, 255) !important;
}

.btn-info.btn-lighten-2:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-lighten-2:focus,
.btn-info.btn-lighten-2:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !important;
}

.btn-outline-info.btn-outline-lighten-2 {
  border-color: rgb(28, 230.5387931034, 255) !important;
  color: rgb(28, 230.5387931034, 255) !important;
}

.btn-outline-info.btn-outline-lighten-2:hover {
  background-color: rgb(28, 230.5387931034, 255) !important;
}

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

.border-info.border-lighten-2 {
  border: 1px solid rgb(28, 230.5387931034, 255) !important;
}

.border-top-info.border-top-lighten-2 {
  border-top: 1px solid rgb(28, 230.5387931034, 255) !important;
}

.border-bottom-info.border-bottom-lighten-2 {
  border-bottom: 1px solid rgb(28, 230.5387931034, 255) !important;
}

.border-left-info.border-left-lighten-2 {
  border-left: 1px solid rgb(28, 230.5387931034, 255) !important;
}

.border-right-info.border-right-lighten-2 {
  border-right: 1px solid rgb(28, 230.5387931034, 255) !important;
}

.overlay-info.overlay-lighten-2 {
  background: rgb(28, 230.5387931034, 255);
  /* The Fallback */
  background: rgba(28, 230.5387931034, 255, 0.6);
}

.info.lighten-1 {
  color: rgb(2.5, 227.7909482759, 255) !important;
}

.bg-info.bg-lighten-1 {
  background-color: rgb(2.5, 227.7909482759, 255) !important;
}

.btn-info.btn-lighten-1 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(2.5, 227.7909482759, 255) !important;
}

.btn-info.btn-lighten-1:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-lighten-1:focus,
.btn-info.btn-lighten-1:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !important;
}

.btn-outline-info.btn-outline-lighten-1 {
  border-color: rgb(2.5, 227.7909482759, 255) !important;
  color: rgb(2.5, 227.7909482759, 255) !important;
}

.btn-outline-info.btn-outline-lighten-1:hover {
  background-color: rgb(2.5, 227.7909482759, 255) !important;
}

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

.border-info.border-lighten-1 {
  border: 1px solid rgb(2.5, 227.7909482759, 255) !important;
}

.border-top-info.border-top-lighten-1 {
  border-top: 1px solid rgb(2.5, 227.7909482759, 255) !important;
}

.border-bottom-info.border-bottom-lighten-1 {
  border-bottom: 1px solid rgb(2.5, 227.7909482759, 255) !important;
}

.border-left-info.border-left-lighten-1 {
  border-left: 1px solid rgb(2.5, 227.7909482759, 255) !important;
}

.border-right-info.border-right-lighten-1 {
  border-right: 1px solid rgb(2.5, 227.7909482759, 255) !important;
}

.overlay-info.overlay-lighten-1 {
  background: rgb(2.5, 227.7909482759, 255);
  /* The Fallback */
  background: rgba(2.5, 227.7909482759, 255, 0.6);
}

.info {
  color: #00cfe8 !important;
}

.bg-info {
  background-color: #00cfe8 !important;
}

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

.alert-info {
  background: rgba(0, 207, 232, 0.2) !important;
  color: #00cfe8 !important;
}

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

.alert-info .alert-link {
  color: rgb(0, 184.2478448276, 206.5) !important;
}

.bg-rgba-info {
  background: rgba(0, 207, 232, 0.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;
}

.bg-info.badge-glow,
.border-info.badge-glow,
.badge-info.badge-glow {
  box-shadow: 0px 0px 10px #00cfe8;
}

.badge.badge-info {
  background-color: #00cfe8;
}

.overlay-info {
  background: #00cfe8;
  /* The Fallback */
  background: rgba(0, 207, 232, 0.6);
}

.btn-info {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: #00cfe8 !important;
  color: #fff;
}

.btn-info:hover {
  border-color: rgb(0, 184.2478448276, 206.5) !important;
  color: #fff !important;
  box-shadow: 0 8px 25px -8px #00cfe8;
}

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

.btn-flat-info {
  background-color: transparent;
  color: #00cfe8;
}

.btn-flat-info:hover {
  color: #00cfe8;
  background-color: rgba(0, 207, 232, 0.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, 0.2);
  color: #fff;
}

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

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

.btn-outline-info {
  border: 1px solid #00cfe8;
  background-color: transparent;
  color: #00cfe8;
}

.btn-outline-info:hover {
  background-color: rgba(0, 207, 232, 0.08);
  color: #00cfe8;
}

.btn-outline-info:active {
  color: #fff !important;
}

.btn-info ~ .dropdown-menu .dropdown-item.active,
.btn-outline-info ~ .dropdown-menu .dropdown-item.active,
.btn-flat-info ~ .dropdown-menu .dropdown-item.active {
  background-color: #00cfe8;
  color: #fff;
}

.btn-info ~ .dropdown-menu .dropdown-item.active:hover,
.btn-outline-info ~ .dropdown-menu .dropdown-item.active:hover,
.btn-flat-info ~ .dropdown-menu .dropdown-item.active:hover {
  color: #fff;
}

.btn-info ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-info ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-info ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
  color: #00cfe8;
}

.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,
.dropdown.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,
.dropup.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,
.dropright.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,
.dropleft.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:hover i {
  color: #00cfe8;
}

.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,
.dropdown.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,
.dropup.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,
.dropright.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,
.dropleft.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:active i {
  color: #fff;
}

.bullet.bullet-info {
  background-color: #00cfe8;
}

.pagination-info .page-item.active .page-link {
  background: #00cfe8;
  color: #fff;
}

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

.pagination-info .page-item .page-link:hover {
  color: #00cfe8;
}

.pagination-info .page-item.prev-item .page-link:hover,
.pagination-info .page-item.next-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, 0.1);
}

.progress-bar-info .progress-bar {
  background-color: #00cfe8;
}

.chip-info {
  background-color: #00cfe8 !important;
}

.chip-info .chip-body {
  color: #fff !important;
}

.divider.divider-info .divider-text:before,
.divider.divider-info .divider-text:after {
  border-color: #00cfe8 !important;
}

input[type=checkbox].bg-info + .custom-control-label:before,
input[type=radio].bg-info + .custom-control-label:before {
  background-color: #00cfe8 !important;
}

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

.vs-checkbox-info input:checked ~ .vs-checkbox {
  border-color: #00cfe8 !important;
}

.vs-checkbox-info input:checked ~ .vs-checkbox .vs-checkbox--check {
  background-color: #00cfe8 !important;
}

.vs-checkbox-info input:active:checked + .vs-checkbox .vs-checkbox--check {
  background-color: #00cfe8 !important;
}

.custom-switch-info .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00cfe8 !important;
  color: #fff;
  transition: all 0.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, 0.4) !important;
}

.info.darken-1 {
  color: rgb(0, 184.2478448276, 206.5) !important;
}

.bg-info.bg-darken-1 {
  background-color: rgb(0, 184.2478448276, 206.5) !important;
}

.btn-info.btn-darken-1 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 184.2478448276, 206.5) !important;
}

.btn-info.btn-darken-1:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-darken-1:focus,
.btn-info.btn-darken-1:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !important;
}

.btn-outline-info.btn-outline-darken-1 {
  border-color: rgb(0, 184.2478448276, 206.5) !important;
  color: rgb(0, 184.2478448276, 206.5) !important;
}

.btn-outline-info.btn-outline-darken-1:hover {
  background-color: rgb(0, 184.2478448276, 206.5) !important;
}

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

.border-info.border-darken-1 {
  border: 1px solid rgb(0, 184.2478448276, 206.5) !important;
}

.border-top-info.border-top-darken-1 {
  border-top: 1px solid rgb(0, 184.2478448276, 206.5) !important;
}

.border-bottom-info.border-bottom-darken-1 {
  border-bottom: 1px solid rgb(0, 184.2478448276, 206.5) !important;
}

.border-left-info.border-left-darken-1 {
  border-left: 1px solid rgb(0, 184.2478448276, 206.5) !important;
}

.border-right-info.border-right-darken-1 {
  border-right: 1px solid rgb(0, 184.2478448276, 206.5) !important;
}

.overlay-info.overlay-darken-1 {
  background: rgb(0, 184.2478448276, 206.5);
  /* The Fallback */
  background: rgba(0, 184.2478448276, 206.5, 0.6);
}

.info.darken-2 {
  color: rgb(0, 161.4956896552, 181) !important;
}

.bg-info.bg-darken-2 {
  background-color: rgb(0, 161.4956896552, 181) !important;
}

.btn-info.btn-darken-2 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 161.4956896552, 181) !important;
}

.btn-info.btn-darken-2:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-darken-2:focus,
.btn-info.btn-darken-2:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !important;
}

.btn-outline-info.btn-outline-darken-2 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  color: rgb(0, 161.4956896552, 181) !important;
}

.btn-outline-info.btn-outline-darken-2:hover {
  background-color: rgb(0, 161.4956896552, 181) !important;
}

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

.border-info.border-darken-2 {
  border: 1px solid rgb(0, 161.4956896552, 181) !important;
}

.border-top-info.border-top-darken-2 {
  border-top: 1px solid rgb(0, 161.4956896552, 181) !important;
}

.border-bottom-info.border-bottom-darken-2 {
  border-bottom: 1px solid rgb(0, 161.4956896552, 181) !important;
}

.border-left-info.border-left-darken-2 {
  border-left: 1px solid rgb(0, 161.4956896552, 181) !important;
}

.border-right-info.border-right-darken-2 {
  border-right: 1px solid rgb(0, 161.4956896552, 181) !important;
}

.overlay-info.overlay-darken-2 {
  background: rgb(0, 161.4956896552, 181);
  /* The Fallback */
  background: rgba(0, 161.4956896552, 181, 0.6);
}

.info.darken-3 {
  color: rgb(0, 138.7435344828, 155.5) !important;
}

.bg-info.bg-darken-3 {
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-darken-3 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-darken-3:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-darken-3:focus,
.btn-info.btn-darken-3:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !important;
}

.btn-outline-info.btn-outline-darken-3 {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-outline-info.btn-outline-darken-3:hover {
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

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

.border-info.border-darken-3 {
  border: 1px solid rgb(0, 138.7435344828, 155.5) !important;
}

.border-top-info.border-top-darken-3 {
  border-top: 1px solid rgb(0, 138.7435344828, 155.5) !important;
}

.border-bottom-info.border-bottom-darken-3 {
  border-bottom: 1px solid rgb(0, 138.7435344828, 155.5) !important;
}

.border-left-info.border-left-darken-3 {
  border-left: 1px solid rgb(0, 138.7435344828, 155.5) !important;
}

.border-right-info.border-right-darken-3 {
  border-right: 1px solid rgb(0, 138.7435344828, 155.5) !important;
}

.overlay-info.overlay-darken-3 {
  background: rgb(0, 138.7435344828, 155.5);
  /* The Fallback */
  background: rgba(0, 138.7435344828, 155.5, 0.6);
}

.info.darken-4 {
  color: rgb(0, 115.9913793103, 130) !important;
}

.bg-info.bg-darken-4 {
  background-color: rgb(0, 115.9913793103, 130) !important;
}

.btn-info.btn-darken-4 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 115.9913793103, 130) !important;
}

.btn-info.btn-darken-4:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-darken-4:focus,
.btn-info.btn-darken-4:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !important;
}

.btn-outline-info.btn-outline-darken-4 {
  border-color: rgb(0, 115.9913793103, 130) !important;
  color: rgb(0, 115.9913793103, 130) !important;
}

.btn-outline-info.btn-outline-darken-4:hover {
  background-color: rgb(0, 115.9913793103, 130) !important;
}

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

.border-info.border-darken-4 {
  border: 1px solid rgb(0, 115.9913793103, 130) !important;
}

.border-top-info.border-top-darken-4 {
  border-top: 1px solid rgb(0, 115.9913793103, 130) !important;
}

.border-bottom-info.border-bottom-darken-4 {
  border-bottom: 1px solid rgb(0, 115.9913793103, 130) !important;
}

.border-left-info.border-left-darken-4 {
  border-left: 1px solid rgb(0, 115.9913793103, 130) !important;
}

.border-right-info.border-right-darken-4 {
  border-right: 1px solid rgb(0, 115.9913793103, 130) !important;
}

.overlay-info.overlay-darken-4 {
  background: rgb(0, 115.9913793103, 130);
  /* The Fallback */
  background: rgba(0, 115.9913793103, 130, 0.6);
}

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

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

.btn-info.btn-accent-1 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: #FEFFFF !important;
}

.btn-info.btn-accent-1:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-accent-1:focus,
.btn-info.btn-accent-1:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !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;
}

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

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

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

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

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

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

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

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

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

.btn-info.btn-accent-2 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: #CBF5FF !important;
}

.btn-info.btn-accent-2:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-accent-2:focus,
.btn-info.btn-accent-2:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !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;
}

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

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

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

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

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

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

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

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

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

.btn-info.btn-accent-3 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: #98ECFF !important;
}

.btn-info.btn-accent-3:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-accent-3:focus,
.btn-info.btn-accent-3:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !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;
}

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

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

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

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

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

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

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

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

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

.btn-info.btn-accent-4 {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: #7FE7FF !important;
}

.btn-info.btn-accent-4:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-accent-4:focus,
.btn-info.btn-accent-4:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !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;
}

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

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

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

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

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

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

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

.info.gradient-bg {
  color: #640064 !important;
}

.bg-info.bg-gradient-bg {
  background-color: #640064 !important;
}

.btn-info.btn-gradient-bg {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: #640064 !important;
}

.btn-info.btn-gradient-bg:hover {
  border-color: rgb(0, 161.4956896552, 181) !important;
  background-color: rgb(0, 138.7435344828, 155.5) !important;
}

.btn-info.btn-gradient-bg:focus,
.btn-info.btn-gradient-bg:active {
  border-color: rgb(0, 138.7435344828, 155.5) !important;
  background-color: rgb(0, 115.9913793103, 130) !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(100, 0, 100, 0.6);
}

.warning.gradient-light {
  color: rgb(255, 243.7218067376, 134.983) !important;
}

.bg-warning.bg-gradient-light {
  background-color: rgb(255, 243.7218067376, 134.983) !important;
}

.btn-warning.btn-gradient-light {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(255, 243.7218067376, 134.983) !important;
}

.btn-warning.btn-gradient-light:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-gradient-light:focus,
.btn-warning.btn-gradient-light:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !important;
}

.btn-outline-warning.btn-outline-gradient-light {
  border-color: rgb(255, 243.7218067376, 134.983) !important;
  color: rgb(255, 243.7218067376, 134.983) !important;
}

.btn-outline-warning.btn-outline-gradient-light:hover {
  background-color: rgb(255, 243.7218067376, 134.983) !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(255, 243.7218067376, 134.983) !important;
}

.border-warning.border-gradient-light {
  border: 1px solid rgb(255, 243.7218067376, 134.983) !important;
}

.border-top-warning.border-top-gradient-light {
  border-top: 1px solid rgb(255, 243.7218067376, 134.983) !important;
}

.border-bottom-warning.border-bottom-gradient-light {
  border-bottom: 1px solid rgb(255, 243.7218067376, 134.983) !important;
}

.border-left-warning.border-left-gradient-light {
  border-left: 1px solid rgb(255, 243.7218067376, 134.983) !important;
}

.border-right-warning.border-right-gradient-light {
  border-right: 1px solid rgb(255, 243.7218067376, 134.983) !important;
}

.overlay-warning.overlay-gradient-light {
  background: rgb(255, 243.7218067376, 134.983);
  /* The Fallback */
  background: rgba(255, 243.7218067376, 134.983, 0.6);
}

.warning.lighten-5 {
  color: rgb(255, 224.1063829787, 194.5) !important;
}

.bg-warning.bg-lighten-5 {
  background-color: rgb(255, 224.1063829787, 194.5) !important;
}

.btn-warning.btn-lighten-5 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(255, 224.1063829787, 194.5) !important;
}

.btn-warning.btn-lighten-5:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-lighten-5:focus,
.btn-warning.btn-lighten-5:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !important;
}

.btn-outline-warning.btn-outline-lighten-5 {
  border-color: rgb(255, 224.1063829787, 194.5) !important;
  color: rgb(255, 224.1063829787, 194.5) !important;
}

.btn-outline-warning.btn-outline-lighten-5:hover {
  background-color: rgb(255, 224.1063829787, 194.5) !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(255, 224.1063829787, 194.5) !important;
}

.border-warning.border-lighten-5 {
  border: 1px solid rgb(255, 224.1063829787, 194.5) !important;
}

.border-top-warning.border-top-lighten-5 {
  border-top: 1px solid rgb(255, 224.1063829787, 194.5) !important;
}

.border-bottom-warning.border-bottom-lighten-5 {
  border-bottom: 1px solid rgb(255, 224.1063829787, 194.5) !important;
}

.border-left-warning.border-left-lighten-5 {
  border-left: 1px solid rgb(255, 224.1063829787, 194.5) !important;
}

.border-right-warning.border-right-lighten-5 {
  border-right: 1px solid rgb(255, 224.1063829787, 194.5) !important;
}

.overlay-warning.overlay-lighten-5 {
  background: rgb(255, 224.1063829787, 194.5);
  /* The Fallback */
  background: rgba(255, 224.1063829787, 194.5, 0.6);
}

.warning.lighten-4 {
  color: rgb(255, 211.085106383, 169) !important;
}

.bg-warning.bg-lighten-4 {
  background-color: rgb(255, 211.085106383, 169) !important;
}

.btn-warning.btn-lighten-4 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(255, 211.085106383, 169) !important;
}

.btn-warning.btn-lighten-4:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-lighten-4:focus,
.btn-warning.btn-lighten-4:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !important;
}

.btn-outline-warning.btn-outline-lighten-4 {
  border-color: rgb(255, 211.085106383, 169) !important;
  color: rgb(255, 211.085106383, 169) !important;
}

.btn-outline-warning.btn-outline-lighten-4:hover {
  background-color: rgb(255, 211.085106383, 169) !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(255, 211.085106383, 169) !important;
}

.border-warning.border-lighten-4 {
  border: 1px solid rgb(255, 211.085106383, 169) !important;
}

.border-top-warning.border-top-lighten-4 {
  border-top: 1px solid rgb(255, 211.085106383, 169) !important;
}

.border-bottom-warning.border-bottom-lighten-4 {
  border-bottom: 1px solid rgb(255, 211.085106383, 169) !important;
}

.border-left-warning.border-left-lighten-4 {
  border-left: 1px solid rgb(255, 211.085106383, 169) !important;
}

.border-right-warning.border-right-lighten-4 {
  border-right: 1px solid rgb(255, 211.085106383, 169) !important;
}

.overlay-warning.overlay-lighten-4 {
  background: rgb(255, 211.085106383, 169);
  /* The Fallback */
  background: rgba(255, 211.085106383, 169, 0.6);
}

.warning.lighten-3 {
  color: rgb(255, 198.0638297872, 143.5) !important;
}

.bg-warning.bg-lighten-3 {
  background-color: rgb(255, 198.0638297872, 143.5) !important;
}

.btn-warning.btn-lighten-3 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(255, 198.0638297872, 143.5) !important;
}

.btn-warning.btn-lighten-3:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-lighten-3:focus,
.btn-warning.btn-lighten-3:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !important;
}

.btn-outline-warning.btn-outline-lighten-3 {
  border-color: rgb(255, 198.0638297872, 143.5) !important;
  color: rgb(255, 198.0638297872, 143.5) !important;
}

.btn-outline-warning.btn-outline-lighten-3:hover {
  background-color: rgb(255, 198.0638297872, 143.5) !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(255, 198.0638297872, 143.5) !important;
}

.border-warning.border-lighten-3 {
  border: 1px solid rgb(255, 198.0638297872, 143.5) !important;
}

.border-top-warning.border-top-lighten-3 {
  border-top: 1px solid rgb(255, 198.0638297872, 143.5) !important;
}

.border-bottom-warning.border-bottom-lighten-3 {
  border-bottom: 1px solid rgb(255, 198.0638297872, 143.5) !important;
}

.border-left-warning.border-left-lighten-3 {
  border-left: 1px solid rgb(255, 198.0638297872, 143.5) !important;
}

.border-right-warning.border-right-lighten-3 {
  border-right: 1px solid rgb(255, 198.0638297872, 143.5) !important;
}

.overlay-warning.overlay-lighten-3 {
  background: rgb(255, 198.0638297872, 143.5);
  /* The Fallback */
  background: rgba(255, 198.0638297872, 143.5, 0.6);
}

.warning.lighten-2 {
  color: rgb(255, 185.0425531915, 118) !important;
}

.bg-warning.bg-lighten-2 {
  background-color: rgb(255, 185.0425531915, 118) !important;
}

.btn-warning.btn-lighten-2 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(255, 185.0425531915, 118) !important;
}

.btn-warning.btn-lighten-2:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-lighten-2:focus,
.btn-warning.btn-lighten-2:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !important;
}

.btn-outline-warning.btn-outline-lighten-2 {
  border-color: rgb(255, 185.0425531915, 118) !important;
  color: rgb(255, 185.0425531915, 118) !important;
}

.btn-outline-warning.btn-outline-lighten-2:hover {
  background-color: rgb(255, 185.0425531915, 118) !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(255, 185.0425531915, 118) !important;
}

.border-warning.border-lighten-2 {
  border: 1px solid rgb(255, 185.0425531915, 118) !important;
}

.border-top-warning.border-top-lighten-2 {
  border-top: 1px solid rgb(255, 185.0425531915, 118) !important;
}

.border-bottom-warning.border-bottom-lighten-2 {
  border-bottom: 1px solid rgb(255, 185.0425531915, 118) !important;
}

.border-left-warning.border-left-lighten-2 {
  border-left: 1px solid rgb(255, 185.0425531915, 118) !important;
}

.border-right-warning.border-right-lighten-2 {
  border-right: 1px solid rgb(255, 185.0425531915, 118) !important;
}

.overlay-warning.overlay-lighten-2 {
  background: rgb(255, 185.0425531915, 118);
  /* The Fallback */
  background: rgba(255, 185.0425531915, 118, 0.6);
}

.warning.lighten-1 {
  color: rgb(255, 172.0212765957, 92.5) !important;
}

.bg-warning.bg-lighten-1 {
  background-color: rgb(255, 172.0212765957, 92.5) !important;
}

.btn-warning.btn-lighten-1 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(255, 172.0212765957, 92.5) !important;
}

.btn-warning.btn-lighten-1:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-lighten-1:focus,
.btn-warning.btn-lighten-1:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !important;
}

.btn-outline-warning.btn-outline-lighten-1 {
  border-color: rgb(255, 172.0212765957, 92.5) !important;
  color: rgb(255, 172.0212765957, 92.5) !important;
}

.btn-outline-warning.btn-outline-lighten-1:hover {
  background-color: rgb(255, 172.0212765957, 92.5) !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(255, 172.0212765957, 92.5) !important;
}

.border-warning.border-lighten-1 {
  border: 1px solid rgb(255, 172.0212765957, 92.5) !important;
}

.border-top-warning.border-top-lighten-1 {
  border-top: 1px solid rgb(255, 172.0212765957, 92.5) !important;
}

.border-bottom-warning.border-bottom-lighten-1 {
  border-bottom: 1px solid rgb(255, 172.0212765957, 92.5) !important;
}

.border-left-warning.border-left-lighten-1 {
  border-left: 1px solid rgb(255, 172.0212765957, 92.5) !important;
}

.border-right-warning.border-right-lighten-1 {
  border-right: 1px solid rgb(255, 172.0212765957, 92.5) !important;
}

.overlay-warning.overlay-lighten-1 {
  background: rgb(255, 172.0212765957, 92.5);
  /* The Fallback */
  background: rgba(255, 172.0212765957, 92.5, 0.6);
}

.warning {
  color: #ff9f43 !important;
}

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

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

.alert-warning {
  background: rgba(255, 159, 67, 0.2) !important;
  color: #ff9f43 !important;
}

.alert-warning .alert-heading {
  box-shadow: rgba(255, 159, 67, 0.4) 0px 6px 15px -7px;
}

.alert-warning .alert-link {
  color: rgb(255, 145.9787234043, 41.5) !important;
}

.bg-rgba-warning {
  background: rgba(255, 159, 67, 0.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;
}

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

.badge.badge-warning {
  background-color: #ff9f43;
}

.overlay-warning {
  background: #ff9f43;
  /* The Fallback */
  background: rgba(255, 159, 67, 0.6);
}

.btn-warning {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: #ff9f43 !important;
  color: #fff;
}

.btn-warning:hover {
  border-color: rgb(255, 145.9787234043, 41.5) !important;
  color: #fff !important;
  box-shadow: 0 8px 25px -8px #ff9f43;
}

.btn-warning:focus,
.btn-warning:active {
  color: #fff !important;
}

.btn-flat-warning {
  background-color: transparent;
  color: #ff9f43;
}

.btn-flat-warning:hover {
  color: #ff9f43;
  background-color: rgba(255, 159, 67, 0.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, 0.2);
  color: #fff;
}

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

.btn-relief-warning:active,
.btn-relief-warning:focus {
  outline: none;
  transform: translateY(3px);
}

.btn-outline-warning {
  border: 1px solid #ff9f43;
  background-color: transparent;
  color: #ff9f43;
}

.btn-outline-warning:hover {
  background-color: rgba(255, 159, 67, 0.08);
  color: #ff9f43;
}

.btn-outline-warning:active {
  color: #fff !important;
}

.btn-warning ~ .dropdown-menu .dropdown-item.active,
.btn-outline-warning ~ .dropdown-menu .dropdown-item.active,
.btn-flat-warning ~ .dropdown-menu .dropdown-item.active {
  background-color: #ff9f43;
  color: #fff;
}

.btn-warning ~ .dropdown-menu .dropdown-item.active:hover,
.btn-outline-warning ~ .dropdown-menu .dropdown-item.active:hover,
.btn-flat-warning ~ .dropdown-menu .dropdown-item.active:hover {
  color: #fff;
}

.btn-warning ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-warning ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-warning ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
  color: #ff9f43;
}

.dropdown.dropdown-icon-wrapper .btn-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-flat-warning ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-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-flat-warning ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-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-flat-warning ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-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-flat-warning ~ .dropdown-menu .dropdown-item:hover i {
  color: #ff9f43;
}

.dropdown.dropdown-icon-wrapper .btn-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-flat-warning ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-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-flat-warning ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-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-flat-warning ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-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-flat-warning ~ .dropdown-menu .dropdown-item:active i {
  color: #fff;
}

.bullet.bullet-warning {
  background-color: #ff9f43;
}

.pagination-warning .page-item.active .page-link {
  background: #ff9f43;
  color: #fff;
}

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

.pagination-warning .page-item .page-link:hover {
  color: #ff9f43;
}

.pagination-warning .page-item.prev-item .page-link:hover,
.pagination-warning .page-item.next-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, 0.1);
}

.progress-bar-warning .progress-bar {
  background-color: #ff9f43;
}

.chip-warning {
  background-color: #ff9f43 !important;
}

.chip-warning .chip-body {
  color: #fff !important;
}

.divider.divider-warning .divider-text:before,
.divider.divider-warning .divider-text:after {
  border-color: #ff9f43 !important;
}

input[type=checkbox].bg-warning + .custom-control-label:before,
input[type=radio].bg-warning + .custom-control-label:before {
  background-color: #ff9f43 !important;
}

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

.vs-checkbox-warning input:checked ~ .vs-checkbox {
  border-color: #ff9f43 !important;
}

.vs-checkbox-warning input:checked ~ .vs-checkbox .vs-checkbox--check {
  background-color: #ff9f43 !important;
}

.vs-checkbox-warning input:active:checked + .vs-checkbox .vs-checkbox--check {
  background-color: #ff9f43 !important;
}

.custom-switch-warning .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff9f43 !important;
  color: #fff;
  transition: all 0.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, 0.4) !important;
}

.warning.darken-1 {
  color: rgb(255, 145.9787234043, 41.5) !important;
}

.bg-warning.bg-darken-1 {
  background-color: rgb(255, 145.9787234043, 41.5) !important;
}

.btn-warning.btn-darken-1 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(255, 145.9787234043, 41.5) !important;
}

.btn-warning.btn-darken-1:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-darken-1:focus,
.btn-warning.btn-darken-1:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !important;
}

.btn-outline-warning.btn-outline-darken-1 {
  border-color: rgb(255, 145.9787234043, 41.5) !important;
  color: rgb(255, 145.9787234043, 41.5) !important;
}

.btn-outline-warning.btn-outline-darken-1:hover {
  background-color: rgb(255, 145.9787234043, 41.5) !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(255, 145.9787234043, 41.5) !important;
}

.border-warning.border-darken-1 {
  border: 1px solid rgb(255, 145.9787234043, 41.5) !important;
}

.border-top-warning.border-top-darken-1 {
  border-top: 1px solid rgb(255, 145.9787234043, 41.5) !important;
}

.border-bottom-warning.border-bottom-darken-1 {
  border-bottom: 1px solid rgb(255, 145.9787234043, 41.5) !important;
}

.border-left-warning.border-left-darken-1 {
  border-left: 1px solid rgb(255, 145.9787234043, 41.5) !important;
}

.border-right-warning.border-right-darken-1 {
  border-right: 1px solid rgb(255, 145.9787234043, 41.5) !important;
}

.overlay-warning.overlay-darken-1 {
  background: rgb(255, 145.9787234043, 41.5);
  /* The Fallback */
  background: rgba(255, 145.9787234043, 41.5, 0.6);
}

.warning.darken-2 {
  color: rgb(255, 132.9574468085, 16) !important;
}

.bg-warning.bg-darken-2 {
  background-color: rgb(255, 132.9574468085, 16) !important;
}

.btn-warning.btn-darken-2 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(255, 132.9574468085, 16) !important;
}

.btn-warning.btn-darken-2:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-darken-2:focus,
.btn-warning.btn-darken-2:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !important;
}

.btn-outline-warning.btn-outline-darken-2 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  color: rgb(255, 132.9574468085, 16) !important;
}

.btn-outline-warning.btn-outline-darken-2:hover {
  background-color: rgb(255, 132.9574468085, 16) !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(255, 132.9574468085, 16) !important;
}

.border-warning.border-darken-2 {
  border: 1px solid rgb(255, 132.9574468085, 16) !important;
}

.border-top-warning.border-top-darken-2 {
  border-top: 1px solid rgb(255, 132.9574468085, 16) !important;
}

.border-bottom-warning.border-bottom-darken-2 {
  border-bottom: 1px solid rgb(255, 132.9574468085, 16) !important;
}

.border-left-warning.border-left-darken-2 {
  border-left: 1px solid rgb(255, 132.9574468085, 16) !important;
}

.border-right-warning.border-right-darken-2 {
  border-right: 1px solid rgb(255, 132.9574468085, 16) !important;
}

.overlay-warning.overlay-darken-2 {
  background: rgb(255, 132.9574468085, 16);
  /* The Fallback */
  background: rgba(255, 132.9574468085, 16, 0.6);
}

.warning.darken-3 {
  color: rgb(245.5, 120.1382978723, 0) !important;
}

.bg-warning.bg-darken-3 {
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-darken-3 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-darken-3:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-darken-3:focus,
.btn-warning.btn-darken-3:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !important;
}

.btn-outline-warning.btn-outline-darken-3 {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-outline-warning.btn-outline-darken-3:hover {
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(245.5, 120.1382978723, 0) !important;
}

.border-warning.border-darken-3 {
  border: 1px solid rgb(245.5, 120.1382978723, 0) !important;
}

.border-top-warning.border-top-darken-3 {
  border-top: 1px solid rgb(245.5, 120.1382978723, 0) !important;
}

.border-bottom-warning.border-bottom-darken-3 {
  border-bottom: 1px solid rgb(245.5, 120.1382978723, 0) !important;
}

.border-left-warning.border-left-darken-3 {
  border-left: 1px solid rgb(245.5, 120.1382978723, 0) !important;
}

.border-right-warning.border-right-darken-3 {
  border-right: 1px solid rgb(245.5, 120.1382978723, 0) !important;
}

.overlay-warning.overlay-darken-3 {
  background: rgb(245.5, 120.1382978723, 0);
  /* The Fallback */
  background: rgba(245.5, 120.1382978723, 0, 0.6);
}

.warning.darken-4 {
  color: rgb(220, 107.6595744681, 0) !important;
}

.bg-warning.bg-darken-4 {
  background-color: rgb(220, 107.6595744681, 0) !important;
}

.btn-warning.btn-darken-4 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(220, 107.6595744681, 0) !important;
}

.btn-warning.btn-darken-4:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-darken-4:focus,
.btn-warning.btn-darken-4:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !important;
}

.btn-outline-warning.btn-outline-darken-4 {
  border-color: rgb(220, 107.6595744681, 0) !important;
  color: rgb(220, 107.6595744681, 0) !important;
}

.btn-outline-warning.btn-outline-darken-4:hover {
  background-color: rgb(220, 107.6595744681, 0) !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(220, 107.6595744681, 0) !important;
}

.border-warning.border-darken-4 {
  border: 1px solid rgb(220, 107.6595744681, 0) !important;
}

.border-top-warning.border-top-darken-4 {
  border-top: 1px solid rgb(220, 107.6595744681, 0) !important;
}

.border-bottom-warning.border-bottom-darken-4 {
  border-bottom: 1px solid rgb(220, 107.6595744681, 0) !important;
}

.border-left-warning.border-left-darken-4 {
  border-left: 1px solid rgb(220, 107.6595744681, 0) !important;
}

.border-right-warning.border-right-darken-4 {
  border-right: 1px solid rgb(220, 107.6595744681, 0) !important;
}

.overlay-warning.overlay-darken-4 {
  background: rgb(220, 107.6595744681, 0);
  /* The Fallback */
  background: rgba(220, 107.6595744681, 0, 0.6);
}

.warning.accent-1 {
  color: #FFF5EF !important;
}

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

.btn-warning.btn-accent-1 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: #FFF5EF !important;
}

.btn-warning.btn-accent-1:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-accent-1:focus,
.btn-warning.btn-accent-1:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !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;
}

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

.border-warning.border-accent-1 {
  border: 1px solid #FFF5EF !important;
}

.border-top-warning.border-top-accent-1 {
  border-top: 1px solid #FFF5EF !important;
}

.border-bottom-warning.border-bottom-accent-1 {
  border-bottom: 1px solid #FFF5EF !important;
}

.border-left-warning.border-left-accent-1 {
  border-left: 1px solid #FFF5EF !important;
}

.border-right-warning.border-right-accent-1 {
  border-right: 1px solid #FFF5EF !important;
}

.overlay-warning.overlay-accent-1 {
  background: #FFF5EF;
  /* The Fallback */
  background: rgba(255, 245, 239, 0.6);
}

.warning.accent-2 {
  color: #FFE5D8 !important;
}

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

.btn-warning.btn-accent-2 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: #FFE5D8 !important;
}

.btn-warning.btn-accent-2:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-accent-2:focus,
.btn-warning.btn-accent-2:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !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;
}

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

.border-warning.border-accent-2 {
  border: 1px solid #FFE5D8 !important;
}

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

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

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

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

.overlay-warning.overlay-accent-2 {
  background: #FFE5D8;
  /* The Fallback */
  background: rgba(255, 229, 216, 0.6);
}

.warning.accent-3 {
  color: #FFF6F3 !important;
}

.bg-warning.bg-accent-3 {
  background-color: #FFF6F3 !important;
}

.btn-warning.btn-accent-3 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: #FFF6F3 !important;
}

.btn-warning.btn-accent-3:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-accent-3:focus,
.btn-warning.btn-accent-3:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !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;
}

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

.border-warning.border-accent-3 {
  border: 1px solid #FFF6F3 !important;
}

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

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

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

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

.overlay-warning.overlay-accent-3 {
  background: #FFF6F3;
  /* The Fallback */
  background: rgba(255, 246, 243, 0.6);
}

.warning.accent-4 {
  color: #FFE3DA !important;
}

.bg-warning.bg-accent-4 {
  background-color: #FFE3DA !important;
}

.btn-warning.btn-accent-4 {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: #FFE3DA !important;
}

.btn-warning.btn-accent-4:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-accent-4:focus,
.btn-warning.btn-accent-4:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !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;
}

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

.border-warning.border-accent-4 {
  border: 1px solid #FFE3DA !important;
}

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

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

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

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

.overlay-warning.overlay-accent-4 {
  background: #FFE3DA;
  /* The Fallback */
  background: rgba(255, 227, 218, 0.6);
}

.warning.gradient-bg {
  color: #fafafa !important;
}

.bg-warning.bg-gradient-bg {
  background-color: #fafafa !important;
}

.btn-warning.btn-gradient-bg {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: #fafafa !important;
}

.btn-warning.btn-gradient-bg:hover {
  border-color: rgb(255, 132.9574468085, 16) !important;
  background-color: rgb(245.5, 120.1382978723, 0) !important;
}

.btn-warning.btn-gradient-bg:focus,
.btn-warning.btn-gradient-bg:active {
  border-color: rgb(245.5, 120.1382978723, 0) !important;
  background-color: rgb(220, 107.6595744681, 0) !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(250, 250, 250, 0.6);
}

.danger.gradient-light {
  color: rgb(248.814652125, 182.9433326175, 137.168347875) !important;
}

.bg-danger.bg-gradient-light {
  background-color: rgb(248.814652125, 182.9433326175, 137.168347875) !important;
}

.btn-danger.btn-gradient-light {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(248.814652125, 182.9433326175, 137.168347875) !important;
}

.btn-danger.btn-gradient-light:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-gradient-light:focus,
.btn-danger.btn-gradient-light:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !important;
}

.btn-outline-danger.btn-outline-gradient-light {
  border-color: rgb(248.814652125, 182.9433326175, 137.168347875) !important;
  color: rgb(248.814652125, 182.9433326175, 137.168347875) !important;
}

.btn-outline-danger.btn-outline-gradient-light:hover {
  background-color: rgb(248.814652125, 182.9433326175, 137.168347875) !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(248.814652125, 182.9433326175, 137.168347875) !important;
}

.border-danger.border-gradient-light {
  border: 1px solid rgb(248.814652125, 182.9433326175, 137.168347875) !important;
}

.border-top-danger.border-top-gradient-light {
  border-top: 1px solid rgb(248.814652125, 182.9433326175, 137.168347875) !important;
}

.border-bottom-danger.border-bottom-gradient-light {
  border-bottom: 1px solid rgb(248.814652125, 182.9433326175, 137.168347875) !important;
}

.border-left-danger.border-left-gradient-light {
  border-left: 1px solid rgb(248.814652125, 182.9433326175, 137.168347875) !important;
}

.border-right-danger.border-right-gradient-light {
  border-right: 1px solid rgb(248.814652125, 182.9433326175, 137.168347875) !important;
}

.overlay-danger.overlay-gradient-light {
  background: rgb(248.814652125, 182.9433326175, 137.168347875);
  /* The Fallback */
  background: rgba(248.814652125, 182.9433326175, 137.168347875, 0.6);
}

.danger.lighten-5 {
  color: rgb(247.9453125, 197.5546875, 197.890625) !important;
}

.bg-danger.bg-lighten-5 {
  background-color: rgb(247.9453125, 197.5546875, 197.890625) !important;
}

.btn-danger.btn-lighten-5 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(247.9453125, 197.5546875, 197.890625) !important;
}

.btn-danger.btn-lighten-5:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-lighten-5:focus,
.btn-danger.btn-lighten-5:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !important;
}

.btn-outline-danger.btn-outline-lighten-5 {
  border-color: rgb(247.9453125, 197.5546875, 197.890625) !important;
  color: rgb(247.9453125, 197.5546875, 197.890625) !important;
}

.btn-outline-danger.btn-outline-lighten-5:hover {
  background-color: rgb(247.9453125, 197.5546875, 197.890625) !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(247.9453125, 197.5546875, 197.890625) !important;
}

.border-danger.border-lighten-5 {
  border: 1px solid rgb(247.9453125, 197.5546875, 197.890625) !important;
}

.border-top-danger.border-top-lighten-5 {
  border-top: 1px solid rgb(247.9453125, 197.5546875, 197.890625) !important;
}

.border-bottom-danger.border-bottom-lighten-5 {
  border-bottom: 1px solid rgb(247.9453125, 197.5546875, 197.890625) !important;
}

.border-left-danger.border-left-lighten-5 {
  border-left: 1px solid rgb(247.9453125, 197.5546875, 197.890625) !important;
}

.border-right-danger.border-right-lighten-5 {
  border-right: 1px solid rgb(247.9453125, 197.5546875, 197.890625) !important;
}

.overlay-danger.overlay-lighten-5 {
  background: rgb(247.9453125, 197.5546875, 197.890625);
  /* The Fallback */
  background: rgba(247.9453125, 197.5546875, 197.890625, 0.6);
}

.danger.lighten-4 {
  color: rgb(245.15625, 174.84375, 175.3125) !important;
}

.bg-danger.bg-lighten-4 {
  background-color: rgb(245.15625, 174.84375, 175.3125) !important;
}

.btn-danger.btn-lighten-4 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(245.15625, 174.84375, 175.3125) !important;
}

.btn-danger.btn-lighten-4:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-lighten-4:focus,
.btn-danger.btn-lighten-4:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !important;
}

.btn-outline-danger.btn-outline-lighten-4 {
  border-color: rgb(245.15625, 174.84375, 175.3125) !important;
  color: rgb(245.15625, 174.84375, 175.3125) !important;
}

.btn-outline-danger.btn-outline-lighten-4:hover {
  background-color: rgb(245.15625, 174.84375, 175.3125) !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(245.15625, 174.84375, 175.3125) !important;
}

.border-danger.border-lighten-4 {
  border: 1px solid rgb(245.15625, 174.84375, 175.3125) !important;
}

.border-top-danger.border-top-lighten-4 {
  border-top: 1px solid rgb(245.15625, 174.84375, 175.3125) !important;
}

.border-bottom-danger.border-bottom-lighten-4 {
  border-bottom: 1px solid rgb(245.15625, 174.84375, 175.3125) !important;
}

.border-left-danger.border-left-lighten-4 {
  border-left: 1px solid rgb(245.15625, 174.84375, 175.3125) !important;
}

.border-right-danger.border-right-lighten-4 {
  border-right: 1px solid rgb(245.15625, 174.84375, 175.3125) !important;
}

.overlay-danger.overlay-lighten-4 {
  background: rgb(245.15625, 174.84375, 175.3125);
  /* The Fallback */
  background: rgba(245.15625, 174.84375, 175.3125, 0.6);
}

.danger.lighten-3 {
  color: rgb(242.3671875, 152.1328125, 152.734375) !important;
}

.bg-danger.bg-lighten-3 {
  background-color: rgb(242.3671875, 152.1328125, 152.734375) !important;
}

.btn-danger.btn-lighten-3 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(242.3671875, 152.1328125, 152.734375) !important;
}

.btn-danger.btn-lighten-3:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-lighten-3:focus,
.btn-danger.btn-lighten-3:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !important;
}

.btn-outline-danger.btn-outline-lighten-3 {
  border-color: rgb(242.3671875, 152.1328125, 152.734375) !important;
  color: rgb(242.3671875, 152.1328125, 152.734375) !important;
}

.btn-outline-danger.btn-outline-lighten-3:hover {
  background-color: rgb(242.3671875, 152.1328125, 152.734375) !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(242.3671875, 152.1328125, 152.734375) !important;
}

.border-danger.border-lighten-3 {
  border: 1px solid rgb(242.3671875, 152.1328125, 152.734375) !important;
}

.border-top-danger.border-top-lighten-3 {
  border-top: 1px solid rgb(242.3671875, 152.1328125, 152.734375) !important;
}

.border-bottom-danger.border-bottom-lighten-3 {
  border-bottom: 1px solid rgb(242.3671875, 152.1328125, 152.734375) !important;
}

.border-left-danger.border-left-lighten-3 {
  border-left: 1px solid rgb(242.3671875, 152.1328125, 152.734375) !important;
}

.border-right-danger.border-right-lighten-3 {
  border-right: 1px solid rgb(242.3671875, 152.1328125, 152.734375) !important;
}

.overlay-danger.overlay-lighten-3 {
  background: rgb(242.3671875, 152.1328125, 152.734375);
  /* The Fallback */
  background: rgba(242.3671875, 152.1328125, 152.734375, 0.6);
}

.danger.lighten-2 {
  color: rgb(239.578125, 129.421875, 130.15625) !important;
}

.bg-danger.bg-lighten-2 {
  background-color: rgb(239.578125, 129.421875, 130.15625) !important;
}

.btn-danger.btn-lighten-2 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(239.578125, 129.421875, 130.15625) !important;
}

.btn-danger.btn-lighten-2:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-lighten-2:focus,
.btn-danger.btn-lighten-2:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !important;
}

.btn-outline-danger.btn-outline-lighten-2 {
  border-color: rgb(239.578125, 129.421875, 130.15625) !important;
  color: rgb(239.578125, 129.421875, 130.15625) !important;
}

.btn-outline-danger.btn-outline-lighten-2:hover {
  background-color: rgb(239.578125, 129.421875, 130.15625) !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(239.578125, 129.421875, 130.15625) !important;
}

.border-danger.border-lighten-2 {
  border: 1px solid rgb(239.578125, 129.421875, 130.15625) !important;
}

.border-top-danger.border-top-lighten-2 {
  border-top: 1px solid rgb(239.578125, 129.421875, 130.15625) !important;
}

.border-bottom-danger.border-bottom-lighten-2 {
  border-bottom: 1px solid rgb(239.578125, 129.421875, 130.15625) !important;
}

.border-left-danger.border-left-lighten-2 {
  border-left: 1px solid rgb(239.578125, 129.421875, 130.15625) !important;
}

.border-right-danger.border-right-lighten-2 {
  border-right: 1px solid rgb(239.578125, 129.421875, 130.15625) !important;
}

.overlay-danger.overlay-lighten-2 {
  background: rgb(239.578125, 129.421875, 130.15625);
  /* The Fallback */
  background: rgba(239.578125, 129.421875, 130.15625, 0.6);
}

.danger.lighten-1 {
  color: rgb(236.7890625, 106.7109375, 107.578125) !important;
}

.bg-danger.bg-lighten-1 {
  background-color: rgb(236.7890625, 106.7109375, 107.578125) !important;
}

.btn-danger.btn-lighten-1 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(236.7890625, 106.7109375, 107.578125) !important;
}

.btn-danger.btn-lighten-1:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-lighten-1:focus,
.btn-danger.btn-lighten-1:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !important;
}

.btn-outline-danger.btn-outline-lighten-1 {
  border-color: rgb(236.7890625, 106.7109375, 107.578125) !important;
  color: rgb(236.7890625, 106.7109375, 107.578125) !important;
}

.btn-outline-danger.btn-outline-lighten-1:hover {
  background-color: rgb(236.7890625, 106.7109375, 107.578125) !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(236.7890625, 106.7109375, 107.578125) !important;
}

.border-danger.border-lighten-1 {
  border: 1px solid rgb(236.7890625, 106.7109375, 107.578125) !important;
}

.border-top-danger.border-top-lighten-1 {
  border-top: 1px solid rgb(236.7890625, 106.7109375, 107.578125) !important;
}

.border-bottom-danger.border-bottom-lighten-1 {
  border-bottom: 1px solid rgb(236.7890625, 106.7109375, 107.578125) !important;
}

.border-left-danger.border-left-lighten-1 {
  border-left: 1px solid rgb(236.7890625, 106.7109375, 107.578125) !important;
}

.border-right-danger.border-right-lighten-1 {
  border-right: 1px solid rgb(236.7890625, 106.7109375, 107.578125) !important;
}

.overlay-danger.overlay-lighten-1 {
  background: rgb(236.7890625, 106.7109375, 107.578125);
  /* The Fallback */
  background: rgba(236.7890625, 106.7109375, 107.578125, 0.6);
}

.danger {
  color: #ea5455 !important;
}

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

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

.alert-danger {
  background: rgba(234, 84, 85, 0.2) !important;
  color: #ea5455 !important;
}

.alert-danger .alert-heading {
  box-shadow: rgba(234, 84, 85, 0.4) 0px 6px 15px -7px;
}

.alert-danger .alert-link {
  color: rgb(231.2109375, 61.2890625, 62.421875) !important;
}

.bg-rgba-danger {
  background: rgba(234, 84, 85, 0.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;
}

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

.badge.badge-danger {
  background-color: #ea5455;
}

.overlay-danger {
  background: #ea5455;
  /* The Fallback */
  background: rgba(234, 84, 85, 0.6);
}

.btn-danger {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: #ea5455 !important;
  color: #fff;
}

.btn-danger:hover {
  border-color: rgb(231.2109375, 61.2890625, 62.421875) !important;
  color: #fff !important;
  box-shadow: 0 8px 25px -8px #ea5455;
}

.btn-danger:focus,
.btn-danger:active {
  color: #fff !important;
}

.btn-flat-danger {
  background-color: transparent;
  color: #ea5455;
}

.btn-flat-danger:hover {
  color: #ea5455;
  background-color: rgba(234, 84, 85, 0.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, 0.2);
  color: #fff;
}

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

.btn-relief-danger:active,
.btn-relief-danger:focus {
  outline: none;
  transform: translateY(3px);
}

.btn-outline-danger {
  border: 1px solid #ea5455;
  background-color: transparent;
  color: #ea5455;
}

.btn-outline-danger:hover {
  background-color: rgba(234, 84, 85, 0.08);
  color: #ea5455;
}

.btn-outline-danger:active {
  color: #fff !important;
}

.btn-danger ~ .dropdown-menu .dropdown-item.active,
.btn-outline-danger ~ .dropdown-menu .dropdown-item.active,
.btn-flat-danger ~ .dropdown-menu .dropdown-item.active {
  background-color: #ea5455;
  color: #fff;
}

.btn-danger ~ .dropdown-menu .dropdown-item.active:hover,
.btn-outline-danger ~ .dropdown-menu .dropdown-item.active:hover,
.btn-flat-danger ~ .dropdown-menu .dropdown-item.active:hover {
  color: #fff;
}

.btn-danger ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-danger ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-danger ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
  color: #ea5455;
}

.dropdown.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropdown.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-flat-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-outline-danger ~ .dropdown-menu .dropdown-item:active i,
.dropdown.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:active i {
  color: #fff;
}

.bullet.bullet-danger {
  background-color: #ea5455;
}

.pagination-danger .page-item.active .page-link {
  background: #ea5455;
  color: #fff;
}

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

.pagination-danger .page-item .page-link:hover {
  color: #ea5455;
}

.pagination-danger .page-item.prev-item .page-link:hover,
.pagination-danger .page-item.next-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, 0.1);
}

.progress-bar-danger .progress-bar {
  background-color: #ea5455;
}

.chip-danger {
  background-color: #ea5455 !important;
}

.chip-danger .chip-body {
  color: #fff !important;
}

.divider.divider-danger .divider-text:before,
.divider.divider-danger .divider-text:after {
  border-color: #ea5455 !important;
}

input[type=checkbox].bg-danger + .custom-control-label:before,
input[type=radio].bg-danger + .custom-control-label:before {
  background-color: #ea5455 !important;
}

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

.vs-checkbox-danger input:checked ~ .vs-checkbox {
  border-color: #ea5455 !important;
}

.vs-checkbox-danger input:checked ~ .vs-checkbox .vs-checkbox--check {
  background-color: #ea5455 !important;
}

.vs-checkbox-danger input:active:checked + .vs-checkbox .vs-checkbox--check {
  background-color: #ea5455 !important;
}

.custom-switch-danger .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ea5455 !important;
  color: #fff;
  transition: all 0.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, 0.4) !important;
}

.danger.darken-1 {
  color: rgb(231.2109375, 61.2890625, 62.421875) !important;
}

.bg-danger.bg-darken-1 {
  background-color: rgb(231.2109375, 61.2890625, 62.421875) !important;
}

.btn-danger.btn-darken-1 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(231.2109375, 61.2890625, 62.421875) !important;
}

.btn-danger.btn-darken-1:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-darken-1:focus,
.btn-danger.btn-darken-1:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !important;
}

.btn-outline-danger.btn-outline-darken-1 {
  border-color: rgb(231.2109375, 61.2890625, 62.421875) !important;
  color: rgb(231.2109375, 61.2890625, 62.421875) !important;
}

.btn-outline-danger.btn-outline-darken-1:hover {
  background-color: rgb(231.2109375, 61.2890625, 62.421875) !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(231.2109375, 61.2890625, 62.421875) !important;
}

.border-danger.border-darken-1 {
  border: 1px solid rgb(231.2109375, 61.2890625, 62.421875) !important;
}

.border-top-danger.border-top-darken-1 {
  border-top: 1px solid rgb(231.2109375, 61.2890625, 62.421875) !important;
}

.border-bottom-danger.border-bottom-darken-1 {
  border-bottom: 1px solid rgb(231.2109375, 61.2890625, 62.421875) !important;
}

.border-left-danger.border-left-darken-1 {
  border-left: 1px solid rgb(231.2109375, 61.2890625, 62.421875) !important;
}

.border-right-danger.border-right-darken-1 {
  border-right: 1px solid rgb(231.2109375, 61.2890625, 62.421875) !important;
}

.overlay-danger.overlay-darken-1 {
  background: rgb(231.2109375, 61.2890625, 62.421875);
  /* The Fallback */
  background: rgba(231.2109375, 61.2890625, 62.421875, 0.6);
}

.danger.darken-2 {
  color: rgb(228.421875, 38.578125, 39.84375) !important;
}

.bg-danger.bg-darken-2 {
  background-color: rgb(228.421875, 38.578125, 39.84375) !important;
}

.btn-danger.btn-darken-2 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(228.421875, 38.578125, 39.84375) !important;
}

.btn-danger.btn-darken-2:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-darken-2:focus,
.btn-danger.btn-darken-2:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !important;
}

.btn-outline-danger.btn-outline-darken-2 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  color: rgb(228.421875, 38.578125, 39.84375) !important;
}

.btn-outline-danger.btn-outline-darken-2:hover {
  background-color: rgb(228.421875, 38.578125, 39.84375) !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(228.421875, 38.578125, 39.84375) !important;
}

.border-danger.border-darken-2 {
  border: 1px solid rgb(228.421875, 38.578125, 39.84375) !important;
}

.border-top-danger.border-top-darken-2 {
  border-top: 1px solid rgb(228.421875, 38.578125, 39.84375) !important;
}

.border-bottom-danger.border-bottom-darken-2 {
  border-bottom: 1px solid rgb(228.421875, 38.578125, 39.84375) !important;
}

.border-left-danger.border-left-darken-2 {
  border-left: 1px solid rgb(228.421875, 38.578125, 39.84375) !important;
}

.border-right-danger.border-right-darken-2 {
  border-right: 1px solid rgb(228.421875, 38.578125, 39.84375) !important;
}

.overlay-danger.overlay-darken-2 {
  background: rgb(228.421875, 38.578125, 39.84375);
  /* The Fallback */
  background: rgba(228.421875, 38.578125, 39.84375, 0.6);
}

.danger.darken-3 {
  color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.bg-danger.bg-darken-3 {
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-darken-3 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-darken-3:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-darken-3:focus,
.btn-danger.btn-darken-3:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !important;
}

.btn-outline-danger.btn-outline-darken-3 {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-outline-danger.btn-outline-darken-3:hover {
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.border-danger.border-darken-3 {
  border: 1px solid rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.border-top-danger.border-top-darken-3 {
  border-top: 1px solid rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.border-bottom-danger.border-bottom-darken-3 {
  border-bottom: 1px solid rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.border-left-danger.border-left-darken-3 {
  border-left: 1px solid rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.border-right-danger.border-right-darken-3 {
  border-right: 1px solid rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.overlay-danger.overlay-darken-3 {
  background: rgb(215.0859375, 26.4140625, 27.671875);
  /* The Fallback */
  background: rgba(215.0859375, 26.4140625, 27.671875, 0.6);
}

.danger.darken-4 {
  color: rgb(192.375, 23.625, 24.75) !important;
}

.bg-danger.bg-darken-4 {
  background-color: rgb(192.375, 23.625, 24.75) !important;
}

.btn-danger.btn-darken-4 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(192.375, 23.625, 24.75) !important;
}

.btn-danger.btn-darken-4:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-darken-4:focus,
.btn-danger.btn-darken-4:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !important;
}

.btn-outline-danger.btn-outline-darken-4 {
  border-color: rgb(192.375, 23.625, 24.75) !important;
  color: rgb(192.375, 23.625, 24.75) !important;
}

.btn-outline-danger.btn-outline-darken-4:hover {
  background-color: rgb(192.375, 23.625, 24.75) !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem rgb(192.375, 23.625, 24.75) !important;
}

.border-danger.border-darken-4 {
  border: 1px solid rgb(192.375, 23.625, 24.75) !important;
}

.border-top-danger.border-top-darken-4 {
  border-top: 1px solid rgb(192.375, 23.625, 24.75) !important;
}

.border-bottom-danger.border-bottom-darken-4 {
  border-bottom: 1px solid rgb(192.375, 23.625, 24.75) !important;
}

.border-left-danger.border-left-darken-4 {
  border-left: 1px solid rgb(192.375, 23.625, 24.75) !important;
}

.border-right-danger.border-right-darken-4 {
  border-right: 1px solid rgb(192.375, 23.625, 24.75) !important;
}

.overlay-danger.overlay-darken-4 {
  background: rgb(192.375, 23.625, 24.75);
  /* The Fallback */
  background: rgba(192.375, 23.625, 24.75, 0.6);
}

.danger.accent-1 {
  color: #FFEEF1 !important;
}

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

.btn-danger.btn-accent-1 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: #FFEEF1 !important;
}

.btn-danger.btn-accent-1:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-accent-1:focus,
.btn-danger.btn-accent-1:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !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;
}

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

.border-danger.border-accent-1 {
  border: 1px solid #FFEEF1 !important;
}

.border-top-danger.border-top-accent-1 {
  border-top: 1px solid #FFEEF1 !important;
}

.border-bottom-danger.border-bottom-accent-1 {
  border-bottom: 1px solid #FFEEF1 !important;
}

.border-left-danger.border-left-accent-1 {
  border-left: 1px solid #FFEEF1 !important;
}

.border-right-danger.border-right-accent-1 {
  border-right: 1px solid #FFEEF1 !important;
}

.overlay-danger.overlay-accent-1 {
  background: #FFEEF1;
  /* The Fallback */
  background: rgba(255, 238, 241, 0.6);
}

.danger.accent-2 {
  color: #FFD6DB !important;
}

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

.btn-danger.btn-accent-2 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: #FFD6DB !important;
}

.btn-danger.btn-accent-2:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-accent-2:focus,
.btn-danger.btn-accent-2:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !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;
}

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

.border-danger.border-accent-2 {
  border: 1px solid #FFD6DB !important;
}

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

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

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

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

.overlay-danger.overlay-accent-2 {
  background: #FFD6DB;
  /* The Fallback */
  background: rgba(255, 214, 219, 0.6);
}

.danger.accent-3 {
  color: #FFECEE !important;
}

.bg-danger.bg-accent-3 {
  background-color: #FFECEE !important;
}

.btn-danger.btn-accent-3 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: #FFECEE !important;
}

.btn-danger.btn-accent-3:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-accent-3:focus,
.btn-danger.btn-accent-3:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !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;
}

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

.border-danger.border-accent-3 {
  border: 1px solid #FFECEE !important;
}

.border-top-danger.border-top-accent-3 {
  border-top: 1px solid #FFECEE !important;
}

.border-bottom-danger.border-bottom-accent-3 {
  border-bottom: 1px solid #FFECEE !important;
}

.border-left-danger.border-left-accent-3 {
  border-left: 1px solid #FFECEE !important;
}

.border-right-danger.border-right-accent-3 {
  border-right: 1px solid #FFECEE !important;
}

.overlay-danger.overlay-accent-3 {
  background: #FFECEE;
  /* The Fallback */
  background: rgba(255, 236, 238, 0.6);
}

.danger.accent-4 {
  color: #FFD3D7 !important;
}

.bg-danger.bg-accent-4 {
  background-color: #FFD3D7 !important;
}

.btn-danger.btn-accent-4 {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: #FFD3D7 !important;
}

.btn-danger.btn-accent-4:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-accent-4:focus,
.btn-danger.btn-accent-4:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !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;
}

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

.border-danger.border-accent-4 {
  border: 1px solid #FFD3D7 !important;
}

.border-top-danger.border-top-accent-4 {
  border-top: 1px solid #FFD3D7 !important;
}

.border-bottom-danger.border-bottom-accent-4 {
  border-bottom: 1px solid #FFD3D7 !important;
}

.border-left-danger.border-left-accent-4 {
  border-left: 1px solid #FFD3D7 !important;
}

.border-right-danger.border-right-accent-4 {
  border-right: 1px solid #FFD3D7 !important;
}

.overlay-danger.overlay-accent-4 {
  background: #FFD3D7;
  /* The Fallback */
  background: rgba(255, 211, 215, 0.6);
}

.danger.gradient-bg {
  color: #640064 !important;
}

.bg-danger.bg-gradient-bg {
  background-color: #640064 !important;
}

.btn-danger.btn-gradient-bg {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: #640064 !important;
}

.btn-danger.btn-gradient-bg:hover {
  border-color: rgb(228.421875, 38.578125, 39.84375) !important;
  background-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
}

.btn-danger.btn-gradient-bg:focus,
.btn-danger.btn-gradient-bg:active {
  border-color: rgb(215.0859375, 26.4140625, 27.671875) !important;
  background-color: rgb(192.375, 23.625, 24.75) !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(100, 0, 100, 0.6);
}

