@charset "UTF-8";

#filter_container_toggle:before {
  content: "\96B1\85CF\7BE9\9078";
}

#filter_container_toggle.collapsed:before {
  content: "\986F\793A\7BE9\9078";
}

.btn-maroon {
  color: #fff;
  background-color: #800000;
  border-color: #800000;
}

.btn-maroon:hover {
  color: #fff;
  background-color: #5a0000;
  border-color: #4d0000;
}

.btn-maroon:focus,
.btn-maroon.focus {
  color: #fff;
  background-color: #5a0000;
  border-color: #4d0000;
  box-shadow: 0 0 0 0.2rem rgba(147, 38, 38, 0.5);
}

.btn-maroon.disabled,
.btn-maroon:disabled {
  color: #fff;
  background-color: #800000;
  border-color: #800000;
}

.btn-maroon:not(:disabled):not(.disabled):active,
.btn-maroon:not(:disabled):not(.disabled).active,
.show > .btn-maroon.dropdown-toggle {
  color: #fff;
  background-color: #4d0000;
  border-color: #400000;
}

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

.btn-dark-red {
  color: #fff;
  background-color: #8B0000;
  border-color: #8B0000;
}

.btn-dark-red:hover {
  color: #fff;
  background-color: #650000;
  border-color: #580000;
}

.btn-dark-red:focus,
.btn-dark-red.focus {
  color: #fff;
  background-color: #650000;
  border-color: #580000;
  box-shadow: 0 0 0 0.2rem rgba(156, 38, 38, 0.5);
}

.btn-dark-red.disabled,
.btn-dark-red:disabled {
  color: #fff;
  background-color: #8B0000;
  border-color: #8B0000;
}

.btn-dark-red:not(:disabled):not(.disabled):active,
.btn-dark-red:not(:disabled):not(.disabled).active,
.show > .btn-dark-red.dropdown-toggle {
  color: #fff;
  background-color: #580000;
  border-color: #4b0000;
}

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

.btn-fire-brick {
  color: #fff;
  background-color: #B22222;
  border-color: #B22222;
}

.btn-fire-brick:hover {
  color: #fff;
  background-color: #921c1c;
  border-color: #871a1a;
}

.btn-fire-brick:focus,
.btn-fire-brick.focus {
  color: #fff;
  background-color: #921c1c;
  border-color: #871a1a;
  box-shadow: 0 0 0 0.2rem rgba(190, 67, 67, 0.5);
}

.btn-fire-brick.disabled,
.btn-fire-brick:disabled {
  color: #fff;
  background-color: #B22222;
  border-color: #B22222;
}

.btn-fire-brick:not(:disabled):not(.disabled):active,
.btn-fire-brick:not(:disabled):not(.disabled).active,
.show > .btn-fire-brick.dropdown-toggle {
  color: #fff;
  background-color: #871a1a;
  border-color: #7c1818;
}

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

.btn-red {
  color: #fff;
  background-color: #FF0000;
  border-color: #FF0000;
}

.btn-red:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}

.btn-red:focus,
.btn-red.focus {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #FF0000;
  border-color: #FF0000;
}

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

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

.btn-salmon {
  color: #212529;
  background-color: #FA8072;
  border-color: #FA8072;
}

.btn-salmon:hover {
  color: #fff;
  background-color: #f95f4d;
  border-color: #f85441;
}

.btn-salmon:focus,
.btn-salmon.focus {
  color: #fff;
  background-color: #f95f4d;
  border-color: #f85441;
  box-shadow: 0 0 0 0.2rem rgba(217, 114, 103, 0.5);
}

.btn-salmon.disabled,
.btn-salmon:disabled {
  color: #212529;
  background-color: #FA8072;
  border-color: #FA8072;
}

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

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

.btn-tomato {
  color: #fff;
  background-color: #FF6347;
  border-color: #FF6347;
}

.btn-tomato:hover {
  color: #fff;
  background-color: #ff4321;
  border-color: #ff3814;
}

.btn-tomato:focus,
.btn-tomato.focus {
  color: #fff;
  background-color: #ff4321;
  border-color: #ff3814;
  box-shadow: 0 0 0 0.2rem rgba(255, 122, 99, 0.5);
}

.btn-tomato.disabled,
.btn-tomato:disabled {
  color: #fff;
  background-color: #FF6347;
  border-color: #FF6347;
}

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

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

.btn-coral {
  color: #212529;
  background-color: #FF7F50;
  border-color: #FF7F50;
}

.btn-coral:hover {
  color: #fff;
  background-color: #ff632a;
  border-color: #ff5a1d;
}

.btn-coral:focus,
.btn-coral.focus {
  color: #fff;
  background-color: #ff632a;
  border-color: #ff5a1d;
  box-shadow: 0 0 0 0.2rem rgba(222, 114, 74, 0.5);
}

.btn-coral.disabled,
.btn-coral:disabled {
  color: #212529;
  background-color: #FF7F50;
  border-color: #FF7F50;
}

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

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

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

.btn-orange-red:hover {
  color: #fff;
  background-color: #d93b00;
  border-color: #cc3700;
}

.btn-orange-red:focus,
.btn-orange-red.focus {
  color: #fff;
  background-color: #d93b00;
  border-color: #cc3700;
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

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

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

.btn-orange-red:not(:disabled):not(.disabled):active:focus,
.btn-orange-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

.btn-chocolate {
  color: #fff;
  background-color: #D2691E;
  border-color: #D2691E;
}

.btn-chocolate:hover {
  color: #fff;
  background-color: #b15819;
  border-color: #a55318;
}

.btn-chocolate:focus,
.btn-chocolate.focus {
  color: #fff;
  background-color: #b15819;
  border-color: #a55318;
  box-shadow: 0 0 0 0.2rem rgba(217, 128, 64, 0.5);
}

.btn-chocolate.disabled,
.btn-chocolate:disabled {
  color: #fff;
  background-color: #D2691E;
  border-color: #D2691E;
}

.btn-chocolate:not(:disabled):not(.disabled):active,
.btn-chocolate:not(:disabled):not(.disabled).active,
.show > .btn-chocolate.dropdown-toggle {
  color: #fff;
  background-color: #a55318;
  border-color: #9a4d16;
}

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

.btn-sandy-brown {
  color: #212529;
  background-color: #F4A460;
  border-color: #F4A460;
}

.btn-sandy-brown:hover {
  color: #212529;
  background-color: #f2903c;
  border-color: #f18930;
}

.btn-sandy-brown:focus,
.btn-sandy-brown.focus {
  color: #212529;
  background-color: #f2903c;
  border-color: #f18930;
  box-shadow: 0 0 0 0.2rem rgba(212, 145, 88, 0.5);
}

.btn-sandy-brown.disabled,
.btn-sandy-brown:disabled {
  color: #212529;
  background-color: #F4A460;
  border-color: #F4A460;
}

.btn-sandy-brown:not(:disabled):not(.disabled):active,
.btn-sandy-brown:not(:disabled):not(.disabled).active,
.show > .btn-sandy-brown.dropdown-toggle {
  color: #212529;
  background-color: #f18930;
  border-color: #f08224;
}

.btn-sandy-brown:not(:disabled):not(.disabled):active:focus,
.btn-sandy-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-sandy-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 145, 88, 0.5);
}

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

.btn-dark-orange:hover {
  color: #fff;
  background-color: #d97700;
  border-color: #cc7000;
}

.btn-dark-orange:focus,
.btn-dark-orange.focus {
  color: #fff;
  background-color: #d97700;
  border-color: #cc7000;
  box-shadow: 0 0 0 0.2rem rgba(222, 125, 6, 0.5);
}

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

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

.btn-dark-orange:not(:disabled):not(.disabled):active:focus,
.btn-dark-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 125, 6, 0.5);
}

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

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

.btn-orange:focus,
.btn-orange.focus {
  color: #fff;
  background-color: #d98c00;
  border-color: #cc8400;
  box-shadow: 0 0 0 0.2rem rgba(222, 146, 6, 0.5);
}

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

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

.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(222, 146, 6, 0.5);
}

.btn-dark-goldenrod {
  color: #fff;
  background-color: #B8860B;
  border-color: #B8860B;
}

.btn-dark-goldenrod:hover {
  color: #fff;
  background-color: #946c09;
  border-color: #886308;
}

.btn-dark-goldenrod:focus,
.btn-dark-goldenrod.focus {
  color: #fff;
  background-color: #946c09;
  border-color: #886308;
  box-shadow: 0 0 0 0.2rem rgba(195, 152, 48, 0.5);
}

.btn-dark-goldenrod.disabled,
.btn-dark-goldenrod:disabled {
  color: #fff;
  background-color: #B8860B;
  border-color: #B8860B;
}

.btn-dark-goldenrod:not(:disabled):not(.disabled):active,
.btn-dark-goldenrod:not(:disabled):not(.disabled).active,
.show > .btn-dark-goldenrod.dropdown-toggle {
  color: #fff;
  background-color: #886308;
  border-color: #7c5a07;
}

.btn-dark-goldenrod:not(:disabled):not(.disabled):active:focus,
.btn-dark-goldenrod:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-goldenrod.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 152, 48, 0.5);
}

.btn-goldenrod {
  color: #212529;
  background-color: #DAA520;
  border-color: #DAA520;
}

.btn-goldenrod:hover {
  color: #fff;
  background-color: #b98c1b;
  border-color: #ae8319;
}

.btn-goldenrod:focus,
.btn-goldenrod.focus {
  color: #fff;
  background-color: #b98c1b;
  border-color: #ae8319;
  box-shadow: 0 0 0 0.2rem rgba(190, 146, 33, 0.5);
}

.btn-goldenrod.disabled,
.btn-goldenrod:disabled {
  color: #212529;
  background-color: #DAA520;
  border-color: #DAA520;
}

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

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

.btn-gold {
  color: #212529;
  background-color: #FFD700;
  border-color: #FFD700;
}

.btn-gold:hover {
  color: #212529;
  background-color: #d9b700;
  border-color: #ccac00;
}

.btn-gold:focus,
.btn-gold.focus {
  color: #212529;
  background-color: #d9b700;
  border-color: #ccac00;
  box-shadow: 0 0 0 0.2rem rgba(222, 188, 6, 0.5);
}

.btn-gold.disabled,
.btn-gold:disabled {
  color: #212529;
  background-color: #FFD700;
  border-color: #FFD700;
}

.btn-gold:not(:disabled):not(.disabled):active,
.btn-gold:not(:disabled):not(.disabled).active,
.show > .btn-gold.dropdown-toggle {
  color: #212529;
  background-color: #ccac00;
  border-color: #bfa100;
}

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

.btn-olive {
  color: #fff;
  background-color: #808000;
  border-color: #808000;
}

.btn-olive:hover {
  color: #fff;
  background-color: #5a5a00;
  border-color: #4d4d00;
}

.btn-olive:focus,
.btn-olive.focus {
  color: #fff;
  background-color: #5a5a00;
  border-color: #4d4d00;
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 38, 0.5);
}

.btn-olive.disabled,
.btn-olive:disabled {
  color: #fff;
  background-color: #808000;
  border-color: #808000;
}

.btn-olive:not(:disabled):not(.disabled):active,
.btn-olive:not(:disabled):not(.disabled).active,
.show > .btn-olive.dropdown-toggle {
  color: #fff;
  background-color: #4d4d00;
  border-color: #404000;
}

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

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

.btn-yellow:hover {
  color: #212529;
  background-color: #d9d900;
  border-color: #cccc00;
}

.btn-yellow:focus,
.btn-yellow.focus {
  color: #212529;
  background-color: #d9d900;
  border-color: #cccc00;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 6, 0.5);
}

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

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

.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(222, 222, 6, 0.5);
}

.btn-yellow-green {
  color: #212529;
  background-color: #9ACD32;
  border-color: #9ACD32;
}

.btn-yellow-green:hover {
  color: #fff;
  background-color: #83ae2b;
  border-color: #7ba428;
}

.btn-yellow-green:focus,
.btn-yellow-green.focus {
  color: #fff;
  background-color: #83ae2b;
  border-color: #7ba428;
  box-shadow: 0 0 0 0.2rem rgba(136, 180, 49, 0.5);
}

.btn-yellow-green.disabled,
.btn-yellow-green:disabled {
  color: #212529;
  background-color: #9ACD32;
  border-color: #9ACD32;
}

.btn-yellow-green:not(:disabled):not(.disabled):active,
.btn-yellow-green:not(:disabled):not(.disabled).active,
.show > .btn-yellow-green.dropdown-toggle {
  color: #fff;
  background-color: #7ba428;
  border-color: #749a26;
}

.btn-yellow-green:not(:disabled):not(.disabled):active:focus,
.btn-yellow-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 180, 49, 0.5);
}

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

.btn-green-yellow:hover {
  color: #212529;
  background-color: #9eff09;
  border-color: #98fb00;
}

.btn-green-yellow:focus,
.btn-green-yellow.focus {
  color: #212529;
  background-color: #9eff09;
  border-color: #98fb00;
  box-shadow: 0 0 0 0.2rem rgba(152, 222, 46, 0.5);
}

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

.btn-green-yellow:not(:disabled):not(.disabled):active,
.btn-green-yellow:not(:disabled):not(.disabled).active,
.show > .btn-green-yellow.dropdown-toggle {
  color: #212529;
  background-color: #98fb00;
  border-color: #90ee00;
}

.btn-green-yellow:not(:disabled):not(.disabled):active:focus,
.btn-green-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-green-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 222, 46, 0.5);
}

.btn-chartreuse {
  color: #212529;
  background-color: #7FFF00;
  border-color: #7FFF00;
}

.btn-chartreuse:hover {
  color: #212529;
  background-color: #6cd900;
  border-color: #66cc00;
}

.btn-chartreuse:focus,
.btn-chartreuse.focus {
  color: #212529;
  background-color: #6cd900;
  border-color: #66cc00;
  box-shadow: 0 0 0 0.2rem rgba(113, 222, 6, 0.5);
}

.btn-chartreuse.disabled,
.btn-chartreuse:disabled {
  color: #212529;
  background-color: #7FFF00;
  border-color: #7FFF00;
}

.btn-chartreuse:not(:disabled):not(.disabled):active,
.btn-chartreuse:not(:disabled):not(.disabled).active,
.show > .btn-chartreuse.dropdown-toggle {
  color: #212529;
  background-color: #66cc00;
  border-color: #5fbf00;
}

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

.btn-lawn-green {
  color: #212529;
  background-color: #7CFC00;
  border-color: #7CFC00;
}

.btn-lawn-green:hover {
  color: #212529;
  background-color: #69d600;
  border-color: #63c900;
}

.btn-lawn-green:focus,
.btn-lawn-green.focus {
  color: #212529;
  background-color: #69d600;
  border-color: #63c900;
  box-shadow: 0 0 0 0.2rem rgba(110, 220, 6, 0.5);
}

.btn-lawn-green.disabled,
.btn-lawn-green:disabled {
  color: #212529;
  background-color: #7CFC00;
  border-color: #7CFC00;
}

.btn-lawn-green:not(:disabled):not(.disabled):active,
.btn-lawn-green:not(:disabled):not(.disabled).active,
.show > .btn-lawn-green.dropdown-toggle {
  color: #fff;
  background-color: #63c900;
  border-color: #5dbc00;
}

.btn-lawn-green:not(:disabled):not(.disabled):active:focus,
.btn-lawn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-lawn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 220, 6, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}

.btn-green:hover {
  color: #fff;
  background-color: #005a00;
  border-color: #004d00;
}

.btn-green:focus,
.btn-green.focus {
  color: #fff;
  background-color: #005a00;
  border-color: #004d00;
  box-shadow: 0 0 0 0.2rem rgba(38, 147, 38, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #004d00;
  border-color: #004000;
}

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

.btn-lime {
  color: #fff;
  background-color: #00FF00;
  border-color: #00FF00;
}

.btn-lime:hover {
  color: #fff;
  background-color: #00d900;
  border-color: #00cc00;
}

.btn-lime:focus,
.btn-lime.focus {
  color: #fff;
  background-color: #00d900;
  border-color: #00cc00;
  box-shadow: 0 0 0 0.2rem rgba(38, 255, 38, 0.5);
}

.btn-lime.disabled,
.btn-lime:disabled {
  color: #fff;
  background-color: #00FF00;
  border-color: #00FF00;
}

.btn-lime:not(:disabled):not(.disabled):active,
.btn-lime:not(:disabled):not(.disabled).active,
.show > .btn-lime.dropdown-toggle {
  color: #fff;
  background-color: #00cc00;
  border-color: #00bf00;
}

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

.btn-lime-green {
  color: #fff;
  background-color: #32CD32;
  border-color: #32CD32;
}

.btn-lime-green:hover {
  color: #fff;
  background-color: #2bae2b;
  border-color: #28a428;
}

.btn-lime-green:focus,
.btn-lime-green.focus {
  color: #fff;
  background-color: #2bae2b;
  border-color: #28a428;
  box-shadow: 0 0 0 0.2rem rgba(81, 213, 81, 0.5);
}

.btn-lime-green.disabled,
.btn-lime-green:disabled {
  color: #fff;
  background-color: #32CD32;
  border-color: #32CD32;
}

.btn-lime-green:not(:disabled):not(.disabled):active,
.btn-lime-green:not(:disabled):not(.disabled).active,
.show > .btn-lime-green.dropdown-toggle {
  color: #fff;
  background-color: #28a428;
  border-color: #269a26;
}

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

.btn-spring-green {
  color: #212529;
  background-color: #00FF7F;
  border-color: #00FF7F;
}

.btn-spring-green:hover {
  color: #fff;
  background-color: #00d96c;
  border-color: #00cc66;
}

.btn-spring-green:focus,
.btn-spring-green.focus {
  color: #fff;
  background-color: #00d96c;
  border-color: #00cc66;
  box-shadow: 0 0 0 0.2rem rgba(5, 222, 114, 0.5);
}

.btn-spring-green.disabled,
.btn-spring-green:disabled {
  color: #212529;
  background-color: #00FF7F;
  border-color: #00FF7F;
}

.btn-spring-green:not(:disabled):not(.disabled):active,
.btn-spring-green:not(:disabled):not(.disabled).active,
.show > .btn-spring-green.dropdown-toggle {
  color: #fff;
  background-color: #00cc66;
  border-color: #00bf5f;
}

.btn-spring-green:not(:disabled):not(.disabled):active:focus,
.btn-spring-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-spring-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 222, 114, 0.5);
}

.btn-medium-spring-green {
  color: #212529;
  background-color: #00FA9A;
  border-color: #00FA9A;
}

.btn-medium-spring-green:hover {
  color: #fff;
  background-color: #00d482;
  border-color: #00c77b;
}

.btn-medium-spring-green:focus,
.btn-medium-spring-green.focus {
  color: #fff;
  background-color: #00d482;
  border-color: #00c77b;
  box-shadow: 0 0 0 0.2rem rgba(5, 218, 137, 0.5);
}

.btn-medium-spring-green.disabled,
.btn-medium-spring-green:disabled {
  color: #212529;
  background-color: #00FA9A;
  border-color: #00FA9A;
}

.btn-medium-spring-green:not(:disabled):not(.disabled):active,
.btn-medium-spring-green:not(:disabled):not(.disabled).active,
.show > .btn-medium-spring-green.dropdown-toggle {
  color: #fff;
  background-color: #00c77b;
  border-color: #00ba73;
}

.btn-medium-spring-green:not(:disabled):not(.disabled):active:focus,
.btn-medium-spring-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-medium-spring-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 218, 137, 0.5);
}

.btn-turquoise {
  color: #212529;
  background-color: #40E0D0;
  border-color: #40E0D0;
}

.btn-turquoise:hover {
  color: #212529;
  background-color: #23d7c5;
  border-color: #21ccbb;
}

.btn-turquoise:focus,
.btn-turquoise.focus {
  color: #212529;
  background-color: #23d7c5;
  border-color: #21ccbb;
  box-shadow: 0 0 0 0.2rem rgba(59, 196, 183, 0.5);
}

.btn-turquoise.disabled,
.btn-turquoise:disabled {
  color: #212529;
  background-color: #40E0D0;
  border-color: #40E0D0;
}

.btn-turquoise:not(:disabled):not(.disabled):active,
.btn-turquoise:not(:disabled):not(.disabled).active,
.show > .btn-turquoise.dropdown-toggle {
  color: #212529;
  background-color: #21ccbb;
  border-color: #1fc1b1;
}

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

.btn-light-sea-green {
  color: #fff;
  background-color: #20B2AA;
  border-color: #20B2AA;
}

.btn-light-sea-green:hover {
  color: #fff;
  background-color: #1a928b;
  border-color: #188781;
}

.btn-light-sea-green:focus,
.btn-light-sea-green.focus {
  color: #fff;
  background-color: #1a928b;
  border-color: #188781;
  box-shadow: 0 0 0 0.2rem rgba(65, 190, 183, 0.5);
}

.btn-light-sea-green.disabled,
.btn-light-sea-green:disabled {
  color: #fff;
  background-color: #20B2AA;
  border-color: #20B2AA;
}

.btn-light-sea-green:not(:disabled):not(.disabled):active,
.btn-light-sea-green:not(:disabled):not(.disabled).active,
.show > .btn-light-sea-green.dropdown-toggle {
  color: #fff;
  background-color: #188781;
  border-color: #167c76;
}

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

.btn-medium-turquoise {
  color: #212529;
  background-color: #48D1CC;
  border-color: #48D1CC;
}

.btn-medium-turquoise:hover {
  color: #212529;
  background-color: #31c2bd;
  border-color: #2eb8b3;
}

.btn-medium-turquoise:focus,
.btn-medium-turquoise.focus {
  color: #212529;
  background-color: #31c2bd;
  border-color: #2eb8b3;
  box-shadow: 0 0 0 0.2rem rgba(66, 183, 180, 0.5);
}

.btn-medium-turquoise.disabled,
.btn-medium-turquoise:disabled {
  color: #212529;
  background-color: #48D1CC;
  border-color: #48D1CC;
}

.btn-medium-turquoise:not(:disabled):not(.disabled):active,
.btn-medium-turquoise:not(:disabled):not(.disabled).active,
.show > .btn-medium-turquoise.dropdown-toggle {
  color: #fff;
  background-color: #2eb8b3;
  border-color: #2caea9;
}

.btn-medium-turquoise:not(:disabled):not(.disabled):active:focus,
.btn-medium-turquoise:not(:disabled):not(.disabled).active:focus,
.show > .btn-medium-turquoise.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 183, 180, 0.5);
}

.btn-dark-cyan {
  color: #fff;
  background-color: #008B8B;
  border-color: #008B8B;
}

.btn-dark-cyan:hover {
  color: #fff;
  background-color: #006565;
  border-color: #005858;
}

.btn-dark-cyan:focus,
.btn-dark-cyan.focus {
  color: #fff;
  background-color: #006565;
  border-color: #005858;
  box-shadow: 0 0 0 0.2rem rgba(38, 156, 156, 0.5);
}

.btn-dark-cyan.disabled,
.btn-dark-cyan:disabled {
  color: #fff;
  background-color: #008B8B;
  border-color: #008B8B;
}

.btn-dark-cyan:not(:disabled):not(.disabled):active,
.btn-dark-cyan:not(:disabled):not(.disabled).active,
.show > .btn-dark-cyan.dropdown-toggle {
  color: #fff;
  background-color: #005858;
  border-color: #004b4b;
}

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

.btn-aqua {
  color: #212529;
  background-color: #00FFFF;
  border-color: #00FFFF;
}

.btn-aqua:hover {
  color: #212529;
  background-color: #00d9d9;
  border-color: #00cccc;
}

.btn-aqua:focus,
.btn-aqua.focus {
  color: #212529;
  background-color: #00d9d9;
  border-color: #00cccc;
  box-shadow: 0 0 0 0.2rem rgba(5, 222, 223, 0.5);
}

.btn-aqua.disabled,
.btn-aqua:disabled {
  color: #212529;
  background-color: #00FFFF;
  border-color: #00FFFF;
}

.btn-aqua:not(:disabled):not(.disabled):active,
.btn-aqua:not(:disabled):not(.disabled).active,
.show > .btn-aqua.dropdown-toggle {
  color: #fff;
  background-color: #00cccc;
  border-color: #00bfbf;
}

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

.btn-dark-turquoise {
  color: #fff;
  background-color: #00CED1;
  border-color: #00CED1;
}

.btn-dark-turquoise:hover {
  color: #fff;
  background-color: #00a8ab;
  border-color: #009c9e;
}

.btn-dark-turquoise:focus,
.btn-dark-turquoise.focus {
  color: #fff;
  background-color: #00a8ab;
  border-color: #009c9e;
  box-shadow: 0 0 0 0.2rem rgba(38, 213, 216, 0.5);
}

.btn-dark-turquoise.disabled,
.btn-dark-turquoise:disabled {
  color: #fff;
  background-color: #00CED1;
  border-color: #00CED1;
}

.btn-dark-turquoise:not(:disabled):not(.disabled):active,
.btn-dark-turquoise:not(:disabled):not(.disabled).active,
.show > .btn-dark-turquoise.dropdown-toggle {
  color: #fff;
  background-color: #009c9e;
  border-color: #008f91;
}

.btn-dark-turquoise:not(:disabled):not(.disabled):active:focus,
.btn-dark-turquoise:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-turquoise.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 213, 216, 0.5);
}

.btn-deep-sky-blue {
  color: #fff;
  background-color: #00BFFF;
  border-color: #00BFFF;
}

.btn-deep-sky-blue:hover {
  color: #fff;
  background-color: #00a2d9;
  border-color: #0099cc;
}

.btn-deep-sky-blue:focus,
.btn-deep-sky-blue.focus {
  color: #fff;
  background-color: #00a2d9;
  border-color: #0099cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 201, 255, 0.5);
}

.btn-deep-sky-blue.disabled,
.btn-deep-sky-blue:disabled {
  color: #fff;
  background-color: #00BFFF;
  border-color: #00BFFF;
}

.btn-deep-sky-blue:not(:disabled):not(.disabled):active,
.btn-deep-sky-blue:not(:disabled):not(.disabled).active,
.show > .btn-deep-sky-blue.dropdown-toggle {
  color: #fff;
  background-color: #0099cc;
  border-color: #008fbf;
}

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

