/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
  color: #080009;
  background-color: #ed51ff;
  border-color: #eb3cff;
}

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

.alert-primary .alert-link {
  color: #000000;
}

.badge-primary {
  color: #fff;
  background-color: #770084;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  background-color: #490051;
}

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

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

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

.btn-primary {
  color: #fff;
  background-color: #770084;
  border-color: #770084;
}

.btn-primary:hover {
  color: #fff;
  background-color: #560060;
  border-color: #490051;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 0, 132, 0.5);
}

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

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #490051;
  border-color: #3b0041;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 0, 132, 0.5);
}

.btn-outline-primary {
  color: #770084;
  background-color: transparent;
  border-color: #770084;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #770084;
  border-color: #770084;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 0, 132, 0.5);
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #770084;
  border-color: #770084;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 0, 132, 0.5);
}

.list-group-item-primary {
  color: #080009;
  background-color: #eb3cff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #080009;
  background-color: #e923ff;
}

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

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

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

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

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

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

/*------------------------------------
- COLOR success
------------------------------------*/
.alert-success {
  color: #122f08;
  background-color: #a9eb92;
  border-color: #9be881;
}

.alert-success hr {
  border-top-color: #8ae46b;
}

.alert-success .alert-link {
  color: #010300;
}

.badge-success {
  color: #fff;
  background-color: #3b971b;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  background-color: #2a6b13;
}

.bg-success {
  background-color: #3b971b !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2a6b13 !important;
}

.border-success {
  border-color: #3b971b !important;
}

.btn-success {
  color: #fff;
  background-color: #3b971b;
  border-color: #3b971b;
}

.btn-success:hover {
  color: #fff;
  background-color: #2f7815;
  border-color: #2a6b13;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 151, 27, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #3b971b;
  border-color: #3b971b;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2a6b13;
  border-color: #255e10;
}

.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(59, 151, 27, 0.5);
}

.btn-outline-success {
  color: #3b971b;
  background-color: transparent;
  border-color: #3b971b;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #3b971b;
  border-color: #3b971b;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 151, 27, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #3b971b;
  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: #fff;
  background-color: #3b971b;
  border-color: #3b971b;
}

.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(59, 151, 27, 0.5);
}

.list-group-item-success {
  color: #122f08;
  background-color: #9be881;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #122f08;
  background-color: #8ae46b;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #122f08;
  border-color: #122f08;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #9be881;
}

.table-hover .table-success:hover {
  background-color: #8ae46b;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #8ae46b;
}

.text-success {
  color: #3b971b !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #2a6b13 !important;
}

/*------------------------------------
- COLOR light
------------------------------------*/
.alert-light {
  color: #b4b4b4;
  background-color: #158158158;
  border-color: #14d14d14d;
}

.alert-light hr {
  border-top-color: #141141141;
}

.alert-light .alert-link {
  color: #9b9b9b;
}

.badge-light {
  color: #212529;
  background-color: #f2f2f2;
}

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

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

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

.border-light {
  border-color: #f2f2f2 !important;
}

.btn-light {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-light:hover {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #d8d8d8;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d0d0d0;
}

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

.btn-outline-light {
  color: #f2f2f2;
  background-color: transparent;
  border-color: #f2f2f2;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f2f2f2;
  background-color: transparent;
}

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

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

.list-group-item-light {
  color: #b4b4b4;
  background-color: #14d14d14d;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #b4b4b4;
  background-color: #141141141;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #14d14d14d;
}

.table-hover .table-light:hover {
  background-color: #141141141;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #141141141;
}

.text-light {
  color: #f2f2f2 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #d8d8d8 !important;
}

/*------------------------------------
- COLOR lightgreen
------------------------------------*/
.alert-lightgreen {
  color: #a2cc95;
  background-color: #163135172;
  border-color: #15712f164;
}

.alert-lightgreen hr {
  border-top-color: #148127152;
}

.alert-lightgreen .alert-link {
  color: #84bb72;
}

.badge-lightgreen {
  color: #212529;
  background-color: #ebf4e8;
}

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

.bg-lightgreen {
  background-color: #ebf4e8 !important;
}

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

.border-lightgreen {
  border-color: #ebf4e8 !important;
}

.btn-lightgreen {
  color: #212529;
  background-color: #ebf4e8;
  border-color: #ebf4e8;
}

.btn-lightgreen:hover {
  color: #212529;
  background-color: #d5e8cf;
  border-color: #cce3c5;
}

.btn-lightgreen:focus,
.btn-lightgreen.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 244, 232, 0.5);
}

