/*------------------------------------
- COLOR success
------------------------------------*/
.alert-success {
  color: #284d13;
  background-color: #ccedb9;
  border-color: #c0e9a9;
}
.alert-success hr {
  border-top-color: #b1e494;
}
.alert-success .alert-link {
  color: #132409;
}
.badge-success {
  color: #212529;
  background-color: #5caf2c;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  background-color: #468621;
}
.bg-success {
  background-color: #5caf2c !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #468621 !important;
}
.border-success {
  border-color: #5caf2c !important;
}
.btn-success {
  color: #212529;
  background-color: #5caf2c;
  border-color: #5caf2c;
}
.btn-success:hover {
  color: #212529;
  background-color: #4d9224;
  border-color: #468621;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 175, 44, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #5caf2c;
  border-color: #5caf2c;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #468621;
  border-color: #407a1e;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 175, 44, 0.5);
}
.btn-outline-success {
  color: #5caf2c;
  background-color: transparent;
  border-color: #5caf2c;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #5caf2c;
  border-color: #5caf2c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 175, 44, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5caf2c;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #5caf2c;
  border-color: #5caf2c;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 175, 44, 0.5);
}
.list-group-item-success {
  color: #284d13;
  background-color: #c0e9a9;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #284d13;
  background-color: #b1e494;
}
.list-group-item-success.list-group-item-action.active {
  color: #212529;
  background-color: #284d13;
  border-color: #284d13;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #c0e9a9;
}
.table-hover .table-success:hover {
  background-color: #b1e494;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1e494;
}
.text-success {
  color: #5caf2c !important;
}
a.text-success:hover, a.text-success:focus {
  color: #468621 !important;
}
/*------------------------------------
- COLOR warning
------------------------------------*/
.alert-warning {
  color: #b99705;
  background-color: #ff100106;
  border-color: #fefcf2;
}
.alert-warning hr {
  border-top-color: #fdf7da;
}
.alert-warning .alert-link {
  color: #886f04;
}
.badge-warning {
  color: #212529;
  background-color: #f9d641;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  background-color: #f7cb0f;
}
.bg-warning {
  background-color: #f9d641 !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #f7cb0f !important;
}
.border-warning {
  border-color: #f9d641 !important;
}
.btn-warning {
  color: #212529;
  background-color: #f9d641;
  border-color: #f9d641;
}
.btn-warning:hover {
  color: #212529;
  background-color: #f7ce1e;
  border-color: #f7cb0f;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 214, 65, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #f9d641;
  border-color: #f9d641;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f7cb0f;
  border-color: #f0c307;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 214, 65, 0.5);
}
.btn-outline-warning {
  color: #f9d641;
  background-color: transparent;
  border-color: #f9d641;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #f9d641;
  border-color: #f9d641;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 214, 65, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f9d641;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f9d641;
  border-color: #f9d641;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 214, 65, 0.5);
}
.list-group-item-warning {
  color: #b99705;
  background-color: #fefcf2;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #b99705;
  background-color: #fdf7da;
}
.list-group-item-warning.list-group-item-action.active {
  color: #212529;
  background-color: #b99705;
  border-color: #b99705;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #fefcf2;
}
.table-hover .table-warning:hover {
  background-color: #fdf7da;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #fdf7da;
}
.text-warning {
  color: #f9d641 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #f7cb0f !important;
}
/*------------------------------------
- COLOR yellow
------------------------------------*/
.alert-yellow {
  color: #b99705;
  background-color: #ff100106;
  border-color: #fefcf2;
}
.alert-yellow hr {
  border-top-color: #fdf7da;
}
.alert-yellow .alert-link {
  color: #886f04;
}
.badge-yellow {
  color: #380707;
  background-color: #f9d641;
}
.badge-yellow[href]:hover, .badge-yellow[href]:focus {
  color: #380707;
  background-color: #f7cb0f;
}
.bg-yellow {
  background-color: #f9d641 !important;
}
a.bg-yellow:hover, a.bg-yellow:focus, button.bg-yellow:hover, button.bg-yellow:focus {
  background-color: #f7cb0f !important;
}
.border-yellow {
  border-color: #f9d641 !important;
}
.btn-yellow {
  color: #380707;
  background-color: #f9d641;
  border-color: #f9d641;
}
.btn-yellow:hover {
  color: #380707;
  background-color: #f7ce1e;
  border-color: #f7cb0f;
}
.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 214, 65, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #380707;
  background-color: #f9d641;
  border-color: #f9d641;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #380707;
  background-color: #f7cb0f;
  border-color: #f0c307;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 214, 65, 0.5);
}
.btn-outline-yellow {
  color: #f9d641;
  background-color: transparent;
  border-color: #f9d641;
}
.btn-outline-yellow:hover {
  color: #380707;
  background-color: #f9d641;
  border-color: #f9d641;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 214, 65, 0.5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #f9d641;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #380707;
  background-color: #f9d641;
  border-color: #f9d641;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 214, 65, 0.5);
}
.list-group-item-yellow {
  color: #b99705;
  background-color: #fefcf2;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #b99705;
  background-color: #fdf7da;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #380707;
  background-color: #b99705;
  border-color: #b99705;
}
.table-yellow, .table-yellow > th, .table-yellow > td {
  background-color: #fefcf2;
}
.table-hover .table-yellow:hover {
  background-color: #fdf7da;
}
.table-hover .table-yellow:hover > td, .table-hover .table-yellow:hover > th {
  background-color: #fdf7da;
}
.text-yellow {
  color: #f9d641 !important;
}
a.text-yellow:hover, a.text-yellow:focus {
  color: #f7cb0f !important;
}
/*------------------------------------
- COLOR brown
------------------------------------*/
.alert-brown {
  color: #000000;
  background-color: #e32727;
  border-color: #db1b1b;
}
.alert-brown hr {
  border-top-color: #c41818;
}
.alert-brown .alert-link {
  color: #000000;
}
.badge-brown {
  color: #fff;
  background-color: #380707;
}
.badge-brown[href]:hover, .badge-brown[href]:focus {
  color: #fff;
  background-color: #0a0101;
}
.bg-brown {
  background-color: #380707 !important;
}
a.bg-brown:hover, a.bg-brown:focus, button.bg-brown:hover, button.bg-brown:focus {
  background-color: #0a0101 !important;
}
.border-brown {
  border-color: #380707 !important;
}
.btn-brown {
  color: #fff;
  background-color: #380707;
  border-color: #380707;
}
.btn-brown:hover {
  color: #fff;
  background-color: #180303;
  border-color: #0a0101;
}
.btn-brown:focus, .btn-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 7, 7, 0.5);
}
.btn-brown.disabled, .btn-brown:disabled {
  color: #fff;
  background-color: #380707;
  border-color: #380707;
}
.btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active, .show > .btn-brown.dropdown-toggle {
  color: #fff;
  background-color: #0a0101;
  border-color: #000000;
}
.btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 7, 7, 0.5);
}
.btn-outline-brown {
  color: #380707;
  background-color: transparent;
  border-color: #380707;
}
.btn-outline-brown:hover {
  color: #fff;
  background-color: #380707;
  border-color: #380707;
}
.btn-outline-brown:focus, .btn-outline-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 7, 7, 0.5);
}
.btn-outline-brown.disabled, .btn-outline-brown:disabled {
  color: #380707;
  background-color: transparent;
}
.btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active, .show > .btn-outline-brown.dropdown-toggle {
  color: #fff;
  background-color: #380707;
  border-color: #380707;
}
.btn-outline-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 7, 7, 0.5);
}
.list-group-item-brown {
  color: #000000;
  background-color: #db1b1b;
}
.list-group-item-brown.list-group-item-action:hover, .list-group-item-brown.list-group-item-action:focus {
  color: #000000;
  background-color: #c41818;
}
.list-group-item-brown.list-group-item-action.active {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.table-brown, .table-brown > th, .table-brown > td {
  background-color: #db1b1b;
}
.table-hover .table-brown:hover {
  background-color: #c41818;
}
.table-hover .table-brown:hover > td, .table-hover .table-brown:hover > th {
  background-color: #c41818;
}
.text-brown {
  color: #380707 !important;
}
a.text-brown:hover, a.text-brown:focus {
  color: #0a0101 !important;
}
/*------------------------------------
- COLOR lightgreen
------------------------------------*/
.alert-lightgreen {
  color: #b8e789;
  background-color: #15c11d19a;
  border-color: #15111a189;
}
.alert-lightgreen hr {
  border-top-color: #145116173;
}
.alert-lightgreen .alert-link {
  color: #9fdf5f;
}
.badge-lightgreen {
  color: #380707;
  background-color: #f6fcf0;
}
.badge-lightgreen[href]:hover, .badge-lightgreen[href]:focus {
  color: #380707;
  background-color: #dcf3c5;
}
.bg-lightgreen {
  background-color: #f6fcf0 !important;
}
a.bg-lightgreen:hover, a.bg-lightgreen:focus, button.bg-lightgreen:hover, button.bg-lightgreen:focus {
  background-color: #dcf3c5 !important;
}
.border-lightgreen {
  border-color: #f6fcf0 !important;
}
.btn-lightgreen {
  color: #380707;
  background-color: #f6fcf0;
  border-color: #f6fcf0;
}
.btn-lightgreen:hover {
  color: #380707;
  background-color: #e4f6d2;
  border-color: #dcf3c5;
}
.btn-lightgreen:focus, .btn-lightgreen.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 252, 240, 0.5);
}
.btn-lightgreen.disabled, .btn-lightgreen:disabled {
  color: #380707;
  background-color: #f6fcf0;
  border-color: #f6fcf0;
}
.btn-lightgreen:not(:disabled):not(.disabled):active, .btn-lightgreen:not(:disabled):not(.disabled).active, .show > .btn-lightgreen.dropdown-toggle {
  color: #380707;
  background-color: #dcf3c5;
  border-color: #d4f0b8;
}
.btn-lightgreen:not(:disabled):not(.disabled):active:focus, .btn-lightgreen:not(:disabled):not(.disabled).active:focus, .show > .btn-lightgreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 252, 240, 0.5);
}
.btn-outline-lightgreen {
  color: #f6fcf0;
  background-color: transparent;
  border-color: #f6fcf0;
}
.btn-outline-lightgreen:hover {
  color: #380707;
  background-color: #f6fcf0;
  border-color: #f6fcf0;
}
.btn-outline-lightgreen:focus, .btn-outline-lightgreen.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 252, 240, 0.5);
}
.btn-outline-lightgreen.disabled, .btn-outline-lightgreen:disabled {
  color: #f6fcf0;
  background-color: transparent;
}
.btn-outline-lightgreen:not(:disabled):not(.disabled):active, .btn-outline-lightgreen:not(:disabled):not(.disabled).active, .show > .btn-outline-lightgreen.dropdown-toggle {
  color: #380707;
  background-color: #f6fcf0;
  border-color: #f6fcf0;
}
.btn-outline-lightgreen:not(:disabled):not(.disabled):active:focus, .btn-outline-lightgreen:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lightgreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 252, 240, 0.5);
}
.list-group-item-lightgreen {
  color: #b8e789;
  background-color: #15111a189;
}
.list-group-item-lightgreen.list-group-item-action:hover, .list-group-item-lightgreen.list-group-item-action:focus {
  color: #b8e789;
  background-color: #145116173;
}
.list-group-item-lightgreen.list-group-item-action.active {
  color: #380707;
  background-color: #b8e789;
  border-color: #b8e789;
}
.table-lightgreen, .table-lightgreen > th, .table-lightgreen > td {
  background-color: #15111a189;
}
.table-hover .table-lightgreen:hover {
  background-color: #145116173;
}
.table-hover .table-lightgreen:hover > td, .table-hover .table-lightgreen:hover > th {
  background-color: #145116173;
}
.text-lightgreen {
  color: #f6fcf0 !important;
}
a.text-lightgreen:hover, a.text-lightgreen:focus {
  color: #dcf3c5 !important;
}
/*------------------------------------
- COLOR newgreen
------------------------------------*/
.alert-newgreen {
  color: #74b620;
  background-color: #10d103119;
  border-color: #103100108;
}
.alert-newgreen hr {
  border-top-color: #f8fcf2;
}
.alert-newgreen .alert-link {
  color: #588b18;
}
.badge-newgreen {
  color: #212529;
  background-color: #b0e56c;
}
.badge-newgreen[href]:hover, .badge-newgreen[href]:focus {
  color: #212529;
  background-color: #98dd40;
}
.bg-newgreen {
  background-color: #b0e56c !important;
}
a.bg-newgreen:hover, a.bg-newgreen:focus, button.bg-newgreen:hover, button.bg-newgreen:focus {
  background-color: #98dd40 !important;
}
.border-newgreen {
  border-color: #b0e56c !important;
}
.btn-newgreen {
  color: #212529;
  background-color: #b0e56c;
  border-color: #b0e56c;
}
.btn-newgreen:hover {
  color: #212529;
  background-color: #9fdf4d;
  border-color: #98dd40;
}
.btn-newgreen:focus, .btn-newgreen.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 229, 108, 0.5);
}
.btn-newgreen.disabled, .btn-newgreen:disabled {
  color: #212529;
  background-color: #b0e56c;
  border-color: #b0e56c;
}
.btn-newgreen:not(:disabled):not(.disabled):active, .btn-newgreen:not(:disabled):not(.disabled).active, .show > .btn-newgreen.dropdown-toggle {
  color: #212529;
  background-color: #98dd40;
  border-color: #91db33;
}
.btn-newgreen:not(:disabled):not(.disabled):active:focus, .btn-newgreen:not(:disabled):not(.disabled).active:focus, .show > .btn-newgreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 229, 108, 0.5);
}
.btn-outline-newgreen {
  color: #b0e56c;
  background-color: transparent;
  border-color: #b0e56c;
}
.btn-outline-newgreen:hover {
  color: #212529;
  background-color: #b0e56c;
  border-color: #b0e56c;
}
.btn-outline-newgreen:focus, .btn-outline-newgreen.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 229, 108, 0.5);
}
.btn-outline-newgreen.disabled, .btn-outline-newgreen:disabled {
  color: #b0e56c;
  background-color: transparent;
}
.btn-outline-newgreen:not(:disabled):not(.disabled):active, .btn-outline-newgreen:not(:disabled):not(.disabled).active, .show > .btn-outline-newgreen.dropdown-toggle {
  color: #212529;
  background-color: #b0e56c;
  border-color: #b0e56c;
}
.btn-outline-newgreen:not(:disabled):not(.disabled):active:focus, .btn-outline-newgreen:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-newgreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 229, 108, 0.5);
}
.list-group-item-newgreen {
  color: #74b620;
  background-color: #103100108;
}
.list-group-item-newgreen.list-group-item-action:hover, .list-group-item-newgreen.list-group-item-action:focus {
  color: #74b620;
  background-color: #f8fcf2;
}
.list-group-item-newgreen.list-group-item-action.active {
  color: #212529;
  background-color: #74b620;
  border-color: #74b620;
}
.table-newgreen, .table-newgreen > th, .table-newgreen > td {
  background-color: #103100108;
}
.table-hover .table-newgreen:hover {
  background-color: #f8fcf2;
}
.table-hover .table-newgreen:hover > td, .table-hover .table-newgreen:hover > th {
  background-color: #f8fcf2;
}
.text-newgreen {
  color: #b0e56c !important;
}
a.text-newgreen:hover, a.text-newgreen:focus {
  color: #98dd40 !important;
}
/*------------------------------------
- COLOR sky
------------------------------------*/
.alert-sky {
  color: #29b1cf;
  background-color: #135111109;
  border-color: #12410b106;
}
.alert-sky hr {
  border-top-color: #10e104102;
}
.alert-sky .alert-link {
  color: #208ca4;
}
.badge-sky {
  color: #380707;
  background-color: #8bd7e8;
}
.badge-sky[href]:hover, .badge-sky[href]:focus {
  color: #380707;
  background-color: #60c8df;
}
.bg-sky {
  background-color: #8bd7e8 !important;
}
a.bg-sky:hover, a.bg-sky:focus, button.bg-sky:hover, button.bg-sky:focus {
  background-color: #60c8df !important;
}
.border-sky {
  border-color: #8bd7e8 !important;
}
.btn-sky {
  color: #380707;
  background-color: #8bd7e8;
  border-color: #8bd7e8;
}
.btn-sky:hover {
  color: #380707;
  background-color: #6dcce2;
  border-color: #60c8df;
}
.btn-sky:focus, .btn-sky.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 215, 232, 0.5);
}
.btn-sky.disabled, .btn-sky:disabled {
  color: #380707;
  background-color: #8bd7e8;
  border-color: #8bd7e8;
}
.btn-sky:not(:disabled):not(.disabled):active, .btn-sky:not(:disabled):not(.disabled).active, .show > .btn-sky.dropdown-toggle {
  color: #380707;
  background-color: #60c8df;
  border-color: #53c3dd;
}
.btn-sky:not(:disabled):not(.disabled):active:focus, .btn-sky:not(:disabled):not(.disabled).active:focus, .show > .btn-sky.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 215, 232, 0.5);
}
.btn-outline-sky {
  color: #8bd7e8;
  background-color: transparent;
  border-color: #8bd7e8;
}
.btn-outline-sky:hover {
  color: #380707;
  background-color: #8bd7e8;
  border-color: #8bd7e8;
}
.btn-outline-sky:focus, .btn-outline-sky.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 215, 232, 0.5);
}
.btn-outline-sky.disabled, .btn-outline-sky:disabled {
  color: #8bd7e8;
  background-color: transparent;
}
.btn-outline-sky:not(:disabled):not(.disabled):active, .btn-outline-sky:not(:disabled):not(.disabled).active, .show > .btn-outline-sky.dropdown-toggle {
  color: #380707;
  background-color: #8bd7e8;
  border-color: #8bd7e8;
}
.btn-outline-sky:not(:disabled):not(.disabled):active:focus, .btn-outline-sky:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sky.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 215, 232, 0.5);
}
.list-group-item-sky {
  color: #29b1cf;
  background-color: #12410b106;
}
.list-group-item-sky.list-group-item-action:hover, .list-group-item-sky.list-group-item-action:focus {
  color: #29b1cf;
  background-color: #10e104102;
}
.list-group-item-sky.list-group-item-action.active {
  color: #380707;
  background-color: #29b1cf;
  border-color: #29b1cf;
}
.table-sky, .table-sky > th, .table-sky > td {
  background-color: #12410b106;
}
.table-hover .table-sky:hover {
  background-color: #10e104102;
}
.table-hover .table-sky:hover > td, .table-hover .table-sky:hover > th {
  background-color: #10e104102;
}
.text-sky {
  color: #8bd7e8 !important;
}
a.text-sky:hover, a.text-sky:focus {
  color: #60c8df !important;
}
/*------------------------------------
- COLOR pink
------------------------------------*/
.alert-pink {
  color: #ec3a81;
  background-color: #10816413f;
  border-color: #106151133;
}
.alert-pink hr {
  border-top-color: #10413a124;
}
.alert-pink .alert-link {
  color: #de1466;
}
.badge-pink {
  color: #380707;
  background-color: #f7aac9;
}
.badge-pink[href]:hover, .badge-pink[href]:focus {
  color: #380707;
  background-color: #f27bab;
}
.bg-pink {
  background-color: #f7aac9 !important;
}
a.bg-pink:hover, a.bg-pink:focus, button.bg-pink:hover, button.bg-pink:focus {
  background-color: #f27bab !important;
}
.border-pink {
  border-color: #f7aac9 !important;
}
.btn-pink {
  color: #380707;
  background-color: #f7aac9;
  border-color: #f7aac9;
}
.btn-pink:hover {
  color: #380707;
  background-color: #f389b4;
  border-color: #f27bab;
}
.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 170, 201, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #380707;
  background-color: #f7aac9;
  border-color: #f7aac9;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #380707;
  background-color: #f27bab;
  border-color: #f16da2;
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 170, 201, 0.5);
}
.btn-outline-pink {
  color: #f7aac9;
  background-color: transparent;
  border-color: #f7aac9;
}
.btn-outline-pink:hover {
  color: #380707;
  background-color: #f7aac9;
  border-color: #f7aac9;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 170, 201, 0.5);
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #f7aac9;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #380707;
  background-color: #f7aac9;
  border-color: #f7aac9;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 170, 201, 0.5);
}
.list-group-item-pink {
  color: #ec3a81;
  background-color: #106151133;
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #ec3a81;
  background-color: #10413a124;
}
.list-group-item-pink.list-group-item-action.active {
  color: #380707;
  background-color: #ec3a81;
  border-color: #ec3a81;
}
.table-pink, .table-pink > th, .table-pink > td {
  background-color: #106151133;
}
.table-hover .table-pink:hover {
  background-color: #10413a124;
}
.table-hover .table-pink:hover > td, .table-hover .table-pink:hover > th {
  background-color: #10413a124;
}
.text-pink {
  color: #f7aac9 !important;
}
a.text-pink:hover, a.text-pink:focus {
  color: #f27bab !important;
}
/*------------------------------------
- COLOR cream
------------------------------------*/
.alert-cream {
  color: #fadd62;
  background-color: #1031211a0;
  border-color: #10211d18c;
}
.alert-cream hr {
  border-top-color: #102118173;
}
.alert-cream .alert-link {
  color: #f9d231;
}
.badge-cream {
  color: #212529;
  background-color: #fef7da;
}
.badge-cream[href]:hover, .badge-cream[href]:focus {
  color: #212529;
  background-color: #fceca8;
}
.bg-cream {
  background-color: #fef7da !important;
}
a.bg-cream:hover, a.bg-cream:focus, button.bg-cream:hover, button.bg-cream:focus {
  background-color: #fceca8 !important;
}
.border-cream {
  border-color: #fef7da !important;
}
.btn-cream {
  color: #212529;
  background-color: #fef7da;
  border-color: #fef7da;
}
.btn-cream:hover {
  color: #212529;
  background-color: #fdefb7;
  border-color: #fceca8;
}
.btn-cream:focus, .btn-cream.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 247, 218, 0.5);
}
.btn-cream.disabled, .btn-cream:disabled {
  color: #212529;
  background-color: #fef7da;
  border-color: #fef7da;
}
.btn-cream:not(:disabled):not(.disabled):active, .btn-cream:not(:disabled):not(.disabled).active, .show > .btn-cream.dropdown-toggle {
  color: #212529;
  background-color: #fceca8;
  border-color: #fce999;
}
.btn-cream:not(:disabled):not(.disabled):active:focus, .btn-cream:not(:disabled):not(.disabled).active:focus, .show > .btn-cream.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 247, 218, 0.5);
}
.btn-outline-cream {
  color: #fef7da;
  background-color: transparent;
  border-color: #fef7da;
}
.btn-outline-cream:hover {
  color: #212529;
  background-color: #fef7da;
  border-color: #fef7da;
}
.btn-outline-cream:focus, .btn-outline-cream.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 247, 218, 0.5);
}
.btn-outline-cream.disabled, .btn-outline-cream:disabled {
  color: #fef7da;
  background-color: transparent;
}
.btn-outline-cream:not(:disabled):not(.disabled):active, .btn-outline-cream:not(:disabled):not(.disabled).active, .show > .btn-outline-cream.dropdown-toggle {
  color: #212529;
  background-color: #fef7da;
  border-color: #fef7da;
}
.btn-outline-cream:not(:disabled):not(.disabled):active:focus, .btn-outline-cream:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cream.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 247, 218, 0.5);
}
.list-group-item-cream {
  color: #fadd62;
  background-color: #10211d18c;
}
.list-group-item-cream.list-group-item-action:hover, .list-group-item-cream.list-group-item-action:focus {
  color: #fadd62;
  background-color: #102118173;
}
.list-group-item-cream.list-group-item-action.active {
  color: #212529;
  background-color: #fadd62;
  border-color: #fadd62;
}
.table-cream, .table-cream > th, .table-cream > td {
  background-color: #10211d18c;
}
.table-hover .table-cream:hover {
  background-color: #102118173;
}
.table-hover .table-cream:hover > td, .table-hover .table-cream:hover > th {
  background-color: #102118173;
}
.text-cream {
  color: #fef7da !important;
}
a.text-cream:hover, a.text-cream:focus {
  color: #fceca8 !important;
}
/*------------------------------------
- COLOR cream2
------------------------------------*/
.alert-cream2 {
  color: #ffe17b;
  background-color: #ff12a1c2;
  border-color: #ff1251ad;
}
.alert-cream2 hr {
  border-top-color: #ff120194;
}
.alert-cream2 .alert-link {
  color: #ffd648;
}
.badge-cream2 {
  color: #212529;
  background-color: #fffdf6;
}
.badge-cream2[href]:hover, .badge-cream2[href]:focus {
  color: #212529;
  background-color: #fff1c3;
}
.bg-cream2 {
  background-color: #fffdf6 !important;
}
a.bg-cream2:hover, a.bg-cream2:focus, button.bg-cream2:hover, button.bg-cream2:focus {
  background-color: #fff1c3 !important;
}
.border-cream2 {
  border-color: #fffdf6 !important;
}
.btn-cream2 {
  color: #212529;
  background-color: #fffdf6;
  border-color: #fffdf6;
}
.btn-cream2:hover {
  color: #212529;
  background-color: #fff5d2;
  border-color: #fff1c3;
}
.btn-cream2:focus, .btn-cream2.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 253, 246, 0.5);
}
.btn-cream2.disabled, .btn-cream2:disabled {
  color: #212529;
  background-color: #fffdf6;
  border-color: #fffdf6;
}
.btn-cream2:not(:disabled):not(.disabled):active, .btn-cream2:not(:disabled):not(.disabled).active, .show > .btn-cream2.dropdown-toggle {
  color: #212529;
  background-color: #fff1c3;
  border-color: #ffeeb3;
}
.btn-cream2:not(:disabled):not(.disabled):active:focus, .btn-cream2:not(:disabled):not(.disabled).active:focus, .show > .btn-cream2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 253, 246, 0.5);
}
.btn-outline-cream2 {
  color: #fffdf6;
  background-color: transparent;
  border-color: #fffdf6;
}
.btn-outline-cream2:hover {
  color: #212529;
  background-color: #fffdf6;
  border-color: #fffdf6;
}
.btn-outline-cream2:focus, .btn-outline-cream2.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 253, 246, 0.5);
}
.btn-outline-cream2.disabled, .btn-outline-cream2:disabled {
  color: #fffdf6;
  background-color: transparent;
}
.btn-outline-cream2:not(:disabled):not(.disabled):active, .btn-outline-cream2:not(:disabled):not(.disabled).active, .show > .btn-outline-cream2.dropdown-toggle {
  color: #212529;
  background-color: #fffdf6;
  border-color: #fffdf6;
}
.btn-outline-cream2:not(:disabled):not(.disabled):active:focus, .btn-outline-cream2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cream2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 253, 246, 0.5);
}
.list-group-item-cream2 {
  color: #ffe17b;
  background-color: #ff1251ad;
}
.list-group-item-cream2.list-group-item-action:hover, .list-group-item-cream2.list-group-item-action:focus {
  color: #ffe17b;
  background-color: #ff120194;
}
.list-group-item-cream2.list-group-item-action.active {
  color: #212529;
  background-color: #ffe17b;
  border-color: #ffe17b;
}
.table-cream2, .table-cream2 > th, .table-cream2 > td {
  background-color: #ff1251ad;
}
.table-hover .table-cream2:hover {
  background-color: #ff120194;
}
.table-hover .table-cream2:hover > td, .table-hover .table-cream2:hover > th {
  background-color: #ff120194;
}
.text-cream2 {
  color: #fffdf6 !important;
}
a.text-cream2:hover, a.text-cream2:focus {
  color: #fff1c3 !important;
}