.btn-dodger-blue {
  color: #fff;
  background-color: #1E90FF;
  border-color: #1E90FF;
}

.btn-dodger-blue:hover {
  color: #fff;
  background-color: #007df7;
  border-color: #0077ea;
}

.btn-dodger-blue:focus,
.btn-dodger-blue.focus {
  color: #fff;
  background-color: #007df7;
  border-color: #0077ea;
  box-shadow: 0 0 0 0.2rem rgba(64, 161, 255, 0.5);
}

.btn-dodger-blue.disabled,
.btn-dodger-blue:disabled {
  color: #fff;
  background-color: #1E90FF;
  border-color: #1E90FF;
}

.btn-dodger-blue:not(:disabled):not(.disabled):active,
.btn-dodger-blue:not(:disabled):not(.disabled).active,
.show > .btn-dodger-blue.dropdown-toggle {
  color: #fff;
  background-color: #0077ea;
  border-color: #0070dd;
}

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

.btn-royal-blue {
  color: #fff;
  background-color: #4169E1;
  border-color: #4169E1;
}

.btn-royal-blue:hover {
  color: #fff;
  background-color: #2250d9;
  border-color: #214cce;
}

.btn-royal-blue:focus,
.btn-royal-blue.focus {
  color: #fff;
  background-color: #2250d9;
  border-color: #214cce;
  box-shadow: 0 0 0 0.2rem rgba(94, 128, 230, 0.5);
}

.btn-royal-blue.disabled,
.btn-royal-blue:disabled {
  color: #fff;
  background-color: #4169E1;
  border-color: #4169E1;
}

.btn-royal-blue:not(:disabled):not(.disabled):active,
.btn-royal-blue:not(:disabled):not(.disabled).active,
.show > .btn-royal-blue.dropdown-toggle {
  color: #fff;
  background-color: #214cce;
  border-color: #1f48c3;
}

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

.btn-navy {
  color: #fff;
  background-color: #000080;
  border-color: #000080;
}

.btn-navy:hover {
  color: #fff;
  background-color: #00005a;
  border-color: #00004d;
}

.btn-navy:focus,
.btn-navy.focus {
  color: #fff;
  background-color: #00005a;
  border-color: #00004d;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 147, 0.5);
}

.btn-navy.disabled,
.btn-navy:disabled {
  color: #fff;
  background-color: #000080;
  border-color: #000080;
}

.btn-navy:not(:disabled):not(.disabled):active,
.btn-navy:not(:disabled):not(.disabled).active,
.show > .btn-navy.dropdown-toggle {
  color: #fff;
  background-color: #00004d;
  border-color: #000040;
}

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

.btn-dark-blue {
  color: #fff;
  background-color: #00008B;
  border-color: #00008B;
}

.btn-dark-blue:hover {
  color: #fff;
  background-color: #000065;
  border-color: #000058;
}

.btn-dark-blue:focus,
.btn-dark-blue.focus {
  color: #fff;
  background-color: #000065;
  border-color: #000058;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 156, 0.5);
}

.btn-dark-blue.disabled,
.btn-dark-blue:disabled {
  color: #fff;
  background-color: #00008B;
  border-color: #00008B;
}

.btn-dark-blue:not(:disabled):not(.disabled):active,
.btn-dark-blue:not(:disabled):not(.disabled).active,
.show > .btn-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #000058;
  border-color: #00004b;
}

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

.btn-medium-blue {
  color: #fff;
  background-color: #0000CD;
  border-color: #0000CD;
}

.btn-medium-blue:hover {
  color: #fff;
  background-color: #0000a7;
  border-color: #00009a;
}

.btn-medium-blue:focus,
.btn-medium-blue.focus {
  color: #fff;
  background-color: #0000a7;
  border-color: #00009a;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 213, 0.5);
}

.btn-medium-blue.disabled,
.btn-medium-blue:disabled {
  color: #fff;
  background-color: #0000CD;
  border-color: #0000CD;
}

.btn-medium-blue:not(:disabled):not(.disabled):active,
.btn-medium-blue:not(:disabled):not(.disabled).active,
.show > .btn-medium-blue.dropdown-toggle {
  color: #fff;
  background-color: #00009a;
  border-color: #00008d;
}

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

.btn-blue {
  color: #fff;
  background-color: #0000FF;
  border-color: #0000FF;
}

.btn-blue:hover {
  color: #fff;
  background-color: #0000d9;
  border-color: #0000cc;
}

.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #0000d9;
  border-color: #0000cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 255, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #0000FF;
  border-color: #0000FF;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #0000cc;
  border-color: #0000bf;
}

.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(38, 38, 255, 0.5);
}

.btn-blue-violet {
  color: #fff;
  background-color: #8A2BE2;
  border-color: #8A2BE2;
}

.btn-blue-violet:hover {
  color: #fff;
  background-color: #771ccb;
  border-color: #701ac0;
}

.btn-blue-violet:focus,
.btn-blue-violet.focus {
  color: #fff;
  background-color: #771ccb;
  border-color: #701ac0;
  box-shadow: 0 0 0 0.2rem rgba(156, 75, 230, 0.5);
}

.btn-blue-violet.disabled,
.btn-blue-violet:disabled {
  color: #fff;
  background-color: #8A2BE2;
  border-color: #8A2BE2;
}

.btn-blue-violet:not(:disabled):not(.disabled):active,
.btn-blue-violet:not(:disabled):not(.disabled).active,
.show > .btn-blue-violet.dropdown-toggle {
  color: #fff;
  background-color: #701ac0;
  border-color: #6a19b5;
}

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

.btn-dark-orchid {
  color: #fff;
  background-color: #9932CC;
  border-color: #9932CC;
}

.btn-dark-orchid:hover {
  color: #fff;
  background-color: #822aad;
  border-color: #7a28a3;
}

.btn-dark-orchid:focus,
.btn-dark-orchid.focus {
  color: #fff;
  background-color: #822aad;
  border-color: #7a28a3;
  box-shadow: 0 0 0 0.2rem rgba(168, 81, 212, 0.5);
}

.btn-dark-orchid.disabled,
.btn-dark-orchid:disabled {
  color: #fff;
  background-color: #9932CC;
  border-color: #9932CC;
}

.btn-dark-orchid:not(:disabled):not(.disabled):active,
.btn-dark-orchid:not(:disabled):not(.disabled).active,
.show > .btn-dark-orchid.dropdown-toggle {
  color: #fff;
  background-color: #7a28a3;
  border-color: #732599;
}

.btn-dark-orchid:not(:disabled):not(.disabled):active:focus,
.btn-dark-orchid:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-orchid.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 81, 212, 0.5);
}

.btn-dark-violet {
  color: #fff;
  background-color: #9400D3;
  border-color: #9400D3;
}

.btn-dark-violet:hover {
  color: #fff;
  background-color: #7900ad;
  border-color: #7000a0;
}

.btn-dark-violet:focus,
.btn-dark-violet.focus {
  color: #fff;
  background-color: #7900ad;
  border-color: #7000a0;
  box-shadow: 0 0 0 0.2rem rgba(164, 38, 218, 0.5);
}

.btn-dark-violet.disabled,
.btn-dark-violet:disabled {
  color: #fff;
  background-color: #9400D3;
  border-color: #9400D3;
}

.btn-dark-violet:not(:disabled):not(.disabled):active,
.btn-dark-violet:not(:disabled):not(.disabled).active,
.show > .btn-dark-violet.dropdown-toggle {
  color: #fff;
  background-color: #7000a0;
  border-color: #670093;
}

.btn-dark-violet:not(:disabled):not(.disabled):active:focus,
.btn-dark-violet:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 38, 218, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #800080;
  border-color: #800080;
}

.btn-purple:hover {
  color: #fff;
  background-color: #5a005a;
  border-color: #4d004d;
}

.btn-purple:focus,
.btn-purple.focus {
  color: #fff;
  background-color: #5a005a;
  border-color: #4d004d;
  box-shadow: 0 0 0 0.2rem rgba(147, 38, 147, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #800080;
  border-color: #800080;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #4d004d;
  border-color: #400040;
}

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

.btn-dark-magenta {
  color: #fff;
  background-color: #8B008B;
  border-color: #8B008B;
}

.btn-dark-magenta:hover {
  color: #fff;
  background-color: #650065;
  border-color: #580058;
}

.btn-dark-magenta:focus,
.btn-dark-magenta.focus {
  color: #fff;
  background-color: #650065;
  border-color: #580058;
  box-shadow: 0 0 0 0.2rem rgba(156, 38, 156, 0.5);
}

.btn-dark-magenta.disabled,
.btn-dark-magenta:disabled {
  color: #fff;
  background-color: #8B008B;
  border-color: #8B008B;
}

.btn-dark-magenta:not(:disabled):not(.disabled):active,
.btn-dark-magenta:not(:disabled):not(.disabled).active,
.show > .btn-dark-magenta.dropdown-toggle {
  color: #fff;
  background-color: #580058;
  border-color: #4b004b;
}

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

.btn-magenta {
  color: #fff;
  background-color: #FF00FF;
  border-color: #FF00FF;
}

.btn-magenta:hover {
  color: #fff;
  background-color: #d900d9;
  border-color: #cc00cc;
}

.btn-magenta:focus,
.btn-magenta.focus {
  color: #fff;
  background-color: #d900d9;
  border-color: #cc00cc;
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 255, 0.5);
}

.btn-magenta.disabled,
.btn-magenta:disabled {
  color: #fff;
  background-color: #FF00FF;
  border-color: #FF00FF;
}

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

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

.btn-medium-violet-red {
  color: #fff;
  background-color: #C71585;
  border-color: #C71585;
}

.btn-medium-violet-red:hover {
  color: #fff;
  background-color: #a4116e;
  border-color: #991066;
}

.btn-medium-violet-red:focus,
.btn-medium-violet-red.focus {
  color: #fff;
  background-color: #a4116e;
  border-color: #991066;
  box-shadow: 0 0 0 0.2rem rgba(207, 56, 151, 0.5);
}

.btn-medium-violet-red.disabled,
.btn-medium-violet-red:disabled {
  color: #fff;
  background-color: #C71585;
  border-color: #C71585;
}

.btn-medium-violet-red:not(:disabled):not(.disabled):active,
.btn-medium-violet-red:not(:disabled):not(.disabled).active,
.show > .btn-medium-violet-red.dropdown-toggle {
  color: #fff;
  background-color: #991066;
  border-color: #8d0f5e;
}

.btn-medium-violet-red:not(:disabled):not(.disabled):active:focus,
.btn-medium-violet-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-medium-violet-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 56, 151, 0.5);
}

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

.btn-deep-pink:hover {
  color: #fff;
  background-color: #ed0080;
  border-color: #e00079;
}

.btn-deep-pink:focus,
.btn-deep-pink.focus {
  color: #fff;
  background-color: #ed0080;
  border-color: #e00079;
  box-shadow: 0 0 0 0.2rem rgba(255, 55, 163, 0.5);
}

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

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

.btn-deep-pink:not(:disabled):not(.disabled):active:focus,
.btn-deep-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-deep-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 55, 163, 0.5);
}

.btn-hot-pink {
  color: #212529;
  background-color: #FF69B4;
  border-color: #FF69B4;
}

.btn-hot-pink:hover {
  color: #fff;
  background-color: #ff43a1;
  border-color: #ff369b;
}

.btn-hot-pink:focus,
.btn-hot-pink.focus {
  color: #fff;
  background-color: #ff43a1;
  border-color: #ff369b;
  box-shadow: 0 0 0 0.2rem rgba(222, 95, 159, 0.5);
}

.btn-hot-pink.disabled,
.btn-hot-pink:disabled {
  color: #212529;
  background-color: #FF69B4;
  border-color: #FF69B4;
}

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

.btn-hot-pink:not(:disabled):not(.disabled):active:focus,
.btn-hot-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-hot-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 95, 159, 0.5);
}

.btn-crimson {
  color: #fff;
  background-color: #DC143C;
  border-color: #DC143C;
}

.btn-crimson:hover {
  color: #fff;
  background-color: #b91132;
  border-color: #ad102f;
}

.btn-crimson:focus,
.btn-crimson.focus {
  color: #fff;
  background-color: #b91132;
  border-color: #ad102f;
  box-shadow: 0 0 0 0.2rem rgba(225, 55, 89, 0.5);
}

.btn-crimson.disabled,
.btn-crimson:disabled {
  color: #fff;
  background-color: #DC143C;
  border-color: #DC143C;
}

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

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

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

.btn-brown:hover {
  color: #fff;
  background-color: #872222;
  border-color: #7c2020;
}

.btn-brown:focus,
.btn-brown.focus {
  color: #fff;
  background-color: #872222;
  border-color: #7c2020;
  box-shadow: 0 0 0 0.2rem rgba(179, 74, 74, 0.5);
}

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

.btn-brown:not(:disabled):not(.disabled):active,
.btn-brown:not(:disabled):not(.disabled).active,
.show > .btn-brown.dropdown-toggle {
  color: #fff;
  background-color: #7c2020;
  border-color: #721d1d;
}

.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(179, 74, 74, 0.5);
}

.btn-indian-red {
  color: #fff;
  background-color: #CD5C5C;
  border-color: #CD5C5C;
}

.btn-indian-red:hover {
  color: #fff;
  background-color: #c43f3f;
  border-color: #bc3a3a;
}

.btn-indian-red:focus,
.btn-indian-red.focus {
  color: #fff;
  background-color: #c43f3f;
  border-color: #bc3a3a;
  box-shadow: 0 0 0 0.2rem rgba(213, 116, 116, 0.5);
}

.btn-indian-red.disabled,
.btn-indian-red:disabled {
  color: #fff;
  background-color: #CD5C5C;
  border-color: #CD5C5C;
}

.btn-indian-red:not(:disabled):not(.disabled):active,
.btn-indian-red:not(:disabled):not(.disabled).active,
.show > .btn-indian-red.dropdown-toggle {
  color: #fff;
  background-color: #bc3a3a;
  border-color: #b23737;
}

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

.btn-rosy-brown {
  color: #212529;
  background-color: #BC8F8F;
  border-color: #BC8F8F;
}

.btn-rosy-brown:hover {
  color: #fff;
  background-color: #ae7777;
  border-color: #a96f6f;
}

.btn-rosy-brown:focus,
.btn-rosy-brown.focus {
  color: #fff;
  background-color: #ae7777;
  border-color: #a96f6f;
  box-shadow: 0 0 0 0.2rem rgba(165, 127, 128, 0.5);
}

.btn-rosy-brown.disabled,
.btn-rosy-brown:disabled {
  color: #212529;
  background-color: #BC8F8F;
  border-color: #BC8F8F;
}

.btn-rosy-brown:not(:disabled):not(.disabled):active,
.btn-rosy-brown:not(:disabled):not(.disabled).active,
.show > .btn-rosy-brown.dropdown-toggle {
  color: #fff;
  background-color: #a96f6f;
  border-color: #a46767;
}

.btn-rosy-brown:not(:disabled):not(.disabled):active:focus,
.btn-rosy-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-rosy-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 127, 128, 0.5);
}

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

.btn-light-coral:hover {
  color: #fff;
  background-color: #ec5e5e;
  border-color: #eb5252;
}

.btn-light-coral:focus,
.btn-light-coral.focus {
  color: #fff;
  background-color: #ec5e5e;
  border-color: #eb5252;
  box-shadow: 0 0 0 0.2rem rgba(209, 114, 115, 0.5);
}

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

.btn-light-coral:not(:disabled):not(.disabled):active,
.btn-light-coral:not(:disabled):not(.disabled).active,
.show > .btn-light-coral.dropdown-toggle {
  color: #fff;
  background-color: #eb5252;
  border-color: #e94747;
}

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

.btn-snow {
  color: #212529;
  background-color: #FFFAFA;
  border-color: #FFFAFA;
}

.btn-snow:hover {
  color: #212529;
  background-color: #ffd4d4;
  border-color: #ffc7c7;
}

.btn-snow:focus,
.btn-snow.focus {
  color: #212529;
  background-color: #ffd4d4;
  border-color: #ffc7c7;
  box-shadow: 0 0 0 0.2rem rgba(222, 218, 219, 0.5);
}

.btn-snow.disabled,
.btn-snow:disabled {
  color: #212529;
  background-color: #FFFAFA;
  border-color: #FFFAFA;
}

.btn-snow:not(:disabled):not(.disabled):active,
.btn-snow:not(:disabled):not(.disabled).active,
.show > .btn-snow.dropdown-toggle {
  color: #212529;
  background-color: #ffc7c7;
  border-color: #ffbaba;
}

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

.btn-misty-rose {
  color: #212529;
  background-color: #FFE4E1;
  border-color: #FFE4E1;
}

.btn-misty-rose:hover {
  color: #212529;
  background-color: #ffc2bb;
  border-color: #ffb6ae;
}

.btn-misty-rose:focus,
.btn-misty-rose.focus {
  color: #212529;
  background-color: #ffc2bb;
  border-color: #ffb6ae;
  box-shadow: 0 0 0 0.2rem rgba(222, 199, 197, 0.5);
}

.btn-misty-rose.disabled,
.btn-misty-rose:disabled {
  color: #212529;
  background-color: #FFE4E1;
  border-color: #FFE4E1;
}

.btn-misty-rose:not(:disabled):not(.disabled):active,
.btn-misty-rose:not(:disabled):not(.disabled).active,
.show > .btn-misty-rose.dropdown-toggle {
  color: #212529;
  background-color: #ffb6ae;
  border-color: #ffaba1;
}

.btn-misty-rose:not(:disabled):not(.disabled):active:focus,
.btn-misty-rose:not(:disabled):not(.disabled).active:focus,
.show > .btn-misty-rose.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 199, 197, 0.5);
}

.btn-dark-salmon {
  color: #212529;
  background-color: #E9967A;
  border-color: #E9967A;
}

.btn-dark-salmon:hover {
  color: #212529;
  background-color: #e47c59;
  border-color: #e2734e;
}

.btn-dark-salmon:focus,
.btn-dark-salmon.focus {
  color: #212529;
  background-color: #e47c59;
  border-color: #e2734e;
  box-shadow: 0 0 0 0.2rem rgba(203, 133, 110, 0.5);
}

.btn-dark-salmon.disabled,
.btn-dark-salmon:disabled {
  color: #212529;
  background-color: #E9967A;
  border-color: #E9967A;
}

.btn-dark-salmon:not(:disabled):not(.disabled):active,
.btn-dark-salmon:not(:disabled):not(.disabled).active,
.show > .btn-dark-salmon.dropdown-toggle {
  color: #fff;
  background-color: #e2734e;
  border-color: #e06b43;
}

.btn-dark-salmon:not(:disabled):not(.disabled):active:focus,
.btn-dark-salmon:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-salmon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 133, 110, 0.5);
}

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

.btn-light-salmon:hover {
  color: #212529;
  background-color: #ff8554;
  border-color: #ff7c47;
}

.btn-light-salmon:focus,
.btn-light-salmon.focus {
  color: #212529;
  background-color: #ff8554;
  border-color: #ff7c47;
  box-shadow: 0 0 0 0.2rem rgba(222, 142, 110, 0.5);
}

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

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

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

.btn-sienna {
  color: #fff;
  background-color: #A0522D;
  border-color: #A0522D;
}

.btn-sienna:hover {
  color: #fff;
  background-color: #824325;
  border-color: #783e22;
}

.btn-sienna:focus,
.btn-sienna.focus {
  color: #fff;
  background-color: #824325;
  border-color: #783e22;
  box-shadow: 0 0 0 0.2rem rgba(174, 108, 77, 0.5);
}

.btn-sienna.disabled,
.btn-sienna:disabled {
  color: #fff;
  background-color: #A0522D;
  border-color: #A0522D;
}

.btn-sienna:not(:disabled):not(.disabled):active,
.btn-sienna:not(:disabled):not(.disabled).active,
.show > .btn-sienna.dropdown-toggle {
  color: #fff;
  background-color: #783e22;
  border-color: #6e391f;
}

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

.btn-sea-shell {
  color: #212529;
  background-color: #FFF5EE;
  border-color: #FFF5EE;
}

.btn-sea-shell:hover {
  color: #212529;
  background-color: #ffdfc8;
  border-color: #ffd7bb;
}

.btn-sea-shell:focus,
.btn-sea-shell.focus {
  color: #212529;
  background-color: #ffdfc8;
  border-color: #ffd7bb;
  box-shadow: 0 0 0 0.2rem rgba(222, 214, 208, 0.5);
}

.btn-sea-shell.disabled,
.btn-sea-shell:disabled {
  color: #212529;
  background-color: #FFF5EE;
  border-color: #FFF5EE;
}

.btn-sea-shell:not(:disabled):not(.disabled):active,
.btn-sea-shell:not(:disabled):not(.disabled).active,
.show > .btn-sea-shell.dropdown-toggle {
  color: #212529;
  background-color: #ffd7bb;
  border-color: #ffd0ae;
}

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

.btn-saddle-brown {
  color: #fff;
  background-color: #8B4513;
  border-color: #8B4513;
}

.btn-saddle-brown:hover {
  color: #fff;
  background-color: #69340e;
  border-color: #5e2f0d;
}

.btn-saddle-brown:focus,
.btn-saddle-brown.focus {
  color: #fff;
  background-color: #69340e;
  border-color: #5e2f0d;
  box-shadow: 0 0 0 0.2rem rgba(156, 97, 54, 0.5);
}

.btn-saddle-brown.disabled,
.btn-saddle-brown:disabled {
  color: #fff;
  background-color: #8B4513;
  border-color: #8B4513;
}

.btn-saddle-brown:not(:disabled):not(.disabled):active,
.btn-saddle-brown:not(:disabled):not(.disabled).active,
.show > .btn-saddle-brown.dropdown-toggle {
  color: #fff;
  background-color: #5e2f0d;
  border-color: #53290b;
}

.btn-saddle-brown:not(:disabled):not(.disabled):active:focus,
.btn-saddle-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-saddle-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 97, 54, 0.5);
}

.btn-peachpuff {
  color: #212529;
  background-color: #FFDAB9;
  border-color: #FFDAB9;
}

.btn-peachpuff:hover {
  color: #212529;
  background-color: #ffc693;
  border-color: #ffbf86;
}

.btn-peachpuff:focus,
.btn-peachpuff.focus {
  color: #212529;
  background-color: #ffc693;
  border-color: #ffbf86;
  box-shadow: 0 0 0 0.2rem rgba(222, 191, 163, 0.5);
}

.btn-peachpuff.disabled,
.btn-peachpuff:disabled {
  color: #212529;
  background-color: #FFDAB9;
  border-color: #FFDAB9;
}

.btn-peachpuff:not(:disabled):not(.disabled):active,
.btn-peachpuff:not(:disabled):not(.disabled).active,
.show > .btn-peachpuff.dropdown-toggle {
  color: #212529;
  background-color: #ffbf86;
  border-color: #ffb879;
}

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

.btn-peru {
  color: #fff;
  background-color: #CD853F;
  border-color: #CD853F;
}

.btn-peru:hover {
  color: #fff;
  background-color: #b6722f;
  border-color: #ac6c2d;
}

.btn-peru:focus,
.btn-peru.focus {
  color: #fff;
  background-color: #b6722f;
  border-color: #ac6c2d;
  box-shadow: 0 0 0 0.2rem rgba(213, 151, 92, 0.5);
}

.btn-peru.disabled,
.btn-peru:disabled {
  color: #fff;
  background-color: #CD853F;
  border-color: #CD853F;
}

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

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

.btn-linen {
  color: #212529;
  background-color: #FAF0E6;
  border-color: #FAF0E6;
}

.btn-linen:hover {
  color: #212529;
  background-color: #f4ddc6;
  border-color: #f2d7bc;
}

.btn-linen:focus,
.btn-linen.focus {
  color: #212529;
  background-color: #f4ddc6;
  border-color: #f2d7bc;
  box-shadow: 0 0 0 0.2rem rgba(217, 210, 202, 0.5);
}

.btn-linen.disabled,
.btn-linen:disabled {
  color: #212529;
  background-color: #FAF0E6;
  border-color: #FAF0E6;
}

.btn-linen:not(:disabled):not(.disabled):active,
.btn-linen:not(:disabled):not(.disabled).active,
.show > .btn-linen.dropdown-toggle {
  color: #212529;
  background-color: #f2d7bc;
  border-color: #efd0b1;
}

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

.btn-bisque {
  color: #212529;
  background-color: #FFE4C4;
  border-color: #FFE4C4;
}

.btn-bisque:hover {
  color: #212529;
  background-color: #ffd29e;
  border-color: #ffcd91;
}

.btn-bisque:focus,
.btn-bisque.focus {
  color: #212529;
  background-color: #ffd29e;
  border-color: #ffcd91;
  box-shadow: 0 0 0 0.2rem rgba(222, 199, 173, 0.5);
}

.btn-bisque.disabled,
.btn-bisque:disabled {
  color: #212529;
  background-color: #FFE4C4;
  border-color: #FFE4C4;
}

.btn-bisque:not(:disabled):not(.disabled):active,
.btn-bisque:not(:disabled):not(.disabled).active,
.show > .btn-bisque.dropdown-toggle {
  color: #212529;
  background-color: #ffcd91;
  border-color: #ffc784;
}

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

.btn-burlywood {
  color: #212529;
  background-color: #DEB887;
  border-color: #DEB887;
}

.btn-burlywood:hover {
  color: #212529;
  background-color: #d6a669;
  border-color: #d3a05f;
}

.btn-burlywood:focus,
.btn-burlywood.focus {
  color: #212529;
  background-color: #d6a669;
  border-color: #d3a05f;
  box-shadow: 0 0 0 0.2rem rgba(194, 162, 121, 0.5);
}

.btn-burlywood.disabled,
.btn-burlywood:disabled {
  color: #212529;
  background-color: #DEB887;
  border-color: #DEB887;
}

.btn-burlywood:not(:disabled):not(.disabled):active,
.btn-burlywood:not(:disabled):not(.disabled).active,
.show > .btn-burlywood.dropdown-toggle {
  color: #212529;
  background-color: #d3a05f;
  border-color: #d09a55;
}

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

.btn-tan {
  color: #212529;
  background-color: #D2B48C;
  border-color: #D2B48C;
}

.btn-tan:hover {
  color: #212529;
  background-color: #c7a271;
  border-color: #c49c67;
}