.btn-lightgreen.disabled,
.btn-lightgreen:disabled {
  color: #212529;
  background-color: #ebf4e8;
  border-color: #ebf4e8;
}

.btn-lightgreen:not(:disabled):not(.disabled):active,
.btn-lightgreen:not(:disabled):not(.disabled).active,
.show > .btn-lightgreen.dropdown-toggle {
  color: #212529;
  background-color: #cce3c5;
  border-color: #c3debb;
}

.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(235, 244, 232, 0.5);
}

.btn-outline-lightgreen {
  color: #ebf4e8;
  background-color: transparent;
  border-color: #ebf4e8;
}

.btn-outline-lightgreen:hover {
  color: #212529;
  background-color: #ebf4e8;
  border-color: #ebf4e8;
}

.btn-outline-lightgreen:focus,
.btn-outline-lightgreen.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 244, 232, 0.5);
}

.btn-outline-lightgreen.disabled,
.btn-outline-lightgreen:disabled {
  color: #ebf4e8;
  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: #212529;
  background-color: #ebf4e8;
  border-color: #ebf4e8;
}

.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(235, 244, 232, 0.5);
}

.list-group-item-lightgreen {
  color: #a2cc95;
  background-color: #15712f164;
}

.list-group-item-lightgreen.list-group-item-action:hover,
.list-group-item-lightgreen.list-group-item-action:focus {
  color: #a2cc95;
  background-color: #148127152;
}

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

.table-lightgreen,
.table-lightgreen > th,
.table-lightgreen > td {
  background-color: #15712f164;
}

.table-hover .table-lightgreen:hover {
  background-color: #148127152;
}

.table-hover .table-lightgreen:hover > td,
.table-hover .table-lightgreen:hover > th {
  background-color: #148127152;
}

.text-lightgreen {
  color: #ebf4e8 !important;
}

a.text-lightgreen:hover,
a.text-lightgreen:focus {
  color: #cce3c5 !important;
}

/*------------------------------------
- COLOR blue
------------------------------------*/
.alert-blue {
  color: #00364e;
  background-color: #96dfff;
  border-color: #81d8ff;
}

.alert-blue hr {
  border-top-color: #68d1ff;
}

.alert-blue .alert-link {
  color: #00131b;
}

.badge-blue {
  color: #fff;
  background-color: #008cc9;
}

.badge-blue[href]:hover,
.badge-blue[href]:focus {
  color: #fff;
  background-color: #006895;
}

.bg-blue {
  background-color: #008cc9 !important;
}

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

.border-blue {
  border-color: #008cc9 !important;
}

.btn-blue {
  color: #fff;
  background-color: #008cc9;
  border-color: #008cc9;
}

.btn-blue:hover {
  color: #fff;
  background-color: #0073a5;
  border-color: #006895;
}

.btn-blue:focus,
.btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 140, 201, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #008cc9;
  border-color: #008cc9;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #006895;
  border-color: #005d86;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 140, 201, 0.5);
}

.btn-outline-blue {
  color: #008cc9;
  background-color: transparent;
  border-color: #008cc9;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #008cc9;
  border-color: #008cc9;
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 140, 201, 0.5);
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #008cc9;
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #008cc9;
  border-color: #008cc9;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 140, 201, 0.5);
}

.list-group-item-blue {
  color: #00364e;
  background-color: #81d8ff;
}

.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
  color: #00364e;
  background-color: #68d1ff;
}

.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #00364e;
  border-color: #00364e;
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #81d8ff;
}

.table-hover .table-blue:hover {
  background-color: #68d1ff;
}

.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #68d1ff;
}

.text-blue {
  color: #008cc9 !important;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #006895 !important;
}

/*------------------------------------
- COLOR lightblue
------------------------------------*/
.alert-lightblue {
  color: #7ec8e6;
  background-color: #19013c11a;
  border-color: #17e135117;
}

.alert-lightblue hr {
  border-top-color: #16912c113;
}