/*------------------------------------
- COLOR orange
------------------------------------*/
.alert-orange {
    color: #d84708;
    background-color: #10011a126;
    border-color: #ff10d112;
}

.alert-orange hr {
    border-top-color: #fefbfa;
}

.alert-orange .alert-link {
    color: #a73706;
}

.badge-orange {
    color: #212529;
    background-color: #f99062;
}

.badge-orange[href]:hover, .badge-orange[href]:focus {
    color: #212529;
    background-color: #f76d30;
}

.bg-orange {
    background-color: #f99062 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
    background-color: #f76d30 !important;
}

.border-orange {
    border-color: #f99062 !important;
}

.btn-orange {
    color: #212529;
    background-color: #f99062;
    border-color: #f99062;
}

.btn-orange:hover {
    color: #212529;
    background-color: #f7773f;
    border-color: #f76d30;
}

.btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 144, 98, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
    color: #212529;
    background-color: #f99062;
    border-color: #f99062;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
    color: #212529;
    background-color: #f76d30;
    border-color: #f66222;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 144, 98, 0.5);
}

.btn-outline-orange {
    color: #f99062;
    background-color: transparent;
    border-color: #f99062;
}

.btn-outline-orange:hover {
    color: #212529;
    background-color: #f99062;
    border-color: #f99062;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 144, 98, 0.5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #f99062;
    background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
    color: #212529;
    background-color: #f99062;
    border-color: #f99062;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 144, 98, 0.5);
}

.list-group-item-orange {
    color: #d84708;
    background-color: #ff10d112;
}

.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #d84708;
    background-color: #fefbfa;
}

.list-group-item-orange.list-group-item-action.active {
    color: #212529;
    background-color: #d84708;
    border-color: #d84708;
}

.table-orange,
.table-orange > th,
.table-orange > td {
    background-color: #ff10d112;
}

.table-hover .table-orange:hover {
    background-color: #fefbfa;
}

.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
    background-color: #fefbfa;
}

.text-orange {
    color: #f99062 !important;
}

a.text-orange:hover, a.text-orange:focus {
    color: #f76d30 !important;
}