.btn-tan:focus,
.btn-tan.focus {
  color: #212529;
  background-color: #c7a271;
  border-color: #c49c67;
  box-shadow: 0 0 0 0.2rem rgba(183, 159, 125, 0.5);
}

.btn-tan.disabled,
.btn-tan:disabled {
  color: #212529;
  background-color: #D2B48C;
  border-color: #D2B48C;
}

.btn-tan:not(:disabled):not(.disabled):active,
.btn-tan:not(:disabled):not(.disabled).active,
.show > .btn-tan.dropdown-toggle {
  color: #212529;
  background-color: #c49c67;
  border-color: #c0965e;
}

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

.btn-antique-white {
  color: #212529;
  background-color: #FAEBD7;
  border-color: #FAEBD7;
}

.btn-antique-white:hover {
  color: #212529;
  background-color: #f6dab5;
  border-color: #f4d4aa;
}

.btn-antique-white:focus,
.btn-antique-white.focus {
  color: #212529;
  background-color: #f6dab5;
  border-color: #f4d4aa;
  box-shadow: 0 0 0 0.2rem rgba(217, 205, 189, 0.5);
}

.btn-antique-white.disabled,
.btn-antique-white:disabled {
  color: #212529;
  background-color: #FAEBD7;
  border-color: #FAEBD7;
}

.btn-antique-white:not(:disabled):not(.disabled):active,
.btn-antique-white:not(:disabled):not(.disabled).active,
.show > .btn-antique-white.dropdown-toggle {
  color: #212529;
  background-color: #f4d4aa;
  border-color: #f3cf9e;
}

.btn-antique-white:not(:disabled):not(.disabled):active:focus,
.btn-antique-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-antique-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 205, 189, 0.5);
}

.btn-navajo-white {
  color: #212529;
  background-color: #FFDEAD;
  border-color: #FFDEAD;
}

.btn-navajo-white:hover {
  color: #212529;
  background-color: #ffcf87;
  border-color: #ffc97a;
}

.btn-navajo-white:focus,
.btn-navajo-white.focus {
  color: #212529;
  background-color: #ffcf87;
  border-color: #ffc97a;
  box-shadow: 0 0 0 0.2rem rgba(222, 194, 153, 0.5);
}

.btn-navajo-white.disabled,
.btn-navajo-white:disabled {
  color: #212529;
  background-color: #FFDEAD;
  border-color: #FFDEAD;
}

.btn-navajo-white:not(:disabled):not(.disabled):active,
.btn-navajo-white:not(:disabled):not(.disabled).active,
.show > .btn-navajo-white.dropdown-toggle {
  color: #212529;
  background-color: #ffc97a;
  border-color: #ffc46d;
}

.btn-navajo-white:not(:disabled):not(.disabled):active:focus,
.btn-navajo-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-navajo-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 194, 153, 0.5);
}

.btn-blanched-almond {
  color: #212529;
  background-color: #FFEBCD;
  border-color: #FFEBCD;
}

.btn-blanched-almond:hover {
  color: #212529;
  background-color: #ffdca7;
  border-color: #ffd79a;
}

.btn-blanched-almond:focus,
.btn-blanched-almond.focus {
  color: #212529;
  background-color: #ffdca7;
  border-color: #ffd79a;
  box-shadow: 0 0 0 0.2rem rgba(222, 205, 180, 0.5);
}

.btn-blanched-almond.disabled,
.btn-blanched-almond:disabled {
  color: #212529;
  background-color: #FFEBCD;
  border-color: #FFEBCD;
}

.btn-blanched-almond:not(:disabled):not(.disabled):active,
.btn-blanched-almond:not(:disabled):not(.disabled).active,
.show > .btn-blanched-almond.dropdown-toggle {
  color: #212529;
  background-color: #ffd79a;
  border-color: #ffd28d;
}

.btn-blanched-almond:not(:disabled):not(.disabled):active:focus,
.btn-blanched-almond:not(:disabled):not(.disabled).active:focus,
.show > .btn-blanched-almond.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 205, 180, 0.5);
}

.btn-papaya-whip {
  color: #212529;
  background-color: #FFEFD5;
  border-color: #FFEFD5;
}

.btn-papaya-whip:hover {
  color: #212529;
  background-color: #ffe0af;
  border-color: #ffdca2;
}

.btn-papaya-whip:focus,
.btn-papaya-whip.focus {
  color: #212529;
  background-color: #ffe0af;
  border-color: #ffdca2;
  box-shadow: 0 0 0 0.2rem rgba(222, 209, 187, 0.5);
}

.btn-papaya-whip.disabled,
.btn-papaya-whip:disabled {
  color: #212529;
  background-color: #FFEFD5;
  border-color: #FFEFD5;
}

.btn-papaya-whip:not(:disabled):not(.disabled):active,
.btn-papaya-whip:not(:disabled):not(.disabled).active,
.show > .btn-papaya-whip.dropdown-toggle {
  color: #212529;
  background-color: #ffdca2;
  border-color: #ffd795;
}

.btn-papaya-whip:not(:disabled):not(.disabled):active:focus,
.btn-papaya-whip:not(:disabled):not(.disabled).active:focus,
.show > .btn-papaya-whip.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 209, 187, 0.5);
}

.btn-moccasin {
  color: #212529;
  background-color: #FFE4B5;
  border-color: #FFE4B5;
}

.btn-moccasin:hover {
  color: #212529;
  background-color: #ffd68f;
  border-color: #ffd182;
}

.btn-moccasin:focus,
.btn-moccasin.focus {
  color: #212529;
  background-color: #ffd68f;
  border-color: #ffd182;
  box-shadow: 0 0 0 0.2rem rgba(222, 199, 160, 0.5);
}

.btn-moccasin.disabled,
.btn-moccasin:disabled {
  color: #212529;
  background-color: #FFE4B5;
  border-color: #FFE4B5;
}

.btn-moccasin:not(:disabled):not(.disabled):active,
.btn-moccasin:not(:disabled):not(.disabled).active,
.show > .btn-moccasin.dropdown-toggle {
  color: #212529;
  background-color: #ffd182;
  border-color: #ffcd75;
}

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

.btn-wheat {
  color: #212529;
  background-color: #F5DEB3;
  border-color: #F5DEB3;
}

.btn-wheat:hover {
  color: #212529;
  background-color: #f1cf91;
  border-color: #efca86;
}

.btn-wheat:focus,
.btn-wheat.focus {
  color: #212529;
  background-color: #f1cf91;
  border-color: #efca86;
  box-shadow: 0 0 0 0.2rem rgba(213, 194, 158, 0.5);
}

.btn-wheat.disabled,
.btn-wheat:disabled {
  color: #212529;
  background-color: #F5DEB3;
  border-color: #F5DEB3;
}

.btn-wheat:not(:disabled):not(.disabled):active,
.btn-wheat:not(:disabled):not(.disabled).active,
.show > .btn-wheat.dropdown-toggle {
  color: #212529;
  background-color: #efca86;
  border-color: #eec67b;
}

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

.btn-oldlace {
  color: #212529;
  background-color: #FDF5E6;
  border-color: #FDF5E6;
}

.btn-oldlace:hover {
  color: #212529;
  background-color: #fae7c3;
  border-color: #f9e2b7;
}

.btn-oldlace:focus,
.btn-oldlace.focus {
  color: #212529;
  background-color: #fae7c3;
  border-color: #f9e2b7;
  box-shadow: 0 0 0 0.2rem rgba(220, 214, 202, 0.5);
}

.btn-oldlace.disabled,
.btn-oldlace:disabled {
  color: #212529;
  background-color: #FDF5E6;
  border-color: #FDF5E6;
}

.btn-oldlace:not(:disabled):not(.disabled):active,
.btn-oldlace:not(:disabled):not(.disabled).active,
.show > .btn-oldlace.dropdown-toggle {
  color: #212529;
  background-color: #f9e2b7;
  border-color: #f8ddab;
}

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

.btn-floral-white {
  color: #212529;
  background-color: #FFFAF0;
  border-color: #FFFAF0;
}

.btn-floral-white:hover {
  color: #212529;
  background-color: #ffedca;
  border-color: #ffe9bd;
}

.btn-floral-white:focus,
.btn-floral-white.focus {
  color: #212529;
  background-color: #ffedca;
  border-color: #ffe9bd;
  box-shadow: 0 0 0 0.2rem rgba(222, 218, 210, 0.5);
}

.btn-floral-white.disabled,
.btn-floral-white:disabled {
  color: #212529;
  background-color: #FFFAF0;
  border-color: #FFFAF0;
}

.btn-floral-white:not(:disabled):not(.disabled):active,
.btn-floral-white:not(:disabled):not(.disabled).active,
.show > .btn-floral-white.dropdown-toggle {
  color: #212529;
  background-color: #ffe9bd;
  border-color: #ffe5b0;
}

.btn-floral-white:not(:disabled):not(.disabled):active:focus,
.btn-floral-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-floral-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 218, 210, 0.5);
}

.btn-cornsilk {
  color: #212529;
  background-color: #FFF8DC;
  border-color: #FFF8DC;
}

.btn-cornsilk:hover {
  color: #212529;
  background-color: #fff0b6;
  border-color: #ffeea9;
}

.btn-cornsilk:focus,
.btn-cornsilk.focus {
  color: #212529;
  background-color: #fff0b6;
  border-color: #ffeea9;
  box-shadow: 0 0 0 0.2rem rgba(222, 216, 193, 0.5);
}

.btn-cornsilk.disabled,
.btn-cornsilk:disabled {
  color: #212529;
  background-color: #FFF8DC;
  border-color: #FFF8DC;
}

.btn-cornsilk:not(:disabled):not(.disabled):active,
.btn-cornsilk:not(:disabled):not(.disabled).active,
.show > .btn-cornsilk.dropdown-toggle {
  color: #212529;
  background-color: #ffeea9;
  border-color: #ffeb9c;
}

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

.btn-khaki {
  color: #212529;
  background-color: #F0E68C;
  border-color: #F0E68C;
}

.btn-khaki:hover {
  color: #212529;
  background-color: #ecdf6a;
  border-color: #eadc5f;
}

.btn-khaki:focus,
.btn-khaki.focus {
  color: #212529;
  background-color: #ecdf6a;
  border-color: #eadc5f;
  box-shadow: 0 0 0 0.2rem rgba(209, 201, 125, 0.5);
}

.btn-khaki.disabled,
.btn-khaki:disabled {
  color: #212529;
  background-color: #F0E68C;
  border-color: #F0E68C;
}

.btn-khaki:not(:disabled):not(.disabled):active,
.btn-khaki:not(:disabled):not(.disabled).active,
.show > .btn-khaki.dropdown-toggle {
  color: #212529;
  background-color: #eadc5f;
  border-color: #e9da54;
}

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

.btn-lemon-chiffon {
  color: #212529;
  background-color: #FFFACD;
  border-color: #FFFACD;
}

.btn-lemon-chiffon:hover {
  color: #212529;
  background-color: #fff6a7;
  border-color: #fff59a;
}

.btn-lemon-chiffon:focus,
.btn-lemon-chiffon.focus {
  color: #212529;
  background-color: #fff6a7;
  border-color: #fff59a;
  box-shadow: 0 0 0 0.2rem rgba(222, 218, 180, 0.5);
}

.btn-lemon-chiffon.disabled,
.btn-lemon-chiffon:disabled {
  color: #212529;
  background-color: #FFFACD;
  border-color: #FFFACD;
}

.btn-lemon-chiffon:not(:disabled):not(.disabled):active,
.btn-lemon-chiffon:not(:disabled):not(.disabled).active,
.show > .btn-lemon-chiffon.dropdown-toggle {
  color: #212529;
  background-color: #fff59a;
  border-color: #fff48d;
}

.btn-lemon-chiffon:not(:disabled):not(.disabled):active:focus,
.btn-lemon-chiffon:not(:disabled):not(.disabled).active:focus,
.show > .btn-lemon-chiffon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 218, 180, 0.5);
}

.btn-pale-goldenrod {
  color: #212529;
  background-color: #EEE8AA;
  border-color: #EEE8AA;
}

.btn-pale-goldenrod:hover {
  color: #212529;
  background-color: #e8df8a;
  border-color: #e6dd80;
}

.btn-pale-goldenrod:focus,
.btn-pale-goldenrod.focus {
  color: #212529;
  background-color: #e8df8a;
  border-color: #e6dd80;
  box-shadow: 0 0 0 0.2rem rgba(207, 203, 151, 0.5);
}

.btn-pale-goldenrod.disabled,
.btn-pale-goldenrod:disabled {
  color: #212529;
  background-color: #EEE8AA;
  border-color: #EEE8AA;
}

.btn-pale-goldenrod:not(:disabled):not(.disabled):active,
.btn-pale-goldenrod:not(:disabled):not(.disabled).active,
.show > .btn-pale-goldenrod.dropdown-toggle {
  color: #212529;
  background-color: #e6dd80;
  border-color: #e3da75;
}

.btn-pale-goldenrod:not(:disabled):not(.disabled):active:focus,
.btn-pale-goldenrod:not(:disabled):not(.disabled).active:focus,
.show > .btn-pale-goldenrod.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 203, 151, 0.5);
}

.btn-dark-khaki {
  color: #212529;
  background-color: #BDB76B;
  border-color: #BDB76B;
}

.btn-dark-khaki:hover {
  color: #212529;
  background-color: #b1aa51;
  border-color: #a9a34c;
}

.btn-dark-khaki:focus,
.btn-dark-khaki.focus {
  color: #212529;
  background-color: #b1aa51;
  border-color: #a9a34c;
  box-shadow: 0 0 0 0.2rem rgba(166, 161, 97, 0.5);
}

.btn-dark-khaki.disabled,
.btn-dark-khaki:disabled {
  color: #212529;
  background-color: #BDB76B;
  border-color: #BDB76B;
}

.btn-dark-khaki:not(:disabled):not(.disabled):active,
.btn-dark-khaki:not(:disabled):not(.disabled).active,
.show > .btn-dark-khaki.dropdown-toggle {
  color: #212529;
  background-color: #a9a34c;
  border-color: #a19a48;
}

.btn-dark-khaki:not(:disabled):not(.disabled):active:focus,
.btn-dark-khaki:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-khaki.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 161, 97, 0.5);
}

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

.btn-beige:hover {
  color: #212529;
  background-color: #ededbe;
  border-color: #eaeab4;
}

.btn-beige:focus,
.btn-beige.focus {
  color: #212529;
  background-color: #ededbe;
  border-color: #eaeab4;
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 193, 0.5);
}

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

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

.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(213, 214, 193, 0.5);
}

.btn-light-goldenrod-yellow {
  color: #212529;
  background-color: #FAFAD2;
  border-color: #FAFAD2;
}

.btn-light-goldenrod-yellow:hover {
  color: #212529;
  background-color: #f6f6b0;
  border-color: #f5f5a4;
}

.btn-light-goldenrod-yellow:focus,
.btn-light-goldenrod-yellow.focus {
  color: #212529;
  background-color: #f6f6b0;
  border-color: #f5f5a4;
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 185, 0.5);
}

.btn-light-goldenrod-yellow.disabled,
.btn-light-goldenrod-yellow:disabled {
  color: #212529;
  background-color: #FAFAD2;
  border-color: #FAFAD2;
}

.btn-light-goldenrod-yellow:not(:disabled):not(.disabled):active,
.btn-light-goldenrod-yellow:not(:disabled):not(.disabled).active,
.show > .btn-light-goldenrod-yellow.dropdown-toggle {
  color: #212529;
  background-color: #f5f5a4;
  border-color: #f4f499;
}

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

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

.btn-light-yellow:hover {
  color: #212529;
  background-color: #ffffba;
  border-color: #ffffad;
}

.btn-light-yellow:focus,
.btn-light-yellow.focus {
  color: #212529;
  background-color: #ffffba;
  border-color: #ffffad;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 197, 0.5);
}

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

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

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

.btn-ivory {
  color: #212529;
  background-color: #FFFFF0;
  border-color: #FFFFF0;
}

.btn-ivory:hover {
  color: #212529;
  background-color: #ffffca;
  border-color: #ffffbd;
}

.btn-ivory:focus,
.btn-ivory.focus {
  color: #212529;
  background-color: #ffffca;
  border-color: #ffffbd;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 210, 0.5);
}

.btn-ivory.disabled,
.btn-ivory:disabled {
  color: #212529;
  background-color: #FFFFF0;
  border-color: #FFFFF0;
}

.btn-ivory:not(:disabled):not(.disabled):active,
.btn-ivory:not(:disabled):not(.disabled).active,
.show > .btn-ivory.dropdown-toggle {
  color: #212529;
  background-color: #ffffbd;
  border-color: #ffffb0;
}

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

.btn-olive-drab {
  color: #fff;
  background-color: #6B8E23;
  border-color: #6B8E23;
}

.btn-olive-drab:hover {
  color: #fff;
  background-color: #546f1b;
  border-color: #4c6519;
}

.btn-olive-drab:focus,
.btn-olive-drab.focus {
  color: #fff;
  background-color: #546f1b;
  border-color: #4c6519;
  box-shadow: 0 0 0 0.2rem rgba(129, 159, 68, 0.5);
}

.btn-olive-drab.disabled,
.btn-olive-drab:disabled {
  color: #fff;
  background-color: #6B8E23;
  border-color: #6B8E23;
}

.btn-olive-drab:not(:disabled):not(.disabled):active,
.btn-olive-drab:not(:disabled):not(.disabled).active,
.show > .btn-olive-drab.dropdown-toggle {
  color: #fff;
  background-color: #4c6519;
  border-color: #445b16;
}

.btn-olive-drab:not(:disabled):not(.disabled):active:focus,
.btn-olive-drab:not(:disabled):not(.disabled).active:focus,
.show > .btn-olive-drab.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 159, 68, 0.5);
}

.btn-dark-olive-green {
  color: #fff;
  background-color: #556B2F;
  border-color: #556B2F;
}

.btn-dark-olive-green:hover {
  color: #fff;
  background-color: #405023;
  border-color: #39481f;
}

.btn-dark-olive-green:focus,
.btn-dark-olive-green.focus {
  color: #fff;
  background-color: #405023;
  border-color: #39481f;
  box-shadow: 0 0 0 0.2rem rgba(111, 129, 78, 0.5);
}

.btn-dark-olive-green.disabled,
.btn-dark-olive-green:disabled {
  color: #fff;
  background-color: #556B2F;
  border-color: #556B2F;
}

.btn-dark-olive-green:not(:disabled):not(.disabled):active,
.btn-dark-olive-green:not(:disabled):not(.disabled).active,
.show > .btn-dark-olive-green.dropdown-toggle {
  color: #fff;
  background-color: #39481f;
  border-color: #323f1c;
}

.btn-dark-olive-green:not(:disabled):not(.disabled):active:focus,
.btn-dark-olive-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-olive-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 129, 78, 0.5);
}

.btn-dark-sea-green {
  color: #212529;
  background-color: #8FBC8F;
  border-color: #8FBC8F;
}

.btn-dark-sea-green:hover {
  color: #212529;
  background-color: #77ae77;
  border-color: #6fa96f;
}

.btn-dark-sea-green:focus,
.btn-dark-sea-green.focus {
  color: #212529;
  background-color: #77ae77;
  border-color: #6fa96f;
  box-shadow: 0 0 0 0.2rem rgba(127, 165, 128, 0.5);
}

.btn-dark-sea-green.disabled,
.btn-dark-sea-green:disabled {
  color: #212529;
  background-color: #8FBC8F;
  border-color: #8FBC8F;
}

.btn-dark-sea-green:not(:disabled):not(.disabled):active,
.btn-dark-sea-green:not(:disabled):not(.disabled).active,
.show > .btn-dark-sea-green.dropdown-toggle {
  color: #fff;
  background-color: #6fa96f;
  border-color: #67a467;
}

.btn-dark-sea-green:not(:disabled):not(.disabled):active:focus,
.btn-dark-sea-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-sea-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 165, 128, 0.5);
}

.btn-dark-green {
  color: #fff;
  background-color: #006400;
  border-color: #006400;
}

.btn-dark-green:hover {
  color: #fff;
  background-color: #003e00;
  border-color: #003100;
}

.btn-dark-green:focus,
.btn-dark-green.focus {
  color: #fff;
  background-color: #003e00;
  border-color: #003100;
  box-shadow: 0 0 0 0.2rem rgba(38, 123, 38, 0.5);
}

.btn-dark-green.disabled,
.btn-dark-green:disabled {
  color: #fff;
  background-color: #006400;
  border-color: #006400;
}

.btn-dark-green:not(:disabled):not(.disabled):active,
.btn-dark-green:not(:disabled):not(.disabled).active,
.show > .btn-dark-green.dropdown-toggle {
  color: #fff;
  background-color: #003100;
  border-color: #002400;
}

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

.btn-forest-green {
  color: #fff;
  background-color: #228B22;
  border-color: #228B22;
}

.btn-forest-green:hover {
  color: #fff;
  background-color: #1a6c1a;
  border-color: #186218;
}

.btn-forest-green:focus,
.btn-forest-green.focus {
  color: #fff;
  background-color: #1a6c1a;
  border-color: #186218;
  box-shadow: 0 0 0 0.2rem rgba(67, 156, 67, 0.5);
}

.btn-forest-green.disabled,
.btn-forest-green:disabled {
  color: #fff;
  background-color: #228B22;
  border-color: #228B22;
}

.btn-forest-green:not(:disabled):not(.disabled):active,
.btn-forest-green:not(:disabled):not(.disabled).active,
.show > .btn-forest-green.dropdown-toggle {
  color: #fff;
  background-color: #186218;
  border-color: #155815;
}

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

.btn-light-green {
  color: #212529;
  background-color: #90EE90;
  border-color: #90EE90;
}

.btn-light-green:hover {
  color: #212529;
  background-color: #6fe96f;
  border-color: #64e764;
}

.btn-light-green:focus,
.btn-light-green.focus {
  color: #212529;
  background-color: #6fe96f;
  border-color: #64e764;
  box-shadow: 0 0 0 0.2rem rgba(127, 208, 129, 0.5);
}

.btn-light-green.disabled,
.btn-light-green:disabled {
  color: #212529;
  background-color: #90EE90;
  border-color: #90EE90;
}

.btn-light-green:not(:disabled):not(.disabled):active,
.btn-light-green:not(:disabled):not(.disabled).active,
.show > .btn-light-green.dropdown-toggle {
  color: #212529;
  background-color: #64e764;
  border-color: #59e659;
}

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

.btn-pale-green {
  color: #212529;
  background-color: #98FB98;
  border-color: #98FB98;
}

.btn-pale-green:hover {
  color: #212529;
  background-color: #73fa73;
  border-color: #67f967;
}

.btn-pale-green:focus,
.btn-pale-green.focus {
  color: #212529;
  background-color: #73fa73;
  border-color: #67f967;
  box-shadow: 0 0 0 0.2rem rgba(134, 219, 135, 0.5);
}

.btn-pale-green.disabled,
.btn-pale-green:disabled {
  color: #212529;
  background-color: #98FB98;
  border-color: #98FB98;
}

.btn-pale-green:not(:disabled):not(.disabled):active,
.btn-pale-green:not(:disabled):not(.disabled).active,
.show > .btn-pale-green.dropdown-toggle {
  color: #212529;
  background-color: #67f967;
  border-color: #5bf95b;
}

.btn-pale-green:not(:disabled):not(.disabled):active:focus,
.btn-pale-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-pale-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 219, 135, 0.5);
}

.btn-honeydew {
  color: #212529;
  background-color: #F0FFF0;
  border-color: #F0FFF0;
}

.btn-honeydew:hover {
  color: #212529;
  background-color: #caffca;
  border-color: #bdffbd;
}

.btn-honeydew:focus,
.btn-honeydew.focus {
  color: #212529;
  background-color: #caffca;
  border-color: #bdffbd;
  box-shadow: 0 0 0 0.2rem rgba(209, 222, 210, 0.5);
}

.btn-honeydew.disabled,
.btn-honeydew:disabled {
  color: #212529;
  background-color: #F0FFF0;
  border-color: #F0FFF0;
}

.btn-honeydew:not(:disabled):not(.disabled):active,
.btn-honeydew:not(:disabled):not(.disabled).active,
.show > .btn-honeydew.dropdown-toggle {
  color: #212529;
  background-color: #bdffbd;
  border-color: #b0ffb0;
}

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

.btn-sea-green {
  color: #fff;
  background-color: #2E8B57;
  border-color: #2E8B57;
}

.btn-sea-green:hover {
  color: #fff;
  background-color: #246e45;
  border-color: #21653f;
}

.btn-sea-green:focus,
.btn-sea-green.focus {
  color: #fff;
  background-color: #246e45;
  border-color: #21653f;
  box-shadow: 0 0 0 0.2rem rgba(77, 156, 112, 0.5);
}

.btn-sea-green.disabled,
.btn-sea-green:disabled {
  color: #fff;
  background-color: #2E8B57;
  border-color: #2E8B57;
}

.btn-sea-green:not(:disabled):not(.disabled):active,
.btn-sea-green:not(:disabled):not(.disabled).active,
.show > .btn-sea-green.dropdown-toggle {
  color: #fff;
  background-color: #21653f;
  border-color: #1e5b39;
}

.btn-sea-green:not(:disabled):not(.disabled):active:focus,
.btn-sea-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-sea-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 156, 112, 0.5);
}

.btn-medium-sea-green {
  color: #fff;
  background-color: #3CB371;
  border-color: #3CB371;
}

.btn-medium-sea-green:hover {
  color: #fff;
  background-color: #32965f;
  border-color: #2f8d59;
}

.btn-medium-sea-green:focus,
.btn-medium-sea-green.focus {
  color: #fff;
  background-color: #32965f;
  border-color: #2f8d59;
  box-shadow: 0 0 0 0.2rem rgba(89, 190, 134, 0.5);
}

.btn-medium-sea-green.disabled,
.btn-medium-sea-green:disabled {
  color: #fff;
  background-color: #3CB371;
  border-color: #3CB371;
}

.btn-medium-sea-green:not(:disabled):not(.disabled):active,
.btn-medium-sea-green:not(:disabled):not(.disabled).active,
.show > .btn-medium-sea-green.dropdown-toggle {
  color: #fff;
  background-color: #2f8d59;
  border-color: #2c8353;
}