.alert-lightblue .alert-link {
  color: #53b6de;
}

.badge-lightblue {
  color: #212529;
  background-color: #e5f4fa;
}

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

.bg-lightblue {
  background-color: #e5f4fa !important;
}

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

.border-lightblue {
  border-color: #e5f4fa !important;
}

.btn-lightblue {
  color: #212529;
  background-color: #e5f4fa;
  border-color: #e5f4fa;
}

.btn-lightblue:hover {
  color: #212529;
  background-color: #c7e7f4;
  border-color: #bae1f1;
}

.btn-lightblue:focus,
.btn-lightblue.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 244, 250, 0.5);
}

.btn-lightblue.disabled,
.btn-lightblue:disabled {
  color: #212529;
  background-color: #e5f4fa;
  border-color: #e5f4fa;
}

.btn-lightblue:not(:disabled):not(.disabled):active,
.btn-lightblue:not(:disabled):not(.disabled).active,
.show > .btn-lightblue.dropdown-toggle {
  color: #212529;
  background-color: #bae1f1;
  border-color: #addcef;
}

.btn-lightblue:not(:disabled):not(.disabled):active:focus,
.btn-lightblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 244, 250, 0.5);
}

.btn-outline-lightblue {
  color: #e5f4fa;
  background-color: transparent;
  border-color: #e5f4fa;
}

.btn-outline-lightblue:hover {
  color: #212529;
  background-color: #e5f4fa;
  border-color: #e5f4fa;
}

.btn-outline-lightblue:focus,
.btn-outline-lightblue.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 244, 250, 0.5);
}

.btn-outline-lightblue.disabled,
.btn-outline-lightblue:disabled {
  color: #e5f4fa;
  background-color: transparent;
}

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

.btn-outline-lightblue:not(:disabled):not(.disabled):active:focus,
.btn-outline-lightblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lightblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 244, 250, 0.5);
}

.list-group-item-lightblue {
  color: #7ec8e6;
  background-color: #17e135117;
}

.list-group-item-lightblue.list-group-item-action:hover,
.list-group-item-lightblue.list-group-item-action:focus {
  color: #7ec8e6;
  background-color: #16912c113;
}

.list-group-item-lightblue.list-group-item-action.active {
  color: #212529;
  background-color: #7ec8e6;
  border-color: #7ec8e6;
}

.table-lightblue,
.table-lightblue > th,
.table-lightblue > td {
  background-color: #17e135117;
}

.table-hover .table-lightblue:hover {
  background-color: #16912c113;
}

.table-hover .table-lightblue:hover > td,
.table-hover .table-lightblue:hover > th {
  background-color: #16912c113;
}

.text-lightblue {
  color: #e5f4fa !important;
}

a.text-lightblue:hover,
a.text-lightblue:focus {
  color: #bae1f1 !important;
}

/*------------------------------------
- COLOR sky
------------------------------------*/
.alert-sky {
  color: #00364e;
  background-color: #96dfff;
  border-color: #81d8ff;
}

.alert-sky hr {
  border-top-color: #68d1ff;
}

.alert-sky .alert-link {
  color: #00131b;
}

.badge-sky {
  color: #fff;
  background-color: #008cc9;
}

.badge-sky[href]:hover,
.badge-sky[href]:focus {
  color: #fff;
  background-color: #006895;
}

.bg-sky {
  background-color: #008cc9 !important;
}

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

.border-sky {
  border-color: #008cc9 !important;
}

.btn-sky {
  color: #fff;
  background-color: #008cc9;
  border-color: #008cc9;
}

.btn-sky:hover {
  color: #fff;
  background-color: #0073a5;
  border-color: #006895;
}

.btn-sky:focus,
.btn-sky.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 140, 201, 0.5);
}

.btn-sky.disabled,
.btn-sky:disabled {
  color: #fff;
  background-color: #008cc9;
  border-color: #008cc9;
}

.btn-sky:not(:disabled):not(.disabled):active,
.btn-sky:not(:disabled):not(.disabled).active,
.show > .btn-sky.dropdown-toggle {
  color: #fff;
  background-color: #006895;
  border-color: #005d86;
}

.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(0, 140, 201, 0.5);
}