.btn-medium-sea-green:not(:disabled):not(.disabled):active:focus,
.btn-medium-sea-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-medium-sea-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 190, 134, 0.5);
}

.btn-mintcream {
  color: #212529;
  background-color: #F5FFFA;
  border-color: #F5FFFA;
}

.btn-mintcream:hover {
  color: #212529;
  background-color: #cfffe7;
  border-color: #c2ffe1;
}

.btn-mintcream:focus,
.btn-mintcream.focus {
  color: #212529;
  background-color: #cfffe7;
  border-color: #c2ffe1;
  box-shadow: 0 0 0 0.2rem rgba(213, 222, 219, 0.5);
}

.btn-mintcream.disabled,
.btn-mintcream:disabled {
  color: #212529;
  background-color: #F5FFFA;
  border-color: #F5FFFA;
}

.btn-mintcream:not(:disabled):not(.disabled):active,
.btn-mintcream:not(:disabled):not(.disabled).active,
.show > .btn-mintcream.dropdown-toggle {
  color: #212529;
  background-color: #c2ffe1;
  border-color: #b5ffda;
}

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

.btn-medium-aquamarine {
  color: #212529;
  background-color: #66CDAA;
  border-color: #66CDAA;
}

.btn-medium-aquamarine:hover {
  color: #212529;
  background-color: #49c49a;
  border-color: #40c095;
}

.btn-medium-aquamarine:focus,
.btn-medium-aquamarine.focus {
  color: #212529;
  background-color: #49c49a;
  border-color: #40c095;
  box-shadow: 0 0 0 0.2rem rgba(92, 180, 151, 0.5);
}

.btn-medium-aquamarine.disabled,
.btn-medium-aquamarine:disabled {
  color: #212529;
  background-color: #66CDAA;
  border-color: #66CDAA;
}

.btn-medium-aquamarine:not(:disabled):not(.disabled):active,
.btn-medium-aquamarine:not(:disabled):not(.disabled).active,
.show > .btn-medium-aquamarine.dropdown-toggle {
  color: #fff;
  background-color: #40c095;
  border-color: #3cb78d;
}

.btn-medium-aquamarine:not(:disabled):not(.disabled):active:focus,
.btn-medium-aquamarine:not(:disabled):not(.disabled).active:focus,
.show > .btn-medium-aquamarine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 180, 151, 0.5);
}

.btn-aquamarine {
  color: #212529;
  background-color: #7FFFD4;
  border-color: #7FFFD4;
}

.btn-aquamarine:hover {
  color: #212529;
  background-color: #59ffc7;
  border-color: #4cffc3;
}

.btn-aquamarine:focus,
.btn-aquamarine.focus {
  color: #212529;
  background-color: #59ffc7;
  border-color: #4cffc3;
  box-shadow: 0 0 0 0.2rem rgba(113, 222, 186, 0.5);
}

.btn-aquamarine.disabled,
.btn-aquamarine:disabled {
  color: #212529;
  background-color: #7FFFD4;
  border-color: #7FFFD4;
}

.btn-aquamarine:not(:disabled):not(.disabled):active,
.btn-aquamarine:not(:disabled):not(.disabled).active,
.show > .btn-aquamarine.dropdown-toggle {
  color: #212529;
  background-color: #4cffc3;
  border-color: #3fffbf;
}

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

.btn-dark-slate-gray {
  color: #fff;
  background-color: #2F4F4F;
  border-color: #2F4F4F;
}

.btn-dark-slate-gray:hover {
  color: #fff;
  background-color: #213737;
  border-color: #1c2f2f;
}

.btn-dark-slate-gray:focus,
.btn-dark-slate-gray.focus {
  color: #fff;
  background-color: #213737;
  border-color: #1c2f2f;
  box-shadow: 0 0 0 0.2rem rgba(78, 105, 105, 0.5);
}

.btn-dark-slate-gray.disabled,
.btn-dark-slate-gray:disabled {
  color: #fff;
  background-color: #2F4F4F;
  border-color: #2F4F4F;
}

.btn-dark-slate-gray:not(:disabled):not(.disabled):active,
.btn-dark-slate-gray:not(:disabled):not(.disabled).active,
.show > .btn-dark-slate-gray.dropdown-toggle {
  color: #fff;
  background-color: #1c2f2f;
  border-color: #172727;
}

.btn-dark-slate-gray:not(:disabled):not(.disabled):active:focus,
.btn-dark-slate-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-slate-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 105, 105, 0.5);
}

.btn-pale-turquoise {
  color: #212529;
  background-color: #AFEEEE;
  border-color: #AFEEEE;
}

.btn-pale-turquoise:hover {
  color: #212529;
  background-color: #8fe7e7;
  border-color: #85e5e5;
}

.btn-pale-turquoise:focus,
.btn-pale-turquoise.focus {
  color: #212529;
  background-color: #8fe7e7;
  border-color: #85e5e5;
  box-shadow: 0 0 0 0.2rem rgba(154, 208, 208, 0.5);
}

.btn-pale-turquoise.disabled,
.btn-pale-turquoise:disabled {
  color: #212529;
  background-color: #AFEEEE;
  border-color: #AFEEEE;
}

.btn-pale-turquoise:not(:disabled):not(.disabled):active,
.btn-pale-turquoise:not(:disabled):not(.disabled).active,
.show > .btn-pale-turquoise.dropdown-toggle {
  color: #212529;
  background-color: #85e5e5;
  border-color: #7ae3e3;
}

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

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

.btn-light-cyan:hover {
  color: #212529;
  background-color: #baffff;
  border-color: #adffff;
}

.btn-light-cyan:focus,
.btn-light-cyan.focus {
  color: #212529;
  background-color: #baffff;
  border-color: #adffff;
  box-shadow: 0 0 0 0.2rem rgba(195, 222, 223, 0.5);
}

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

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

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

.btn-azure {
  color: #212529;
  background-color: #F0FFFF;
  border-color: #F0FFFF;
}

.btn-azure:hover {
  color: #212529;
  background-color: #caffff;
  border-color: #bdffff;
}

.btn-azure:focus,
.btn-azure.focus {
  color: #212529;
  background-color: #caffff;
  border-color: #bdffff;
  box-shadow: 0 0 0 0.2rem rgba(209, 222, 223, 0.5);
}

.btn-azure.disabled,
.btn-azure:disabled {
  color: #212529;
  background-color: #F0FFFF;
  border-color: #F0FFFF;
}

.btn-azure:not(:disabled):not(.disabled):active,
.btn-azure:not(:disabled):not(.disabled).active,
.show > .btn-azure.dropdown-toggle {
  color: #212529;
  background-color: #bdffff;
  border-color: #b0ffff;
}

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

.btn-cadet-blue {
  color: #fff;
  background-color: #5F9EA0;
  border-color: #5F9EA0;
}

.btn-cadet-blue:hover {
  color: #fff;
  background-color: #518688;
  border-color: #4c7e80;
}

.btn-cadet-blue:focus,
.btn-cadet-blue.focus {
  color: #fff;
  background-color: #518688;
  border-color: #4c7e80;
  box-shadow: 0 0 0 0.2rem rgba(119, 173, 174, 0.5);
}

.btn-cadet-blue.disabled,
.btn-cadet-blue:disabled {
  color: #fff;
  background-color: #5F9EA0;
  border-color: #5F9EA0;
}

.btn-cadet-blue:not(:disabled):not(.disabled):active,
.btn-cadet-blue:not(:disabled):not(.disabled).active,
.show > .btn-cadet-blue.dropdown-toggle {
  color: #fff;
  background-color: #4c7e80;
  border-color: #477778;
}

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

.btn-powder-blue {
  color: #212529;
  background-color: #B0E0E6;
  border-color: #B0E0E6;
}

.btn-powder-blue:hover {
  color: #212529;
  background-color: #93d5dd;
  border-color: #89d1da;
}

.btn-powder-blue:focus,
.btn-powder-blue.focus {
  color: #212529;
  background-color: #93d5dd;
  border-color: #89d1da;
  box-shadow: 0 0 0 0.2rem rgba(155, 196, 202, 0.5);
}

.btn-powder-blue.disabled,
.btn-powder-blue:disabled {
  color: #212529;
  background-color: #B0E0E6;
  border-color: #B0E0E6;
}

.btn-powder-blue:not(:disabled):not(.disabled):active,
.btn-powder-blue:not(:disabled):not(.disabled).active,
.show > .btn-powder-blue.dropdown-toggle {
  color: #212529;
  background-color: #89d1da;
  border-color: #80cdd7;
}

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

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

.btn-light-blue:hover {
  color: #212529;
  background-color: #90cadd;
  border-color: #86c5da;
}

.btn-light-blue:focus,
.btn-light-blue.focus {
  color: #212529;
  background-color: #90cadd;
  border-color: #86c5da;
  box-shadow: 0 0 0 0.2rem rgba(152, 189, 202, 0.5);
}

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

.btn-light-blue:not(:disabled):not(.disabled):active,
.btn-light-blue:not(:disabled):not(.disabled).active,
.show > .btn-light-blue.dropdown-toggle {
  color: #212529;
  background-color: #86c5da;
  border-color: #7cc1d7;
}

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

.btn-sky-blue {
  color: #212529;
  background-color: #87CEEB;
  border-color: #87CEEB;
}

.btn-sky-blue:hover {
  color: #212529;
  background-color: #66c1e6;
  border-color: #5bbce4;
}

.btn-sky-blue:focus,
.btn-sky-blue.focus {
  color: #212529;
  background-color: #66c1e6;
  border-color: #5bbce4;
  box-shadow: 0 0 0 0.2rem rgba(120, 181, 206, 0.5);
}

.btn-sky-blue.disabled,
.btn-sky-blue:disabled {
  color: #212529;
  background-color: #87CEEB;
  border-color: #87CEEB;
}

.btn-sky-blue:not(:disabled):not(.disabled):active,
.btn-sky-blue:not(:disabled):not(.disabled).active,
.show > .btn-sky-blue.dropdown-toggle {
  color: #212529;
  background-color: #5bbce4;
  border-color: #50b8e2;
}

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

.btn-lightsky-blue {
  color: #212529;
  background-color: #87CEFA;
  border-color: #87CEFA;
}

.btn-lightsky-blue:hover {
  color: #212529;
  background-color: #62bff8;
  border-color: #56baf8;
}

.btn-lightsky-blue:focus,
.btn-lightsky-blue.focus {
  color: #212529;
  background-color: #62bff8;
  border-color: #56baf8;
  box-shadow: 0 0 0 0.2rem rgba(120, 181, 219, 0.5);
}

.btn-lightsky-blue.disabled,
.btn-lightsky-blue:disabled {
  color: #212529;
  background-color: #87CEFA;
  border-color: #87CEFA;
}

.btn-lightsky-blue:not(:disabled):not(.disabled):active,
.btn-lightsky-blue:not(:disabled):not(.disabled).active,
.show > .btn-lightsky-blue.dropdown-toggle {
  color: #212529;
  background-color: #56baf8;
  border-color: #4ab5f7;
}

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

.btn-steel-blue {
  color: #fff;
  background-color: #4682B4;
  border-color: #4682B4;
}

.btn-steel-blue:hover {
  color: #fff;
  background-color: #3b6e98;
  border-color: #38678f;
}

.btn-steel-blue:focus,
.btn-steel-blue.focus {
  color: #fff;
  background-color: #3b6e98;
  border-color: #38678f;
  box-shadow: 0 0 0 0.2rem rgba(98, 149, 191, 0.5);
}

.btn-steel-blue.disabled,
.btn-steel-blue:disabled {
  color: #fff;
  background-color: #4682B4;
  border-color: #4682B4;
}

.btn-steel-blue:not(:disabled):not(.disabled):active,
.btn-steel-blue:not(:disabled):not(.disabled).active,
.show > .btn-steel-blue.dropdown-toggle {
  color: #fff;
  background-color: #38678f;
  border-color: #346186;
}

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

.btn-alice-blue {
  color: #212529;
  background-color: #F0F8FF;
  border-color: #F0F8FF;
}

.btn-alice-blue:hover {
  color: #212529;
  background-color: #cae6ff;
  border-color: #bde0ff;
}

.btn-alice-blue:focus,
.btn-alice-blue.focus {
  color: #212529;
  background-color: #cae6ff;
  border-color: #bde0ff;
  box-shadow: 0 0 0 0.2rem rgba(209, 216, 223, 0.5);
}

.btn-alice-blue.disabled,
.btn-alice-blue:disabled {
  color: #212529;
  background-color: #F0F8FF;
  border-color: #F0F8FF;
}

.btn-alice-blue:not(:disabled):not(.disabled):active,
.btn-alice-blue:not(:disabled):not(.disabled).active,
.show > .btn-alice-blue.dropdown-toggle {
  color: #212529;
  background-color: #bde0ff;
  border-color: #b0daff;
}

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

.btn-slate-gray {
  color: #fff;
  background-color: #708090;
  border-color: #708090;
}

.btn-slate-gray:hover {
  color: #fff;
  background-color: #5f6d7b;
  border-color: #5a6773;
}

.btn-slate-gray:focus,
.btn-slate-gray.focus {
  color: #fff;
  background-color: #5f6d7b;
  border-color: #5a6773;
  box-shadow: 0 0 0 0.2rem rgba(133, 147, 161, 0.5);
}

.btn-slate-gray.disabled,
.btn-slate-gray:disabled {
  color: #fff;
  background-color: #708090;
  border-color: #708090;
}

.btn-slate-gray:not(:disabled):not(.disabled):active,
.btn-slate-gray:not(:disabled):not(.disabled).active,
.show > .btn-slate-gray.dropdown-toggle {
  color: #fff;
  background-color: #5a6773;
  border-color: #54606c;
}

.btn-slate-gray:not(:disabled):not(.disabled):active:focus,
.btn-slate-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-slate-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 147, 161, 0.5);
}

.btn-light-slate-gray {
  color: #fff;
  background-color: #778899;
  border-color: #778899;
}

.btn-light-slate-gray:hover {
  color: #fff;
  background-color: #647586;
  border-color: #5f6f7e;
}

.btn-light-slate-gray:focus,
.btn-light-slate-gray.focus {
  color: #fff;
  background-color: #647586;
  border-color: #5f6f7e;
  box-shadow: 0 0 0 0.2rem rgba(139, 154, 168, 0.5);
}

.btn-light-slate-gray.disabled,
.btn-light-slate-gray:disabled {
  color: #fff;
  background-color: #778899;
  border-color: #778899;
}

.btn-light-slate-gray:not(:disabled):not(.disabled):active,
.btn-light-slate-gray:not(:disabled):not(.disabled).active,
.show > .btn-light-slate-gray.dropdown-toggle {
  color: #fff;
  background-color: #5f6f7e;
  border-color: #596877;
}

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

.btn-lightsteel-blue {
  color: #212529;
  background-color: #B0C4DE;
  border-color: #B0C4DE;
}

.btn-lightsteel-blue:hover {
  color: #212529;
  background-color: #95b0d3;
  border-color: #8ca9cf;
}

.btn-lightsteel-blue:focus,
.btn-lightsteel-blue.focus {
  color: #212529;
  background-color: #95b0d3;
  border-color: #8ca9cf;
  box-shadow: 0 0 0 0.2rem rgba(155, 172, 195, 0.5);
}

.btn-lightsteel-blue.disabled,
.btn-lightsteel-blue:disabled {
  color: #212529;
  background-color: #B0C4DE;
  border-color: #B0C4DE;
}

.btn-lightsteel-blue:not(:disabled):not(.disabled):active,
.btn-lightsteel-blue:not(:disabled):not(.disabled).active,
.show > .btn-lightsteel-blue.dropdown-toggle {
  color: #212529;
  background-color: #8ca9cf;
  border-color: #83a2cb;
}

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

.btn-cornflower-blue {
  color: #fff;
  background-color: #6495ED;
  border-color: #6495ED;
}

.btn-cornflower-blue:hover {
  color: #fff;
  background-color: #427ee9;
  border-color: #3676e8;
}

.btn-cornflower-blue:focus,
.btn-cornflower-blue.focus {
  color: #fff;
  background-color: #427ee9;
  border-color: #3676e8;
  box-shadow: 0 0 0 0.2rem rgba(123, 165, 240, 0.5);
}

.btn-cornflower-blue.disabled,
.btn-cornflower-blue:disabled {
  color: #fff;
  background-color: #6495ED;
  border-color: #6495ED;
}

.btn-cornflower-blue:not(:disabled):not(.disabled):active,
.btn-cornflower-blue:not(:disabled):not(.disabled).active,
.show > .btn-cornflower-blue.dropdown-toggle {
  color: #fff;
  background-color: #3676e8;
  border-color: #2b6ee6;
}

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

.btn-lavender {
  color: #212529;
  background-color: #E6E6FA;
  border-color: #E6E6FA;
}

.btn-lavender:hover {
  color: #212529;
  background-color: #c6c6f4;
  border-color: #bcbcf2;
}

.btn-lavender:focus,
.btn-lavender.focus {
  color: #212529;
  background-color: #c6c6f4;
  border-color: #bcbcf2;
  box-shadow: 0 0 0 0.2rem rgba(200, 201, 219, 0.5);
}

.btn-lavender.disabled,
.btn-lavender:disabled {
  color: #212529;
  background-color: #E6E6FA;
  border-color: #E6E6FA;
}

.btn-lavender:not(:disabled):not(.disabled):active,
.btn-lavender:not(:disabled):not(.disabled).active,
.show > .btn-lavender.dropdown-toggle {
  color: #212529;
  background-color: #bcbcf2;
  border-color: #b1b1ef;
}

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

.btn-ghost-white {
  color: #212529;
  background-color: #F8F8FF;
  border-color: #F8F8FF;
}

.btn-ghost-white:hover {
  color: #212529;
  background-color: #d2d2ff;
  border-color: #c5c5ff;
}

.btn-ghost-white:focus,
.btn-ghost-white.focus {
  color: #212529;
  background-color: #d2d2ff;
  border-color: #c5c5ff;
  box-shadow: 0 0 0 0.2rem rgba(216, 216, 223, 0.5);
}

.btn-ghost-white.disabled,
.btn-ghost-white:disabled {
  color: #212529;
  background-color: #F8F8FF;
  border-color: #F8F8FF;
}

.btn-ghost-white:not(:disabled):not(.disabled):active,
.btn-ghost-white:not(:disabled):not(.disabled).active,
.show > .btn-ghost-white.dropdown-toggle {
  color: #212529;
  background-color: #c5c5ff;
  border-color: #b8b8ff;
}

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

.btn-midnight-blue {
  color: #fff;
  background-color: #191970;
  border-color: #191970;
}

.btn-midnight-blue:hover {
  color: #fff;
  background-color: #121251;
  border-color: #101046;
}

.btn-midnight-blue:focus,
.btn-midnight-blue.focus {
  color: #fff;
  background-color: #121251;
  border-color: #101046;
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 133, 0.5);
}

.btn-midnight-blue.disabled,
.btn-midnight-blue:disabled {
  color: #fff;
  background-color: #191970;
  border-color: #191970;
}

.btn-midnight-blue:not(:disabled):not(.disabled):active,
.btn-midnight-blue:not(:disabled):not(.disabled).active,
.show > .btn-midnight-blue.dropdown-toggle {
  color: #fff;
  background-color: #101046;
  border-color: #0d0d3c;
}

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

.btn-slate-blue {
  color: #fff;
  background-color: #6A5ACD;
  border-color: #6A5ACD;
}

.btn-slate-blue:hover {
  color: #fff;
  background-color: #4f3dc4;
  border-color: #4b39bb;
}

.btn-slate-blue:focus,
.btn-slate-blue.focus {
  color: #fff;
  background-color: #4f3dc4;
  border-color: #4b39bb;
  box-shadow: 0 0 0 0.2rem rgba(128, 115, 213, 0.5);
}

.btn-slate-blue.disabled,
.btn-slate-blue:disabled {
  color: #fff;
  background-color: #6A5ACD;
  border-color: #6A5ACD;
}

.btn-slate-blue:not(:disabled):not(.disabled):active,
.btn-slate-blue:not(:disabled):not(.disabled).active,
.show > .btn-slate-blue.dropdown-toggle {
  color: #fff;
  background-color: #4b39bb;
  border-color: #4736b1;
}

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

.btn-dark-slate-blue {
  color: #fff;
  background-color: #483D8B;
  border-color: #483D8B;
}

.btn-dark-slate-blue:hover {
  color: #fff;
  background-color: #3a3170;
  border-color: #362d68;
}

.btn-dark-slate-blue:focus,
.btn-dark-slate-blue.focus {
  color: #fff;
  background-color: #3a3170;
  border-color: #362d68;
  box-shadow: 0 0 0 0.2rem rgba(99, 90, 156, 0.5);
}

.btn-dark-slate-blue.disabled,
.btn-dark-slate-blue:disabled {
  color: #fff;
  background-color: #483D8B;
  border-color: #483D8B;
}

.btn-dark-slate-blue:not(:disabled):not(.disabled):active,
.btn-dark-slate-blue:not(:disabled):not(.disabled).active,
.show > .btn-dark-slate-blue.dropdown-toggle {
  color: #fff;
  background-color: #362d68;
  border-color: #312a5f;
}

.btn-dark-slate-blue:not(:disabled):not(.disabled):active:focus,
.btn-dark-slate-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-slate-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 90, 156, 0.5);
}

.btn-medium-slate-blue {
  color: #fff;
  background-color: #7B68EE;
  border-color: #7B68EE;
}

.btn-medium-slate-blue:hover {
  color: #fff;
  background-color: #5d46ea;
  border-color: #533ae9;
}

.btn-medium-slate-blue:focus,
.btn-medium-slate-blue.focus {
  color: #fff;
  background-color: #5d46ea;
  border-color: #533ae9;
  box-shadow: 0 0 0 0.2rem rgba(143, 127, 241, 0.5);
}

.btn-medium-slate-blue.disabled,
.btn-medium-slate-blue:disabled {
  color: #fff;
  background-color: #7B68EE;
  border-color: #7B68EE;
}

.btn-medium-slate-blue:not(:disabled):not(.disabled):active,
.btn-medium-slate-blue:not(:disabled):not(.disabled).active,
.show > .btn-medium-slate-blue.dropdown-toggle {
  color: #fff;
  background-color: #533ae9;
  border-color: #492fe8;
}

.btn-medium-slate-blue:not(:disabled):not(.disabled):active:focus,
.btn-medium-slate-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-medium-slate-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(143, 127, 241, 0.5);
}

.btn-medium-purple {
  color: #fff;
  background-color: #9370DB;
  border-color: #9370DB;
}

.btn-medium-purple:hover {
  color: #fff;
  background-color: #7c51d3;
  border-color: #7447d1;
}

.btn-medium-purple:focus,
.btn-medium-purple.focus {
  color: #fff;
  background-color: #7c51d3;
  border-color: #7447d1;
  box-shadow: 0 0 0 0.2rem rgba(163, 133, 224, 0.5);
}

.btn-medium-purple.disabled,
.btn-medium-purple:disabled {
  color: #fff;
  background-color: #9370DB;
  border-color: #9370DB;
}

.btn-medium-purple:not(:disabled):not(.disabled):active,
.btn-medium-purple:not(:disabled):not(.disabled).active,
.show > .btn-medium-purple.dropdown-toggle {
  color: #fff;
  background-color: #7447d1;
  border-color: #6d3dce;
}

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

.btn-indigo {
  color: #fff;
  background-color: #4B0082;
  border-color: #4B0082;
}

.btn-indigo:hover {
  color: #fff;
  background-color: #35005c;
  border-color: #2e004f;
}

.btn-indigo:focus,
.btn-indigo.focus {
  color: #fff;
  background-color: #35005c;
  border-color: #2e004f;
  box-shadow: 0 0 0 0.2rem rgba(102, 38, 149, 0.5);
}

.btn-indigo.disabled,
.btn-indigo:disabled {
  color: #fff;
  background-color: #4B0082;
  border-color: #4B0082;
}

.btn-indigo:not(:disabled):not(.disabled):active,
.btn-indigo:not(:disabled):not(.disabled).active,
.show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #2e004f;
  border-color: #260042;
}

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

.btn-medium-orchid {
  color: #fff;
  background-color: #BA55D3;
  border-color: #BA55D3;
}

.btn-medium-orchid:hover {
  color: #fff;
  background-color: #ae37cb;
  border-color: #a632c3;
}

.btn-medium-orchid:focus,
.btn-medium-orchid.focus {
  color: #fff;
  background-color: #ae37cb;
  border-color: #a632c3;
  box-shadow: 0 0 0 0.2rem rgba(196, 111, 218, 0.5);
}

.btn-medium-orchid.disabled,
.btn-medium-orchid:disabled {
  color: #fff;
  background-color: #BA55D3;
  border-color: #BA55D3;
}

.btn-medium-orchid:not(:disabled):not(.disabled):active,
.btn-medium-orchid:not(:disabled):not(.disabled).active,
.show > .btn-medium-orchid.dropdown-toggle {
  color: #fff;
  background-color: #a632c3;
  border-color: #9d30b8;
}

.btn-medium-orchid:not(:disabled):not(.disabled):active:focus,
.btn-medium-orchid:not(:disabled):not(.disabled).active:focus,
.show > .btn-medium-orchid.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 111, 218, 0.5);
}

.btn-plum {
  color: #212529;
  background-color: #DDA0DD;
  border-color: #DDA0DD;
}

.btn-plum:hover {
  color: #212529;
  background-color: #d384d3;
  border-color: #d07ad0;
}

.btn-plum:focus,
.btn-plum.focus {
  color: #212529;
  background-color: #d384d3;
  border-color: #d07ad0;
  box-shadow: 0 0 0 0.2rem rgba(193, 142, 194, 0.5);
}

.btn-plum.disabled,
.btn-plum:disabled {
  color: #212529;
  background-color: #DDA0DD;
  border-color: #DDA0DD;
}

.btn-plum:not(:disabled):not(.disabled):active,
.btn-plum:not(:disabled):not(.disabled).active,
.show > .btn-plum.dropdown-toggle {
  color: #212529;
  background-color: #d07ad0;
  border-color: #cc71cc;
}

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

.btn-violet {
  color: #212529;
  background-color: #EE82EE;
  border-color: #EE82EE;
}

.btn-violet:hover {
  color: #212529;
  background-color: #e960e9;
  border-color: #e855e8;
}

.btn-violet:focus,
.btn-violet.focus {
  color: #212529;
  background-color: #e960e9;
  border-color: #e855e8;
  box-shadow: 0 0 0 0.2rem rgba(207, 116, 208, 0.5);
}

.btn-violet.disabled,
.btn-violet:disabled {
  color: #212529;
  background-color: #EE82EE;
  border-color: #EE82EE;
}

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

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

.btn-thistle {
  color: #212529;
  background-color: #D8BFD8;
  border-color: #D8BFD8;
}

.btn-thistle:hover {
  color: #212529;
  background-color: #caa7ca;
  border-color: #c59fc5;
}

.btn-thistle:focus,
.btn-thistle.focus {
  color: #212529;
  background-color: #caa7ca;
  border-color: #c59fc5;
  box-shadow: 0 0 0 0.2rem rgba(189, 168, 190, 0.5);
}

.btn-thistle.disabled,
.btn-thistle:disabled {
  color: #212529;
  background-color: #D8BFD8;
  border-color: #D8BFD8;
}

.btn-thistle:not(:disabled):not(.disabled):active,
.btn-thistle:not(:disabled):not(.disabled).active,
.show > .btn-thistle.dropdown-toggle {
  color: #212529;
  background-color: #c59fc5;
  border-color: #c097c0;
}

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

.btn-orchid {
  color: #212529;
  background-color: #DA70D6;
  border-color: #DA70D6;
}

.btn-orchid:hover {
  color: #fff;
  background-color: #d252cd;
  border-color: #d047ca;
}

.btn-orchid:focus,
.btn-orchid.focus {
  color: #fff;
  background-color: #d252cd;
  border-color: #d047ca;
  box-shadow: 0 0 0 0.2rem rgba(190, 101, 188, 0.5);
}

.btn-orchid.disabled,
.btn-orchid:disabled {
  color: #212529;
  background-color: #DA70D6;
  border-color: #DA70D6;
}

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

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

.btn-lavender-b-lush {
  color: #212529;
  background-color: #FFF0F5;
  border-color: #FFF0F5;
}

.btn-lavender-b-lush:hover {
  color: #212529;
  background-color: #ffcadc;
  border-color: #ffbdd3;
}

.btn-lavender-b-lush:focus,
.btn-lavender-b-lush.focus {
  color: #212529;
  background-color: #ffcadc;
  border-color: #ffbdd3;
  box-shadow: 0 0 0 0.2rem rgba(222, 210, 214, 0.5);
}

.btn-lavender-b-lush.disabled,
.btn-lavender-b-lush:disabled {
  color: #212529;
  background-color: #FFF0F5;
  border-color: #FFF0F5;
}

.btn-lavender-b-lush:not(:disabled):not(.disabled):active,
.btn-lavender-b-lush:not(:disabled):not(.disabled).active,
.show > .btn-lavender-b-lush.dropdown-toggle {
  color: #212529;
  background-color: #ffbdd3;
  border-color: #ffb0cb;
}

.btn-lavender-b-lush:not(:disabled):not(.disabled):active:focus,
.btn-lavender-b-lush:not(:disabled):not(.disabled).active:focus,
.show > .btn-lavender-b-lush.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 210, 214, 0.5);
}

.btn-pale-violet-red {
  color: #fff;
  background-color: #DB7093;
  border-color: #DB7093;
}

.btn-pale-violet-red:hover {
  color: #fff;
  background-color: #d3517c;
  border-color: #d14774;
}

.btn-pale-violet-red:focus,
.btn-pale-violet-red.focus {
  color: #fff;
  background-color: #d3517c;
  border-color: #d14774;
  box-shadow: 0 0 0 0.2rem rgba(224, 133, 163, 0.5);
}

.btn-pale-violet-red.disabled,
.btn-pale-violet-red:disabled {
  color: #fff;
  background-color: #DB7093;
  border-color: #DB7093;
}

.btn-pale-violet-red:not(:disabled):not(.disabled):active,
.btn-pale-violet-red:not(:disabled):not(.disabled).active,
.show > .btn-pale-violet-red.dropdown-toggle {
  color: #fff;
  background-color: #d14774;
  border-color: #ce3d6d;
}

.btn-pale-violet-red:not(:disabled):not(.disabled):active:focus,
.btn-pale-violet-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-pale-violet-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 133, 163, 0.5);
}

.btn-pink {
  color: #212529;
  background-color: #FFC0CB;
  border-color: #FFC0CB;
}

.btn-pink:hover {
  color: #212529;
  background-color: #ff9aab;
  border-color: #ff8da1;
}

.btn-pink:focus,
.btn-pink.focus {
  color: #212529;
  background-color: #ff9aab;
  border-color: #ff8da1;
  box-shadow: 0 0 0 0.2rem rgba(222, 169, 179, 0.5);
}

.btn-pink.disabled,
.btn-pink:disabled {
  color: #212529;
  background-color: #FFC0CB;
  border-color: #FFC0CB;
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #212529;
  background-color: #ff8da1;
  border-color: #ff8096;
}

.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(222, 169, 179, 0.5);
}

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

.btn-light-pink:hover {
  color: #212529;
  background-color: #ff90a1;
  border-color: #ff8396;
}

.btn-light-pink:focus,
.btn-light-pink.focus {
  color: #212529;
  background-color: #ff90a1;
  border-color: #ff8396;
  box-shadow: 0 0 0 0.2rem rgba(222, 160, 170, 0.5);
}

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

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

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

.btn-outline-maroon {
  color: #800000;
  border-color: #800000;
}

.btn-outline-maroon:hover {
  color: #fff;
  background-color: #800000;
  border-color: #800000;
}

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

.btn-outline-maroon.disabled,
.btn-outline-maroon:disabled {
  color: #800000;
  background-color: transparent;
}

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

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

.btn-outline-dark-red {
  color: #8B0000;
  border-color: #8B0000;
}

.btn-outline-dark-red:hover {
  color: #fff;
  background-color: #8B0000;
  border-color: #8B0000;
}

.btn-outline-dark-red:focus,
.btn-outline-dark-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.5);
}

.btn-outline-dark-red.disabled,
.btn-outline-dark-red:disabled {
  color: #8B0000;
  background-color: transparent;
}

.btn-outline-dark-red:not(:disabled):not(.disabled):active,
.btn-outline-dark-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-red.dropdown-toggle {
  color: #fff;
  background-color: #8B0000;
  border-color: #8B0000;
}

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

.btn-outline-fire-brick {
  color: #B22222;
  border-color: #B22222;
}

.btn-outline-fire-brick:hover {
  color: #fff;
  background-color: #B22222;
  border-color: #B22222;
}

.btn-outline-fire-brick:focus,
.btn-outline-fire-brick.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 34, 34, 0.5);
}

.btn-outline-fire-brick.disabled,
.btn-outline-fire-brick:disabled {
  color: #B22222;
  background-color: transparent;
}

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

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

.btn-outline-red {
  color: #FF0000;
  border-color: #FF0000;
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #FF0000;
  border-color: #FF0000;
}

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

.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #FF0000;
  background-color: transparent;
}

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

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

.btn-outline-salmon {
  color: #FA8072;
  border-color: #FA8072;
}

.btn-outline-salmon:hover {
  color: #212529;
  background-color: #FA8072;
  border-color: #FA8072;
}

.btn-outline-salmon:focus,
.btn-outline-salmon.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 128, 114, 0.5);
}

.btn-outline-salmon.disabled,
.btn-outline-salmon:disabled {
  color: #FA8072;
  background-color: transparent;
}

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

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

.btn-outline-tomato {
  color: #FF6347;
  border-color: #FF6347;
}

.btn-outline-tomato:hover {
  color: #fff;
  background-color: #FF6347;
  border-color: #FF6347;
}

.btn-outline-tomato:focus,
.btn-outline-tomato.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 99, 71, 0.5);
}

.btn-outline-tomato.disabled,
.btn-outline-tomato:disabled {
  color: #FF6347;
  background-color: transparent;
}

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

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

.btn-outline-coral {
  color: #FF7F50;
  border-color: #FF7F50;
}

.btn-outline-coral:hover {
  color: #212529;
  background-color: #FF7F50;
  border-color: #FF7F50;
}

.btn-outline-coral:focus,
.btn-outline-coral.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 127, 80, 0.5);
}

.btn-outline-coral.disabled,
.btn-outline-coral:disabled {
  color: #FF7F50;
  background-color: transparent;
}

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

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

.btn-outline-orange-red {
  color: #FF4500;
  border-color: #FF4500;
}

.btn-outline-orange-red:hover {
  color: #fff;
  background-color: #FF4500;
  border-color: #FF4500;
}

.btn-outline-orange-red:focus,
.btn-outline-orange-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 69, 0, 0.5);
}

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

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

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

.btn-outline-chocolate {
  color: #D2691E;
  border-color: #D2691E;
}

.btn-outline-chocolate:hover {
  color: #fff;
  background-color: #D2691E;
  border-color: #D2691E;
}

.btn-outline-chocolate:focus,
.btn-outline-chocolate.focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 105, 30, 0.5);
}

.btn-outline-chocolate.disabled,
.btn-outline-chocolate:disabled {
  color: #D2691E;
  background-color: transparent;
}

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

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

.btn-outline-sandy-brown {
  color: #F4A460;
  border-color: #F4A460;
}

.btn-outline-sandy-brown:hover {
  color: #212529;
  background-color: #F4A460;
  border-color: #F4A460;
}

.btn-outline-sandy-brown:focus,
.btn-outline-sandy-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 164, 96, 0.5);
}

.btn-outline-sandy-brown.disabled,
.btn-outline-sandy-brown:disabled {
  color: #F4A460;
  background-color: transparent;
}

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

.btn-outline-sandy-brown:not(:disabled):not(.disabled):active:focus,
.btn-outline-sandy-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sandy-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 164, 96, 0.5);
}

.btn-outline-dark-orange {
  color: #FF8C00;
  border-color: #FF8C00;
}

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

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

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

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

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

.btn-outline-orange {
  color: #FFA500;
  border-color: #FFA500;
}

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

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

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

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

.btn-outline-dark-goldenrod {
  color: #B8860B;
  border-color: #B8860B;
}

.btn-outline-dark-goldenrod:hover {
  color: #fff;
  background-color: #B8860B;
  border-color: #B8860B;
}

.btn-outline-dark-goldenrod:focus,
.btn-outline-dark-goldenrod.focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 134, 11, 0.5);
}

.btn-outline-dark-goldenrod.disabled,
.btn-outline-dark-goldenrod:disabled {
  color: #B8860B;
  background-color: transparent;
}

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

.btn-outline-dark-goldenrod:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-goldenrod:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-goldenrod.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 134, 11, 0.5);
}

.btn-outline-goldenrod {
  color: #DAA520;
  border-color: #DAA520;
}

.btn-outline-goldenrod:hover {
  color: #212529;
  background-color: #DAA520;
  border-color: #DAA520;
}

.btn-outline-goldenrod:focus,
.btn-outline-goldenrod.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 165, 32, 0.5);
}

.btn-outline-goldenrod.disabled,
.btn-outline-goldenrod:disabled {
  color: #DAA520;
  background-color: transparent;
}

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

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

.btn-outline-gold {
  color: #FFD700;
  border-color: #FFD700;
}

.btn-outline-gold:hover {
  color: #212529;
  background-color: #FFD700;
  border-color: #FFD700;
}

.btn-outline-gold:focus,
.btn-outline-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.5);
}

.btn-outline-gold.disabled,
.btn-outline-gold:disabled {
  color: #FFD700;
  background-color: transparent;
}

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

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

.btn-outline-olive {
  color: #808000;
  border-color: #808000;
}

.btn-outline-olive:hover {
  color: #fff;
  background-color: #808000;
  border-color: #808000;
}

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

.btn-outline-olive.disabled,
.btn-outline-olive:disabled {
  color: #808000;
  background-color: transparent;
}

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

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

.btn-outline-yellow {
  color: #FFFF00;
  border-color: #FFFF00;
}

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

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

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

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

.btn-outline-yellow-green {
  color: #9ACD32;
  border-color: #9ACD32;
}

.btn-outline-yellow-green:hover {
  color: #212529;
  background-color: #9ACD32;
  border-color: #9ACD32;
}

.btn-outline-yellow-green:focus,
.btn-outline-yellow-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 205, 50, 0.5);
}

.btn-outline-yellow-green.disabled,
.btn-outline-yellow-green:disabled {
  color: #9ACD32;
  background-color: transparent;
}

.btn-outline-yellow-green:not(:disabled):not(.disabled):active,
.btn-outline-yellow-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow-green.dropdown-toggle {
  color: #212529;
  background-color: #9ACD32;
  border-color: #9ACD32;
}

.btn-outline-yellow-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 205, 50, 0.5);
}

.btn-outline-green-yellow {
  color: #ADFF2F;
  border-color: #ADFF2F;
}

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

.btn-outline-green-yellow:focus,
.btn-outline-green-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 255, 47, 0.5);
}

.btn-outline-green-yellow.disabled,
.btn-outline-green-yellow:disabled {
  color: #ADFF2F;
  background-color: transparent;
}

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

.btn-outline-green-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-green-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 255, 47, 0.5);
}

.btn-outline-chartreuse {
  color: #7FFF00;
  border-color: #7FFF00;
}

.btn-outline-chartreuse:hover {
  color: #212529;
  background-color: #7FFF00;
  border-color: #7FFF00;
}

.btn-outline-chartreuse:focus,
.btn-outline-chartreuse.focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 255, 0, 0.5);
}

.btn-outline-chartreuse.disabled,
.btn-outline-chartreuse:disabled {
  color: #7FFF00;
  background-color: transparent;
}

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

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

.btn-outline-lawn-green {
  color: #7CFC00;
  border-color: #7CFC00;
}

.btn-outline-lawn-green:hover {
  color: #212529;
  background-color: #7CFC00;
  border-color: #7CFC00;
}

.btn-outline-lawn-green:focus,
.btn-outline-lawn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 252, 0, 0.5);
}

.btn-outline-lawn-green.disabled,
.btn-outline-lawn-green:disabled {
  color: #7CFC00;
  background-color: transparent;
}

.btn-outline-lawn-green:not(:disabled):not(.disabled):active,
.btn-outline-lawn-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-lawn-green.dropdown-toggle {
  color: #212529;
  background-color: #7CFC00;
  border-color: #7CFC00;
}

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

.btn-outline-green {
  color: #008000;
  border-color: #008000;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}

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

.btn-outline-green.disabled,
.btn-outline-green:disabled {
  color: #008000;
  background-color: transparent;
}

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

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

.btn-outline-lime {
  color: #00FF00;
  border-color: #00FF00;
}

.btn-outline-lime:hover {
  color: #fff;
  background-color: #00FF00;
  border-color: #00FF00;
}

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

.btn-outline-lime.disabled,
.btn-outline-lime:disabled {
  color: #00FF00;
  background-color: transparent;
}

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

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

.btn-outline-lime-green {
  color: #32CD32;
  border-color: #32CD32;
}

.btn-outline-lime-green:hover {
  color: #fff;
  background-color: #32CD32;
  border-color: #32CD32;
}

.btn-outline-lime-green:focus,
.btn-outline-lime-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 205, 50, 0.5);
}

.btn-outline-lime-green.disabled,
.btn-outline-lime-green:disabled {
  color: #32CD32;
  background-color: transparent;
}

.btn-outline-lime-green:not(:disabled):not(.disabled):active,
.btn-outline-lime-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-lime-green.dropdown-toggle {
  color: #fff;
  background-color: #32CD32;
  border-color: #32CD32;
}

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

.btn-outline-spring-green {
  color: #00FF7F;
  border-color: #00FF7F;
}

.btn-outline-spring-green:hover {
  color: #212529;
  background-color: #00FF7F;
  border-color: #00FF7F;
}

.btn-outline-spring-green:focus,
.btn-outline-spring-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 127, 0.5);
}

.btn-outline-spring-green.disabled,
.btn-outline-spring-green:disabled {
  color: #00FF7F;
  background-color: transparent;
}

.btn-outline-spring-green:not(:disabled):not(.disabled):active,
.btn-outline-spring-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-spring-green.dropdown-toggle {
  color: #212529;
  background-color: #00FF7F;
  border-color: #00FF7F;
}

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

.btn-outline-medium-spring-green {
  color: #00FA9A;
  border-color: #00FA9A;
}

.btn-outline-medium-spring-green:hover {
  color: #212529;
  background-color: #00FA9A;
  border-color: #00FA9A;
}

.btn-outline-medium-spring-green:focus,
.btn-outline-medium-spring-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 250, 154, 0.5);
}

.btn-outline-medium-spring-green.disabled,
.btn-outline-medium-spring-green:disabled {
  color: #00FA9A;
  background-color: transparent;
}

.btn-outline-medium-spring-green:not(:disabled):not(.disabled):active,
.btn-outline-medium-spring-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-medium-spring-green.dropdown-toggle {
  color: #212529;
  background-color: #00FA9A;
  border-color: #00FA9A;
}

.btn-outline-medium-spring-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-medium-spring-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-medium-spring-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 250, 154, 0.5);
}

.btn-outline-turquoise {
  color: #40E0D0;
  border-color: #40E0D0;
}

.btn-outline-turquoise:hover {
  color: #212529;
  background-color: #40E0D0;
  border-color: #40E0D0;
}

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

.btn-outline-turquoise.disabled,
.btn-outline-turquoise:disabled {
  color: #40E0D0;
  background-color: transparent;
}

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

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

.btn-outline-light-sea-green {
  color: #20B2AA;
  border-color: #20B2AA;
}

.btn-outline-light-sea-green:hover {
  color: #fff;
  background-color: #20B2AA;
  border-color: #20B2AA;
}

.btn-outline-light-sea-green:focus,
.btn-outline-light-sea-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 178, 170, 0.5);
}

.btn-outline-light-sea-green.disabled,
.btn-outline-light-sea-green:disabled {
  color: #20B2AA;
  background-color: transparent;
}

.btn-outline-light-sea-green:not(:disabled):not(.disabled):active,
.btn-outline-light-sea-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-sea-green.dropdown-toggle {
  color: #fff;
  background-color: #20B2AA;
  border-color: #20B2AA;
}

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

.btn-outline-medium-turquoise {
  color: #48D1CC;
  border-color: #48D1CC;
}

.btn-outline-medium-turquoise:hover {
  color: #212529;
  background-color: #48D1CC;
  border-color: #48D1CC;
}

.btn-outline-medium-turquoise:focus,
.btn-outline-medium-turquoise.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 209, 204, 0.5);
}

.btn-outline-medium-turquoise.disabled,
.btn-outline-medium-turquoise:disabled {
  color: #48D1CC;
  background-color: transparent;
}

.btn-outline-medium-turquoise:not(:disabled):not(.disabled):active,
.btn-outline-medium-turquoise:not(:disabled):not(.disabled).active,
.show > .btn-outline-medium-turquoise.dropdown-toggle {
  color: #212529;
  background-color: #48D1CC;
  border-color: #48D1CC;
}

.btn-outline-medium-turquoise:not(:disabled):not(.disabled):active:focus,
.btn-outline-medium-turquoise:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-medium-turquoise.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 209, 204, 0.5);
}

.btn-outline-dark-cyan {
  color: #008B8B;
  border-color: #008B8B;
}

.btn-outline-dark-cyan:hover {
  color: #fff;
  background-color: #008B8B;
  border-color: #008B8B;
}

.btn-outline-dark-cyan:focus,
.btn-outline-dark-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 139, 139, 0.5);
}

.btn-outline-dark-cyan.disabled,
.btn-outline-dark-cyan:disabled {
  color: #008B8B;
  background-color: transparent;
}

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

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

.btn-outline-aqua {
  color: #00FFFF;
  border-color: #00FFFF;
}

.btn-outline-aqua:hover {
  color: #212529;
  background-color: #00FFFF;
  border-color: #00FFFF;
}

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

.btn-outline-aqua.disabled,
.btn-outline-aqua:disabled {
  color: #00FFFF;
  background-color: transparent;
}

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

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

.btn-outline-dark-turquoise {
  color: #00CED1;
  border-color: #00CED1;
}

.btn-outline-dark-turquoise:hover {
  color: #fff;
  background-color: #00CED1;
  border-color: #00CED1;
}

.btn-outline-dark-turquoise:focus,
.btn-outline-dark-turquoise.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 206, 209, 0.5);
}

.btn-outline-dark-turquoise.disabled,
.btn-outline-dark-turquoise:disabled {
  color: #00CED1;
  background-color: transparent;
}

.btn-outline-dark-turquoise:not(:disabled):not(.disabled):active,
.btn-outline-dark-turquoise:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-turquoise.dropdown-toggle {
  color: #fff;
  background-color: #00CED1;
  border-color: #00CED1;
}

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

.btn-outline-deep-sky-blue {
  color: #00BFFF;
  border-color: #00BFFF;
}

.btn-outline-deep-sky-blue:hover {
  color: #fff;
  background-color: #00BFFF;
  border-color: #00BFFF;
}

.btn-outline-deep-sky-blue:focus,
.btn-outline-deep-sky-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 191, 255, 0.5);
}

.btn-outline-deep-sky-blue.disabled,
.btn-outline-deep-sky-blue:disabled {
  color: #00BFFF;
  background-color: transparent;
}

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

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

.btn-outline-dodger-blue {
  color: #1E90FF;
  border-color: #1E90FF;
}

.btn-outline-dodger-blue:hover {
  color: #fff;
  background-color: #1E90FF;
  border-color: #1E90FF;
}

.btn-outline-dodger-blue:focus,
.btn-outline-dodger-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 144, 255, 0.5);
}

.btn-outline-dodger-blue.disabled,
.btn-outline-dodger-blue:disabled {
  color: #1E90FF;
  background-color: transparent;
}

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

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

.btn-outline-royal-blue {
  color: #4169E1;
  border-color: #4169E1;
}

.btn-outline-royal-blue:hover {
  color: #fff;
  background-color: #4169E1;
  border-color: #4169E1;
}

.btn-outline-royal-blue:focus,
.btn-outline-royal-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 105, 225, 0.5);
}

.btn-outline-royal-blue.disabled,
.btn-outline-royal-blue:disabled {
  color: #4169E1;
  background-color: transparent;
}

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

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

.btn-outline-navy {
  color: #000080;
  border-color: #000080;
}

.btn-outline-navy:hover {
  color: #fff;
  background-color: #000080;
  border-color: #000080;
}

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

.btn-outline-navy.disabled,
.btn-outline-navy:disabled {
  color: #000080;
  background-color: transparent;
}

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

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

.btn-outline-dark-blue {
  color: #00008B;
  border-color: #00008B;
}

.btn-outline-dark-blue:hover {
  color: #fff;
  background-color: #00008B;
  border-color: #00008B;
}

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

.btn-outline-dark-blue.disabled,
.btn-outline-dark-blue:disabled {
  color: #00008B;
  background-color: transparent;
}

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

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

.btn-outline-medium-blue {
  color: #0000CD;
  border-color: #0000CD;
}

.btn-outline-medium-blue:hover {
  color: #fff;
  background-color: #0000CD;
  border-color: #0000CD;
}

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

.btn-outline-medium-blue.disabled,
.btn-outline-medium-blue:disabled {
  color: #0000CD;
  background-color: transparent;
}

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

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

.btn-outline-blue {
  color: #0000FF;
  border-color: #0000FF;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #0000FF;
  border-color: #0000FF;
}

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

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

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

.btn-outline-blue-violet {
  color: #8A2BE2;
  border-color: #8A2BE2;
}

.btn-outline-blue-violet:hover {
  color: #fff;
  background-color: #8A2BE2;
  border-color: #8A2BE2;
}

.btn-outline-blue-violet:focus,
.btn-outline-blue-violet.focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 43, 226, 0.5);
}

.btn-outline-blue-violet.disabled,
.btn-outline-blue-violet:disabled {
  color: #8A2BE2;
  background-color: transparent;
}

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

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

.btn-outline-dark-orchid {
  color: #9932CC;
  border-color: #9932CC;
}

.btn-outline-dark-orchid:hover {
  color: #fff;
  background-color: #9932CC;
  border-color: #9932CC;
}

.btn-outline-dark-orchid:focus,
.btn-outline-dark-orchid.focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 50, 204, 0.5);
}

.btn-outline-dark-orchid.disabled,
.btn-outline-dark-orchid:disabled {
  color: #9932CC;
  background-color: transparent;
}

.btn-outline-dark-orchid:not(:disabled):not(.disabled):active,
.btn-outline-dark-orchid:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-orchid.dropdown-toggle {
  color: #fff;
  background-color: #9932CC;
  border-color: #9932CC;
}

.btn-outline-dark-orchid:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-orchid:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-orchid.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 50, 204, 0.5);
}

.btn-outline-dark-violet {
  color: #9400D3;
  border-color: #9400D3;
}

.btn-outline-dark-violet:hover {
  color: #fff;
  background-color: #9400D3;
  border-color: #9400D3;
}

.btn-outline-dark-violet:focus,
.btn-outline-dark-violet.focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 0, 211, 0.5);
}

.btn-outline-dark-violet.disabled,
.btn-outline-dark-violet:disabled {
  color: #9400D3;
  background-color: transparent;
}

.btn-outline-dark-violet:not(:disabled):not(.disabled):active,
.btn-outline-dark-violet:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-violet.dropdown-toggle {
  color: #fff;
  background-color: #9400D3;
  border-color: #9400D3;
}

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

.btn-outline-purple {
  color: #800080;
  border-color: #800080;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #800080;
  border-color: #800080;
}

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

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #800080;
  background-color: transparent;
}

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

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

.btn-outline-dark-magenta {
  color: #8B008B;
  border-color: #8B008B;
}

.btn-outline-dark-magenta:hover {
  color: #fff;
  background-color: #8B008B;
  border-color: #8B008B;
}

.btn-outline-dark-magenta:focus,
.btn-outline-dark-magenta.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 0, 139, 0.5);
}

.btn-outline-dark-magenta.disabled,
.btn-outline-dark-magenta:disabled {
  color: #8B008B;
  background-color: transparent;
}