.btn-outline-sky {
  color: #008cc9;
  background-color: transparent;
  border-color: #008cc9;
}

.btn-outline-sky:hover {
  color: #fff;
  background-color: #008cc9;
  border-color: #008cc9;
}

.btn-outline-sky:focus,
.btn-outline-sky.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 140, 201, 0.5);
}

.btn-outline-sky.disabled,
.btn-outline-sky:disabled {
  color: #008cc9;
  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: #fff;
  background-color: #008cc9;
  border-color: #008cc9;
}

.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(0, 140, 201, 0.5);
}

.list-group-item-sky {
  color: #00364e;
  background-color: #81d8ff;
}

.list-group-item-sky.list-group-item-action:hover,
.list-group-item-sky.list-group-item-action:focus {
  color: #00364e;
  background-color: #68d1ff;
}

.list-group-item-sky.list-group-item-action.active {
  color: #fff;
  background-color: #00364e;
  border-color: #00364e;
}

.table-sky,
.table-sky > th,
.table-sky > td {
  background-color: #81d8ff;
}

.table-hover .table-sky:hover {
  background-color: #68d1ff;
}

.table-hover .table-sky:hover > td,
.table-hover .table-sky:hover > th {
  background-color: #68d1ff;
}

.text-sky {
  color: #008cc9 !important;
}

a.text-sky:hover,
a.text-sky:focus {
  color: #006895 !important;
}

/*------------------------------------
- COLOR yellow
------------------------------------*/
.alert-yellow {
  color: #7e7400;
  background-color: #fffac5;
  border-color: #fff9b1;
}

.alert-yellow hr {
  border-top-color: #fff798;
}

.alert-yellow .alert-link {
  color: #4b4500;
}

.badge-yellow {
  color: #212529;
  background-color: #f9e600;
}

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

.bg-yellow {
  background-color: #f9e600 !important;
}

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

.border-yellow {
  border-color: #f9e600 !important;
}

.btn-yellow {
  color: #212529;
  background-color: #f9e600;
  border-color: #f9e600;
}

.btn-yellow:hover {
  color: #212529;
  background-color: #d5c500;
  border-color: #c5b600;
}

.btn-yellow:focus,
.btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 230, 0, 0.5);
}

.btn-yellow.disabled,
.btn-yellow:disabled {
  color: #212529;
  background-color: #f9e600;
  border-color: #f9e600;
}

.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #c5b600;
  border-color: #b6a800;
}

.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, 230, 0, 0.5);
}

.btn-outline-yellow {
  color: #f9e600;
  background-color: transparent;
  border-color: #f9e600;
}

.btn-outline-yellow:hover {
  color: #212529;
  background-color: #f9e600;
  border-color: #f9e600;
}

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

.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
  color: #f9e600;
  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: #212529;
  background-color: #f9e600;
  border-color: #f9e600;
}

.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, 230, 0, 0.5);
}

.list-group-item-yellow {
  color: #7e7400;
  background-color: #fff9b1;
}

.list-group-item-yellow.list-group-item-action:hover,
.list-group-item-yellow.list-group-item-action:focus {
  color: #7e7400;
  background-color: #fff798;
}

.list-group-item-yellow.list-group-item-action.active {
  color: #212529;
  background-color: #7e7400;
  border-color: #7e7400;
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fff9b1;
}

.table-hover .table-yellow:hover {
  background-color: #fff798;
}

.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #fff798;
}

.text-yellow {
  color: #f9e600 !important;
}

a.text-yellow:hover,
a.text-yellow:focus {
  color: #c5b600 !important;
}

/*------------------------------------
- COLOR brown
------------------------------------*/
.alert-brown {
  color: #140a0a;
  background-color: #cc9999;
  border-color: #c58b8b;
}

.alert-brown hr {
  border-top-color: #bc7a7a;
}

.alert-brown .alert-link {
  color: #000000;
}

.badge-brown {
  color: #fff;
  background-color: #663333;
}

.badge-brown[href]:hover,
.badge-brown[href]:focus {
  color: #fff;
  background-color: #442222;
}

.bg-brown {
  background-color: #663333 !important;
}

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

.border-brown {
  border-color: #663333 !important;
}

.btn-brown {
  color: #fff;
  background-color: #663333;
  border-color: #663333;
}