.btn-outline-dark-magenta:not(:disabled):not(.disabled):active,
.btn-outline-dark-magenta:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-magenta.dropdown-toggle {
  color: #fff;
  background-color: #8B008B;
  border-color: #8B008B;
}

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

.btn-outline-magenta {
  color: #FF00FF;
  border-color: #FF00FF;
}

.btn-outline-magenta:hover {
  color: #fff;
  background-color: #FF00FF;
  border-color: #FF00FF;
}

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

.btn-outline-magenta.disabled,
.btn-outline-magenta:disabled {
  color: #FF00FF;
  background-color: transparent;
}

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

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

.btn-outline-medium-violet-red {
  color: #C71585;
  border-color: #C71585;
}

.btn-outline-medium-violet-red:hover {
  color: #fff;
  background-color: #C71585;
  border-color: #C71585;
}

.btn-outline-medium-violet-red:focus,
.btn-outline-medium-violet-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 21, 133, 0.5);
}

.btn-outline-medium-violet-red.disabled,
.btn-outline-medium-violet-red:disabled {
  color: #C71585;
  background-color: transparent;
}

.btn-outline-medium-violet-red:not(:disabled):not(.disabled):active,
.btn-outline-medium-violet-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-medium-violet-red.dropdown-toggle {
  color: #fff;
  background-color: #C71585;
  border-color: #C71585;
}

.btn-outline-medium-violet-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-medium-violet-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-medium-violet-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 21, 133, 0.5);
}

.btn-outline-deep-pink {
  color: #FF1493;
  border-color: #FF1493;
}

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

.btn-outline-deep-pink:focus,
.btn-outline-deep-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 20, 147, 0.5);
}

.btn-outline-deep-pink.disabled,
.btn-outline-deep-pink:disabled {
  color: #FF1493;
  background-color: transparent;
}

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

.btn-outline-deep-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-deep-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-deep-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 20, 147, 0.5);
}

.btn-outline-hot-pink {
  color: #FF69B4;
  border-color: #FF69B4;
}

.btn-outline-hot-pink:hover {
  color: #212529;
  background-color: #FF69B4;
  border-color: #FF69B4;
}

.btn-outline-hot-pink:focus,
.btn-outline-hot-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 180, 0.5);
}

.btn-outline-hot-pink.disabled,
.btn-outline-hot-pink:disabled {
  color: #FF69B4;
  background-color: transparent;
}

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

.btn-outline-hot-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-hot-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-hot-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 180, 0.5);
}

.btn-outline-crimson {
  color: #DC143C;
  border-color: #DC143C;
}

.btn-outline-crimson:hover {
  color: #fff;
  background-color: #DC143C;
  border-color: #DC143C;
}

.btn-outline-crimson:focus,
.btn-outline-crimson.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 20, 60, 0.5);
}

.btn-outline-crimson.disabled,
.btn-outline-crimson:disabled {
  color: #DC143C;
  background-color: transparent;
}

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

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

.btn-outline-brown {
  color: #A52A2A;
  border-color: #A52A2A;
}

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

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

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

.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(165, 42, 42, 0.5);
}

.btn-outline-indian-red {
  color: #CD5C5C;
  border-color: #CD5C5C;
}

.btn-outline-indian-red:hover {
  color: #fff;
  background-color: #CD5C5C;
  border-color: #CD5C5C;
}

.btn-outline-indian-red:focus,
.btn-outline-indian-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 92, 92, 0.5);
}

.btn-outline-indian-red.disabled,
.btn-outline-indian-red:disabled {
  color: #CD5C5C;
  background-color: transparent;
}

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

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

.btn-outline-rosy-brown {
  color: #BC8F8F;
  border-color: #BC8F8F;
}

.btn-outline-rosy-brown:hover {
  color: #212529;
  background-color: #BC8F8F;
  border-color: #BC8F8F;
}

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

.btn-outline-rosy-brown.disabled,
.btn-outline-rosy-brown:disabled {
  color: #BC8F8F;
  background-color: transparent;
}

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

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

.btn-outline-light-coral {
  color: #F08080;
  border-color: #F08080;
}

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

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

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

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

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

.btn-outline-snow {
  color: #FFFAFA;
  border-color: #FFFAFA;
}

.btn-outline-snow:hover {
  color: #212529;
  background-color: #FFFAFA;
  border-color: #FFFAFA;
}

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

.btn-outline-snow.disabled,
.btn-outline-snow:disabled {
  color: #FFFAFA;
  background-color: transparent;
}

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

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

.btn-outline-misty-rose {
  color: #FFE4E1;
  border-color: #FFE4E1;
}

.btn-outline-misty-rose:hover {
  color: #212529;
  background-color: #FFE4E1;
  border-color: #FFE4E1;
}

.btn-outline-misty-rose:focus,
.btn-outline-misty-rose.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 228, 225, 0.5);
}

.btn-outline-misty-rose.disabled,
.btn-outline-misty-rose:disabled {
  color: #FFE4E1;
  background-color: transparent;
}

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

.btn-outline-misty-rose:not(:disabled):not(.disabled):active:focus,
.btn-outline-misty-rose:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-misty-rose.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 228, 225, 0.5);
}

.btn-outline-dark-salmon {
  color: #E9967A;
  border-color: #E9967A;
}

.btn-outline-dark-salmon:hover {
  color: #212529;
  background-color: #E9967A;
  border-color: #E9967A;
}

.btn-outline-dark-salmon:focus,
.btn-outline-dark-salmon.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 150, 122, 0.5);
}

.btn-outline-dark-salmon.disabled,
.btn-outline-dark-salmon:disabled {
  color: #E9967A;
  background-color: transparent;
}

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

.btn-outline-dark-salmon:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-salmon:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-salmon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 150, 122, 0.5);
}

.btn-outline-light-salmon {
  color: #FFA07A;
  border-color: #FFA07A;
}

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

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

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

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

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

.btn-outline-sienna {
  color: #A0522D;
  border-color: #A0522D;
}

.btn-outline-sienna:hover {
  color: #fff;
  background-color: #A0522D;
  border-color: #A0522D;
}

.btn-outline-sienna:focus,
.btn-outline-sienna.focus {
  box-shadow: 0 0 0 0.2rem rgba(160, 82, 45, 0.5);
}

.btn-outline-sienna.disabled,
.btn-outline-sienna:disabled {
  color: #A0522D;
  background-color: transparent;
}

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

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

.btn-outline-sea-shell {
  color: #FFF5EE;
  border-color: #FFF5EE;
}

.btn-outline-sea-shell:hover {
  color: #212529;
  background-color: #FFF5EE;
  border-color: #FFF5EE;
}

.btn-outline-sea-shell:focus,
.btn-outline-sea-shell.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 245, 238, 0.5);
}

.btn-outline-sea-shell.disabled,
.btn-outline-sea-shell:disabled {
  color: #FFF5EE;
  background-color: transparent;
}

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

.btn-outline-sea-shell:not(:disabled):not(.disabled):active:focus,
.btn-outline-sea-shell:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sea-shell.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 245, 238, 0.5);
}

.btn-outline-saddle-brown {
  color: #8B4513;
  border-color: #8B4513;
}

.btn-outline-saddle-brown:hover {
  color: #fff;
  background-color: #8B4513;
  border-color: #8B4513;
}

.btn-outline-saddle-brown:focus,
.btn-outline-saddle-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 69, 19, 0.5);
}

.btn-outline-saddle-brown.disabled,
.btn-outline-saddle-brown:disabled {
  color: #8B4513;
  background-color: transparent;
}

.btn-outline-saddle-brown:not(:disabled):not(.disabled):active,
.btn-outline-saddle-brown:not(:disabled):not(.disabled).active,
.show > .btn-outline-saddle-brown.dropdown-toggle {
  color: #fff;
  background-color: #8B4513;
  border-color: #8B4513;
}

.btn-outline-saddle-brown:not(:disabled):not(.disabled):active:focus,
.btn-outline-saddle-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-saddle-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 69, 19, 0.5);
}

.btn-outline-peachpuff {
  color: #FFDAB9;
  border-color: #FFDAB9;
}

.btn-outline-peachpuff:hover {
  color: #212529;
  background-color: #FFDAB9;
  border-color: #FFDAB9;
}

.btn-outline-peachpuff:focus,
.btn-outline-peachpuff.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 218, 185, 0.5);
}

.btn-outline-peachpuff.disabled,
.btn-outline-peachpuff:disabled {
  color: #FFDAB9;
  background-color: transparent;
}

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

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

.btn-outline-peru {
  color: #CD853F;
  border-color: #CD853F;
}

.btn-outline-peru:hover {
  color: #fff;
  background-color: #CD853F;
  border-color: #CD853F;
}

.btn-outline-peru:focus,
.btn-outline-peru.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 133, 63, 0.5);
}

.btn-outline-peru.disabled,
.btn-outline-peru:disabled {
  color: #CD853F;
  background-color: transparent;
}

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

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

.btn-outline-linen {
  color: #FAF0E6;
  border-color: #FAF0E6;
}

.btn-outline-linen:hover {
  color: #212529;
  background-color: #FAF0E6;
  border-color: #FAF0E6;
}

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

.btn-outline-linen.disabled,
.btn-outline-linen:disabled {
  color: #FAF0E6;
  background-color: transparent;
}

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

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

.btn-outline-bisque {
  color: #FFE4C4;
  border-color: #FFE4C4;
}

.btn-outline-bisque:hover {
  color: #212529;
  background-color: #FFE4C4;
  border-color: #FFE4C4;
}

.btn-outline-bisque:focus,
.btn-outline-bisque.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 228, 196, 0.5);
}

.btn-outline-bisque.disabled,
.btn-outline-bisque:disabled {
  color: #FFE4C4;
  background-color: transparent;
}

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

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

.btn-outline-burlywood {
  color: #DEB887;
  border-color: #DEB887;
}

.btn-outline-burlywood:hover {
  color: #212529;
  background-color: #DEB887;
  border-color: #DEB887;
}

.btn-outline-burlywood:focus,
.btn-outline-burlywood.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 184, 135, 0.5);
}

.btn-outline-burlywood.disabled,
.btn-outline-burlywood:disabled {
  color: #DEB887;
  background-color: transparent;
}

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

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

.btn-outline-tan {
  color: #D2B48C;
  border-color: #D2B48C;
}

.btn-outline-tan:hover {
  color: #212529;
  background-color: #D2B48C;
  border-color: #D2B48C;
}

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

.btn-outline-tan.disabled,
.btn-outline-tan:disabled {
  color: #D2B48C;
  background-color: transparent;
}

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

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

.btn-outline-antique-white {
  color: #FAEBD7;
  border-color: #FAEBD7;
}

.btn-outline-antique-white:hover {
  color: #212529;
  background-color: #FAEBD7;
  border-color: #FAEBD7;
}

.btn-outline-antique-white:focus,
.btn-outline-antique-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 235, 215, 0.5);
}

.btn-outline-antique-white.disabled,
.btn-outline-antique-white:disabled {
  color: #FAEBD7;
  background-color: transparent;
}

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

.btn-outline-antique-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-antique-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-antique-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 235, 215, 0.5);
}

.btn-outline-navajo-white {
  color: #FFDEAD;
  border-color: #FFDEAD;
}

.btn-outline-navajo-white:hover {
  color: #212529;
  background-color: #FFDEAD;
  border-color: #FFDEAD;
}

.btn-outline-navajo-white:focus,
.btn-outline-navajo-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 222, 173, 0.5);
}

.btn-outline-navajo-white.disabled,
.btn-outline-navajo-white:disabled {
  color: #FFDEAD;
  background-color: transparent;
}

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

.btn-outline-navajo-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-navajo-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-navajo-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 222, 173, 0.5);
}

.btn-outline-blanched-almond {
  color: #FFEBCD;
  border-color: #FFEBCD;
}

.btn-outline-blanched-almond:hover {
  color: #212529;
  background-color: #FFEBCD;
  border-color: #FFEBCD;
}

.btn-outline-blanched-almond:focus,
.btn-outline-blanched-almond.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 205, 0.5);
}

.btn-outline-blanched-almond.disabled,
.btn-outline-blanched-almond:disabled {
  color: #FFEBCD;
  background-color: transparent;
}

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

.btn-outline-blanched-almond:not(:disabled):not(.disabled):active:focus,
.btn-outline-blanched-almond:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blanched-almond.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 205, 0.5);
}

.btn-outline-papaya-whip {
  color: #FFEFD5;
  border-color: #FFEFD5;
}

.btn-outline-papaya-whip:hover {
  color: #212529;
  background-color: #FFEFD5;
  border-color: #FFEFD5;
}

.btn-outline-papaya-whip:focus,
.btn-outline-papaya-whip.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 239, 213, 0.5);
}

.btn-outline-papaya-whip.disabled,
.btn-outline-papaya-whip:disabled {
  color: #FFEFD5;
  background-color: transparent;
}

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

.btn-outline-papaya-whip:not(:disabled):not(.disabled):active:focus,
.btn-outline-papaya-whip:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-papaya-whip.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 239, 213, 0.5);
}

.btn-outline-moccasin {
  color: #FFE4B5;
  border-color: #FFE4B5;
}

.btn-outline-moccasin:hover {
  color: #212529;
  background-color: #FFE4B5;
  border-color: #FFE4B5;
}

.btn-outline-moccasin:focus,
.btn-outline-moccasin.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 228, 181, 0.5);
}

.btn-outline-moccasin.disabled,
.btn-outline-moccasin:disabled {
  color: #FFE4B5;
  background-color: transparent;
}

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

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

.btn-outline-wheat {
  color: #F5DEB3;
  border-color: #F5DEB3;
}

.btn-outline-wheat:hover {
  color: #212529;
  background-color: #F5DEB3;
  border-color: #F5DEB3;
}

.btn-outline-wheat:focus,
.btn-outline-wheat.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 222, 179, 0.5);
}

.btn-outline-wheat.disabled,
.btn-outline-wheat:disabled {
  color: #F5DEB3;
  background-color: transparent;
}

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

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

.btn-outline-oldlace {
  color: #FDF5E6;
  border-color: #FDF5E6;
}

.btn-outline-oldlace:hover {
  color: #212529;
  background-color: #FDF5E6;
  border-color: #FDF5E6;
}

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

.btn-outline-oldlace.disabled,
.btn-outline-oldlace:disabled {
  color: #FDF5E6;
  background-color: transparent;
}

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

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

.btn-outline-floral-white {
  color: #FFFAF0;
  border-color: #FFFAF0;
}

.btn-outline-floral-white:hover {
  color: #212529;
  background-color: #FFFAF0;
  border-color: #FFFAF0;
}

.btn-outline-floral-white:focus,
.btn-outline-floral-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 250, 240, 0.5);
}

.btn-outline-floral-white.disabled,
.btn-outline-floral-white:disabled {
  color: #FFFAF0;
  background-color: transparent;
}

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

.btn-outline-floral-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-floral-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-floral-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 250, 240, 0.5);
}

.btn-outline-cornsilk {
  color: #FFF8DC;
  border-color: #FFF8DC;
}

.btn-outline-cornsilk:hover {
  color: #212529;
  background-color: #FFF8DC;
  border-color: #FFF8DC;
}

.btn-outline-cornsilk:focus,
.btn-outline-cornsilk.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 248, 220, 0.5);
}

.btn-outline-cornsilk.disabled,
.btn-outline-cornsilk:disabled {
  color: #FFF8DC;
  background-color: transparent;
}

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

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

.btn-outline-khaki {
  color: #F0E68C;
  border-color: #F0E68C;
}

.btn-outline-khaki:hover {
  color: #212529;
  background-color: #F0E68C;
  border-color: #F0E68C;
}

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

.btn-outline-khaki.disabled,
.btn-outline-khaki:disabled {
  color: #F0E68C;
  background-color: transparent;
}

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

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

.btn-outline-lemon-chiffon {
  color: #FFFACD;
  border-color: #FFFACD;
}

.btn-outline-lemon-chiffon:hover {
  color: #212529;
  background-color: #FFFACD;
  border-color: #FFFACD;
}

.btn-outline-lemon-chiffon:focus,
.btn-outline-lemon-chiffon.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 250, 205, 0.5);
}

.btn-outline-lemon-chiffon.disabled,
.btn-outline-lemon-chiffon:disabled {
  color: #FFFACD;
  background-color: transparent;
}

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

.btn-outline-lemon-chiffon:not(:disabled):not(.disabled):active:focus,
.btn-outline-lemon-chiffon:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lemon-chiffon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 250, 205, 0.5);
}

.btn-outline-pale-goldenrod {
  color: #EEE8AA;
  border-color: #EEE8AA;
}

.btn-outline-pale-goldenrod:hover {
  color: #212529;
  background-color: #EEE8AA;
  border-color: #EEE8AA;
}

.btn-outline-pale-goldenrod:focus,
.btn-outline-pale-goldenrod.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 232, 170, 0.5);
}

.btn-outline-pale-goldenrod.disabled,
.btn-outline-pale-goldenrod:disabled {
  color: #EEE8AA;
  background-color: transparent;
}

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

.btn-outline-pale-goldenrod:not(:disabled):not(.disabled):active:focus,
.btn-outline-pale-goldenrod:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pale-goldenrod.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 232, 170, 0.5);
}

.btn-outline-dark-khaki {
  color: #BDB76B;
  border-color: #BDB76B;
}

.btn-outline-dark-khaki:hover {
  color: #212529;
  background-color: #BDB76B;
  border-color: #BDB76B;
}

.btn-outline-dark-khaki:focus,
.btn-outline-dark-khaki.focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 183, 107, 0.5);
}

.btn-outline-dark-khaki.disabled,
.btn-outline-dark-khaki:disabled {
  color: #BDB76B;
  background-color: transparent;
}

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

.btn-outline-dark-khaki:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-khaki:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-khaki.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 183, 107, 0.5);
}

.btn-outline-beige {
  color: #F5F5DC;
  border-color: #F5F5DC;
}

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

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

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

.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(245, 245, 220, 0.5);
}

.btn-outline-light-goldenrod-yellow {
  color: #FAFAD2;
  border-color: #FAFAD2;
}

.btn-outline-light-goldenrod-yellow:hover {
  color: #212529;
  background-color: #FAFAD2;
  border-color: #FAFAD2;
}

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

.btn-outline-light-goldenrod-yellow.disabled,
.btn-outline-light-goldenrod-yellow:disabled {
  color: #FAFAD2;
  background-color: transparent;
}

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

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

.btn-outline-light-yellow {
  color: #FFFFE0;
  border-color: #FFFFE0;
}

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

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

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

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

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

.btn-outline-ivory {
  color: #FFFFF0;
  border-color: #FFFFF0;
}

.btn-outline-ivory:hover {
  color: #212529;
  background-color: #FFFFF0;
  border-color: #FFFFF0;
}

.btn-outline-ivory:focus,
.btn-outline-ivory.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 240, 0.5);
}

.btn-outline-ivory.disabled,
.btn-outline-ivory:disabled {
  color: #FFFFF0;
  background-color: transparent;
}

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

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

.btn-outline-olive-drab {
  color: #6B8E23;
  border-color: #6B8E23;
}

.btn-outline-olive-drab:hover {
  color: #fff;
  background-color: #6B8E23;
  border-color: #6B8E23;
}

.btn-outline-olive-drab:focus,
.btn-outline-olive-drab.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 142, 35, 0.5);
}

.btn-outline-olive-drab.disabled,
.btn-outline-olive-drab:disabled {
  color: #6B8E23;
  background-color: transparent;
}

.btn-outline-olive-drab:not(:disabled):not(.disabled):active,
.btn-outline-olive-drab:not(:disabled):not(.disabled).active,
.show > .btn-outline-olive-drab.dropdown-toggle {
  color: #fff;
  background-color: #6B8E23;
  border-color: #6B8E23;
}

.btn-outline-olive-drab:not(:disabled):not(.disabled):active:focus,
.btn-outline-olive-drab:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-olive-drab.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 142, 35, 0.5);
}

.btn-outline-dark-olive-green {
  color: #556B2F;
  border-color: #556B2F;
}

.btn-outline-dark-olive-green:hover {
  color: #fff;
  background-color: #556B2F;
  border-color: #556B2F;
}

.btn-outline-dark-olive-green:focus,
.btn-outline-dark-olive-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 107, 47, 0.5);
}

.btn-outline-dark-olive-green.disabled,
.btn-outline-dark-olive-green:disabled {
  color: #556B2F;
  background-color: transparent;
}

.btn-outline-dark-olive-green:not(:disabled):not(.disabled):active,
.btn-outline-dark-olive-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-olive-green.dropdown-toggle {
  color: #fff;
  background-color: #556B2F;
  border-color: #556B2F;
}

.btn-outline-dark-olive-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-olive-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-olive-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 107, 47, 0.5);
}

.btn-outline-dark-sea-green {
  color: #8FBC8F;
  border-color: #8FBC8F;
}

.btn-outline-dark-sea-green:hover {
  color: #212529;
  background-color: #8FBC8F;
  border-color: #8FBC8F;
}

.btn-outline-dark-sea-green:focus,
.btn-outline-dark-sea-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(143, 188, 143, 0.5);
}

.btn-outline-dark-sea-green.disabled,
.btn-outline-dark-sea-green:disabled {
  color: #8FBC8F;
  background-color: transparent;
}

.btn-outline-dark-sea-green:not(:disabled):not(.disabled):active,
.btn-outline-dark-sea-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-sea-green.dropdown-toggle {
  color: #212529;
  background-color: #8FBC8F;
  border-color: #8FBC8F;
}

.btn-outline-dark-sea-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-sea-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-sea-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(143, 188, 143, 0.5);
}

.btn-outline-dark-green {
  color: #006400;
  border-color: #006400;
}

.btn-outline-dark-green:hover {
  color: #fff;
  background-color: #006400;
  border-color: #006400;
}

.btn-outline-dark-green:focus,
.btn-outline-dark-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 0, 0.5);
}

.btn-outline-dark-green.disabled,
.btn-outline-dark-green:disabled {
  color: #006400;
  background-color: transparent;
}

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

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

.btn-outline-forest-green {
  color: #228B22;
  border-color: #228B22;
}

.btn-outline-forest-green:hover {
  color: #fff;
  background-color: #228B22;
  border-color: #228B22;
}

.btn-outline-forest-green:focus,
.btn-outline-forest-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 139, 34, 0.5);
}

.btn-outline-forest-green.disabled,
.btn-outline-forest-green:disabled {
  color: #228B22;
  background-color: transparent;
}

.btn-outline-forest-green:not(:disabled):not(.disabled):active,
.btn-outline-forest-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-forest-green.dropdown-toggle {
  color: #fff;
  background-color: #228B22;
  border-color: #228B22;
}

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

.btn-outline-light-green {
  color: #90EE90;
  border-color: #90EE90;
}

.btn-outline-light-green:hover {
  color: #212529;
  background-color: #90EE90;
  border-color: #90EE90;
}

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

.btn-outline-light-green.disabled,
.btn-outline-light-green:disabled {
  color: #90EE90;
  background-color: transparent;
}

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

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

.btn-outline-pale-green {
  color: #98FB98;
  border-color: #98FB98;
}

.btn-outline-pale-green:hover {
  color: #212529;
  background-color: #98FB98;
  border-color: #98FB98;
}

.btn-outline-pale-green:focus,
.btn-outline-pale-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 251, 152, 0.5);
}

.btn-outline-pale-green.disabled,
.btn-outline-pale-green:disabled {
  color: #98FB98;
  background-color: transparent;
}

.btn-outline-pale-green:not(:disabled):not(.disabled):active,
.btn-outline-pale-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-pale-green.dropdown-toggle {
  color: #212529;
  background-color: #98FB98;
  border-color: #98FB98;
}

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

.btn-outline-honeydew {
  color: #F0FFF0;
  border-color: #F0FFF0;
}

.btn-outline-honeydew:hover {
  color: #212529;
  background-color: #F0FFF0;
  border-color: #F0FFF0;
}

.btn-outline-honeydew:focus,
.btn-outline-honeydew.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 255, 240, 0.5);
}

.btn-outline-honeydew.disabled,
.btn-outline-honeydew:disabled {
  color: #F0FFF0;
  background-color: transparent;
}

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

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

.btn-outline-sea-green {
  color: #2E8B57;
  border-color: #2E8B57;
}

.btn-outline-sea-green:hover {
  color: #fff;
  background-color: #2E8B57;
  border-color: #2E8B57;
}

.btn-outline-sea-green:focus,
.btn-outline-sea-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 139, 87, 0.5);
}

.btn-outline-sea-green.disabled,
.btn-outline-sea-green:disabled {
  color: #2E8B57;
  background-color: transparent;
}

.btn-outline-sea-green:not(:disabled):not(.disabled):active,
.btn-outline-sea-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-sea-green.dropdown-toggle {
  color: #fff;
  background-color: #2E8B57;
  border-color: #2E8B57;
}

.btn-outline-sea-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-sea-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sea-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 139, 87, 0.5);
}

.btn-outline-medium-sea-green {
  color: #3CB371;
  border-color: #3CB371;
}

.btn-outline-medium-sea-green:hover {
  color: #fff;
  background-color: #3CB371;
  border-color: #3CB371;
}

.btn-outline-medium-sea-green:focus,
.btn-outline-medium-sea-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 179, 113, 0.5);
}

.btn-outline-medium-sea-green.disabled,
.btn-outline-medium-sea-green:disabled {
  color: #3CB371;
  background-color: transparent;
}

.btn-outline-medium-sea-green:not(:disabled):not(.disabled):active,
.btn-outline-medium-sea-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-medium-sea-green.dropdown-toggle {
  color: #fff;
  background-color: #3CB371;
  border-color: #3CB371;
}

.btn-outline-medium-sea-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-medium-sea-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-medium-sea-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 179, 113, 0.5);
}

.btn-outline-mintcream {
  color: #F5FFFA;
  border-color: #F5FFFA;
}

.btn-outline-mintcream:hover {
  color: #212529;
  background-color: #F5FFFA;
  border-color: #F5FFFA;
}

.btn-outline-mintcream:focus,
.btn-outline-mintcream.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 255, 250, 0.5);
}

.btn-outline-mintcream.disabled,
.btn-outline-mintcream:disabled {
  color: #F5FFFA;
  background-color: transparent;
}

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

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

.btn-outline-medium-aquamarine {
  color: #66CDAA;
  border-color: #66CDAA;
}