.btn-brown:hover {
  color: #fff;
  background-color: #4e2727;
  border-color: #442222;
}

.btn-brown:focus,
.btn-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 51, 51, 0.5);
}

.btn-brown.disabled,
.btn-brown:disabled {
  color: #fff;
  background-color: #663333;
  border-color: #663333;
}

.btn-brown:not(:disabled):not(.disabled):active,
.btn-brown:not(:disabled):not(.disabled).active,
.show > .btn-brown.dropdown-toggle {
  color: #fff;
  background-color: #442222;
  border-color: #391c1c;
}

.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(102, 51, 51, 0.5);
}

.btn-outline-brown {
  color: #663333;
  background-color: transparent;
  border-color: #663333;
}

.btn-outline-brown:hover {
  color: #fff;
  background-color: #663333;
  border-color: #663333;
}

.btn-outline-brown:focus,
.btn-outline-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 51, 51, 0.5);
}

.btn-outline-brown.disabled,
.btn-outline-brown:disabled {
  color: #663333;
  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: #663333;
  border-color: #663333;
}

.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(102, 51, 51, 0.5);
}

.list-group-item-brown {
  color: #140a0a;
  background-color: #c58b8b;
}

.list-group-item-brown.list-group-item-action:hover,
.list-group-item-brown.list-group-item-action:focus {
  color: #140a0a;
  background-color: #bc7a7a;
}

.list-group-item-brown.list-group-item-action.active {
  color: #fff;
  background-color: #140a0a;
  border-color: #140a0a;
}

.table-brown,
.table-brown > th,
.table-brown > td {
  background-color: #c58b8b;
}

.table-hover .table-brown:hover {
  background-color: #bc7a7a;
}

.table-hover .table-brown:hover > td,
.table-hover .table-brown:hover > th {
  background-color: #bc7a7a;
}

.text-brown {
  color: #663333 !important;
}

a.text-brown:hover,
a.text-brown:focus {
  color: #442222 !important;
}

/*------------------------------------
- COLOR beige
------------------------------------*/
.alert-beige {
  color: #ab9090;
  background-color: #13714a14a;
  border-color: #12f13e13e;
}

.alert-beige hr {
  border-top-color: #124130130;
}

.alert-beige .alert-link {
  color: #957373;
}

.badge-beige {
  color: #212529;
  background-color: #e0d6d6;
}

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

.bg-beige {
  background-color: #e0d6d6 !important;
}

.bg-beige2 {
  background-color: #f0ebea !important;
}

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

.border-beige {
  border-color: #e0d6d6 !important;
}

.btn-beige {
  color: #212529;
  background-color: #e0d6d6;
  border-color: #e0d6d6;
}

.btn-beige:hover {
  color: #212529;
  background-color: #d0c1c1;
  border-color: #cab8b8;
}

.btn-beige:focus,
.btn-beige.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 214, 214, 0.5);
}

.btn-beige.disabled,
.btn-beige:disabled {
  color: #212529;
  background-color: #e0d6d6;
  border-color: #e0d6d6;
}

.btn-beige:not(:disabled):not(.disabled):active,
.btn-beige:not(:disabled):not(.disabled).active,
.show > .btn-beige.dropdown-toggle {
  color: #212529;
  background-color: #cab8b8;
  border-color: #c3b0b0;
}

.btn-beige:not(:disabled):not(.disabled):active:focus,
.btn-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 214, 214, 0.5);
}

.btn-outline-beige {
  color: #e0d6d6;
  background-color: transparent;
  border-color: #e0d6d6;
}

.btn-outline-beige:hover {
  color: #212529;
  background-color: #e0d6d6;
  border-color: #e0d6d6;
}

.btn-outline-beige:focus,
.btn-outline-beige.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 214, 214, 0.5);
}

.btn-outline-beige.disabled,
.btn-outline-beige:disabled {
  color: #e0d6d6;
  background-color: transparent;
}

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

.btn-outline-beige:not(:disabled):not(.disabled):active:focus,
.btn-outline-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 214, 214, 0.5);
}

.list-group-item-beige {
  color: #ab9090;
  background-color: #12f13e13e;
}