.btn-outline-medium-aquamarine:hover {
  color: #212529;
  background-color: #66CDAA;
  border-color: #66CDAA;
}

.btn-outline-medium-aquamarine:focus,
.btn-outline-medium-aquamarine.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 205, 170, 0.5);
}

.btn-outline-medium-aquamarine.disabled,
.btn-outline-medium-aquamarine:disabled {
  color: #66CDAA;
  background-color: transparent;
}

.btn-outline-medium-aquamarine:not(:disabled):not(.disabled):active,
.btn-outline-medium-aquamarine:not(:disabled):not(.disabled).active,
.show > .btn-outline-medium-aquamarine.dropdown-toggle {
  color: #212529;
  background-color: #66CDAA;
  border-color: #66CDAA;
}

.btn-outline-medium-aquamarine:not(:disabled):not(.disabled):active:focus,
.btn-outline-medium-aquamarine:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-medium-aquamarine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 205, 170, 0.5);
}

.btn-outline-aquamarine {
  color: #7FFFD4;
  border-color: #7FFFD4;
}

.btn-outline-aquamarine:hover {
  color: #212529;
  background-color: #7FFFD4;
  border-color: #7FFFD4;
}

.btn-outline-aquamarine:focus,
.btn-outline-aquamarine.focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 255, 212, 0.5);
}

.btn-outline-aquamarine.disabled,
.btn-outline-aquamarine:disabled {
  color: #7FFFD4;
  background-color: transparent;
}

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

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

.btn-outline-dark-slate-gray {
  color: #2F4F4F;
  border-color: #2F4F4F;
}

.btn-outline-dark-slate-gray:hover {
  color: #fff;
  background-color: #2F4F4F;
  border-color: #2F4F4F;
}

.btn-outline-dark-slate-gray:focus,
.btn-outline-dark-slate-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 79, 79, 0.5);
}

.btn-outline-dark-slate-gray.disabled,
.btn-outline-dark-slate-gray:disabled {
  color: #2F4F4F;
  background-color: transparent;
}

.btn-outline-dark-slate-gray:not(:disabled):not(.disabled):active,
.btn-outline-dark-slate-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-slate-gray.dropdown-toggle {
  color: #fff;
  background-color: #2F4F4F;
  border-color: #2F4F4F;
}

.btn-outline-dark-slate-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-slate-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-slate-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 79, 79, 0.5);
}

.btn-outline-pale-turquoise {
  color: #AFEEEE;
  border-color: #AFEEEE;
}

.btn-outline-pale-turquoise:hover {
  color: #212529;
  background-color: #AFEEEE;
  border-color: #AFEEEE;
}

.btn-outline-pale-turquoise:focus,
.btn-outline-pale-turquoise.focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 238, 238, 0.5);
}

.btn-outline-pale-turquoise.disabled,
.btn-outline-pale-turquoise:disabled {
  color: #AFEEEE;
  background-color: transparent;
}

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

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

.btn-outline-light-cyan {
  color: #E0FFFF;
  border-color: #E0FFFF;
}

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

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

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

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

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

.btn-outline-azure {
  color: #F0FFFF;
  border-color: #F0FFFF;
}

.btn-outline-azure:hover {
  color: #212529;
  background-color: #F0FFFF;
  border-color: #F0FFFF;
}

.btn-outline-azure:focus,
.btn-outline-azure.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 255, 255, 0.5);
}

.btn-outline-azure.disabled,
.btn-outline-azure:disabled {
  color: #F0FFFF;
  background-color: transparent;
}

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

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

.btn-outline-cadet-blue {
  color: #5F9EA0;
  border-color: #5F9EA0;
}

.btn-outline-cadet-blue:hover {
  color: #fff;
  background-color: #5F9EA0;
  border-color: #5F9EA0;
}

.btn-outline-cadet-blue:focus,
.btn-outline-cadet-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 158, 160, 0.5);
}

.btn-outline-cadet-blue.disabled,
.btn-outline-cadet-blue:disabled {
  color: #5F9EA0;
  background-color: transparent;
}

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

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

.btn-outline-powder-blue {
  color: #B0E0E6;
  border-color: #B0E0E6;
}

.btn-outline-powder-blue:hover {
  color: #212529;
  background-color: #B0E0E6;
  border-color: #B0E0E6;
}

.btn-outline-powder-blue:focus,
.btn-outline-powder-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 224, 230, 0.5);
}

.btn-outline-powder-blue.disabled,
.btn-outline-powder-blue:disabled {
  color: #B0E0E6;
  background-color: transparent;
}

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

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

.btn-outline-light-blue {
  color: #ADD8E6;
  border-color: #ADD8E6;
}

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

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

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

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

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

.btn-outline-sky-blue {
  color: #87CEEB;
  border-color: #87CEEB;
}

.btn-outline-sky-blue:hover {
  color: #212529;
  background-color: #87CEEB;
  border-color: #87CEEB;
}

.btn-outline-sky-blue:focus,
.btn-outline-sky-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 206, 235, 0.5);
}

.btn-outline-sky-blue.disabled,
.btn-outline-sky-blue:disabled {
  color: #87CEEB;
  background-color: transparent;
}

.btn-outline-sky-blue:not(:disabled):not(.disabled):active,
.btn-outline-sky-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-sky-blue.dropdown-toggle {
  color: #212529;
  background-color: #87CEEB;
  border-color: #87CEEB;
}

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

.btn-outline-lightsky-blue {
  color: #87CEFA;
  border-color: #87CEFA;
}

.btn-outline-lightsky-blue:hover {
  color: #212529;
  background-color: #87CEFA;
  border-color: #87CEFA;
}

.btn-outline-lightsky-blue:focus,
.btn-outline-lightsky-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 206, 250, 0.5);
}

.btn-outline-lightsky-blue.disabled,
.btn-outline-lightsky-blue:disabled {
  color: #87CEFA;
  background-color: transparent;
}

.btn-outline-lightsky-blue:not(:disabled):not(.disabled):active,
.btn-outline-lightsky-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-lightsky-blue.dropdown-toggle {
  color: #212529;
  background-color: #87CEFA;
  border-color: #87CEFA;
}

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

.btn-outline-steel-blue {
  color: #4682B4;
  border-color: #4682B4;
}

.btn-outline-steel-blue:hover {
  color: #fff;
  background-color: #4682B4;
  border-color: #4682B4;
}

.btn-outline-steel-blue:focus,
.btn-outline-steel-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 130, 180, 0.5);
}

.btn-outline-steel-blue.disabled,
.btn-outline-steel-blue:disabled {
  color: #4682B4;
  background-color: transparent;
}

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

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

.btn-outline-alice-blue {
  color: #F0F8FF;
  border-color: #F0F8FF;
}

.btn-outline-alice-blue:hover {
  color: #212529;
  background-color: #F0F8FF;
  border-color: #F0F8FF;
}

.btn-outline-alice-blue:focus,
.btn-outline-alice-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 248, 255, 0.5);
}

.btn-outline-alice-blue.disabled,
.btn-outline-alice-blue:disabled {
  color: #F0F8FF;
  background-color: transparent;
}

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

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

.btn-outline-slate-gray {
  color: #708090;
  border-color: #708090;
}

.btn-outline-slate-gray:hover {
  color: #fff;
  background-color: #708090;
  border-color: #708090;
}

.btn-outline-slate-gray:focus,
.btn-outline-slate-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 128, 144, 0.5);
}

.btn-outline-slate-gray.disabled,
.btn-outline-slate-gray:disabled {
  color: #708090;
  background-color: transparent;
}

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

.btn-outline-slate-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-slate-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-slate-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 128, 144, 0.5);
}

.btn-outline-light-slate-gray {
  color: #778899;
  border-color: #778899;
}

.btn-outline-light-slate-gray:hover {
  color: #fff;
  background-color: #778899;
  border-color: #778899;
}

.btn-outline-light-slate-gray:focus,
.btn-outline-light-slate-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 136, 153, 0.5);
}

.btn-outline-light-slate-gray.disabled,
.btn-outline-light-slate-gray:disabled {
  color: #778899;
  background-color: transparent;
}

.btn-outline-light-slate-gray:not(:disabled):not(.disabled):active,
.btn-outline-light-slate-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-slate-gray.dropdown-toggle {
  color: #fff;
  background-color: #778899;
  border-color: #778899;
}

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

.btn-outline-lightsteel-blue {
  color: #B0C4DE;
  border-color: #B0C4DE;
}

.btn-outline-lightsteel-blue:hover {
  color: #212529;
  background-color: #B0C4DE;
  border-color: #B0C4DE;
}

.btn-outline-lightsteel-blue:focus,
.btn-outline-lightsteel-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 196, 222, 0.5);
}

.btn-outline-lightsteel-blue.disabled,
.btn-outline-lightsteel-blue:disabled {
  color: #B0C4DE;
  background-color: transparent;
}

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

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

.btn-outline-cornflower-blue {
  color: #6495ED;
  border-color: #6495ED;
}

.btn-outline-cornflower-blue:hover {
  color: #fff;
  background-color: #6495ED;
  border-color: #6495ED;
}

.btn-outline-cornflower-blue:focus,
.btn-outline-cornflower-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 149, 237, 0.5);
}

.btn-outline-cornflower-blue.disabled,
.btn-outline-cornflower-blue:disabled {
  color: #6495ED;
  background-color: transparent;
}

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

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

.btn-outline-lavender {
  color: #E6E6FA;
  border-color: #E6E6FA;
}

.btn-outline-lavender:hover {
  color: #212529;
  background-color: #E6E6FA;
  border-color: #E6E6FA;
}

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

.btn-outline-lavender.disabled,
.btn-outline-lavender:disabled {
  color: #E6E6FA;
  background-color: transparent;
}

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

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

.btn-outline-ghost-white {
  color: #F8F8FF;
  border-color: #F8F8FF;
}

.btn-outline-ghost-white:hover {
  color: #212529;
  background-color: #F8F8FF;
  border-color: #F8F8FF;
}

.btn-outline-ghost-white:focus,
.btn-outline-ghost-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 255, 0.5);
}

.btn-outline-ghost-white.disabled,
.btn-outline-ghost-white:disabled {
  color: #F8F8FF;
  background-color: transparent;
}

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

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

.btn-outline-midnight-blue {
  color: #191970;
  border-color: #191970;
}

.btn-outline-midnight-blue:hover {
  color: #fff;
  background-color: #191970;
  border-color: #191970;
}

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

.btn-outline-midnight-blue.disabled,
.btn-outline-midnight-blue:disabled {
  color: #191970;
  background-color: transparent;
}

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

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

.btn-outline-slate-blue {
  color: #6A5ACD;
  border-color: #6A5ACD;
}

.btn-outline-slate-blue:hover {
  color: #fff;
  background-color: #6A5ACD;
  border-color: #6A5ACD;
}

.btn-outline-slate-blue:focus,
.btn-outline-slate-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 90, 205, 0.5);
}

.btn-outline-slate-blue.disabled,
.btn-outline-slate-blue:disabled {
  color: #6A5ACD;
  background-color: transparent;
}

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

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

.btn-outline-dark-slate-blue {
  color: #483D8B;
  border-color: #483D8B;
}

.btn-outline-dark-slate-blue:hover {
  color: #fff;
  background-color: #483D8B;
  border-color: #483D8B;
}

.btn-outline-dark-slate-blue:focus,
.btn-outline-dark-slate-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 61, 139, 0.5);
}

.btn-outline-dark-slate-blue.disabled,
.btn-outline-dark-slate-blue:disabled {
  color: #483D8B;
  background-color: transparent;
}

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

.btn-outline-dark-slate-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-slate-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-slate-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 61, 139, 0.5);
}

.btn-outline-medium-slate-blue {
  color: #7B68EE;
  border-color: #7B68EE;
}

.btn-outline-medium-slate-blue:hover {
  color: #fff;
  background-color: #7B68EE;
  border-color: #7B68EE;
}

.btn-outline-medium-slate-blue:focus,
.btn-outline-medium-slate-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 104, 238, 0.5);
}

.btn-outline-medium-slate-blue.disabled,
.btn-outline-medium-slate-blue:disabled {
  color: #7B68EE;
  background-color: transparent;
}

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

.btn-outline-medium-slate-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-medium-slate-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-medium-slate-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 104, 238, 0.5);
}

.btn-outline-medium-purple {
  color: #9370DB;
  border-color: #9370DB;
}

.btn-outline-medium-purple:hover {
  color: #fff;
  background-color: #9370DB;
  border-color: #9370DB;
}

.btn-outline-medium-purple:focus,
.btn-outline-medium-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 112, 219, 0.5);
}

.btn-outline-medium-purple.disabled,
.btn-outline-medium-purple:disabled {
  color: #9370DB;
  background-color: transparent;
}

.btn-outline-medium-purple:not(:disabled):not(.disabled):active,
.btn-outline-medium-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-medium-purple.dropdown-toggle {
  color: #fff;
  background-color: #9370DB;
  border-color: #9370DB;
}

.btn-outline-medium-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-medium-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-medium-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 112, 219, 0.5);
}

.btn-outline-indigo {
  color: #4B0082;
  border-color: #4B0082;
}

.btn-outline-indigo:hover {
  color: #fff;
  background-color: #4B0082;
  border-color: #4B0082;
}

.btn-outline-indigo:focus,
.btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 0, 130, 0.5);
}

.btn-outline-indigo.disabled,
.btn-outline-indigo:disabled {
  color: #4B0082;
  background-color: transparent;
}

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

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

.btn-outline-medium-orchid {
  color: #BA55D3;
  border-color: #BA55D3;
}

.btn-outline-medium-orchid:hover {
  color: #fff;
  background-color: #BA55D3;
  border-color: #BA55D3;
}

.btn-outline-medium-orchid:focus,
.btn-outline-medium-orchid.focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 85, 211, 0.5);
}

.btn-outline-medium-orchid.disabled,
.btn-outline-medium-orchid:disabled {
  color: #BA55D3;
  background-color: transparent;
}

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

.btn-outline-medium-orchid:not(:disabled):not(.disabled):active:focus,
.btn-outline-medium-orchid:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-medium-orchid.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 85, 211, 0.5);
}

.btn-outline-plum {
  color: #DDA0DD;
  border-color: #DDA0DD;
}

.btn-outline-plum:hover {
  color: #212529;
  background-color: #DDA0DD;
  border-color: #DDA0DD;
}

.btn-outline-plum:focus,
.btn-outline-plum.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 160, 221, 0.5);
}

.btn-outline-plum.disabled,
.btn-outline-plum:disabled {
  color: #DDA0DD;
  background-color: transparent;
}

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

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

.btn-outline-violet {
  color: #EE82EE;
  border-color: #EE82EE;
}

.btn-outline-violet:hover {
  color: #212529;
  background-color: #EE82EE;
  border-color: #EE82EE;
}

.btn-outline-violet:focus,
.btn-outline-violet.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 130, 238, 0.5);
}

.btn-outline-violet.disabled,
.btn-outline-violet:disabled {
  color: #EE82EE;
  background-color: transparent;
}

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

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

.btn-outline-thistle {
  color: #D8BFD8;
  border-color: #D8BFD8;
}

.btn-outline-thistle:hover {
  color: #212529;
  background-color: #D8BFD8;
  border-color: #D8BFD8;
}

.btn-outline-thistle:focus,
.btn-outline-thistle.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 191, 216, 0.5);
}

.btn-outline-thistle.disabled,
.btn-outline-thistle:disabled {
  color: #D8BFD8;
  background-color: transparent;
}

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

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

.btn-outline-orchid {
  color: #DA70D6;
  border-color: #DA70D6;
}

.btn-outline-orchid:hover {
  color: #212529;
  background-color: #DA70D6;
  border-color: #DA70D6;
}

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

.btn-outline-orchid.disabled,
.btn-outline-orchid:disabled {
  color: #DA70D6;
  background-color: transparent;
}

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

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

.btn-outline-lavender-b-lush {
  color: #FFF0F5;
  border-color: #FFF0F5;
}

.btn-outline-lavender-b-lush:hover {
  color: #212529;
  background-color: #FFF0F5;
  border-color: #FFF0F5;
}

.btn-outline-lavender-b-lush:focus,
.btn-outline-lavender-b-lush.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 240, 245, 0.5);
}

.btn-outline-lavender-b-lush.disabled,
.btn-outline-lavender-b-lush:disabled {
  color: #FFF0F5;
  background-color: transparent;
}

.btn-outline-lavender-b-lush:not(:disabled):not(.disabled):active,
.btn-outline-lavender-b-lush:not(:disabled):not(.disabled).active,
.show > .btn-outline-lavender-b-lush.dropdown-toggle {
  color: #212529;
  background-color: #FFF0F5;
  border-color: #FFF0F5;
}

.btn-outline-lavender-b-lush:not(:disabled):not(.disabled):active:focus,
.btn-outline-lavender-b-lush:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lavender-b-lush.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 240, 245, 0.5);
}

.btn-outline-pale-violet-red {
  color: #DB7093;
  border-color: #DB7093;
}

.btn-outline-pale-violet-red:hover {
  color: #fff;
  background-color: #DB7093;
  border-color: #DB7093;
}

.btn-outline-pale-violet-red:focus,
.btn-outline-pale-violet-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 112, 147, 0.5);
}

.btn-outline-pale-violet-red.disabled,
.btn-outline-pale-violet-red:disabled {
  color: #DB7093;
  background-color: transparent;
}

.btn-outline-pale-violet-red:not(:disabled):not(.disabled):active,
.btn-outline-pale-violet-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-pale-violet-red.dropdown-toggle {
  color: #fff;
  background-color: #DB7093;
  border-color: #DB7093;
}

.btn-outline-pale-violet-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-pale-violet-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pale-violet-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 112, 147, 0.5);
}

.btn-outline-pink {
  color: #FFC0CB;
  border-color: #FFC0CB;
}

.btn-outline-pink:hover {
  color: #212529;
  background-color: #FFC0CB;
  border-color: #FFC0CB;
}

.btn-outline-pink:focus,
.btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 192, 203, 0.5);
}

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

.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(255, 192, 203, 0.5);
}

.btn-outline-light-pink {
  color: #FFB6C1;
  border-color: #FFB6C1;
}

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

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

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

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

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

.text-maroon {
  color: #800000 !important;
}

a.text-maroon:hover,
a.text-maroon:focus {
  color: #340000 !important;
}

.text-dark-red {
  color: #8B0000 !important;
}

a.text-dark-red:hover,
a.text-dark-red:focus {
  color: #3f0000 !important;
}

.text-fire-brick {
  color: #B22222 !important;
}

a.text-fire-brick:hover,
a.text-fire-brick:focus {
  color: #721616 !important;
}

.text-red {
  color: #FF0000 !important;
}

a.text-red:hover,
a.text-red:focus {
  color: #b30000 !important;
}

.text-salmon {
  color: #FA8072 !important;
}

a.text-salmon:hover,
a.text-salmon:focus {
  color: #f73d28 !important;
}

.text-tomato {
  color: #FF6347 !important;
}

a.text-tomato:hover,
a.text-tomato:focus {
  color: #fa2600 !important;
}

.text-coral {
  color: #FF7F50 !important;
}

a.text-coral:hover,
a.text-coral:focus {
  color: #ff4704 !important;
}

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

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

.text-chocolate {
  color: #D2691E !important;
}

a.text-chocolate:hover,
a.text-chocolate:focus {
  color: #8f4814 !important;
}

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

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

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

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

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

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

.text-dark-goldenrod {
  color: #B8860B !important;
}

a.text-dark-goldenrod:hover,
a.text-dark-goldenrod:focus {
  color: #705107 !important;
}

.text-goldenrod {
  color: #DAA520 !important;
}

a.text-goldenrod:hover,
a.text-goldenrod:focus {
  color: #977316 !important;
}

.text-gold {
  color: #FFD700 !important;
}

a.text-gold:hover,
a.text-gold:focus {
  color: #b39700 !important;
}

.text-olive {
  color: #808000 !important;
}

a.text-olive:hover,
a.text-olive:focus {
  color: #343400 !important;
}

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

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

.text-yellow-green {
  color: #9ACD32 !important;
}

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

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

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

.text-chartreuse {
  color: #7FFF00 !important;
}

a.text-chartreuse:hover,
a.text-chartreuse:focus {
  color: #59b300 !important;
}

.text-lawn-green {
  color: #7CFC00 !important;
}

a.text-lawn-green:hover,
a.text-lawn-green:focus {
  color: #56b000 !important;
}

.text-green {
  color: #008000 !important;
}

a.text-green:hover,
a.text-green:focus {
  color: #003400 !important;
}

.text-lime {
  color: #00FF00 !important;
}

a.text-lime:hover,
a.text-lime:focus {
  color: #00b300 !important;
}

.text-lime-green {
  color: #32CD32 !important;
}

a.text-lime-green:hover,
a.text-lime-green:focus {
  color: #239023 !important;
}

.text-spring-green {
  color: #00FF7F !important;
}

a.text-spring-green:hover,
a.text-spring-green:focus {
  color: #00b359 !important;
}

.text-medium-spring-green {
  color: #00FA9A !important;
}

a.text-medium-spring-green:hover,
a.text-medium-spring-green:focus {
  color: #00ae6b !important;
}

.text-turquoise {
  color: #40E0D0 !important;
}

a.text-turquoise:hover,
a.text-turquoise:focus {
  color: #1eb6a7 !important;
}

.text-light-sea-green {
  color: #20B2AA !important;
}

a.text-light-sea-green:hover,
a.text-light-sea-green:focus {
  color: #14716c !important;
}

.text-medium-turquoise {
  color: #48D1CC !important;
}

a.text-medium-turquoise:hover,
a.text-medium-turquoise:focus {
  color: #29a39f !important;
}

.text-dark-cyan {
  color: #008B8B !important;
}

a.text-dark-cyan:hover,
a.text-dark-cyan:focus {
  color: #003f3f !important;
}

.text-aqua {
  color: #00FFFF !important;
}

a.text-aqua:hover,
a.text-aqua:focus {
  color: #00b3b3 !important;
}

.text-dark-turquoise {
  color: #00CED1 !important;
}

a.text-dark-turquoise:hover,
a.text-dark-turquoise:focus {
  color: #008385 !important;
}

.text-deep-sky-blue {
  color: #00BFFF !important;
}

a.text-deep-sky-blue:hover,
a.text-deep-sky-blue:focus {
  color: #0086b3 !important;
}

.text-dodger-blue {
  color: #1E90FF !important;
}

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

.text-royal-blue {
  color: #4169E1 !important;
}

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

.text-navy {
  color: #000080 !important;
}

a.text-navy:hover,
a.text-navy:focus {
  color: #000034 !important;
}

.text-dark-blue {
  color: #00008B !important;
}

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

.text-medium-blue {
  color: #0000CD !important;
}

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

.text-blue {
  color: #0000FF !important;
}

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

.text-blue-violet {
  color: #8A2BE2 !important;
}

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

.text-dark-orchid {
  color: #9932CC !important;
}

a.text-dark-orchid:hover,
a.text-dark-orchid:focus {
  color: #6b238f !important;
}

.text-dark-violet {
  color: #9400D3 !important;
}

a.text-dark-violet:hover,
a.text-dark-violet:focus {
  color: #5e0087 !important;
}

.text-purple {
  color: #800080 !important;
}

a.text-purple:hover,
a.text-purple:focus {
  color: #340034 !important;
}

.text-dark-magenta {
  color: #8B008B !important;
}

a.text-dark-magenta:hover,
a.text-dark-magenta:focus {
  color: #3f003f !important;
}

.text-magenta {
  color: #FF00FF !important;
}

a.text-magenta:hover,
a.text-magenta:focus {
  color: #b300b3 !important;
}

.text-medium-violet-red {
  color: #C71585 !important;
}

a.text-medium-violet-red:hover,
a.text-medium-violet-red:focus {
  color: #820e57 !important;
}

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

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

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

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

.text-crimson {
  color: #DC143C !important;
}

a.text-crimson:hover,
a.text-crimson:focus {
  color: #960e29 !important;
}

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

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

.text-indian-red {
  color: #CD5C5C !important;
}

a.text-indian-red:hover,
a.text-indian-red:focus {
  color: #a93434 !important;
}

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

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

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

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

.text-snow {
  color: #FFFAFA !important;
}

a.text-snow:hover,
a.text-snow:focus {
  color: #ffaeae !important;
}

.text-misty-rose {
  color: #FFE4E1 !important;
}

a.text-misty-rose:hover,
a.text-misty-rose:focus {
  color: #ff9f95 !important;
}

.text-dark-salmon {
  color: #E9967A !important;
}

a.text-dark-salmon:hover,
a.text-dark-salmon:focus {
  color: #de6238 !important;
}

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

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

.text-sienna {
  color: #A0522D !important;
}

a.text-sienna:hover,
a.text-sienna:focus {
  color: #64331c !important;
}

.text-sea-shell {
  color: #FFF5EE !important;
}

a.text-sea-shell:hover,
a.text-sea-shell:focus {
  color: #ffc8a2 !important;
}

.text-saddle-brown {
  color: #8B4513 !important;
}

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

.text-peachpuff {
  color: #FFDAB9 !important;
}

a.text-peachpuff:hover,
a.text-peachpuff:focus {
  color: #ffb26d !important;
}

.text-peru {
  color: #CD853F !important;
}

a.text-peru:hover,
a.text-peru:focus {
  color: #985f28 !important;
}

.text-linen {
  color: #FAF0E6 !important;
}

a.text-linen:hover,
a.text-linen:focus {
  color: #edcaa6 !important;
}

.text-bisque {
  color: #FFE4C4 !important;
}

a.text-bisque:hover,
a.text-bisque:focus {
  color: #ffc178 !important;
}

.text-burlywood {
  color: #DEB887 !important;
}

a.text-burlywood:hover,
a.text-burlywood:focus {
  color: #ce954b !important;
}

.text-tan {
  color: #D2B48C !important;
}

a.text-tan:hover,
a.text-tan:focus {
  color: #bc9055 !important;
}

.text-antique-white {
  color: #FAEBD7 !important;
}

a.text-antique-white:hover,
a.text-antique-white:focus {
  color: #f2c993 !important;
}

.text-navajo-white {
  color: #FFDEAD !important;
}

a.text-navajo-white:hover,
a.text-navajo-white:focus {
  color: #ffbf61 !important;
}