.list-group-item-beige.list-group-item-action:hover,
.list-group-item-beige.list-group-item-action:focus {
  color: #ab9090;
  background-color: #124130130;
}

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

.table-beige,
.table-beige > th,
.table-beige > td {
  background-color: #12f13e13e;
}

.table-hover .table-beige:hover {
  background-color: #124130130;
}

.table-hover .table-beige:hover > td,
.table-hover .table-beige:hover > th {
  background-color: #124130130;
}

.text-beige {
  color: #e0d6d6 !important;
}

a.text-beige:hover,
a.text-beige:focus {
  color: #cab8b8 !important;
}

/*------------------------------------
- COLOR beige2
------------------------------------*/
.alert-beige2 {
  color: #d4c68d;
  background-color: #12d13d17b;
  border-color: #12813516c;
}

.alert-beige2 hr {
  border-top-color: #12112c159;
}

.alert-beige2 .alert-link {
  color: #c6b368;
}

.badge-beige2 {
  color: #212529;
  background-color: #f6f3e7;
}

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

.bg-beige2 {
  background-color: #f6f3e7 !important;
}

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

.border-beige2 {
  border-color: #f6f3e7 !important;
}

.btn-beige2 {
  color: #212529;
  background-color: #f6f3e7;
  border-color: #f6f3e7;
}

.btn-beige2:hover {
  color: #212529;
  background-color: #ece6cd;
  border-color: #e8e0c1;
}

.btn-beige2:focus,
.btn-beige2.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 243, 231, 0.5);
}

.btn-beige2.disabled,
.btn-beige2:disabled {
  color: #212529;
  background-color: #f6f3e7;
  border-color: #f6f3e7;
}

.btn-beige2:not(:disabled):not(.disabled):active,
.btn-beige2:not(:disabled):not(.disabled).active,
.show > .btn-beige2.dropdown-toggle {
  color: #212529;
  background-color: #e8e0c1;
  border-color: #e3dab6;
}

.btn-beige2:not(:disabled):not(.disabled):active:focus,
.btn-beige2:not(:disabled):not(.disabled).active:focus,
.show > .btn-beige2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 243, 231, 0.5);
}

.btn-outline-beige2 {
  color: #f6f3e7;
  background-color: transparent;
  border-color: #f6f3e7;
}

.btn-outline-beige2:hover {
  color: #212529;
  background-color: #f6f3e7;
  border-color: #f6f3e7;
}

.btn-outline-beige2:focus,
.btn-outline-beige2.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 243, 231, 0.5);
}

.btn-outline-beige2.disabled,
.btn-outline-beige2:disabled {
  color: #f6f3e7;
  background-color: transparent;
}

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

.btn-outline-beige2:not(:disabled):not(.disabled):active:focus,
.btn-outline-beige2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-beige2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 243, 231, 0.5);
}

.list-group-item-beige2 {
  color: #d4c68d;
  background-color: #12813516c;
}

.list-group-item-beige2.list-group-item-action:hover,
.list-group-item-beige2.list-group-item-action:focus {
  color: #d4c68d;
  background-color: #12112c159;
}

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

.table-beige2,
.table-beige2 > th,
.table-beige2 > td {
  background-color: #12813516c;
}

.table-hover .table-beige2:hover {
  background-color: #12112c159;
}

.table-hover .table-beige2:hover > td,
.table-hover .table-beige2:hover > th {
  background-color: #12112c159;
}

.text-beige2 {
  color: #f6f3e7 !important;
}

a.text-beige2:hover,
a.text-beige2:focus {
  color: #e8e0c1 !important;
}

/*------------------------------------
- COLOR pink
------------------------------------*/
.alert-pink {
  color: #850a40;
  background-color: #fcdae9;
  border-color: #fac8de;
}

.alert-pink hr {
  border-top-color: #f8b0d0;
}

.alert-pink .alert-link {
  color: #560629;
}

.badge-pink {
  color: #fff;
  background-color: #ed1e79;
}

.badge-pink[href]:hover,
.badge-pink[href]:focus {
  color: #fff;
  background-color: #c81060;
}

.bg-pink {
  background-color: #ed1e79 !important;
}

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

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

.btn-pink {
  color: #fff;
  background-color: #ed1e79;
  border-color: #ed1e79;
}