.text-blanched-almond {
  color: #FFEBCD !important;
}

a.text-blanched-almond:hover,
a.text-blanched-almond:focus {
  color: #ffcc81 !important;
}

.text-papaya-whip {
  color: #FFEFD5 !important;
}

a.text-papaya-whip:hover,
a.text-papaya-whip:focus {
  color: #ffd289 !important;
}

.text-moccasin {
  color: #FFE4B5 !important;
}

a.text-moccasin:hover,
a.text-moccasin:focus {
  color: #ffc869 !important;
}

.text-wheat {
  color: #F5DEB3 !important;
}

a.text-wheat:hover,
a.text-wheat:focus {
  color: #ecc16f !important;
}

.text-oldlace {
  color: #FDF5E6 !important;
}

a.text-oldlace:hover,
a.text-oldlace:focus {
  color: #f7d99f !important;
}

.text-floral-white {
  color: #FFFAF0 !important;
}

a.text-floral-white:hover,
a.text-floral-white:focus {
  color: #ffe1a4 !important;
}

.text-cornsilk {
  color: #FFF8DC !important;
}

a.text-cornsilk:hover,
a.text-cornsilk:focus {
  color: #ffe990 !important;
}

.text-khaki {
  color: #F0E68C !important;
}

a.text-khaki:hover,
a.text-khaki:focus {
  color: #e7d748 !important;
}

.text-lemon-chiffon {
  color: #FFFACD !important;
}

a.text-lemon-chiffon:hover,
a.text-lemon-chiffon:focus {
  color: #fff281 !important;
}

.text-pale-goldenrod {
  color: #EEE8AA !important;
}

a.text-pale-goldenrod:hover,
a.text-pale-goldenrod:focus {
  color: #e1d76a !important;
}

.text-dark-khaki {
  color: #BDB76B !important;
}

a.text-dark-khaki:hover,
a.text-dark-khaki:focus {
  color: #989244 !important;
}

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

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

.text-light-goldenrod-yellow {
  color: #FAFAD2 !important;
}

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

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

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

.text-ivory {
  color: #FFFFF0 !important;
}

a.text-ivory:hover,
a.text-ivory:focus {
  color: #ffffa4 !important;
}

.text-olive-drab {
  color: #6B8E23 !important;
}

a.text-olive-drab:hover,
a.text-olive-drab:focus {
  color: #3d5114 !important;
}

.text-dark-olive-green {
  color: #556B2F !important;
}

a.text-dark-olive-green:hover,
a.text-dark-olive-green:focus {
  color: #2b3618 !important;
}

.text-dark-sea-green {
  color: #8FBC8F !important;
}

a.text-dark-sea-green:hover,
a.text-dark-sea-green:focus {
  color: #5f9f5f !important;
}

.text-dark-green {
  color: #006400 !important;
}

a.text-dark-green:hover,
a.text-dark-green:focus {
  color: #001800 !important;
}

.text-forest-green {
  color: #228B22 !important;
}

a.text-forest-green:hover,
a.text-forest-green:focus {
  color: #134e13 !important;
}

.text-light-green {
  color: #90EE90 !important;
}

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

.text-pale-green {
  color: #98FB98 !important;
}

a.text-pale-green:hover,
a.text-pale-green:focus {
  color: #4ef84e !important;
}

.text-honeydew {
  color: #F0FFF0 !important;
}

a.text-honeydew:hover,
a.text-honeydew:focus {
  color: #a4ffa4 !important;
}

.text-sea-green {
  color: #2E8B57 !important;
}

a.text-sea-green:hover,
a.text-sea-green:focus {
  color: #1b5233 !important;
}

.text-medium-sea-green {
  color: #3CB371 !important;
}

a.text-medium-sea-green:hover,
a.text-medium-sea-green:focus {
  color: #297a4d !important;
}

.text-mintcream {
  color: #F5FFFA !important;
}

a.text-mintcream:hover,
a.text-mintcream:focus {
  color: #a9ffd4 !important;
}

.text-medium-aquamarine {
  color: #66CDAA !important;
}

a.text-medium-aquamarine:hover,
a.text-medium-aquamarine:focus {
  color: #39ae86 !important;
}

.text-aquamarine {
  color: #7FFFD4 !important;
}

a.text-aquamarine:hover,
a.text-aquamarine:focus {
  color: #33ffba !important;
}

.text-dark-slate-gray {
  color: #2F4F4F !important;
}

a.text-dark-slate-gray:hover,
a.text-dark-slate-gray:focus {
  color: #121f1f !important;
}

.text-pale-turquoise {
  color: #AFEEEE !important;
}

a.text-pale-turquoise:hover,
a.text-pale-turquoise:focus {
  color: #70e1e1 !important;
}

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

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

.text-azure {
  color: #F0FFFF !important;
}

a.text-azure:hover,
a.text-azure:focus {
  color: #a4ffff !important;
}

.text-cadet-blue {
  color: #5F9EA0 !important;
}

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

.text-powder-blue {
  color: #B0E0E6 !important;
}

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

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

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

.text-sky-blue {
  color: #87CEEB !important;
}

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

.text-lightsky-blue {
  color: #87CEFA !important;
}

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

.text-steel-blue {
  color: #4682B4 !important;
}

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

.text-alice-blue {
  color: #F0F8FF !important;
}

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

.text-slate-gray {
  color: #708090 !important;
}

a.text-slate-gray:hover,
a.text-slate-gray:focus {
  color: #4e5a65 !important;
}

.text-light-slate-gray {
  color: #778899 !important;
}

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

.text-lightsteel-blue {
  color: #B0C4DE !important;
}

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

.text-cornflower-blue {
  color: #6495ED !important;
}

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

.text-lavender {
  color: #E6E6FA !important;
}

a.text-lavender:hover,
a.text-lavender:focus {
  color: #a6a6ed !important;
}

.text-ghost-white {
  color: #F8F8FF !important;
}

a.text-ghost-white:hover,
a.text-ghost-white:focus {
  color: #acacff !important;
}

.text-midnight-blue {
  color: #191970 !important;
}

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

.text-slate-blue {
  color: #6A5ACD !important;
}

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

.text-dark-slate-blue {
  color: #483D8B !important;
}

a.text-dark-slate-blue:hover,
a.text-dark-slate-blue:focus {
  color: #2c2656 !important;
}

.text-medium-slate-blue {
  color: #7B68EE !important;
}

a.text-medium-slate-blue:hover,
a.text-medium-slate-blue:focus {
  color: #3f23e6 !important;
}

.text-medium-purple {
  color: #9370DB !important;
}

a.text-medium-purple:hover,
a.text-medium-purple:focus {
  color: #6533cb !important;
}

.text-indigo {
  color: #4B0082 !important;
}

a.text-indigo:hover,
a.text-indigo:focus {
  color: #1f0036 !important;
}

.text-medium-orchid {
  color: #BA55D3 !important;
}

a.text-medium-orchid:hover,
a.text-medium-orchid:focus {
  color: #952dae !important;
}

.text-plum {
  color: #DDA0DD !important;
}

a.text-plum:hover,
a.text-plum:focus {
  color: #c968c9 !important;
}

.text-violet {
  color: #EE82EE !important;
}

a.text-violet:hover,
a.text-violet:focus {
  color: #e53fe5 !important;
}

.text-thistle {
  color: #D8BFD8 !important;
}

a.text-thistle:hover,
a.text-thistle:focus {
  color: #bb8fbb !important;
}

.text-orchid {
  color: #DA70D6 !important;
}

a.text-orchid:hover,
a.text-orchid:focus {
  color: #c934c4 !important;
}

.text-lavender-b-lush {
  color: #FFF0F5 !important;
}

a.text-lavender-b-lush:hover,
a.text-lavender-b-lush:focus {
  color: #ffa4c2 !important;
}

.text-pale-violet-red {
  color: #DB7093 !important;
}

a.text-pale-violet-red:hover,
a.text-pale-violet-red:focus {
  color: #cb3365 !important;
}

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

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

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

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

.bg-maroon {
  background-color: #800000 !important;
}

a.bg-maroon:hover,
a.bg-maroon:focus,
button.bg-maroon:hover,
button.bg-maroon:focus {
  background-color: #4d0000 !important;
}

.bg-dark-red {
  background-color: #8B0000 !important;
}

a.bg-dark-red:hover,
a.bg-dark-red:focus,
button.bg-dark-red:hover,
button.bg-dark-red:focus {
  background-color: #580000 !important;
}

.bg-fire-brick {
  background-color: #B22222 !important;
}

a.bg-fire-brick:hover,
a.bg-fire-brick:focus,
button.bg-fire-brick:hover,
button.bg-fire-brick:focus {
  background-color: #871a1a !important;
}

.bg-red {
  background-color: #FF0000 !important;
}

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

.bg-salmon {
  background-color: #FA8072 !important;
}

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

.bg-tomato {
  background-color: #FF6347 !important;
}

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

.bg-coral {
  background-color: #FF7F50 !important;
}

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

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

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

.bg-chocolate {
  background-color: #D2691E !important;
}

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

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

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

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

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

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

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

.bg-dark-goldenrod {
  background-color: #B8860B !important;
}

a.bg-dark-goldenrod:hover,
a.bg-dark-goldenrod:focus,
button.bg-dark-goldenrod:hover,
button.bg-dark-goldenrod:focus {
  background-color: #886308 !important;
}

.bg-goldenrod {
  background-color: #DAA520 !important;
}

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

.bg-gold {
  background-color: #FFD700 !important;
}

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

.bg-olive {
  background-color: #808000 !important;
}

a.bg-olive:hover,
a.bg-olive:focus,
button.bg-olive:hover,
button.bg-olive:focus {
  background-color: #4d4d00 !important;
}

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

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

.bg-yellow-green {
  background-color: #9ACD32 !important;
}

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

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

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

.bg-chartreuse {
  background-color: #7FFF00 !important;
}

a.bg-chartreuse:hover,
a.bg-chartreuse:focus,
button.bg-chartreuse:hover,
button.bg-chartreuse:focus {
  background-color: #66cc00 !important;
}

.bg-lawn-green {
  background-color: #7CFC00 !important;
}

a.bg-lawn-green:hover,
a.bg-lawn-green:focus,
button.bg-lawn-green:hover,
button.bg-lawn-green:focus {
  background-color: #63c900 !important;
}

.bg-green {
  background-color: #008000 !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #004d00 !important;
}

.bg-lime {
  background-color: #00FF00 !important;
}

a.bg-lime:hover,
a.bg-lime:focus,
button.bg-lime:hover,
button.bg-lime:focus {
  background-color: #00cc00 !important;
}

.bg-lime-green {
  background-color: #32CD32 !important;
}

a.bg-lime-green:hover,
a.bg-lime-green:focus,
button.bg-lime-green:hover,
button.bg-lime-green:focus {
  background-color: #28a428 !important;
}

.bg-spring-green {
  background-color: #00FF7F !important;
}

a.bg-spring-green:hover,
a.bg-spring-green:focus,
button.bg-spring-green:hover,
button.bg-spring-green:focus {
  background-color: #00cc66 !important;
}

.bg-medium-spring-green {
  background-color: #00FA9A !important;
}

a.bg-medium-spring-green:hover,
a.bg-medium-spring-green:focus,
button.bg-medium-spring-green:hover,
button.bg-medium-spring-green:focus {
  background-color: #00c77b !important;
}

.bg-turquoise {
  background-color: #40E0D0 !important;
}

a.bg-turquoise:hover,
a.bg-turquoise:focus,
button.bg-turquoise:hover,
button.bg-turquoise:focus {
  background-color: #21ccbb !important;
}

.bg-light-sea-green {
  background-color: #20B2AA !important;
}

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

.bg-medium-turquoise {
  background-color: #48D1CC !important;
}

a.bg-medium-turquoise:hover,
a.bg-medium-turquoise:focus,
button.bg-medium-turquoise:hover,
button.bg-medium-turquoise:focus {
  background-color: #2eb8b3 !important;
}

.bg-dark-cyan {
  background-color: #008B8B !important;
}

a.bg-dark-cyan:hover,
a.bg-dark-cyan:focus,
button.bg-dark-cyan:hover,
button.bg-dark-cyan:focus {
  background-color: #005858 !important;
}

.bg-aqua {
  background-color: #00FFFF !important;
}

a.bg-aqua:hover,
a.bg-aqua:focus,
button.bg-aqua:hover,
button.bg-aqua:focus {
  background-color: #00cccc !important;
}

.bg-dark-turquoise {
  background-color: #00CED1 !important;
}

a.bg-dark-turquoise:hover,
a.bg-dark-turquoise:focus,
button.bg-dark-turquoise:hover,
button.bg-dark-turquoise:focus {
  background-color: #009c9e !important;
}

.bg-deep-sky-blue {
  background-color: #00BFFF !important;
}

a.bg-deep-sky-blue:hover,
a.bg-deep-sky-blue:focus,
button.bg-deep-sky-blue:hover,
button.bg-deep-sky-blue:focus {
  background-color: #0099cc !important;
}

.bg-dodger-blue {
  background-color: #1E90FF !important;
}

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

.bg-royal-blue {
  background-color: #4169E1 !important;
}

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

.bg-navy {
  background-color: #000080 !important;
}

a.bg-navy:hover,
a.bg-navy:focus,
button.bg-navy:hover,
button.bg-navy:focus {
  background-color: #00004d !important;
}

.bg-dark-blue {
  background-color: #00008B !important;
}

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

.bg-medium-blue {
  background-color: #0000CD !important;
}

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

.bg-blue {
  background-color: #0000FF !important;
}

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

.bg-blue-violet {
  background-color: #8A2BE2 !important;
}

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

.bg-dark-orchid {
  background-color: #9932CC !important;
}

a.bg-dark-orchid:hover,
a.bg-dark-orchid:focus,
button.bg-dark-orchid:hover,
button.bg-dark-orchid:focus {
  background-color: #7a28a3 !important;
}

.bg-dark-violet {
  background-color: #9400D3 !important;
}

a.bg-dark-violet:hover,
a.bg-dark-violet:focus,
button.bg-dark-violet:hover,
button.bg-dark-violet:focus {
  background-color: #7000a0 !important;
}

.bg-purple {
  background-color: #800080 !important;
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4d004d !important;
}

.bg-dark-magenta {
  background-color: #8B008B !important;
}

a.bg-dark-magenta:hover,
a.bg-dark-magenta:focus,
button.bg-dark-magenta:hover,
button.bg-dark-magenta:focus {
  background-color: #580058 !important;
}

.bg-magenta {
  background-color: #FF00FF !important;
}

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

.bg-medium-violet-red {
  background-color: #C71585 !important;
}

a.bg-medium-violet-red:hover,
a.bg-medium-violet-red:focus,
button.bg-medium-violet-red:hover,
button.bg-medium-violet-red:focus {
  background-color: #991066 !important;
}

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

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

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

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

.bg-crimson {
  background-color: #DC143C !important;
}

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

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

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

.bg-indian-red {
  background-color: #CD5C5C !important;
}

a.bg-indian-red:hover,
a.bg-indian-red:focus,
button.bg-indian-red:hover,
button.bg-indian-red:focus {
  background-color: #bc3a3a !important;
}

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

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

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

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

.bg-snow {
  background-color: #FFFAFA !important;
}

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

.bg-misty-rose {
  background-color: #FFE4E1 !important;
}

a.bg-misty-rose:hover,
a.bg-misty-rose:focus,
button.bg-misty-rose:hover,
button.bg-misty-rose:focus {
  background-color: #ffb6ae !important;
}

.bg-dark-salmon {
  background-color: #E9967A !important;
}

a.bg-dark-salmon:hover,
a.bg-dark-salmon:focus,
button.bg-dark-salmon:hover,
button.bg-dark-salmon:focus {
  background-color: #e2734e !important;
}

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

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

.bg-sienna {
  background-color: #A0522D !important;
}

a.bg-sienna:hover,
a.bg-sienna:focus,
button.bg-sienna:hover,
button.bg-sienna:focus {
  background-color: #783e22 !important;
}

.bg-sea-shell {
  background-color: #FFF5EE !important;
}

a.bg-sea-shell:hover,
a.bg-sea-shell:focus,
button.bg-sea-shell:hover,
button.bg-sea-shell:focus {
  background-color: #ffd7bb !important;
}

.bg-saddle-brown {
  background-color: #8B4513 !important;
}

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

.bg-peachpuff {
  background-color: #FFDAB9 !important;
}

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

.bg-peru {
  background-color: #CD853F !important;
}

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

.bg-linen {
  background-color: #FAF0E6 !important;
}

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

.bg-bisque {
  background-color: #FFE4C4 !important;
}

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

.bg-burlywood {
  background-color: #DEB887 !important;
}

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

.bg-tan {
  background-color: #D2B48C !important;
}

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

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

a.bg-antique-white:hover,
a.bg-antique-white:focus,
button.bg-antique-white:hover,
button.bg-antique-white:focus {
  background-color: #f4d4aa !important;
}

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

a.bg-navajo-white:hover,
a.bg-navajo-white:focus,
button.bg-navajo-white:hover,
button.bg-navajo-white:focus {
  background-color: #ffc97a !important;
}

.bg-blanched-almond {
  background-color: #FFEBCD !important;
}

a.bg-blanched-almond:hover,
a.bg-blanched-almond:focus,
button.bg-blanched-almond:hover,
button.bg-blanched-almond:focus {
  background-color: #ffd79a !important;
}

.bg-papaya-whip {
  background-color: #FFEFD5 !important;
}

a.bg-papaya-whip:hover,
a.bg-papaya-whip:focus,
button.bg-papaya-whip:hover,
button.bg-papaya-whip:focus {
  background-color: #ffdca2 !important;
}

.bg-moccasin {
  background-color: #FFE4B5 !important;
}

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

.bg-wheat {
  background-color: #F5DEB3 !important;
}

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

.bg-oldlace {
  background-color: #FDF5E6 !important;
}

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

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

a.bg-floral-white:hover,
a.bg-floral-white:focus,
button.bg-floral-white:hover,
button.bg-floral-white:focus {
  background-color: #ffe9bd !important;
}

.bg-cornsilk {
  background-color: #FFF8DC !important;
}

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

.bg-khaki {
  background-color: #F0E68C !important;
}

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

.bg-lemon-chiffon {
  background-color: #FFFACD !important;
}

a.bg-lemon-chiffon:hover,
a.bg-lemon-chiffon:focus,
button.bg-lemon-chiffon:hover,
button.bg-lemon-chiffon:focus {
  background-color: #fff59a !important;
}

.bg-pale-goldenrod {
  background-color: #EEE8AA !important;
}

a.bg-pale-goldenrod:hover,
a.bg-pale-goldenrod:focus,
button.bg-pale-goldenrod:hover,
button.bg-pale-goldenrod:focus {
  background-color: #e6dd80 !important;
}

.bg-dark-khaki {
  background-color: #BDB76B !important;
}

a.bg-dark-khaki:hover,
a.bg-dark-khaki:focus,
button.bg-dark-khaki:hover,
button.bg-dark-khaki:focus {
  background-color: #a9a34c !important;
}

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

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

.bg-light-goldenrod-yellow {
  background-color: #FAFAD2 !important;
}

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

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

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

.bg-ivory {
  background-color: #FFFFF0 !important;
}

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

.bg-olive-drab {
  background-color: #6B8E23 !important;
}

a.bg-olive-drab:hover,
a.bg-olive-drab:focus,
button.bg-olive-drab:hover,
button.bg-olive-drab:focus {
  background-color: #4c6519 !important;
}

.bg-dark-olive-green {
  background-color: #556B2F !important;
}

a.bg-dark-olive-green:hover,
a.bg-dark-olive-green:focus,
button.bg-dark-olive-green:hover,
button.bg-dark-olive-green:focus {
  background-color: #39481f !important;
}

.bg-dark-sea-green {
  background-color: #8FBC8F !important;
}

a.bg-dark-sea-green:hover,
a.bg-dark-sea-green:focus,
button.bg-dark-sea-green:hover,
button.bg-dark-sea-green:focus {
  background-color: #6fa96f !important;
}

.bg-dark-green {
  background-color: #006400 !important;
}

a.bg-dark-green:hover,
a.bg-dark-green:focus,
button.bg-dark-green:hover,
button.bg-dark-green:focus {
  background-color: #003100 !important;
}

.bg-forest-green {
  background-color: #228B22 !important;
}

a.bg-forest-green:hover,
a.bg-forest-green:focus,
button.bg-forest-green:hover,
button.bg-forest-green:focus {
  background-color: #186218 !important;
}

.bg-light-green {
  background-color: #90EE90 !important;
}

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

.bg-pale-green {
  background-color: #98FB98 !important;
}

a.bg-pale-green:hover,
a.bg-pale-green:focus,
button.bg-pale-green:hover,
button.bg-pale-green:focus {
  background-color: #67f967 !important;
}

.bg-honeydew {
  background-color: #F0FFF0 !important;
}

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

.bg-sea-green {
  background-color: #2E8B57 !important;
}

a.bg-sea-green:hover,
a.bg-sea-green:focus,
button.bg-sea-green:hover,
button.bg-sea-green:focus {
  background-color: #21653f !important;
}

.bg-medium-sea-green {
  background-color: #3CB371 !important;
}

a.bg-medium-sea-green:hover,
a.bg-medium-sea-green:focus,
button.bg-medium-sea-green:hover,
button.bg-medium-sea-green:focus {
  background-color: #2f8d59 !important;
}

.bg-mintcream {
  background-color: #F5FFFA !important;
}

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

.bg-medium-aquamarine {
  background-color: #66CDAA !important;
}

a.bg-medium-aquamarine:hover,
a.bg-medium-aquamarine:focus,
button.bg-medium-aquamarine:hover,
button.bg-medium-aquamarine:focus {
  background-color: #40c095 !important;
}

.bg-aquamarine {
  background-color: #7FFFD4 !important;
}

a.bg-aquamarine:hover,
a.bg-aquamarine:focus,
button.bg-aquamarine:hover,
button.bg-aquamarine:focus {
  background-color: #4cffc3 !important;
}

.bg-dark-slate-gray {
  background-color: #2F4F4F !important;
}

a.bg-dark-slate-gray:hover,
a.bg-dark-slate-gray:focus,
button.bg-dark-slate-gray:hover,
button.bg-dark-slate-gray:focus {
  background-color: #1c2f2f !important;
}

.bg-pale-turquoise {
  background-color: #AFEEEE !important;
}

a.bg-pale-turquoise:hover,
a.bg-pale-turquoise:focus,
button.bg-pale-turquoise:hover,
button.bg-pale-turquoise:focus {
  background-color: #85e5e5 !important;
}

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

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

.bg-azure {
  background-color: #F0FFFF !important;
}

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

.bg-cadet-blue {
  background-color: #5F9EA0 !important;
}

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

.bg-powder-blue {
  background-color: #B0E0E6 !important;
}

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

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

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

.bg-sky-blue {
  background-color: #87CEEB !important;
}

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

.bg-lightsky-blue {
  background-color: #87CEFA !important;
}

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

.bg-steel-blue {
  background-color: #4682B4 !important;
}

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

.bg-alice-blue {
  background-color: #F0F8FF !important;
}

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

.bg-slate-gray {
  background-color: #708090 !important;
}

a.bg-slate-gray:hover,
a.bg-slate-gray:focus,
button.bg-slate-gray:hover,
button.bg-slate-gray:focus {
  background-color: #5a6773 !important;
}

.bg-light-slate-gray {
  background-color: #778899 !important;
}

a.bg-light-slate-gray:hover,
a.bg-light-slate-gray:focus,
button.bg-light-slate-gray:hover,
button.bg-light-slate-gray:focus {
  background-color: #5f6f7e !important;
}

.bg-lightsteel-blue {
  background-color: #B0C4DE !important;
}

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

.bg-cornflower-blue {
  background-color: #6495ED !important;
}

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

.bg-lavender {
  background-color: #E6E6FA !important;
}

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

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

a.bg-ghost-white:hover,
a.bg-ghost-white:focus,
button.bg-ghost-white:hover,
button.bg-ghost-white:focus {
  background-color: #c5c5ff !important;
}

.bg-midnight-blue {
  background-color: #191970 !important;
}

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

.bg-slate-blue {
  background-color: #6A5ACD !important;
}

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

.bg-dark-slate-blue {
  background-color: #483D8B !important;
}

a.bg-dark-slate-blue:hover,
a.bg-dark-slate-blue:focus,
button.bg-dark-slate-blue:hover,
button.bg-dark-slate-blue:focus {
  background-color: #362d68 !important;
}

.bg-medium-slate-blue {
  background-color: #7B68EE !important;
}

a.bg-medium-slate-blue:hover,
a.bg-medium-slate-blue:focus,
button.bg-medium-slate-blue:hover,
button.bg-medium-slate-blue:focus {
  background-color: #533ae9 !important;
}

.bg-medium-purple {
  background-color: #9370DB !important;
}

a.bg-medium-purple:hover,
a.bg-medium-purple:focus,
button.bg-medium-purple:hover,
button.bg-medium-purple:focus {
  background-color: #7447d1 !important;
}

.bg-indigo {
  background-color: #4B0082 !important;
}

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

.bg-medium-orchid {
  background-color: #BA55D3 !important;
}

a.bg-medium-orchid:hover,
a.bg-medium-orchid:focus,
button.bg-medium-orchid:hover,
button.bg-medium-orchid:focus {
  background-color: #a632c3 !important;
}

.bg-plum {
  background-color: #DDA0DD !important;
}

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

.bg-violet {
  background-color: #EE82EE !important;
}

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

.bg-thistle {
  background-color: #D8BFD8 !important;
}

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

.bg-orchid {
  background-color: #DA70D6 !important;
}

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

.bg-lavender-b-lush {
  background-color: #FFF0F5 !important;
}

a.bg-lavender-b-lush:hover,
a.bg-lavender-b-lush:focus,
button.bg-lavender-b-lush:hover,
button.bg-lavender-b-lush:focus {
  background-color: #ffbdd3 !important;
}

.bg-pale-violet-red {
  background-color: #DB7093 !important;
}

a.bg-pale-violet-red:hover,
a.bg-pale-violet-red:focus,
button.bg-pale-violet-red:hover,
button.bg-pale-violet-red:focus {
  background-color: #d14774 !important;
}

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

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

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

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