.btn-pink:hover {
  color: #fff;
  background-color: #d61167;
  border-color: #c81060;
}

.btn-pink:focus,
.btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 30, 121, 0.5);
}

.btn-pink.disabled,
.btn-pink:disabled {
  color: #fff;
  background-color: #ed1e79;
  border-color: #ed1e79;
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #c81060;
  border-color: #b90e5a;
}

.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(237, 30, 121, 0.5);
}

.btn-outline-pink {
  color: #ed1e79;
  background-color: transparent;
  border-color: #ed1e79;
}

.btn-outline-pink:hover {
  color: #fff;
  background-color: #ed1e79;
  border-color: #ed1e79;
}

.btn-outline-pink:focus,
.btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 30, 121, 0.5);
}

.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
  color: #ed1e79;
  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: #fff;
  background-color: #ed1e79;
  border-color: #ed1e79;
}

.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(237, 30, 121, 0.5);
}

.list-group-item-pink {
  color: #850a40;
  background-color: #fac8de;
}

.list-group-item-pink.list-group-item-action:hover,
.list-group-item-pink.list-group-item-action:focus {
  color: #850a40;
  background-color: #f8b0d0;
}

.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #850a40;
  border-color: #850a40;
}

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #fac8de;
}

.table-hover .table-pink:hover {
  background-color: #f8b0d0;
}

.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th {
  background-color: #f8b0d0;
}

.text-pink {
  color: #ed1e79 !important;
}

a.text-pink:hover,
a.text-pink:focus {
  color: #c81060 !important;
}

/*------------------------------------
- COLOR pink2
------------------------------------*/
.alert-pink2 {
  color: #df126d;
  background-color: #10313411e;
  border-color: #101121113;
}

.alert-pink2 hr {
  border-top-color: #ff10a105;
}

.alert-pink2 .alert-link {
  color: #b00e56;
}

.badge-pink2 {
  color: #212529;
  background-color: #f478af;
}

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

.bg-pink2 {
  background-color: #f478af !important;
}

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

.border-pink2 {
  border-color: #f478af !important;
}

.btn-pink2 {
  color: #212529;
  background-color: #f478af;
  border-color: #f478af;
}

.btn-pink2:hover {
  color: #212529;
  background-color: #f1569b;
  border-color: #f04893;
}

.btn-pink2:focus,
.btn-pink2.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 120, 175, 0.5);
}

.btn-pink2.disabled,
.btn-pink2:disabled {
  color: #212529;
  background-color: #f478af;
  border-color: #f478af;
}

.btn-pink2:not(:disabled):not(.disabled):active,
.btn-pink2:not(:disabled):not(.disabled).active,
.show > .btn-pink2.dropdown-toggle {
  color: #212529;
  background-color: #f04893;
  border-color: #ef3a8a;
}

.btn-pink2:not(:disabled):not(.disabled):active:focus,
.btn-pink2:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 120, 175, 0.5);
}

.btn-outline-pink2 {
  color: #f478af;
  background-color: transparent;
  border-color: #f478af;
}

.btn-outline-pink2:hover {
  color: #212529;
  background-color: #f478af;
  border-color: #f478af;
}

.btn-outline-pink2:focus,
.btn-outline-pink2.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 120, 175, 0.5);
}

.btn-outline-pink2.disabled,
.btn-outline-pink2:disabled {
  color: #f478af;
  background-color: transparent;
}

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

.btn-outline-pink2:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 120, 175, 0.5);
}

.list-group-item-pink2 {
  color: #df126d;
  background-color: #101121113;
}

.list-group-item-pink2.list-group-item-action:hover,
.list-group-item-pink2.list-group-item-action:focus {
  color: #df126d;
  background-color: #ff10a105;
}

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

.table-pink2,
.table-pink2 > th,
.table-pink2 > td {
  background-color: #101121113;
}

.table-hover .table-pink2:hover {
  background-color: #ff10a105;
}

.table-hover .table-pink2:hover > td,
.table-hover .table-pink2:hover > th {
  background-color: #ff10a105;
}

.text-pink2 {
  color: #f478af !important;
}

a.text-pink2:hover,
a.text-pink2:focus {
  color: #f04893 !important;
}

/*------------------------------------
- COLOR sakura
------------------------------------*/
.alert-sakura {
  color: #f161a0;
  background-color: #10b18d154;
  border-color: #10917a149;
}

.alert-sakura hr {
  border-top-color: #10716313b;
}

.alert-sakura .alert-link {
  color: #ec3284;
}

.badge-sakura {
  color: #212529;
  background-color: #fbd2e4;
}

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

.bg-sakura {
  background-color: #fbd2e4 !important;
}

.bg-sakura2 {
  background-color: #f6e7ef !important;
}

.bg-newcomer-header {
  background-color: #cff4fc !important;
}

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

.border-sakura {
  border-color: #fbd2e4 !important;
}

.btn-sakura {
  color: #212529;
  background-color: #fbd2e4;
  border-color: #fbd2e4;
}

.btn-sakura:hover {
  color: #212529;
  background-color: #f8b1d0;
  border-color: #f6a3c7;
}

.btn-sakura:focus,
.btn-sakura.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 210, 228, 0.5);
}

.btn-sakura.disabled,
.btn-sakura:disabled {
  color: #212529;
  background-color: #fbd2e4;
  border-color: #fbd2e4;
}

.btn-sakura:not(:disabled):not(.disabled):active,
.btn-sakura:not(:disabled):not(.disabled).active,
.show > .btn-sakura.dropdown-toggle {
  color: #212529;
  background-color: #f6a3c7;
  border-color: #f595bf;
}

.btn-sakura:not(:disabled):not(.disabled):active:focus,
.btn-sakura:not(:disabled):not(.disabled).active:focus,
.show > .btn-sakura.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 210, 228, 0.5);
}

.btn-outline-sakura {
  color: #fbd2e4;
  background-color: transparent;
  border-color: #fbd2e4;
}

.btn-outline-sakura:hover {
  color: #212529;
  background-color: #fbd2e4;
  border-color: #fbd2e4;
}

.btn-outline-sakura:focus,
.btn-outline-sakura.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 210, 228, 0.5);
}

.btn-outline-sakura.disabled,
.btn-outline-sakura:disabled {
  color: #fbd2e4;
  background-color: transparent;
}

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

.btn-outline-sakura:not(:disabled):not(.disabled):active:focus,
.btn-outline-sakura:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sakura.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 210, 228, 0.5);
}

.list-group-item-sakura {
  color: #f161a0;
  background-color: #10917a149;
}

.list-group-item-sakura.list-group-item-action:hover,
.list-group-item-sakura.list-group-item-action:focus {
  color: #f161a0;
  background-color: #10716313b;
}

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

.table-sakura,
.table-sakura > th,
.table-sakura > td {
  background-color: #10917a149;
}

.table-hover .table-sakura:hover {
  background-color: #10716313b;
}

.table-hover .table-sakura:hover > td,
.table-hover .table-sakura:hover > th {
  background-color: #10716313b;
}

.text-sakura {
  color: #fbd2e4 !important;
}

a.text-sakura:hover,
a.text-sakura:focus {
  color: #f6a3c7 !important;
}

/*------------------------------------
- COLOR orange　ea5504
------------------------------------*/
.alert-orange {
  color: #ea5504;
  background-color: #10b18d154;
  border-color: #10917a149;
}

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

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

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

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

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

.bg-orange2 {
  background-color: #fce5cd !important;
}

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

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

.btn-orange {
  color: #fff;
  background-color: #ea5504;
  border-color: #ea5504;
}

.btn-orange:hover {
  color: #fff;
  background-color: #e8380d;
  border-color: #e8380d;
}

.btn-orange:focus,
.btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 85, 4, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
  color: #fff;
  background-color: #f39e64;
  border-color: #f39e64;
}

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

.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(251, 210, 228, 0.5);
}

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

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

.btn-outline-orange:focus,
.btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 85, 4, 0.5);
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
  color: #f39e64;
  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: #f39e64;
  border-color: #f39e64;
}

.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(234, 85, 4, 0.5);
}

.list-group-item-orange {
  color: #ea5504;
  background-color: #10917a149;
}

.list-group-item-orange.list-group-item-action:hover,
.list-group-item-orange.list-group-item-action:focus {
  color: #ea5504;
  background-color: #10716313b;
}

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

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

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

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

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

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