@charset "UTF-8";
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #E91E63;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --c-blue: #007bff;
  --c-indigo: #6610f2;
  --c-purple: #6f42c1;
  --c-pink: #e83e8c;
  --c-red: #dc3545;
  --c-orange: #fd7e14;
  --c-yellow: #ffc107;
  --c-green: #28a745;
  --c-teal: #20c997;
  --c-cyan: #17a2b8;
  --c-white: #fff;
  --c-gray: #6c757d;
  --c-gray-dark: #343a40;
  --c-gray-50: #FAFAFA;
  --c-gray-100: #f8f9fa;
  --c-gray-200: #e9ecef;
  --c-gray-300: #dee2e6;
  --c-gray-400: #ced4da;
  --c-gray-500: #adb5bd;
  --c-gray-600: #6c757d;
  --c-gray-700: #495057;
  --c-gray-800: #343a40;
  --c-gray-900: #212529;
  --c-red-50: #FFEBEE;
  --c-red-100: #FFCDD2;
  --c-red-200: #EF9A9A;
  --c-red-300: #E57373;
  --c-red-400: #EF5350;
  --c-red-500: #F44336;
  --c-red-600: #E53935;
  --c-red-700: #D32F2F;
  --c-red-800: #C62828;
  --c-red-900: #B71C1C;
  --c-red-a100: #FF8A80;
  --c-red-a200: #FF5252;
  --c-red-a400: #FF1744;
  --c-red-a700: #D50000;
  --c-pink-50: #FCE4EC;
  --c-pink-100: #F8BBD0;
  --c-pink-200: #F48FB1;
  --c-pink-300: #F06292;
  --c-pink-400: #EC407A;
  --c-pink-500: #E91E63;
  --c-pink-600: #D81B60;
  --c-pink-700: #C2185B;
  --c-pink-800: #AD1457;
  --c-pink-900: #880E4F;
  --c-pink-a100: #FF80AB;
  --c-pink-a200: #FF4081;
  --c-pink-a400: #F50057;
  --c-pink-a700: #C51162;
  --c-purple-50: #F3E5F5;
  --c-purple-100: #E1BEE7;
  --c-purple-200: #CE93D8;
  --c-purple-300: #BA68C8;
  --c-purple-400: #AB47BC;
  --c-purple-500: #9C27B0;
  --c-purple-600: #8E24AA;
  --c-purple-700: #7B1FA2;
  --c-purple-800: #6A1B9A;
  --c-purple-900: #4A148C;
  --c-purple-a100: #EA80FC;
  --c-purple-a200: #E040FB;
  --c-purple-a400: #D500F9;
  --c-purple-a700: #AA00FF;
  --c-deep-purple-50: #EDE7F6;
  --c-deep-purple-100: #D1C4E9;
  --c-deep-purple-200: #B39DDB;
  --c-deep-purple-300: #9575CD;
  --c-deep-purple-400: #7E57C2;
  --c-deep-purple-500: #673AB7;
  --c-deep-purple-600: #5E35B1;
  --c-deep-purple-700: #512DA8;
  --c-deep-purple-800: #4527A0;
  --c-deep-purple-900: #311B92;
  --c-deep-purple-a100: #B388FF;
  --c-deep-purple-a200: #7C4DFF;
  --c-deep-purple-a400: #651FFF;
  --c-deep-purple-a700: #6200EA;
  --c-indigo-50: #E8EAF6;
  --c-indigo-100: #C5CAE9;
  --c-indigo-200: #9FA8DA;
  --c-indigo-300: #7986CB;
  --c-indigo-400: #5C6BC0;
  --c-indigo-500: #3F51B5;
  --c-indigo-600: #3949AB;
  --c-indigo-700: #303F9F;
  --c-indigo-800: #283593;
  --c-indigo-900: #1A237E;
  --c-indigo-a100: #8C9EFF;
  --c-indigo-a200: #536DFE;
  --c-indigo-a400: #3D5AFE;
  --c-indigo-a700: #304FFE;
  --c-blue-50: #E3F2FD;
  --c-blue-100: #BBDEFB;
  --c-blue-200: #90CAF9;
  --c-blue-300: #64B5F6;
  --c-blue-400: #42A5F5;
  --c-blue-500: #2196F3;
  --c-blue-600: #1E88E5;
  --c-blue-700: #1976D2;
  --c-blue-800: #1565C0;
  --c-blue-900: #0D47A1;
  --c-blue-a100: #82B1FF;
  --c-blue-a200: #448AFF;
  --c-blue-a400: #2979FF;
  --c-blue-a700: #2962FF;
  --c-light-blue-50: #E1F5FE;
  --c-light-blue-100: #B3E5FC;
  --c-light-blue-200: #81D4FA;
  --c-light-blue-300: #4FC3F7;
  --c-light-blue-400: #29B6F6;
  --c-light-blue-500: #03A9F4;
  --c-light-blue-600: #039BE5;
  --c-light-blue-700: #0288D1;
  --c-light-blue-800: #0277BD;
  --c-light-blue-900: #01579B;
  --c-light-blue-a100: #80D8FF;
  --c-light-blue-a200: #40C4FF;
  --c-light-blue-a400: #00B0FF;
  --c-light-blue-a700: #0091EA;
  --c-cyan-50: #E0F7FA;
  --c-cyan-100: #B2EBF2;
  --c-cyan-200: #80DEEA;
  --c-cyan-300: #4DD0E1;
  --c-cyan-400: #26C6DA;
  --c-cyan-500: #00BCD4;
  --c-cyan-600: #00ACC1;
  --c-cyan-700: #0097A7;
  --c-cyan-800: #00838F;
  --c-cyan-900: #006064;
  --c-cyan-a100: #84FFFF;
  --c-cyan-a200: #18FFFF;
  --c-cyan-a400: #00E5FF;
  --c-cyan-a700: #00B8D4;
  --c-teal-50: #E0F2F1;
  --c-teal-100: #B2DFDB;
  --c-teal-200: #80CBC4;
  --c-teal-300: #4DB6AC;
  --c-teal-400: #26A69A;
  --c-teal-500: #26A69A;
  --c-teal-600: #00897B;
  --c-teal-700: #00796B;
  --c-teal-800: #00695C;
  --c-teal-900: #004D40;
  --c-teal-a100: #A7FFEB;
  --c-teal-a200: #64FFDA;
  --c-teal-a400: #1DE9B6;
  --c-teal-a700: #00BFA5;
  --c-green-50: #E8F5E9;
  --c-green-100: #C8E6C9;
  --c-green-200: #A5D6A7;
  --c-green-300: #81C784;
  --c-green-400: #66BB6A;
  --c-green-500: #4CAF50;
  --c-green-600: #43A047;
  --c-green-700: #388E3C;
  --c-green-800: #2E7D32;
  --c-green-900: #1B5E20;
  --c-green-a100: #B9F6CA;
  --c-green-a200: #69F0AE;
  --c-green-a400: #00E676;
  --c-green-a700: #00C853;
  --c-light-green-50: #F1F8E9;
  --c-light-green-100: #DCEDC8;
  --c-light-green-200: #C5E1A5;
  --c-light-green-300: #AED581;
  --c-light-green-400: #9CCC65;
  --c-light-green-500: #8BC34A;
  --c-light-green-600: #7CB342;
  --c-light-green-700: #689F38;
  --c-light-green-800: #558B2F;
  --c-light-green-900: #33691E;
  --c-light-green-a100: #CCFF90;
  --c-lime-50: #F9FBE7;
  --c-lime-100: #F0F4C3;
  --c-lime-200: #E6EE9C;
  --c-lime-300: #DCE775;
  --c-lime-400: #D4E157;
  --c-lime-500: #CDDC39;
  --c-lime-600: #C0CA33;
  --c-lime-700: #AFB42B;
  --c-lime-800: #9E9D24;
  --c-lime-900: #827717;
  --c-lime-a100: #F4FF81;
  --c-lime-a200: #EEFF41;
  --c-lime-a400: #C6FF00;
  --c-lime-a700: #AEEA00;
  --c-yellow-50: #FFFDE7;
  --c-yellow-100: #FFF9C4;
  --c-yellow-200: #FFF59D;
  --c-yellow-300: #FFF176;
  --c-yellow-400: #FFEE58;
  --c-yellow-500: #FFEB3B;
  --c-yellow-600: #FDD835;
  --c-yellow-700: #FBC02D;
  --c-yellow-800: #F9A825;
  --c-yellow-900: #F57F17;
  --c-yellow-a100: #FFFF8D;
  --c-yellow-a200: #FFFF00;
  --c-yellow-a400: #FFEA00;
  --c-yellow-a700: #FFD600;
  --c-amber-50: #FFF8E1;
  --c-amber-100: #FFECB3;
  --c-amber-200: #FFE082;
  --c-amber-300: #FFD54F;
  --c-amber-400: #FFCA28;
  --c-amber-500: #FFC107;
  --c-amber-600: #FFB300;
  --c-amber-700: #FFA000;
  --c-amber-800: #FF8F00;
  --c-amber-900: #FF6F00;
  --c-amber-a100: #FFE57F;
  --c-amber-a400: #FFC400;
  --c-amber-a700: #FFAB00;
  --c-orange-50: #FFF3E0;
  --c-orange-100: #FFE0B2;
  --c-orange-200: #FFCC80;
  --c-orange-300: #FFB74D;
  --c-orange-400: #FFA726;
  --c-orange-500: #FF9800;
  --c-orange-600: #FB8C00;
  --c-orange-700: #F57C00;
  --c-orange-800: #EF6C00;
  --c-orange-900: #E65100;
  --c-orange-a100: #FFD180;
  --c-orange-a200: #FFAB40;
  --c-orange-a400: #FF9100;
  --c-orange-a700: #FF6D00;
  --c-deep-orange-50: #FBE9E7;
  --c-deep-orange-100: #FFCCBC;
  --c-deep-orange-200: #FFAB91;
  --c-deep-orange-300: #FF8A65;
  --c-deep-orange-400: #FF7043;
  --c-deep-orange-500: #FF5722;
  --c-deep-orange-600: #F4511E;
  --c-deep-orange-700: #E64A19;
  --c-deep-orange-800: #D84315;
  --c-deep-orange-900: #BF360C;
  --c-deep-orange-a100: #FF9E80;
  --c-deep-orange-a200: #FF6E40;
  --c-deep-orange-a400: #FF3D00;
  --c-deep-orange-a700: #DD2C00;
  --c-brown-50: #EFEBE9;
  --c-brown-100: #D7CCC8;
  --c-brown-200: #BCAAA4;
  --c-brown-300: #A1887F;
  --c-brown-400: #8D6E63;
  --c-brown-500: #795548;
  --c-brown-600: #6D4C41;
  --c-brown-700: #5D4037;
  --c-brown-800: #4E342E;
  --c-brown-900: #3E2723;
  --c-blue-gray-50: #ECEFF1;
  --c-blue-gray-100: #CFD8DC;
  --c-blue-gray-200: #B0BEC5;
  --c-blue-gray-300: #90A4AE;
  --c-blue-gray-400: #78909C;
  --c-blue-gray-500: #607D8B;
  --c-blue-gray-600: #546E7A;
  --c-blue-gray-700: #455A64;
  --c-blue-gray-800: #37474F;
  --c-blue-gray-900: #263238;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #E91E63;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #aa1145;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1540px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f9c0d3;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f48aae;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-c-blue,
.table-c-blue > th,
.table-c-blue > td {
  background-color: #b8daff;
}
.table-c-blue th,
.table-c-blue td,
.table-c-blue thead th,
.table-c-blue tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-c-blue:hover {
  background-color: #9fcdff;
}
.table-hover .table-c-blue:hover > td,
.table-hover .table-c-blue:hover > th {
  background-color: #9fcdff;
}

.table-c-indigo,
.table-c-indigo > th,
.table-c-indigo > td {
  background-color: #d4bcfb;
}
.table-c-indigo th,
.table-c-indigo td,
.table-c-indigo thead th,
.table-c-indigo tbody + tbody {
  border-color: #af83f8;
}

.table-hover .table-c-indigo:hover {
  background-color: #c5a4fa;
}
.table-hover .table-c-indigo:hover > td,
.table-hover .table-c-indigo:hover > th {
  background-color: #c5a4fa;
}

.table-c-purple,
.table-c-purple > th,
.table-c-purple > td {
  background-color: #d7caee;
}
.table-c-purple th,
.table-c-purple td,
.table-c-purple thead th,
.table-c-purple tbody + tbody {
  border-color: #b49ddf;
}

.table-hover .table-c-purple:hover {
  background-color: #c8b7e8;
}
.table-hover .table-c-purple:hover > td,
.table-hover .table-c-purple:hover > th {
  background-color: #c8b7e8;
}

.table-c-pink,
.table-c-pink > th,
.table-c-pink > td {
  background-color: #f9c9df;
}
.table-c-pink th,
.table-c-pink td,
.table-c-pink thead th,
.table-c-pink tbody + tbody {
  border-color: #f39bc3;
}

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

.table-c-red,
.table-c-red > th,
.table-c-red > td {
  background-color: #f5c6cb;
}
.table-c-red th,
.table-c-red td,
.table-c-red thead th,
.table-c-red tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-c-red:hover {
  background-color: #f1b0b7;
}
.table-hover .table-c-red:hover > td,
.table-hover .table-c-red:hover > th {
  background-color: #f1b0b7;
}

.table-c-orange,
.table-c-orange > th,
.table-c-orange > td {
  background-color: #fedbbd;
}
.table-c-orange th,
.table-c-orange td,
.table-c-orange thead th,
.table-c-orange tbody + tbody {
  border-color: #febc85;
}

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

.table-c-yellow,
.table-c-yellow > th,
.table-c-yellow > td {
  background-color: #ffeeba;
}
.table-c-yellow th,
.table-c-yellow td,
.table-c-yellow thead th,
.table-c-yellow tbody + tbody {
  border-color: #ffdf7e;
}

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

.table-c-green,
.table-c-green > th,
.table-c-green > td {
  background-color: #c3e6cb;
}
.table-c-green th,
.table-c-green td,
.table-c-green thead th,
.table-c-green tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-c-green:hover {
  background-color: #b1dfbb;
}
.table-hover .table-c-green:hover > td,
.table-hover .table-c-green:hover > th {
  background-color: #b1dfbb;
}

.table-c-teal,
.table-c-teal > th,
.table-c-teal > td {
  background-color: #c1f0e2;
}
.table-c-teal th,
.table-c-teal td,
.table-c-teal thead th,
.table-c-teal tbody + tbody {
  border-color: #8be3c9;
}

.table-hover .table-c-teal:hover {
  background-color: #acebd8;
}
.table-hover .table-c-teal:hover > td,
.table-hover .table-c-teal:hover > th {
  background-color: #acebd8;
}

.table-c-cyan,
.table-c-cyan > th,
.table-c-cyan > td {
  background-color: #bee5eb;
}
.table-c-cyan th,
.table-c-cyan td,
.table-c-cyan thead th,
.table-c-cyan tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-c-cyan:hover {
  background-color: #abdde5;
}
.table-hover .table-c-cyan:hover > td,
.table-hover .table-c-cyan:hover > th {
  background-color: #abdde5;
}

.table-c-white,
.table-c-white > th,
.table-c-white > td {
  background-color: white;
}
.table-c-white th,
.table-c-white td,
.table-c-white thead th,
.table-c-white tbody + tbody {
  border-color: white;
}

.table-hover .table-c-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-c-white:hover > td,
.table-hover .table-c-white:hover > th {
  background-color: #f2f2f2;
}

.table-c-gray,
.table-c-gray > th,
.table-c-gray > td {
  background-color: #d6d8db;
}
.table-c-gray th,
.table-c-gray td,
.table-c-gray thead th,
.table-c-gray tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-c-gray:hover {
  background-color: #c8cbcf;
}
.table-hover .table-c-gray:hover > td,
.table-hover .table-c-gray:hover > th {
  background-color: #c8cbcf;
}

.table-c-gray-dark,
.table-c-gray-dark > th,
.table-c-gray-dark > td {
  background-color: #c6c8ca;
}
.table-c-gray-dark th,
.table-c-gray-dark td,
.table-c-gray-dark thead th,
.table-c-gray-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-c-gray-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-c-gray-dark:hover > td,
.table-hover .table-c-gray-dark:hover > th {
  background-color: #b9bbbe;
}

.table-c-gray-50,
.table-c-gray-50 > th,
.table-c-gray-50 > td {
  background-color: #fefefe;
}
.table-c-gray-50 th,
.table-c-gray-50 td,
.table-c-gray-50 thead th,
.table-c-gray-50 tbody + tbody {
  border-color: #fcfcfc;
}

.table-hover .table-c-gray-50:hover {
  background-color: #f1f1f1;
}
.table-hover .table-c-gray-50:hover > td,
.table-hover .table-c-gray-50:hover > th {
  background-color: #f1f1f1;
}

.table-c-gray-100,
.table-c-gray-100 > th,
.table-c-gray-100 > td {
  background-color: #fdfdfe;
}
.table-c-gray-100 th,
.table-c-gray-100 td,
.table-c-gray-100 thead th,
.table-c-gray-100 tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-c-gray-100:hover {
  background-color: #ececf6;
}
.table-hover .table-c-gray-100:hover > td,
.table-hover .table-c-gray-100:hover > th {
  background-color: #ececf6;
}

.table-c-gray-200,
.table-c-gray-200 > th,
.table-c-gray-200 > td {
  background-color: #f9fafb;
}
.table-c-gray-200 th,
.table-c-gray-200 td,
.table-c-gray-200 thead th,
.table-c-gray-200 tbody + tbody {
  border-color: #f4f5f7;
}

.table-hover .table-c-gray-200:hover {
  background-color: #eaedf1;
}
.table-hover .table-c-gray-200:hover > td,
.table-hover .table-c-gray-200:hover > th {
  background-color: #eaedf1;
}

.table-c-gray-300,
.table-c-gray-300 > th,
.table-c-gray-300 > td {
  background-color: #f6f7f8;
}
.table-c-gray-300 th,
.table-c-gray-300 td,
.table-c-gray-300 thead th,
.table-c-gray-300 tbody + tbody {
  border-color: #eef0f2;
}

.table-hover .table-c-gray-300:hover {
  background-color: #e8eaed;
}
.table-hover .table-c-gray-300:hover > td,
.table-hover .table-c-gray-300:hover > th {
  background-color: #e8eaed;
}

.table-c-gray-400,
.table-c-gray-400 > th,
.table-c-gray-400 > td {
  background-color: #f1f3f5;
}
.table-c-gray-400 th,
.table-c-gray-400 td,
.table-c-gray-400 thead th,
.table-c-gray-400 tbody + tbody {
  border-color: #e6e9ec;
}

.table-hover .table-c-gray-400:hover {
  background-color: #e2e6ea;
}
.table-hover .table-c-gray-400:hover > td,
.table-hover .table-c-gray-400:hover > th {
  background-color: #e2e6ea;
}

.table-c-gray-500,
.table-c-gray-500 > th,
.table-c-gray-500 > td {
  background-color: #e8eaed;
}
.table-c-gray-500 th,
.table-c-gray-500 td,
.table-c-gray-500 thead th,
.table-c-gray-500 tbody + tbody {
  border-color: #d4d9dd;
}

.table-hover .table-c-gray-500:hover {
  background-color: #dadde2;
}
.table-hover .table-c-gray-500:hover > td,
.table-hover .table-c-gray-500:hover > th {
  background-color: #dadde2;
}

.table-c-gray-600,
.table-c-gray-600 > th,
.table-c-gray-600 > td {
  background-color: #d6d8db;
}
.table-c-gray-600 th,
.table-c-gray-600 td,
.table-c-gray-600 thead th,
.table-c-gray-600 tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-c-gray-600:hover {
  background-color: #c8cbcf;
}
.table-hover .table-c-gray-600:hover > td,
.table-hover .table-c-gray-600:hover > th {
  background-color: #c8cbcf;
}

.table-c-gray-700,
.table-c-gray-700 > th,
.table-c-gray-700 > td {
  background-color: #ccced0;
}
.table-c-gray-700 th,
.table-c-gray-700 td,
.table-c-gray-700 thead th,
.table-c-gray-700 tbody + tbody {
  border-color: #a0a4a8;
}

.table-hover .table-c-gray-700:hover {
  background-color: #bfc1c4;
}
.table-hover .table-c-gray-700:hover > td,
.table-hover .table-c-gray-700:hover > th {
  background-color: #bfc1c4;
}

.table-c-gray-800,
.table-c-gray-800 > th,
.table-c-gray-800 > td {
  background-color: #c6c8ca;
}
.table-c-gray-800 th,
.table-c-gray-800 td,
.table-c-gray-800 thead th,
.table-c-gray-800 tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-c-gray-800:hover {
  background-color: #b9bbbe;
}
.table-hover .table-c-gray-800:hover > td,
.table-hover .table-c-gray-800:hover > th {
  background-color: #b9bbbe;
}

.table-c-gray-900,
.table-c-gray-900 > th,
.table-c-gray-900 > td {
  background-color: #c1c2c3;
}
.table-c-gray-900 th,
.table-c-gray-900 td,
.table-c-gray-900 thead th,
.table-c-gray-900 tbody + tbody {
  border-color: #8c8e90;
}

.table-hover .table-c-gray-900:hover {
  background-color: #b4b5b6;
}
.table-hover .table-c-gray-900:hover > td,
.table-hover .table-c-gray-900:hover > th {
  background-color: #b4b5b6;
}

.table-c-red-50,
.table-c-red-50 > th,
.table-c-red-50 > td {
  background-color: #fff9fa;
}
.table-c-red-50 th,
.table-c-red-50 td,
.table-c-red-50 thead th,
.table-c-red-50 tbody + tbody {
  border-color: #fff5f6;
}

.table-hover .table-c-red-50:hover {
  background-color: #ffe0e5;
}
.table-hover .table-c-red-50:hover > td,
.table-hover .table-c-red-50:hover > th {
  background-color: #ffe0e5;
}

.table-c-red-100,
.table-c-red-100 > th,
.table-c-red-100 > td {
  background-color: #fff1f2;
}
.table-c-red-100 th,
.table-c-red-100 td,
.table-c-red-100 thead th,
.table-c-red-100 tbody + tbody {
  border-color: #ffe5e8;
}

.table-hover .table-c-red-100:hover {
  background-color: #ffd8da;
}
.table-hover .table-c-red-100:hover > td,
.table-hover .table-c-red-100:hover > th {
  background-color: #ffd8da;
}

.table-c-red-200,
.table-c-red-200 > th,
.table-c-red-200 > td {
  background-color: #fbe3e3;
}
.table-c-red-200 th,
.table-c-red-200 td,
.table-c-red-200 thead th,
.table-c-red-200 tbody + tbody {
  border-color: #f7caca;
}

.table-hover .table-c-red-200:hover {
  background-color: #f8cdcd;
}
.table-hover .table-c-red-200:hover > td,
.table-hover .table-c-red-200:hover > th {
  background-color: #f8cdcd;
}

.table-c-red-300,
.table-c-red-300 > th,
.table-c-red-300 > td {
  background-color: #f8d8d8;
}
.table-c-red-300 th,
.table-c-red-300 td,
.table-c-red-300 thead th,
.table-c-red-300 tbody + tbody {
  border-color: #f1b6b6;
}

.table-hover .table-c-red-300:hover {
  background-color: #f4c2c2;
}
.table-hover .table-c-red-300:hover > td,
.table-hover .table-c-red-300:hover > th {
  background-color: #f4c2c2;
}

.table-c-red-400,
.table-c-red-400 > th,
.table-c-red-400 > td {
  background-color: #fbcfce;
}
.table-c-red-400 th,
.table-c-red-400 td,
.table-c-red-400 thead th,
.table-c-red-400 tbody + tbody {
  border-color: #f7a6a4;
}

.table-hover .table-c-red-400:hover {
  background-color: #f9b8b6;
}
.table-hover .table-c-red-400:hover > td,
.table-hover .table-c-red-400:hover > th {
  background-color: #f9b8b6;
}

.table-c-red-500,
.table-c-red-500 > th,
.table-c-red-500 > td {
  background-color: #fccac7;
}
.table-c-red-500 th,
.table-c-red-500 td,
.table-c-red-500 thead th,
.table-c-red-500 tbody + tbody {
  border-color: #f99d96;
}

.table-hover .table-c-red-500:hover {
  background-color: #fbb3af;
}
.table-hover .table-c-red-500:hover > td,
.table-hover .table-c-red-500:hover > th {
  background-color: #fbb3af;
}

.table-c-red-600,
.table-c-red-600 > th,
.table-c-red-600 > td {
  background-color: #f8c8c6;
}
.table-c-red-600 th,
.table-c-red-600 td,
.table-c-red-600 thead th,
.table-c-red-600 tbody + tbody {
  border-color: #f19896;
}

.table-hover .table-c-red-600:hover {
  background-color: #f5b2af;
}
.table-hover .table-c-red-600:hover > td,
.table-hover .table-c-red-600:hover > th {
  background-color: #f5b2af;
}

.table-c-red-700,
.table-c-red-700 > th,
.table-c-red-700 > td {
  background-color: #f3c5c5;
}
.table-c-red-700 th,
.table-c-red-700 td,
.table-c-red-700 thead th,
.table-c-red-700 tbody + tbody {
  border-color: #e89393;
}

.table-hover .table-c-red-700:hover {
  background-color: #efb0b0;
}
.table-hover .table-c-red-700:hover > td,
.table-hover .table-c-red-700:hover > th {
  background-color: #efb0b0;
}

.table-c-red-800,
.table-c-red-800 > th,
.table-c-red-800 > td {
  background-color: #efc3c3;
}
.table-c-red-800 th,
.table-c-red-800 td,
.table-c-red-800 thead th,
.table-c-red-800 tbody + tbody {
  border-color: #e18f8f;
}

.table-hover .table-c-red-800:hover {
  background-color: #eaafaf;
}
.table-hover .table-c-red-800:hover > td,
.table-hover .table-c-red-800:hover > th {
  background-color: #eaafaf;
}

.table-c-red-900,
.table-c-red-900 > th,
.table-c-red-900 > td {
  background-color: #ebbfbf;
}
.table-c-red-900 th,
.table-c-red-900 td,
.table-c-red-900 thead th,
.table-c-red-900 tbody + tbody {
  border-color: #da8989;
}

.table-hover .table-c-red-900:hover {
  background-color: #e5acac;
}
.table-hover .table-c-red-900:hover > td,
.table-hover .table-c-red-900:hover > th {
  background-color: #e5acac;
}

.table-c-red-a100,
.table-c-red-a100 > th,
.table-c-red-a100 > td {
  background-color: #ffdedb;
}
.table-c-red-a100 th,
.table-c-red-a100 td,
.table-c-red-a100 thead th,
.table-c-red-a100 tbody + tbody {
  border-color: #ffc2bd;
}

.table-hover .table-c-red-a100:hover {
  background-color: #ffc7c2;
}
.table-hover .table-c-red-a100:hover > td,
.table-hover .table-c-red-a100:hover > th {
  background-color: #ffc7c2;
}

.table-c-red-a200,
.table-c-red-a200 > th,
.table-c-red-a200 > td {
  background-color: #ffcfcf;
}
.table-c-red-a200 th,
.table-c-red-a200 td,
.table-c-red-a200 thead th,
.table-c-red-a200 tbody + tbody {
  border-color: #ffa5a5;
}

.table-hover .table-c-red-a200:hover {
  background-color: #ffb6b6;
}
.table-hover .table-c-red-a200:hover > td,
.table-hover .table-c-red-a200:hover > th {
  background-color: #ffb6b6;
}

.table-c-red-a400,
.table-c-red-a400 > th,
.table-c-red-a400 > td {
  background-color: #ffbecb;
}
.table-c-red-a400 th,
.table-c-red-a400 td,
.table-c-red-a400 thead th,
.table-c-red-a400 tbody + tbody {
  border-color: #ff869e;
}

.table-hover .table-c-red-a400:hover {
  background-color: #ffa5b7;
}
.table-hover .table-c-red-a400:hover > td,
.table-hover .table-c-red-a400:hover > th {
  background-color: #ffa5b7;
}

.table-c-red-a700,
.table-c-red-a700 > th,
.table-c-red-a700 > td {
  background-color: #f3b8b8;
}
.table-c-red-a700 th,
.table-c-red-a700 td,
.table-c-red-a700 thead th,
.table-c-red-a700 tbody + tbody {
  border-color: #e97a7a;
}

.table-hover .table-c-red-a700:hover {
  background-color: #efa2a2;
}
.table-hover .table-c-red-a700:hover > td,
.table-hover .table-c-red-a700:hover > th {
  background-color: #efa2a2;
}

.table-c-pink-50,
.table-c-pink-50 > th,
.table-c-pink-50 > td {
  background-color: #fef7fa;
}
.table-c-pink-50 th,
.table-c-pink-50 td,
.table-c-pink-50 thead th,
.table-c-pink-50 tbody + tbody {
  border-color: #fdf1f5;
}

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

.table-c-pink-100,
.table-c-pink-100 > th,
.table-c-pink-100 > td {
  background-color: #fdecf2;
}
.table-c-pink-100 th,
.table-c-pink-100 td,
.table-c-pink-100 thead th,
.table-c-pink-100 tbody + tbody {
  border-color: #fbdce7;
}

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

.table-c-pink-200,
.table-c-pink-200 > th,
.table-c-pink-200 > td {
  background-color: #fce0e9;
}
.table-c-pink-200 th,
.table-c-pink-200 td,
.table-c-pink-200 thead th,
.table-c-pink-200 tbody + tbody {
  border-color: #f9c5d6;
}

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

.table-c-pink-300,
.table-c-pink-300 > th,
.table-c-pink-300 > td {
  background-color: #fbd3e0;
}
.table-c-pink-300 th,
.table-c-pink-300 td,
.table-c-pink-300 thead th,
.table-c-pink-300 tbody + tbody {
  border-color: #f7adc6;
}

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

.table-c-pink-400,
.table-c-pink-400 > th,
.table-c-pink-400 > td {
  background-color: #facada;
}
.table-c-pink-400 th,
.table-c-pink-400 td,
.table-c-pink-400 thead th,
.table-c-pink-400 tbody + tbody {
  border-color: #f59cba;
}

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

.table-c-pink-500,
.table-c-pink-500 > th,
.table-c-pink-500 > td {
  background-color: #f9c0d3;
}
.table-c-pink-500 th,
.table-c-pink-500 td,
.table-c-pink-500 thead th,
.table-c-pink-500 tbody + tbody {
  border-color: #f48aae;
}

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

.table-c-pink-600,
.table-c-pink-600 > th,
.table-c-pink-600 > td {
  background-color: #f4bfd2;
}
.table-c-pink-600 th,
.table-c-pink-600 td,
.table-c-pink-600 thead th,
.table-c-pink-600 tbody + tbody {
  border-color: #eb88ac;
}

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

.table-c-pink-700,
.table-c-pink-700 > th,
.table-c-pink-700 > td {
  background-color: #eebed1;
}
.table-c-pink-700 th,
.table-c-pink-700 td,
.table-c-pink-700 thead th,
.table-c-pink-700 tbody + tbody {
  border-color: #df87aa;
}

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

.table-c-pink-800,
.table-c-pink-800 > th,
.table-c-pink-800 > td {
  background-color: #e8bdd0;
}
.table-c-pink-800 th,
.table-c-pink-800 td,
.table-c-pink-800 thead th,
.table-c-pink-800 tbody + tbody {
  border-color: #d485a8;
}

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

.table-c-pink-900,
.table-c-pink-900 > th,
.table-c-pink-900 > td {
  background-color: #debcce;
}
.table-c-pink-900 th,
.table-c-pink-900 td,
.table-c-pink-900 thead th,
.table-c-pink-900 tbody + tbody {
  border-color: #c182a3;
}

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

.table-c-pink-a100,
.table-c-pink-a100 > th,
.table-c-pink-a100 > td {
  background-color: #ffdbe7;
}
.table-c-pink-a100 th,
.table-c-pink-a100 td,
.table-c-pink-a100 thead th,
.table-c-pink-a100 tbody + tbody {
  border-color: #ffbdd3;
}

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

.table-c-pink-a200,
.table-c-pink-a200 > th,
.table-c-pink-a200 > td {
  background-color: #ffcadc;
}
.table-c-pink-a200 th,
.table-c-pink-a200 td,
.table-c-pink-a200 thead th,
.table-c-pink-a200 tbody + tbody {
  border-color: #ff9cbd;
}

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

.table-c-pink-a400,
.table-c-pink-a400 > th,
.table-c-pink-a400 > td {
  background-color: #fcb8d0;
}
.table-c-pink-a400 th,
.table-c-pink-a400 td,
.table-c-pink-a400 thead th,
.table-c-pink-a400 tbody + tbody {
  border-color: #fa7aa8;
}

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

.table-c-pink-a700,
.table-c-pink-a700 > th,
.table-c-pink-a700 > td {
  background-color: #efbcd3;
}
.table-c-pink-a700 th,
.table-c-pink-a700 td,
.table-c-pink-a700 thead th,
.table-c-pink-a700 tbody + tbody {
  border-color: #e183ad;
}

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

.table-c-purple-50,
.table-c-purple-50 > th,
.table-c-purple-50 > td {
  background-color: #fcf8fc;
}
.table-c-purple-50 th,
.table-c-purple-50 td,
.table-c-purple-50 thead th,
.table-c-purple-50 tbody + tbody {
  border-color: #f9f1fa;
}

.table-hover .table-c-purple-50:hover {
  background-color: #f4e6f4;
}
.table-hover .table-c-purple-50:hover > td,
.table-hover .table-c-purple-50:hover > th {
  background-color: #f4e6f4;
}

.table-c-purple-100,
.table-c-purple-100 > th,
.table-c-purple-100 > td {
  background-color: #f7edf8;
}
.table-c-purple-100 th,
.table-c-purple-100 td,
.table-c-purple-100 thead th,
.table-c-purple-100 tbody + tbody {
  border-color: #efddf3;
}

.table-hover .table-c-purple-100:hover {
  background-color: #efdbf1;
}
.table-hover .table-c-purple-100:hover > td,
.table-hover .table-c-purple-100:hover > th {
  background-color: #efdbf1;
}

.table-c-purple-200,
.table-c-purple-200 > th,
.table-c-purple-200 > td {
  background-color: #f1e1f4;
}
.table-c-purple-200 th,
.table-c-purple-200 td,
.table-c-purple-200 thead th,
.table-c-purple-200 tbody + tbody {
  border-color: #e6c7eb;
}

.table-hover .table-c-purple-200:hover {
  background-color: #e8ceed;
}
.table-hover .table-c-purple-200:hover > td,
.table-hover .table-c-purple-200:hover > th {
  background-color: #e8ceed;
}

.table-c-purple-300,
.table-c-purple-300 > th,
.table-c-purple-300 > td {
  background-color: #ecd5f0;
}
.table-c-purple-300 th,
.table-c-purple-300 td,
.table-c-purple-300 thead th,
.table-c-purple-300 tbody + tbody {
  border-color: #dbb0e2;
}

.table-hover .table-c-purple-300:hover {
  background-color: #e4c2e9;
}
.table-hover .table-c-purple-300:hover > td,
.table-hover .table-c-purple-300:hover > th {
  background-color: #e4c2e9;
}

.table-c-purple-400,
.table-c-purple-400 > th,
.table-c-purple-400 > td {
  background-color: #e7cbec;
}
.table-c-purple-400 th,
.table-c-purple-400 td,
.table-c-purple-400 thead th,
.table-c-purple-400 tbody + tbody {
  border-color: #d39fdc;
}

.table-hover .table-c-purple-400:hover {
  background-color: #deb8e5;
}
.table-hover .table-c-purple-400:hover > td,
.table-hover .table-c-purple-400:hover > th {
  background-color: #deb8e5;
}

.table-c-purple-500,
.table-c-purple-500 > th,
.table-c-purple-500 > td {
  background-color: #e3c3e9;
}
.table-c-purple-500 th,
.table-c-purple-500 td,
.table-c-purple-500 thead th,
.table-c-purple-500 tbody + tbody {
  border-color: #cc8fd6;
}

.table-hover .table-c-purple-500:hover {
  background-color: #dab0e2;
}
.table-hover .table-c-purple-500:hover > td,
.table-hover .table-c-purple-500:hover > th {
  background-color: #dab0e2;
}

.table-c-purple-600,
.table-c-purple-600 > th,
.table-c-purple-600 > td {
  background-color: #dfc2e7;
}
.table-c-purple-600 th,
.table-c-purple-600 td,
.table-c-purple-600 thead th,
.table-c-purple-600 tbody + tbody {
  border-color: #c48dd3;
}

.table-hover .table-c-purple-600:hover {
  background-color: #d5b0e0;
}
.table-hover .table-c-purple-600:hover > td,
.table-hover .table-c-purple-600:hover > th {
  background-color: #d5b0e0;
}

.table-c-purple-700,
.table-c-purple-700 > th,
.table-c-purple-700 > td {
  background-color: #dac0e5;
}
.table-c-purple-700 th,
.table-c-purple-700 td,
.table-c-purple-700 thead th,
.table-c-purple-700 tbody + tbody {
  border-color: #ba8bcf;
}

.table-hover .table-c-purple-700:hover {
  background-color: #cfaede;
}
.table-hover .table-c-purple-700:hover > td,
.table-hover .table-c-purple-700:hover > th {
  background-color: #cfaede;
}

.table-c-purple-800,
.table-c-purple-800 > th,
.table-c-purple-800 > td {
  background-color: #d5bfe3;
}
.table-c-purple-800 th,
.table-c-purple-800 td,
.table-c-purple-800 thead th,
.table-c-purple-800 tbody + tbody {
  border-color: #b288ca;
}

.table-hover .table-c-purple-800:hover {
  background-color: #c9addb;
}
.table-hover .table-c-purple-800:hover > td,
.table-hover .table-c-purple-800:hover > th {
  background-color: #c9addb;
}

.table-c-purple-900,
.table-c-purple-900 > th,
.table-c-purple-900 > td {
  background-color: #ccbddf;
}
.table-c-purple-900 th,
.table-c-purple-900 td,
.table-c-purple-900 thead th,
.table-c-purple-900 tbody + tbody {
  border-color: #a185c3;
}

.table-hover .table-c-purple-900:hover {
  background-color: #bfacd7;
}
.table-hover .table-c-purple-900:hover > td,
.table-hover .table-c-purple-900:hover > th {
  background-color: #bfacd7;
}

.table-c-purple-a100,
.table-c-purple-a100 > th,
.table-c-purple-a100 > td {
  background-color: #f9dbfe;
}
.table-c-purple-a100 th,
.table-c-purple-a100 td,
.table-c-purple-a100 thead th,
.table-c-purple-a100 tbody + tbody {
  border-color: #f4bdfd;
}

.table-hover .table-c-purple-a100:hover {
  background-color: #f5c2fd;
}
.table-hover .table-c-purple-a100:hover > td,
.table-hover .table-c-purple-a100:hover > th {
  background-color: #f5c2fd;
}

.table-c-purple-a200,
.table-c-purple-a200 > th,
.table-c-purple-a200 > td {
  background-color: #f6cafe;
}
.table-c-purple-a200 th,
.table-c-purple-a200 td,
.table-c-purple-a200 thead th,
.table-c-purple-a200 tbody + tbody {
  border-color: #ef9cfd;
}

.table-hover .table-c-purple-a200:hover {
  background-color: #f2b1fe;
}
.table-hover .table-c-purple-a200:hover > td,
.table-hover .table-c-purple-a200:hover > th {
  background-color: #f2b1fe;
}

.table-c-purple-a400,
.table-c-purple-a400 > th,
.table-c-purple-a400 > td {
  background-color: #f3b8fd;
}
.table-c-purple-a400 th,
.table-c-purple-a400 td,
.table-c-purple-a400 thead th,
.table-c-purple-a400 tbody + tbody {
  border-color: #e97afc;
}

.table-hover .table-c-purple-a400:hover {
  background-color: #ef9ffc;
}
.table-hover .table-c-purple-a400:hover > td,
.table-hover .table-c-purple-a400:hover > th {
  background-color: #ef9ffc;
}

.table-c-purple-a700,
.table-c-purple-a700 > th,
.table-c-purple-a700 > td {
  background-color: #e7b8ff;
}
.table-c-purple-a700 th,
.table-c-purple-a700 td,
.table-c-purple-a700 thead th,
.table-c-purple-a700 tbody + tbody {
  border-color: #d37aff;
}

.table-hover .table-c-purple-a700:hover {
  background-color: #de9fff;
}
.table-hover .table-c-purple-a700:hover > td,
.table-hover .table-c-purple-a700:hover > th {
  background-color: #de9fff;
}

.table-c-deep-purple-50,
.table-c-deep-purple-50 > th,
.table-c-deep-purple-50 > td {
  background-color: #faf8fc;
}
.table-c-deep-purple-50 th,
.table-c-deep-purple-50 td,
.table-c-deep-purple-50 thead th,
.table-c-deep-purple-50 tbody + tbody {
  border-color: #f6f3fa;
}

.table-hover .table-c-deep-purple-50:hover {
  background-color: #ede6f4;
}
.table-hover .table-c-deep-purple-50:hover > td,
.table-hover .table-c-deep-purple-50:hover > th {
  background-color: #ede6f4;
}

.table-c-deep-purple-100,
.table-c-deep-purple-100 > th,
.table-c-deep-purple-100 > td {
  background-color: #f2eef9;
}
.table-c-deep-purple-100 th,
.table-c-deep-purple-100 td,
.table-c-deep-purple-100 thead th,
.table-c-deep-purple-100 tbody + tbody {
  border-color: #e7e0f4;
}

.table-hover .table-c-deep-purple-100:hover {
  background-color: #e4dbf2;
}
.table-hover .table-c-deep-purple-100:hover > td,
.table-hover .table-c-deep-purple-100:hover > th {
  background-color: #e4dbf2;
}

.table-c-deep-purple-200,
.table-c-deep-purple-200 > th,
.table-c-deep-purple-200 > td {
  background-color: #eae4f5;
}
.table-c-deep-purple-200 th,
.table-c-deep-purple-200 td,
.table-c-deep-purple-200 thead th,
.table-c-deep-purple-200 tbody + tbody {
  border-color: #d7ccec;
}

.table-hover .table-c-deep-purple-200:hover {
  background-color: #dcd1ee;
}
.table-hover .table-c-deep-purple-200:hover > td,
.table-hover .table-c-deep-purple-200:hover > th {
  background-color: #dcd1ee;
}

.table-c-deep-purple-300,
.table-c-deep-purple-300 > th,
.table-c-deep-purple-300 > td {
  background-color: #e1d8f1;
}
.table-c-deep-purple-300 th,
.table-c-deep-purple-300 td,
.table-c-deep-purple-300 thead th,
.table-c-deep-purple-300 tbody + tbody {
  border-color: #c8b7e5;
}

.table-hover .table-c-deep-purple-300:hover {
  background-color: #d3c5ea;
}
.table-hover .table-c-deep-purple-300:hover > td,
.table-hover .table-c-deep-purple-300:hover > th {
  background-color: #d3c5ea;
}

.table-c-deep-purple-400,
.table-c-deep-purple-400 > th,
.table-c-deep-purple-400 > td {
  background-color: #dbd0ee;
}
.table-c-deep-purple-400 th,
.table-c-deep-purple-400 td,
.table-c-deep-purple-400 thead th,
.table-c-deep-purple-400 tbody + tbody {
  border-color: #bca8df;
}

.table-hover .table-c-deep-purple-400:hover {
  background-color: #cdbde7;
}
.table-hover .table-c-deep-purple-400:hover > td,
.table-hover .table-c-deep-purple-400:hover > th {
  background-color: #cdbde7;
}

.table-c-deep-purple-500,
.table-c-deep-purple-500 > th,
.table-c-deep-purple-500 > td {
  background-color: #d4c8eb;
}
.table-c-deep-purple-500 th,
.table-c-deep-purple-500 td,
.table-c-deep-purple-500 thead th,
.table-c-deep-purple-500 tbody + tbody {
  border-color: #b099da;
}

.table-hover .table-c-deep-purple-500:hover {
  background-color: #c5b5e4;
}
.table-hover .table-c-deep-purple-500:hover > td,
.table-hover .table-c-deep-purple-500:hover > th {
  background-color: #c5b5e4;
}

.table-c-deep-purple-600,
.table-c-deep-purple-600 > th,
.table-c-deep-purple-600 > td {
  background-color: #d2c6e9;
}
.table-c-deep-purple-600 th,
.table-c-deep-purple-600 td,
.table-c-deep-purple-600 thead th,
.table-c-deep-purple-600 tbody + tbody {
  border-color: #ab96d6;
}

.table-hover .table-c-deep-purple-600:hover {
  background-color: #c3b4e2;
}
.table-hover .table-c-deep-purple-600:hover > td,
.table-hover .table-c-deep-purple-600:hover > th {
  background-color: #c3b4e2;
}

.table-c-deep-purple-700,
.table-c-deep-purple-700 > th,
.table-c-deep-purple-700 > td {
  background-color: #cec4e7;
}
.table-c-deep-purple-700 th,
.table-c-deep-purple-700 td,
.table-c-deep-purple-700 thead th,
.table-c-deep-purple-700 tbody + tbody {
  border-color: #a592d2;
}

.table-hover .table-c-deep-purple-700:hover {
  background-color: #bfb2e0;
}
.table-hover .table-c-deep-purple-700:hover > td,
.table-hover .table-c-deep-purple-700:hover > th {
  background-color: #bfb2e0;
}

.table-c-deep-purple-800,
.table-c-deep-purple-800 > th,
.table-c-deep-purple-800 > td {
  background-color: #cbc3e4;
}
.table-c-deep-purple-800 th,
.table-c-deep-purple-800 td,
.table-c-deep-purple-800 thead th,
.table-c-deep-purple-800 tbody + tbody {
  border-color: #9e8fce;
}

.table-hover .table-c-deep-purple-800:hover {
  background-color: #bcb1dc;
}
.table-hover .table-c-deep-purple-800:hover > td,
.table-hover .table-c-deep-purple-800:hover > th {
  background-color: #bcb1dc;
}

.table-c-deep-purple-900,
.table-c-deep-purple-900 > th,
.table-c-deep-purple-900 > td {
  background-color: #c5bfe0;
}
.table-c-deep-purple-900 th,
.table-c-deep-purple-900 td,
.table-c-deep-purple-900 thead th,
.table-c-deep-purple-900 tbody + tbody {
  border-color: #9488c6;
}

.table-hover .table-c-deep-purple-900:hover {
  background-color: #b5aed8;
}
.table-hover .table-c-deep-purple-900:hover > td,
.table-hover .table-c-deep-purple-900:hover > th {
  background-color: #b5aed8;
}

.table-c-deep-purple-a100,
.table-c-deep-purple-a100 > th,
.table-c-deep-purple-a100 > td {
  background-color: #eadeff;
}
.table-c-deep-purple-a100 th,
.table-c-deep-purple-a100 td,
.table-c-deep-purple-a100 thead th,
.table-c-deep-purple-a100 tbody + tbody {
  border-color: #d7c1ff;
}

.table-hover .table-c-deep-purple-a100:hover {
  background-color: #dac5ff;
}
.table-hover .table-c-deep-purple-a100:hover > td,
.table-hover .table-c-deep-purple-a100:hover > th {
  background-color: #dac5ff;
}

.table-c-deep-purple-a200,
.table-c-deep-purple-a200 > th,
.table-c-deep-purple-a200 > td {
  background-color: #dacdff;
}
.table-c-deep-purple-a200 th,
.table-c-deep-purple-a200 td,
.table-c-deep-purple-a200 thead th,
.table-c-deep-purple-a200 tbody + tbody {
  border-color: #bba2ff;
}

.table-hover .table-c-deep-purple-a200:hover {
  background-color: #c7b4ff;
}
.table-hover .table-c-deep-purple-a200:hover > td,
.table-hover .table-c-deep-purple-a200:hover > th {
  background-color: #c7b4ff;
}

.table-c-deep-purple-a400,
.table-c-deep-purple-a400 > th,
.table-c-deep-purple-a400 > td {
  background-color: #d4c0ff;
}
.table-c-deep-purple-a400 th,
.table-c-deep-purple-a400 td,
.table-c-deep-purple-a400 thead th,
.table-c-deep-purple-a400 tbody + tbody {
  border-color: #af8bff;
}

.table-hover .table-c-deep-purple-a400:hover {
  background-color: #c3a7ff;
}
.table-hover .table-c-deep-purple-a400:hover > td,
.table-hover .table-c-deep-purple-a400:hover > th {
  background-color: #c3a7ff;
}

.table-c-deep-purple-a700,
.table-c-deep-purple-a700 > th,
.table-c-deep-purple-a700 > td {
  background-color: #d3b8f9;
}
.table-c-deep-purple-a700 th,
.table-c-deep-purple-a700 td,
.table-c-deep-purple-a700 thead th,
.table-c-deep-purple-a700 tbody + tbody {
  border-color: #ad7af4;
}

.table-hover .table-c-deep-purple-a700:hover {
  background-color: #c4a0f7;
}
.table-hover .table-c-deep-purple-a700:hover > td,
.table-hover .table-c-deep-purple-a700:hover > th {
  background-color: #c4a0f7;
}

.table-c-indigo-50,
.table-c-indigo-50 > th,
.table-c-indigo-50 > td {
  background-color: #f9f9fc;
}
.table-c-indigo-50 th,
.table-c-indigo-50 td,
.table-c-indigo-50 thead th,
.table-c-indigo-50 tbody + tbody {
  border-color: #f3f4fa;
}

.table-hover .table-c-indigo-50:hover {
  background-color: #e8e8f4;
}
.table-hover .table-c-indigo-50:hover > td,
.table-hover .table-c-indigo-50:hover > th {
  background-color: #e8e8f4;
}

.table-c-indigo-100,
.table-c-indigo-100 > th,
.table-c-indigo-100 > td {
  background-color: #eff0f9;
}
.table-c-indigo-100 th,
.table-c-indigo-100 td,
.table-c-indigo-100 thead th,
.table-c-indigo-100 tbody + tbody {
  border-color: #e1e3f4;
}

.table-hover .table-c-indigo-100:hover {
  background-color: #dcdff2;
}
.table-hover .table-c-indigo-100:hover > td,
.table-hover .table-c-indigo-100:hover > th {
  background-color: #dcdff2;
}

.table-c-indigo-200,
.table-c-indigo-200 > th,
.table-c-indigo-200 > td {
  background-color: #e4e7f5;
}
.table-c-indigo-200 th,
.table-c-indigo-200 td,
.table-c-indigo-200 thead th,
.table-c-indigo-200 tbody + tbody {
  border-color: #cdd2ec;
}

.table-hover .table-c-indigo-200:hover {
  background-color: #d1d6ee;
}
.table-hover .table-c-indigo-200:hover > td,
.table-hover .table-c-indigo-200:hover > th {
  background-color: #d1d6ee;
}

.table-c-indigo-300,
.table-c-indigo-300 > th,
.table-c-indigo-300 > td {
  background-color: #d9ddf0;
}
.table-c-indigo-300 th,
.table-c-indigo-300 td,
.table-c-indigo-300 thead th,
.table-c-indigo-300 tbody + tbody {
  border-color: #b9c0e4;
}

.table-hover .table-c-indigo-300:hover {
  background-color: #c7cde9;
}
.table-hover .table-c-indigo-300:hover > td,
.table-hover .table-c-indigo-300:hover > th {
  background-color: #c7cde9;
}

.table-c-indigo-400,
.table-c-indigo-400 > th,
.table-c-indigo-400 > td {
  background-color: #d1d6ed;
}
.table-c-indigo-400 th,
.table-c-indigo-400 td,
.table-c-indigo-400 thead th,
.table-c-indigo-400 tbody + tbody {
  border-color: #aab2de;
}

.table-hover .table-c-indigo-400:hover {
  background-color: #bfc6e6;
}
.table-hover .table-c-indigo-400:hover > td,
.table-hover .table-c-indigo-400:hover > th {
  background-color: #bfc6e6;
}

.table-c-indigo-500,
.table-c-indigo-500 > th,
.table-c-indigo-500 > td {
  background-color: #c9ceea;
}
.table-c-indigo-500 th,
.table-c-indigo-500 td,
.table-c-indigo-500 thead th,
.table-c-indigo-500 tbody + tbody {
  border-color: #9ba5d9;
}

.table-hover .table-c-indigo-500:hover {
  background-color: #b7bde3;
}
.table-hover .table-c-indigo-500:hover > td,
.table-hover .table-c-indigo-500:hover > th {
  background-color: #b7bde3;
}

.table-c-indigo-600,
.table-c-indigo-600 > th,
.table-c-indigo-600 > td {
  background-color: #c8cce7;
}
.table-c-indigo-600 th,
.table-c-indigo-600 td,
.table-c-indigo-600 thead th,
.table-c-indigo-600 tbody + tbody {
  border-color: #98a0d3;
}

.table-hover .table-c-indigo-600:hover {
  background-color: #b6bcdf;
}
.table-hover .table-c-indigo-600:hover > td,
.table-hover .table-c-indigo-600:hover > th {
  background-color: #b6bcdf;
}

.table-c-indigo-700,
.table-c-indigo-700 > th,
.table-c-indigo-700 > td {
  background-color: #c5c9e4;
}
.table-c-indigo-700 th,
.table-c-indigo-700 td,
.table-c-indigo-700 thead th,
.table-c-indigo-700 tbody + tbody {
  border-color: #939bcd;
}

.table-hover .table-c-indigo-700:hover {
  background-color: #b4b9dc;
}
.table-hover .table-c-indigo-700:hover > td,
.table-hover .table-c-indigo-700:hover > th {
  background-color: #b4b9dc;
}

.table-c-indigo-800,
.table-c-indigo-800 > th,
.table-c-indigo-800 > td {
  background-color: #c3c6e1;
}
.table-c-indigo-800 th,
.table-c-indigo-800 td,
.table-c-indigo-800 thead th,
.table-c-indigo-800 tbody + tbody {
  border-color: #8f96c7;
}

.table-hover .table-c-indigo-800:hover {
  background-color: #b2b6d9;
}
.table-hover .table-c-indigo-800:hover > td,
.table-hover .table-c-indigo-800:hover > th {
  background-color: #b2b6d9;
}

.table-c-indigo-900,
.table-c-indigo-900 > th,
.table-c-indigo-900 > td {
  background-color: #bfc1db;
}
.table-c-indigo-900 th,
.table-c-indigo-900 td,
.table-c-indigo-900 thead th,
.table-c-indigo-900 tbody + tbody {
  border-color: #888dbc;
}

.table-hover .table-c-indigo-900:hover {
  background-color: #afb1d2;
}
.table-hover .table-c-indigo-900:hover > td,
.table-hover .table-c-indigo-900:hover > th {
  background-color: #afb1d2;
}

.table-c-indigo-a100,
.table-c-indigo-a100 > th,
.table-c-indigo-a100 > td {
  background-color: #dfe4ff;
}
.table-c-indigo-a100 th,
.table-c-indigo-a100 td,
.table-c-indigo-a100 thead th,
.table-c-indigo-a100 tbody + tbody {
  border-color: #c3cdff;
}

.table-hover .table-c-indigo-a100:hover {
  background-color: #c6ceff;
}
.table-hover .table-c-indigo-a100:hover > td,
.table-hover .table-c-indigo-a100:hover > th {
  background-color: #c6ceff;
}

.table-c-indigo-a200,
.table-c-indigo-a200 > th,
.table-c-indigo-a200 > td {
  background-color: #cfd6ff;
}
.table-c-indigo-a200 th,
.table-c-indigo-a200 td,
.table-c-indigo-a200 thead th,
.table-c-indigo-a200 tbody + tbody {
  border-color: #a6b3fe;
}

.table-hover .table-c-indigo-a200:hover {
  background-color: #b6c0ff;
}
.table-hover .table-c-indigo-a200:hover > td,
.table-hover .table-c-indigo-a200:hover > th {
  background-color: #b6c0ff;
}

.table-c-indigo-a400,
.table-c-indigo-a400 > th,
.table-c-indigo-a400 > td {
  background-color: #c9d1ff;
}
.table-c-indigo-a400 th,
.table-c-indigo-a400 td,
.table-c-indigo-a400 thead th,
.table-c-indigo-a400 tbody + tbody {
  border-color: #9aa9fe;
}

.table-hover .table-c-indigo-a400:hover {
  background-color: #b0bbff;
}
.table-hover .table-c-indigo-a400:hover > td,
.table-hover .table-c-indigo-a400:hover > th {
  background-color: #b0bbff;
}

.table-c-indigo-a700,
.table-c-indigo-a700 > th,
.table-c-indigo-a700 > td {
  background-color: #c5ceff;
}
.table-c-indigo-a700 th,
.table-c-indigo-a700 td,
.table-c-indigo-a700 thead th,
.table-c-indigo-a700 tbody + tbody {
  border-color: #93a3fe;
}

.table-hover .table-c-indigo-a700:hover {
  background-color: #acb8ff;
}
.table-hover .table-c-indigo-a700:hover > td,
.table-hover .table-c-indigo-a700:hover > th {
  background-color: #acb8ff;
}

.table-c-blue-50,
.table-c-blue-50 > th,
.table-c-blue-50 > td {
  background-color: #f7fbfe;
}
.table-c-blue-50 th,
.table-c-blue-50 td,
.table-c-blue-50 thead th,
.table-c-blue-50 tbody + tbody {
  border-color: #f0f8fe;
}

.table-hover .table-c-blue-50:hover {
  background-color: #e0f0fb;
}
.table-hover .table-c-blue-50:hover > td,
.table-hover .table-c-blue-50:hover > th {
  background-color: #e0f0fb;
}

.table-c-blue-100,
.table-c-blue-100 > th,
.table-c-blue-100 > td {
  background-color: #ecf6fe;
}
.table-c-blue-100 th,
.table-c-blue-100 td,
.table-c-blue-100 thead th,
.table-c-blue-100 tbody + tbody {
  border-color: #dceefd;
}

.table-hover .table-c-blue-100:hover {
  background-color: #d4ebfd;
}
.table-hover .table-c-blue-100:hover > td,
.table-hover .table-c-blue-100:hover > th {
  background-color: #d4ebfd;
}

.table-c-blue-200,
.table-c-blue-200 > th,
.table-c-blue-200 > td {
  background-color: #e0f0fd;
}
.table-c-blue-200 th,
.table-c-blue-200 td,
.table-c-blue-200 thead th,
.table-c-blue-200 tbody + tbody {
  border-color: #c5e3fc;
}

.table-hover .table-c-blue-200:hover {
  background-color: #c8e4fb;
}
.table-hover .table-c-blue-200:hover > td,
.table-hover .table-c-blue-200:hover > th {
  background-color: #c8e4fb;
}

.table-c-blue-300,
.table-c-blue-300 > th,
.table-c-blue-300 > td {
  background-color: #d4eafc;
}
.table-c-blue-300 th,
.table-c-blue-300 td,
.table-c-blue-300 thead th,
.table-c-blue-300 tbody + tbody {
  border-color: #aed9fa;
}

.table-hover .table-c-blue-300:hover {
  background-color: #bcdefa;
}
.table-hover .table-c-blue-300:hover > td,
.table-hover .table-c-blue-300:hover > th {
  background-color: #bcdefa;
}

.table-c-blue-400,
.table-c-blue-400 > th,
.table-c-blue-400 > td {
  background-color: #cae6fc;
}
.table-c-blue-400 th,
.table-c-blue-400 td,
.table-c-blue-400 thead th,
.table-c-blue-400 tbody + tbody {
  border-color: #9dd0fa;
}

.table-hover .table-c-blue-400:hover {
  background-color: #b2dbfb;
}
.table-hover .table-c-blue-400:hover > td,
.table-hover .table-c-blue-400:hover > th {
  background-color: #b2dbfb;
}

.table-c-blue-500,
.table-c-blue-500 > th,
.table-c-blue-500 > td {
  background-color: #c1e2fc;
}
.table-c-blue-500 th,
.table-c-blue-500 td,
.table-c-blue-500 thead th,
.table-c-blue-500 tbody + tbody {
  border-color: #8cc8f9;
}

.table-hover .table-c-blue-500:hover {
  background-color: #a9d7fb;
}
.table-hover .table-c-blue-500:hover > td,
.table-hover .table-c-blue-500:hover > th {
  background-color: #a9d7fb;
}

.table-c-blue-600,
.table-c-blue-600 > th,
.table-c-blue-600 > td {
  background-color: #c0def8;
}
.table-c-blue-600 th,
.table-c-blue-600 td,
.table-c-blue-600 thead th,
.table-c-blue-600 tbody + tbody {
  border-color: #8ac1f1;
}

.table-hover .table-c-blue-600:hover {
  background-color: #a9d2f5;
}
.table-hover .table-c-blue-600:hover > td,
.table-hover .table-c-blue-600:hover > th {
  background-color: #a9d2f5;
}

.table-c-blue-700,
.table-c-blue-700 > th,
.table-c-blue-700 > td {
  background-color: #bfd9f2;
}
.table-c-blue-700 th,
.table-c-blue-700 td,
.table-c-blue-700 thead th,
.table-c-blue-700 tbody + tbody {
  border-color: #87b8e8;
}

.table-hover .table-c-blue-700:hover {
  background-color: #aaccee;
}
.table-hover .table-c-blue-700:hover > td,
.table-hover .table-c-blue-700:hover > th {
  background-color: #aaccee;
}

.table-c-blue-800,
.table-c-blue-800 > th,
.table-c-blue-800 > td {
  background-color: #bdd4ed;
}
.table-c-blue-800 th,
.table-c-blue-800 td,
.table-c-blue-800 thead th,
.table-c-blue-800 tbody + tbody {
  border-color: #85afde;
}

.table-hover .table-c-blue-800:hover {
  background-color: #a9c7e8;
}
.table-hover .table-c-blue-800:hover > td,
.table-hover .table-c-blue-800:hover > th {
  background-color: #a9c7e8;
}

.table-c-blue-900,
.table-c-blue-900 > th,
.table-c-blue-900 > td {
  background-color: #bbcbe5;
}
.table-c-blue-900 th,
.table-c-blue-900 td,
.table-c-blue-900 thead th,
.table-c-blue-900 tbody + tbody {
  border-color: #819fce;
}

.table-hover .table-c-blue-900:hover {
  background-color: #a9bdde;
}
.table-hover .table-c-blue-900:hover > td,
.table-hover .table-c-blue-900:hover > th {
  background-color: #a9bdde;
}

.table-c-blue-a100,
.table-c-blue-a100 > th,
.table-c-blue-a100 > td {
  background-color: #dce9ff;
}
.table-c-blue-a100 th,
.table-c-blue-a100 td,
.table-c-blue-a100 thead th,
.table-c-blue-a100 tbody + tbody {
  border-color: #bed6ff;
}

.table-hover .table-c-blue-a100:hover {
  background-color: #c3d9ff;
}
.table-hover .table-c-blue-a100:hover > td,
.table-hover .table-c-blue-a100:hover > th {
  background-color: #c3d9ff;
}

.table-c-blue-a200,
.table-c-blue-a200 > th,
.table-c-blue-a200 > td {
  background-color: #cbdeff;
}
.table-c-blue-a200 th,
.table-c-blue-a200 td,
.table-c-blue-a200 thead th,
.table-c-blue-a200 tbody + tbody {
  border-color: #9ec2ff;
}

.table-hover .table-c-blue-a200:hover {
  background-color: #b2ceff;
}
.table-hover .table-c-blue-a200:hover > td,
.table-hover .table-c-blue-a200:hover > th {
  background-color: #b2ceff;
}

.table-c-blue-a400,
.table-c-blue-a400 > th,
.table-c-blue-a400 > td {
  background-color: #c3d9ff;
}
.table-c-blue-a400 th,
.table-c-blue-a400 td,
.table-c-blue-a400 thead th,
.table-c-blue-a400 tbody + tbody {
  border-color: #90b9ff;
}

.table-hover .table-c-blue-a400:hover {
  background-color: #aac9ff;
}
.table-hover .table-c-blue-a400:hover > td,
.table-hover .table-c-blue-a400:hover > th {
  background-color: #aac9ff;
}

.table-c-blue-a700,
.table-c-blue-a700 > th,
.table-c-blue-a700 > td {
  background-color: #c3d3ff;
}
.table-c-blue-a700 th,
.table-c-blue-a700 td,
.table-c-blue-a700 thead th,
.table-c-blue-a700 tbody + tbody {
  border-color: #90adff;
}

.table-hover .table-c-blue-a700:hover {
  background-color: #aac0ff;
}
.table-hover .table-c-blue-a700:hover > td,
.table-hover .table-c-blue-a700:hover > th {
  background-color: #aac0ff;
}

.table-c-light-blue-50,
.table-c-light-blue-50 > th,
.table-c-light-blue-50 > td {
  background-color: #f7fcff;
}
.table-c-light-blue-50 th,
.table-c-light-blue-50 td,
.table-c-light-blue-50 thead th,
.table-c-light-blue-50 tbody + tbody {
  border-color: #effafe;
}

.table-hover .table-c-light-blue-50:hover {
  background-color: #def2ff;
}
.table-hover .table-c-light-blue-50:hover > td,
.table-hover .table-c-light-blue-50:hover > th {
  background-color: #def2ff;
}

.table-c-light-blue-100,
.table-c-light-blue-100 > th,
.table-c-light-blue-100 > td {
  background-color: #eaf8fe;
}
.table-c-light-blue-100 th,
.table-c-light-blue-100 td,
.table-c-light-blue-100 thead th,
.table-c-light-blue-100 tbody + tbody {
  border-color: #d7f1fd;
}

.table-hover .table-c-light-blue-100:hover {
  background-color: #d2f0fd;
}
.table-hover .table-c-light-blue-100:hover > td,
.table-hover .table-c-light-blue-100:hover > th {
  background-color: #d2f0fd;
}

.table-c-light-blue-200,
.table-c-light-blue-200 > th,
.table-c-light-blue-200 > td {
  background-color: #dcf3fe;
}
.table-c-light-blue-200 th,
.table-c-light-blue-200 td,
.table-c-light-blue-200 thead th,
.table-c-light-blue-200 tbody + tbody {
  border-color: #bde9fc;
}

.table-hover .table-c-light-blue-200:hover {
  background-color: #c3ebfd;
}
.table-hover .table-c-light-blue-200:hover > td,
.table-hover .table-c-light-blue-200:hover > th {
  background-color: #c3ebfd;
}

.table-c-light-blue-300,
.table-c-light-blue-300 > th,
.table-c-light-blue-300 > td {
  background-color: #ceeefd;
}
.table-c-light-blue-300 th,
.table-c-light-blue-300 td,
.table-c-light-blue-300 thead th,
.table-c-light-blue-300 tbody + tbody {
  border-color: #a3e0fb;
}

.table-hover .table-c-light-blue-300:hover {
  background-color: #b6e6fc;
}
.table-hover .table-c-light-blue-300:hover > td,
.table-hover .table-c-light-blue-300:hover > th {
  background-color: #b6e6fc;
}

.table-c-light-blue-400,
.table-c-light-blue-400 > th,
.table-c-light-blue-400 > td {
  background-color: #c3ebfc;
}
.table-c-light-blue-400 th,
.table-c-light-blue-400 td,
.table-c-light-blue-400 thead th,
.table-c-light-blue-400 tbody + tbody {
  border-color: #90d9fa;
}

.table-hover .table-c-light-blue-400:hover {
  background-color: #abe3fb;
}
.table-hover .table-c-light-blue-400:hover > td,
.table-hover .table-c-light-blue-400:hover > th {
  background-color: #abe3fb;
}

.table-c-light-blue-500,
.table-c-light-blue-500 > th,
.table-c-light-blue-500 > td {
  background-color: #b8e7fc;
}
.table-c-light-blue-500 th,
.table-c-light-blue-500 td,
.table-c-light-blue-500 thead th,
.table-c-light-blue-500 tbody + tbody {
  border-color: #7cd2f9;
}

.table-hover .table-c-light-blue-500:hover {
  background-color: #a0dffb;
}
.table-hover .table-c-light-blue-500:hover > td,
.table-hover .table-c-light-blue-500:hover > th {
  background-color: #a0dffb;
}

.table-c-light-blue-600,
.table-c-light-blue-600 > th,
.table-c-light-blue-600 > td {
  background-color: #b8e3f8;
}
.table-c-light-blue-600 th,
.table-c-light-blue-600 td,
.table-c-light-blue-600 thead th,
.table-c-light-blue-600 tbody + tbody {
  border-color: #7ccbf1;
}

.table-hover .table-c-light-blue-600:hover {
  background-color: #a1daf6;
}
.table-hover .table-c-light-blue-600:hover > td,
.table-hover .table-c-light-blue-600:hover > th {
  background-color: #a1daf6;
}

.table-c-light-blue-700,
.table-c-light-blue-700 > th,
.table-c-light-blue-700 > td {
  background-color: #b8def2;
}
.table-c-light-blue-700 th,
.table-c-light-blue-700 td,
.table-c-light-blue-700 thead th,
.table-c-light-blue-700 tbody + tbody {
  border-color: #7bc1e7;
}

.table-hover .table-c-light-blue-700:hover {
  background-color: #a2d4ee;
}
.table-hover .table-c-light-blue-700:hover > td,
.table-hover .table-c-light-blue-700:hover > th {
  background-color: #a2d4ee;
}

.table-c-light-blue-800,
.table-c-light-blue-800 > th,
.table-c-light-blue-800 > td {
  background-color: #b8d9ed;
}
.table-c-light-blue-800 th,
.table-c-light-blue-800 td,
.table-c-light-blue-800 thead th,
.table-c-light-blue-800 tbody + tbody {
  border-color: #7bb8dd;
}

.table-hover .table-c-light-blue-800:hover {
  background-color: #a4cee8;
}
.table-hover .table-c-light-blue-800:hover > td,
.table-hover .table-c-light-blue-800:hover > th {
  background-color: #a4cee8;
}

.table-c-light-blue-900,
.table-c-light-blue-900 > th,
.table-c-light-blue-900 > td {
  background-color: #b8d0e3;
}
.table-c-light-blue-900 th,
.table-c-light-blue-900 td,
.table-c-light-blue-900 thead th,
.table-c-light-blue-900 tbody + tbody {
  border-color: #7ba8cb;
}

.table-hover .table-c-light-blue-900:hover {
  background-color: #a6c4dc;
}
.table-hover .table-c-light-blue-900:hover > td,
.table-hover .table-c-light-blue-900:hover > th {
  background-color: #a6c4dc;
}

.table-c-light-blue-a100,
.table-c-light-blue-a100 > th,
.table-c-light-blue-a100 > td {
  background-color: #dbf4ff;
}
.table-c-light-blue-a100 th,
.table-c-light-blue-a100 td,
.table-c-light-blue-a100 thead th,
.table-c-light-blue-a100 tbody + tbody {
  border-color: #bdebff;
}

.table-hover .table-c-light-blue-a100:hover {
  background-color: #c2ecff;
}
.table-hover .table-c-light-blue-a100:hover > td,
.table-hover .table-c-light-blue-a100:hover > th {
  background-color: #c2ecff;
}

.table-c-light-blue-a200,
.table-c-light-blue-a200 > th,
.table-c-light-blue-a200 > td {
  background-color: #caeeff;
}
.table-c-light-blue-a200 th,
.table-c-light-blue-a200 td,
.table-c-light-blue-a200 thead th,
.table-c-light-blue-a200 tbody + tbody {
  border-color: #9ce0ff;
}

.table-hover .table-c-light-blue-a200:hover {
  background-color: #b1e6ff;
}
.table-hover .table-c-light-blue-a200:hover > td,
.table-hover .table-c-light-blue-a200:hover > th {
  background-color: #b1e6ff;
}

.table-c-light-blue-a400,
.table-c-light-blue-a400 > th,
.table-c-light-blue-a400 > td {
  background-color: #b8e9ff;
}
.table-c-light-blue-a400 th,
.table-c-light-blue-a400 td,
.table-c-light-blue-a400 thead th,
.table-c-light-blue-a400 tbody + tbody {
  border-color: #7ad6ff;
}

.table-hover .table-c-light-blue-a400:hover {
  background-color: #9fe1ff;
}
.table-hover .table-c-light-blue-a400:hover > td,
.table-hover .table-c-light-blue-a400:hover > th {
  background-color: #9fe1ff;
}

.table-c-light-blue-a700,
.table-c-light-blue-a700 > th,
.table-c-light-blue-a700 > td {
  background-color: #b8e0f9;
}
.table-c-light-blue-a700 th,
.table-c-light-blue-a700 td,
.table-c-light-blue-a700 thead th,
.table-c-light-blue-a700 tbody + tbody {
  border-color: #7ac6f4;
}

.table-hover .table-c-light-blue-a700:hover {
  background-color: #a0d6f7;
}
.table-hover .table-c-light-blue-a700:hover > td,
.table-hover .table-c-light-blue-a700:hover > th {
  background-color: #a0d6f7;
}

.table-c-cyan-50,
.table-c-cyan-50 > th,
.table-c-cyan-50 > td {
  background-color: #f6fdfe;
}
.table-c-cyan-50 th,
.table-c-cyan-50 td,
.table-c-cyan-50 thead th,
.table-c-cyan-50 tbody + tbody {
  border-color: #effbfc;
}

.table-hover .table-c-cyan-50:hover {
  background-color: #dff8fb;
}
.table-hover .table-c-cyan-50:hover > td,
.table-hover .table-c-cyan-50:hover > th {
  background-color: #dff8fb;
}

.table-c-cyan-100,
.table-c-cyan-100 > th,
.table-c-cyan-100 > td {
  background-color: #e9f9fb;
}
.table-c-cyan-100 th,
.table-c-cyan-100 td,
.table-c-cyan-100 thead th,
.table-c-cyan-100 tbody + tbody {
  border-color: #d7f5f8;
}

.table-hover .table-c-cyan-100:hover {
  background-color: #d3f3f7;
}
.table-hover .table-c-cyan-100:hover > td,
.table-hover .table-c-cyan-100:hover > th {
  background-color: #d3f3f7;
}

.table-c-cyan-200,
.table-c-cyan-200 > th,
.table-c-cyan-200 > td {
  background-color: #dbf6f9;
}
.table-c-cyan-200 th,
.table-c-cyan-200 td,
.table-c-cyan-200 thead th,
.table-c-cyan-200 tbody + tbody {
  border-color: #bdeef4;
}

.table-hover .table-c-cyan-200:hover {
  background-color: #c5f1f5;
}
.table-hover .table-c-cyan-200:hover > td,
.table-hover .table-c-cyan-200:hover > th {
  background-color: #c5f1f5;
}

.table-c-cyan-300,
.table-c-cyan-300 > th,
.table-c-cyan-300 > td {
  background-color: #cdf2f7;
}
.table-c-cyan-300 th,
.table-c-cyan-300 td,
.table-c-cyan-300 thead th,
.table-c-cyan-300 tbody + tbody {
  border-color: #a2e7ef;
}

.table-hover .table-c-cyan-300:hover {
  background-color: #b7ecf3;
}
.table-hover .table-c-cyan-300:hover > td,
.table-hover .table-c-cyan-300:hover > th {
  background-color: #b7ecf3;
}

.table-c-cyan-400,
.table-c-cyan-400 > th,
.table-c-cyan-400 > td {
  background-color: #c2eff5;
}
.table-c-cyan-400 th,
.table-c-cyan-400 td,
.table-c-cyan-400 thead th,
.table-c-cyan-400 tbody + tbody {
  border-color: #8ee1ec;
}

.table-hover .table-c-cyan-400:hover {
  background-color: #ace9f1;
}
.table-hover .table-c-cyan-400:hover > td,
.table-hover .table-c-cyan-400:hover > th {
  background-color: #ace9f1;
}

.table-c-cyan-500,
.table-c-cyan-500 > th,
.table-c-cyan-500 > td {
  background-color: #b8ecf3;
}
.table-c-cyan-500 th,
.table-c-cyan-500 td,
.table-c-cyan-500 thead th,
.table-c-cyan-500 tbody + tbody {
  border-color: #7adce9;
}

.table-hover .table-c-cyan-500:hover {
  background-color: #a2e6ef;
}
.table-hover .table-c-cyan-500:hover > td,
.table-hover .table-c-cyan-500:hover > th {
  background-color: #a2e6ef;
}

.table-c-cyan-600,
.table-c-cyan-600 > th,
.table-c-cyan-600 > td {
  background-color: #b8e8ee;
}
.table-c-cyan-600 th,
.table-c-cyan-600 td,
.table-c-cyan-600 thead th,
.table-c-cyan-600 tbody + tbody {
  border-color: #7ad4df;
}

.table-hover .table-c-cyan-600:hover {
  background-color: #a3e1e9;
}
.table-hover .table-c-cyan-600:hover > td,
.table-hover .table-c-cyan-600:hover > th {
  background-color: #a3e1e9;
}

.table-c-cyan-700,
.table-c-cyan-700 > th,
.table-c-cyan-700 > td {
  background-color: #b8e2e6;
}
.table-c-cyan-700 th,
.table-c-cyan-700 td,
.table-c-cyan-700 thead th,
.table-c-cyan-700 tbody + tbody {
  border-color: #7ac9d1;
}

.table-hover .table-c-cyan-700:hover {
  background-color: #a5dadf;
}
.table-hover .table-c-cyan-700:hover > td,
.table-hover .table-c-cyan-700:hover > th {
  background-color: #a5dadf;
}

.table-c-cyan-800,
.table-c-cyan-800 > th,
.table-c-cyan-800 > td {
  background-color: #b8dce0;
}
.table-c-cyan-800 th,
.table-c-cyan-800 td,
.table-c-cyan-800 thead th,
.table-c-cyan-800 tbody + tbody {
  border-color: #7abfc5;
}

.table-hover .table-c-cyan-800:hover {
  background-color: #a6d3d8;
}
.table-hover .table-c-cyan-800:hover > td,
.table-hover .table-c-cyan-800:hover > th {
  background-color: #a6d3d8;
}

.table-c-cyan-900,
.table-c-cyan-900 > th,
.table-c-cyan-900 > td {
  background-color: #b8d2d4;
}
.table-c-cyan-900 th,
.table-c-cyan-900 td,
.table-c-cyan-900 thead th,
.table-c-cyan-900 tbody + tbody {
  border-color: #7aacae;
}

.table-hover .table-c-cyan-900:hover {
  background-color: #a8c8ca;
}
.table-hover .table-c-cyan-900:hover > td,
.table-hover .table-c-cyan-900:hover > th {
  background-color: #a8c8ca;
}

.table-c-cyan-a100,
.table-c-cyan-a100 > th,
.table-c-cyan-a100 > td {
  background-color: #ddffff;
}
.table-c-cyan-a100 th,
.table-c-cyan-a100 td,
.table-c-cyan-a100 thead th,
.table-c-cyan-a100 tbody + tbody {
  border-color: #bfffff;
}

.table-hover .table-c-cyan-a100:hover {
  background-color: #c4ffff;
}
.table-hover .table-c-cyan-a100:hover > td,
.table-hover .table-c-cyan-a100:hover > th {
  background-color: #c4ffff;
}

.table-c-cyan-a200,
.table-c-cyan-a200 > th,
.table-c-cyan-a200 > td {
  background-color: #beffff;
}
.table-c-cyan-a200 th,
.table-c-cyan-a200 td,
.table-c-cyan-a200 thead th,
.table-c-cyan-a200 tbody + tbody {
  border-color: #87ffff;
}

.table-hover .table-c-cyan-a200:hover {
  background-color: #a5ffff;
}
.table-hover .table-c-cyan-a200:hover > td,
.table-hover .table-c-cyan-a200:hover > th {
  background-color: #a5ffff;
}

.table-c-cyan-a400,
.table-c-cyan-a400 > th,
.table-c-cyan-a400 > td {
  background-color: #b8f8ff;
}
.table-c-cyan-a400 th,
.table-c-cyan-a400 td,
.table-c-cyan-a400 thead th,
.table-c-cyan-a400 tbody + tbody {
  border-color: #7af1ff;
}

.table-hover .table-c-cyan-a400:hover {
  background-color: #9ff5ff;
}
.table-hover .table-c-cyan-a400:hover > td,
.table-hover .table-c-cyan-a400:hover > th {
  background-color: #9ff5ff;
}

.table-c-cyan-a700,
.table-c-cyan-a700 > th,
.table-c-cyan-a700 > td {
  background-color: #b8ebf3;
}
.table-c-cyan-a700 th,
.table-c-cyan-a700 td,
.table-c-cyan-a700 thead th,
.table-c-cyan-a700 tbody + tbody {
  border-color: #7adae9;
}

.table-hover .table-c-cyan-a700:hover {
  background-color: #a2e5ef;
}
.table-hover .table-c-cyan-a700:hover > td,
.table-hover .table-c-cyan-a700:hover > th {
  background-color: #a2e5ef;
}

.table-c-teal-50,
.table-c-teal-50 > th,
.table-c-teal-50 > td {
  background-color: #f6fbfb;
}
.table-c-teal-50 th,
.table-c-teal-50 td,
.table-c-teal-50 thead th,
.table-c-teal-50 tbody + tbody {
  border-color: #eff8f8;
}

.table-hover .table-c-teal-50:hover {
  background-color: #e4f3f3;
}
.table-hover .table-c-teal-50:hover > td,
.table-hover .table-c-teal-50:hover > th {
  background-color: #e4f3f3;
}

.table-c-teal-100,
.table-c-teal-100 > th,
.table-c-teal-100 > td {
  background-color: #e9f6f5;
}
.table-c-teal-100 th,
.table-c-teal-100 td,
.table-c-teal-100 thead th,
.table-c-teal-100 tbody + tbody {
  border-color: #d7eeec;
}

.table-hover .table-c-teal-100:hover {
  background-color: #d7efed;
}
.table-hover .table-c-teal-100:hover > td,
.table-hover .table-c-teal-100:hover > th {
  background-color: #d7efed;
}

.table-c-teal-200,
.table-c-teal-200 > th,
.table-c-teal-200 > td {
  background-color: #dbf0ee;
}
.table-c-teal-200 th,
.table-c-teal-200 td,
.table-c-teal-200 thead th,
.table-c-teal-200 tbody + tbody {
  border-color: #bde4e0;
}

.table-hover .table-c-teal-200:hover {
  background-color: #c9e9e6;
}
.table-hover .table-c-teal-200:hover > td,
.table-hover .table-c-teal-200:hover > th {
  background-color: #c9e9e6;
}

.table-c-teal-300,
.table-c-teal-300 > th,
.table-c-teal-300 > td {
  background-color: #cdebe8;
}
.table-c-teal-300 th,
.table-c-teal-300 td,
.table-c-teal-300 thead th,
.table-c-teal-300 tbody + tbody {
  border-color: #a2d9d4;
}

.table-hover .table-c-teal-300:hover {
  background-color: #bbe4e0;
}
.table-hover .table-c-teal-300:hover > td,
.table-hover .table-c-teal-300:hover > th {
  background-color: #bbe4e0;
}

.table-c-teal-400,
.table-c-teal-400 > th,
.table-c-teal-400 > td {
  background-color: #c2e6e3;
}
.table-c-teal-400 th,
.table-c-teal-400 td,
.table-c-teal-400 thead th,
.table-c-teal-400 tbody + tbody {
  border-color: #8ed1ca;
}

.table-hover .table-c-teal-400:hover {
  background-color: #b0dfdb;
}
.table-hover .table-c-teal-400:hover > td,
.table-hover .table-c-teal-400:hover > th {
  background-color: #b0dfdb;
}

.table-c-teal-500,
.table-c-teal-500 > th,
.table-c-teal-500 > td {
  background-color: #c2e6e3;
}
.table-c-teal-500 th,
.table-c-teal-500 td,
.table-c-teal-500 thead th,
.table-c-teal-500 tbody + tbody {
  border-color: #8ed1ca;
}

.table-hover .table-c-teal-500:hover {
  background-color: #b0dfdb;
}
.table-hover .table-c-teal-500:hover > td,
.table-hover .table-c-teal-500:hover > th {
  background-color: #b0dfdb;
}

.table-c-teal-600,
.table-c-teal-600 > th,
.table-c-teal-600 > td {
  background-color: #b8deda;
}
.table-c-teal-600 th,
.table-c-teal-600 td,
.table-c-teal-600 thead th,
.table-c-teal-600 tbody + tbody {
  border-color: #7ac2ba;
}

.table-hover .table-c-teal-600:hover {
  background-color: #a7d6d1;
}
.table-hover .table-c-teal-600:hover > td,
.table-hover .table-c-teal-600:hover > th {
  background-color: #a7d6d1;
}

.table-c-teal-700,
.table-c-teal-700 > th,
.table-c-teal-700 > td {
  background-color: #b8d9d6;
}
.table-c-teal-700 th,
.table-c-teal-700 td,
.table-c-teal-700 thead th,
.table-c-teal-700 tbody + tbody {
  border-color: #7ab9b2;
}

.table-hover .table-c-teal-700:hover {
  background-color: #a7d0cc;
}
.table-hover .table-c-teal-700:hover > td,
.table-hover .table-c-teal-700:hover > th {
  background-color: #a7d0cc;
}

.table-c-teal-800,
.table-c-teal-800 > th,
.table-c-teal-800 > td {
  background-color: #b8d5d1;
}
.table-c-teal-800 th,
.table-c-teal-800 td,
.table-c-teal-800 thead th,
.table-c-teal-800 tbody + tbody {
  border-color: #7ab1aa;
}

.table-hover .table-c-teal-800:hover {
  background-color: #a8ccc7;
}
.table-hover .table-c-teal-800:hover > td,
.table-hover .table-c-teal-800:hover > th {
  background-color: #a8ccc7;
}

.table-c-teal-900,
.table-c-teal-900 > th,
.table-c-teal-900 > td {
  background-color: #b8cdca;
}
.table-c-teal-900 th,
.table-c-teal-900 td,
.table-c-teal-900 thead th,
.table-c-teal-900 tbody + tbody {
  border-color: #7aa29c;
}

.table-hover .table-c-teal-900:hover {
  background-color: #a9c2bf;
}
.table-hover .table-c-teal-900:hover > td,
.table-hover .table-c-teal-900:hover > th {
  background-color: #a9c2bf;
}

.table-c-teal-a100,
.table-c-teal-a100 > th,
.table-c-teal-a100 > td {
  background-color: #e6fff9;
}
.table-c-teal-a100 th,
.table-c-teal-a100 td,
.table-c-teal-a100 thead th,
.table-c-teal-a100 tbody + tbody {
  border-color: #d1fff5;
}

.table-hover .table-c-teal-a100:hover {
  background-color: #cdfff3;
}
.table-hover .table-c-teal-a100:hover > td,
.table-hover .table-c-teal-a100:hover > th {
  background-color: #cdfff3;
}

.table-c-teal-a200,
.table-c-teal-a200 > th,
.table-c-teal-a200 > td {
  background-color: #d4fff5;
}
.table-c-teal-a200 th,
.table-c-teal-a200 td,
.table-c-teal-a200 thead th,
.table-c-teal-a200 tbody + tbody {
  border-color: #aeffec;
}

.table-hover .table-c-teal-a200:hover {
  background-color: #bbffef;
}
.table-hover .table-c-teal-a200:hover > td,
.table-hover .table-c-teal-a200:hover > th {
  background-color: #bbffef;
}

.table-c-teal-a400,
.table-c-teal-a400 > th,
.table-c-teal-a400 > td {
  background-color: #c0f9eb;
}
.table-c-teal-a400 th,
.table-c-teal-a400 td,
.table-c-teal-a400 thead th,
.table-c-teal-a400 tbody + tbody {
  border-color: #89f4d9;
}

.table-hover .table-c-teal-a400:hover {
  background-color: #a9f7e4;
}
.table-hover .table-c-teal-a400:hover > td,
.table-hover .table-c-teal-a400:hover > th {
  background-color: #a9f7e4;
}

.table-c-teal-a700,
.table-c-teal-a700 > th,
.table-c-teal-a700 > td {
  background-color: #b8ede6;
}
.table-c-teal-a700 th,
.table-c-teal-a700 td,
.table-c-teal-a700 thead th,
.table-c-teal-a700 tbody + tbody {
  border-color: #7aded0;
}

.table-hover .table-c-teal-a700:hover {
  background-color: #a4e8df;
}
.table-hover .table-c-teal-a700:hover > td,
.table-hover .table-c-teal-a700:hover > th {
  background-color: #a4e8df;
}

.table-c-green-50,
.table-c-green-50 > th,
.table-c-green-50 > td {
  background-color: #f9fcf9;
}
.table-c-green-50 th,
.table-c-green-50 td,
.table-c-green-50 thead th,
.table-c-green-50 tbody + tbody {
  border-color: #f3faf4;
}

.table-hover .table-c-green-50:hover {
  background-color: #e8f4e8;
}
.table-hover .table-c-green-50:hover > td,
.table-hover .table-c-green-50:hover > th {
  background-color: #e8f4e8;
}

.table-c-green-100,
.table-c-green-100 > th,
.table-c-green-100 > td {
  background-color: #f0f8f0;
}
.table-c-green-100 th,
.table-c-green-100 td,
.table-c-green-100 thead th,
.table-c-green-100 tbody + tbody {
  border-color: #e2f2e3;
}

.table-hover .table-c-green-100:hover {
  background-color: #dff0df;
}
.table-hover .table-c-green-100:hover > td,
.table-hover .table-c-green-100:hover > th {
  background-color: #dff0df;
}

.table-c-green-200,
.table-c-green-200 > th,
.table-c-green-200 > td {
  background-color: #e6f4e6;
}
.table-c-green-200 th,
.table-c-green-200 td,
.table-c-green-200 thead th,
.table-c-green-200 tbody + tbody {
  border-color: #d0ead1;
}

.table-hover .table-c-green-200:hover {
  background-color: #d4ecd4;
}
.table-hover .table-c-green-200:hover > td,
.table-hover .table-c-green-200:hover > th {
  background-color: #d4ecd4;
}

.table-c-green-300,
.table-c-green-300 > th,
.table-c-green-300 > td {
  background-color: #dcefdd;
}
.table-c-green-300 th,
.table-c-green-300 td,
.table-c-green-300 thead th,
.table-c-green-300 tbody + tbody {
  border-color: #bde2bf;
}

.table-hover .table-c-green-300:hover {
  background-color: #cbe7cc;
}
.table-hover .table-c-green-300:hover > td,
.table-hover .table-c-green-300:hover > th {
  background-color: #cbe7cc;
}

.table-c-green-400,
.table-c-green-400 > th,
.table-c-green-400 > td {
  background-color: #d4ecd5;
}
.table-c-green-400 th,
.table-c-green-400 td,
.table-c-green-400 thead th,
.table-c-green-400 tbody + tbody {
  border-color: #afdcb2;
}

.table-hover .table-c-green-400:hover {
  background-color: #c2e4c4;
}
.table-hover .table-c-green-400:hover > td,
.table-hover .table-c-green-400:hover > th {
  background-color: #c2e4c4;
}

.table-c-green-500,
.table-c-green-500 > th,
.table-c-green-500 > td {
  background-color: #cde9ce;
}
.table-c-green-500 th,
.table-c-green-500 td,
.table-c-green-500 thead th,
.table-c-green-500 tbody + tbody {
  border-color: #a2d5a4;
}

.table-hover .table-c-green-500:hover {
  background-color: #bbe1bd;
}
.table-hover .table-c-green-500:hover > td,
.table-hover .table-c-green-500:hover > th {
  background-color: #bbe1bd;
}

.table-c-green-600,
.table-c-green-600 > th,
.table-c-green-600 > td {
  background-color: #cae4cb;
}
.table-c-green-600 th,
.table-c-green-600 td,
.table-c-green-600 thead th,
.table-c-green-600 tbody + tbody {
  border-color: #9dce9f;
}

.table-hover .table-c-green-600:hover {
  background-color: #b9dbba;
}
.table-hover .table-c-green-600:hover > td,
.table-hover .table-c-green-600:hover > th {
  background-color: #b9dbba;
}

.table-c-green-700,
.table-c-green-700 > th,
.table-c-green-700 > td {
  background-color: #c7dfc8;
}
.table-c-green-700 th,
.table-c-green-700 td,
.table-c-green-700 thead th,
.table-c-green-700 tbody + tbody {
  border-color: #98c49a;
}

.table-hover .table-c-green-700:hover {
  background-color: #b7d6b8;
}
.table-hover .table-c-green-700:hover > td,
.table-hover .table-c-green-700:hover > th {
  background-color: #b7d6b8;
}

.table-c-green-800,
.table-c-green-800 > th,
.table-c-green-800 > td {
  background-color: #c4dbc6;
}
.table-c-green-800 th,
.table-c-green-800 td,
.table-c-green-800 thead th,
.table-c-green-800 tbody + tbody {
  border-color: #92bb94;
}

.table-hover .table-c-green-800:hover {
  background-color: #b4d1b7;
}
.table-hover .table-c-green-800:hover > td,
.table-hover .table-c-green-800:hover > th {
  background-color: #b4d1b7;
}

.table-c-green-900,
.table-c-green-900 > th,
.table-c-green-900 > td {
  background-color: #bfd2c1;
}
.table-c-green-900 th,
.table-c-green-900 td,
.table-c-green-900 thead th,
.table-c-green-900 tbody + tbody {
  border-color: #88ab8b;
}

.table-hover .table-c-green-900:hover {
  background-color: #b0c7b2;
}
.table-hover .table-c-green-900:hover > td,
.table-hover .table-c-green-900:hover > th {
  background-color: #b0c7b2;
}

.table-c-green-a100,
.table-c-green-a100 > th,
.table-c-green-a100 > td {
  background-color: #ebfcf0;
}
.table-c-green-a100 th,
.table-c-green-a100 td,
.table-c-green-a100 thead th,
.table-c-green-a100 tbody + tbody {
  border-color: #dbfae3;
}

.table-hover .table-c-green-a100:hover {
  background-color: #d5f9df;
}
.table-hover .table-c-green-a100:hover > td,
.table-hover .table-c-green-a100:hover > th {
  background-color: #d5f9df;
}

.table-c-green-a200,
.table-c-green-a200 > th,
.table-c-green-a200 > td {
  background-color: #d5fbe8;
}
.table-c-green-a200 th,
.table-c-green-a200 td,
.table-c-green-a200 thead th,
.table-c-green-a200 tbody + tbody {
  border-color: #b1f7d5;
}

.table-hover .table-c-green-a200:hover {
  background-color: #bef9db;
}
.table-hover .table-c-green-a200:hover > td,
.table-hover .table-c-green-a200:hover > th {
  background-color: #bef9db;
}

.table-c-green-a400,
.table-c-green-a400 > th,
.table-c-green-a400 > td {
  background-color: #b8f8d9;
}
.table-c-green-a400 th,
.table-c-green-a400 td,
.table-c-green-a400 thead th,
.table-c-green-a400 tbody + tbody {
  border-color: #7af2b8;
}

.table-hover .table-c-green-a400:hover {
  background-color: #a1f6cd;
}
.table-hover .table-c-green-a400:hover > td,
.table-hover .table-c-green-a400:hover > th {
  background-color: #a1f6cd;
}

.table-c-green-a700,
.table-c-green-a700 > th,
.table-c-green-a700 > td {
  background-color: #b8f0cf;
}
.table-c-green-a700 th,
.table-c-green-a700 td,
.table-c-green-a700 thead th,
.table-c-green-a700 tbody + tbody {
  border-color: #7ae2a6;
}

.table-hover .table-c-green-a700:hover {
  background-color: #a3ecc1;
}
.table-hover .table-c-green-a700:hover > td,
.table-hover .table-c-green-a700:hover > th {
  background-color: #a3ecc1;
}

.table-c-light-green-50,
.table-c-light-green-50 > th,
.table-c-light-green-50 > td {
  background-color: #fbfdf9;
}
.table-c-light-green-50 th,
.table-c-light-green-50 td,
.table-c-light-green-50 thead th,
.table-c-light-green-50 tbody + tbody {
  border-color: #f8fbf4;
}

.table-hover .table-c-light-green-50:hover {
  background-color: #eef7e6;
}
.table-hover .table-c-light-green-50:hover > td,
.table-hover .table-c-light-green-50:hover > th {
  background-color: #eef7e6;
}

.table-c-light-green-100,
.table-c-light-green-100 > th,
.table-c-light-green-100 > td {
  background-color: #f5faf0;
}
.table-c-light-green-100 th,
.table-c-light-green-100 td,
.table-c-light-green-100 thead th,
.table-c-light-green-100 tbody + tbody {
  border-color: #edf6e2;
}

.table-hover .table-c-light-green-100:hover {
  background-color: #e8f4dd;
}
.table-hover .table-c-light-green-100:hover > td,
.table-hover .table-c-light-green-100:hover > th {
  background-color: #e8f4dd;
}

.table-c-light-green-200,
.table-c-light-green-200 > th,
.table-c-light-green-200 > td {
  background-color: #eff7e6;
}
.table-c-light-green-200 th,
.table-c-light-green-200 td,
.table-c-light-green-200 thead th,
.table-c-light-green-200 tbody + tbody {
  border-color: #e1efd0;
}

.table-hover .table-c-light-green-200:hover {
  background-color: #e3f1d3;
}
.table-hover .table-c-light-green-200:hover > td,
.table-hover .table-c-light-green-200:hover > th {
  background-color: #e3f1d3;
}

.table-c-light-green-300,
.table-c-light-green-300 > th,
.table-c-light-green-300 > td {
  background-color: #e8f3dc;
}
.table-c-light-green-300 th,
.table-c-light-green-300 td,
.table-c-light-green-300 thead th,
.table-c-light-green-300 tbody + tbody {
  border-color: #d5e9bd;
}

.table-hover .table-c-light-green-300:hover {
  background-color: #dcecc9;
}
.table-hover .table-c-light-green-300:hover > td,
.table-hover .table-c-light-green-300:hover > th {
  background-color: #dcecc9;
}

.table-c-light-green-400,
.table-c-light-green-400 > th,
.table-c-light-green-400 > td {
  background-color: #e3f1d4;
}
.table-c-light-green-400 th,
.table-c-light-green-400 td,
.table-c-light-green-400 thead th,
.table-c-light-green-400 tbody + tbody {
  border-color: #cce4af;
}

.table-hover .table-c-light-green-400:hover {
  background-color: #d6ebc1;
}
.table-hover .table-c-light-green-400:hover > td,
.table-hover .table-c-light-green-400:hover > th {
  background-color: #d6ebc1;
}

.table-c-light-green-500,
.table-c-light-green-500 > th,
.table-c-light-green-500 > td {
  background-color: #dfeecc;
}
.table-c-light-green-500 th,
.table-c-light-green-500 td,
.table-c-light-green-500 thead th,
.table-c-light-green-500 tbody + tbody {
  border-color: #c3e0a1;
}

.table-hover .table-c-light-green-500:hover {
  background-color: #d3e8b9;
}
.table-hover .table-c-light-green-500:hover > td,
.table-hover .table-c-light-green-500:hover > th {
  background-color: #d3e8b9;
}

.table-c-light-green-600,
.table-c-light-green-600 > th,
.table-c-light-green-600 > td {
  background-color: #daeaca;
}
.table-c-light-green-600 th,
.table-c-light-green-600 td,
.table-c-light-green-600 thead th,
.table-c-light-green-600 tbody + tbody {
  border-color: #bbd79d;
}

.table-hover .table-c-light-green-600:hover {
  background-color: #cde3b8;
}
.table-hover .table-c-light-green-600:hover > td,
.table-hover .table-c-light-green-600:hover > th {
  background-color: #cde3b8;
}

.table-c-light-green-700,
.table-c-light-green-700 > th,
.table-c-light-green-700 > td {
  background-color: #d5e4c7;
}
.table-c-light-green-700 th,
.table-c-light-green-700 td,
.table-c-light-green-700 thead th,
.table-c-light-green-700 tbody + tbody {
  border-color: #b0cd98;
}

.table-hover .table-c-light-green-700:hover {
  background-color: #c8dcb6;
}
.table-hover .table-c-light-green-700:hover > td,
.table-hover .table-c-light-green-700:hover > th {
  background-color: #c8dcb6;
}

.table-c-light-green-800,
.table-c-light-green-800 > th,
.table-c-light-green-800 > td {
  background-color: #cfdfc5;
}
.table-c-light-green-800 th,
.table-c-light-green-800 td,
.table-c-light-green-800 thead th,
.table-c-light-green-800 tbody + tbody {
  border-color: #a7c393;
}

.table-hover .table-c-light-green-800:hover {
  background-color: #c1d6b5;
}
.table-hover .table-c-light-green-800:hover > td,
.table-hover .table-c-light-green-800:hover > th {
  background-color: #c1d6b5;
}

.table-c-light-green-900,
.table-c-light-green-900 > th,
.table-c-light-green-900 > td {
  background-color: #c6d5c0;
}
.table-c-light-green-900 th,
.table-c-light-green-900 td,
.table-c-light-green-900 thead th,
.table-c-light-green-900 tbody + tbody {
  border-color: #95b18a;
}

.table-hover .table-c-light-green-900:hover {
  background-color: #b8cbb1;
}
.table-hover .table-c-light-green-900:hover > td,
.table-hover .table-c-light-green-900:hover > th {
  background-color: #b8cbb1;
}

.table-c-light-green-a100,
.table-c-light-green-a100 > th,
.table-c-light-green-a100 > td {
  background-color: #f1ffe0;
}
.table-c-light-green-a100 th,
.table-c-light-green-a100 td,
.table-c-light-green-a100 thead th,
.table-c-light-green-a100 tbody + tbody {
  border-color: #e4ffc5;
}

.table-hover .table-c-light-green-a100:hover {
  background-color: #e5ffc7;
}
.table-hover .table-c-light-green-a100:hover > td,
.table-hover .table-c-light-green-a100:hover > th {
  background-color: #e5ffc7;
}

.table-c-lime-50,
.table-c-lime-50 > th,
.table-c-lime-50 > td {
  background-color: #fdfef8;
}
.table-c-lime-50 th,
.table-c-lime-50 td,
.table-c-lime-50 thead th,
.table-c-lime-50 tbody + tbody {
  border-color: #fcfdf3;
}

.table-hover .table-c-lime-50:hover {
  background-color: #f7fbe2;
}
.table-hover .table-c-lime-50:hover > td,
.table-hover .table-c-lime-50:hover > th {
  background-color: #f7fbe2;
}

.table-c-lime-100,
.table-c-lime-100 > th,
.table-c-lime-100 > td {
  background-color: #fbfcee;
}
.table-c-lime-100 th,
.table-c-lime-100 td,
.table-c-lime-100 thead th,
.table-c-lime-100 tbody + tbody {
  border-color: #f7f9e0;
}

.table-hover .table-c-lime-100:hover {
  background-color: #f6f8d8;
}
.table-hover .table-c-lime-100:hover > td,
.table-hover .table-c-lime-100:hover > th {
  background-color: #f6f8d8;
}

.table-c-lime-200,
.table-c-lime-200 > th,
.table-c-lime-200 > td {
  background-color: #f8fae3;
}
.table-c-lime-200 th,
.table-c-lime-200 td,
.table-c-lime-200 thead th,
.table-c-lime-200 tbody + tbody {
  border-color: #f2f6cc;
}

.table-hover .table-c-lime-200:hover {
  background-color: #f3f6cd;
}
.table-hover .table-c-lime-200:hover > td,
.table-hover .table-c-lime-200:hover > th {
  background-color: #f3f6cd;
}

.table-c-lime-300,
.table-c-lime-300 > th,
.table-c-lime-300 > td {
  background-color: #f5f8d8;
}
.table-c-lime-300 th,
.table-c-lime-300 td,
.table-c-lime-300 thead th,
.table-c-lime-300 tbody + tbody {
  border-color: #edf3b7;
}

.table-hover .table-c-lime-300:hover {
  background-color: #eff4c2;
}
.table-hover .table-c-lime-300:hover > td,
.table-hover .table-c-lime-300:hover > th {
  background-color: #eff4c2;
}

.table-c-lime-400,
.table-c-lime-400 > th,
.table-c-lime-400 > td {
  background-color: #f3f7d0;
}
.table-c-lime-400 th,
.table-c-lime-400 td,
.table-c-lime-400 thead th,
.table-c-lime-400 tbody + tbody {
  border-color: #e9efa8;
}

.table-hover .table-c-lime-400:hover {
  background-color: #edf3ba;
}
.table-hover .table-c-lime-400:hover > td,
.table-hover .table-c-lime-400:hover > th {
  background-color: #edf3ba;
}

.table-c-lime-500,
.table-c-lime-500 > th,
.table-c-lime-500 > td {
  background-color: #f1f5c8;
}
.table-c-lime-500 th,
.table-c-lime-500 td,
.table-c-lime-500 thead th,
.table-c-lime-500 tbody + tbody {
  border-color: #e5ed98;
}

.table-hover .table-c-lime-500:hover {
  background-color: #ecf1b2;
}
.table-hover .table-c-lime-500:hover > td,
.table-hover .table-c-lime-500:hover > th {
  background-color: #ecf1b2;
}

.table-c-lime-600,
.table-c-lime-600 > th,
.table-c-lime-600 > td {
  background-color: #edf0c6;
}
.table-c-lime-600 th,
.table-c-lime-600 td,
.table-c-lime-600 thead th,
.table-c-lime-600 tbody + tbody {
  border-color: #dee395;
}

.table-hover .table-c-lime-600:hover {
  background-color: #e7ebb2;
}
.table-hover .table-c-lime-600:hover > td,
.table-hover .table-c-lime-600:hover > th {
  background-color: #e7ebb2;
}

.table-c-lime-700,
.table-c-lime-700 > th,
.table-c-lime-700 > td {
  background-color: #e9eac4;
}
.table-c-lime-700 th,
.table-c-lime-700 td,
.table-c-lime-700 thead th,
.table-c-lime-700 tbody + tbody {
  border-color: #d5d891;
}

.table-hover .table-c-lime-700:hover {
  background-color: #e2e3b1;
}
.table-hover .table-c-lime-700:hover > td,
.table-hover .table-c-lime-700:hover > th {
  background-color: #e2e3b1;
}

.table-c-lime-800,
.table-c-lime-800 > th,
.table-c-lime-800 > td {
  background-color: #e4e4c2;
}
.table-c-lime-800 th,
.table-c-lime-800 td,
.table-c-lime-800 thead th,
.table-c-lime-800 tbody + tbody {
  border-color: #cdcc8d;
}

.table-hover .table-c-lime-800:hover {
  background-color: #dcdcb0;
}
.table-hover .table-c-lime-800:hover > td,
.table-hover .table-c-lime-800:hover > th {
  background-color: #dcdcb0;
}

.table-c-lime-900,
.table-c-lime-900 > th,
.table-c-lime-900 > td {
  background-color: #dcd9be;
}
.table-c-lime-900 th,
.table-c-lime-900 td,
.table-c-lime-900 thead th,
.table-c-lime-900 tbody + tbody {
  border-color: #beb886;
}

.table-hover .table-c-lime-900:hover {
  background-color: #d3cfad;
}
.table-hover .table-c-lime-900:hover > td,
.table-hover .table-c-lime-900:hover > th {
  background-color: #d3cfad;
}

.table-c-lime-a100,
.table-c-lime-a100 > th,
.table-c-lime-a100 > td {
  background-color: #fcffdc;
}
.table-c-lime-a100 th,
.table-c-lime-a100 td,
.table-c-lime-a100 thead th,
.table-c-lime-a100 tbody + tbody {
  border-color: #f9ffbd;
}

.table-hover .table-c-lime-a100:hover {
  background-color: #faffc3;
}
.table-hover .table-c-lime-a100:hover > td,
.table-hover .table-c-lime-a100:hover > th {
  background-color: #faffc3;
}

.table-c-lime-a200,
.table-c-lime-a200 > th,
.table-c-lime-a200 > td {
  background-color: #faffca;
}
.table-c-lime-a200 th,
.table-c-lime-a200 td,
.table-c-lime-a200 thead th,
.table-c-lime-a200 tbody + tbody {
  border-color: #f6ff9c;
}

.table-hover .table-c-lime-a200:hover {
  background-color: #f8ffb1;
}
.table-hover .table-c-lime-a200:hover > td,
.table-hover .table-c-lime-a200:hover > th {
  background-color: #f8ffb1;
}

.table-c-lime-a400,
.table-c-lime-a400 > th,
.table-c-lime-a400 > td {
  background-color: #efffb8;
}
.table-c-lime-a400 th,
.table-c-lime-a400 td,
.table-c-lime-a400 thead th,
.table-c-lime-a400 tbody + tbody {
  border-color: #e1ff7a;
}

.table-hover .table-c-lime-a400:hover {
  background-color: #e9ff9f;
}
.table-hover .table-c-lime-a400:hover > td,
.table-hover .table-c-lime-a400:hover > th {
  background-color: #e9ff9f;
}

.table-c-lime-a700,
.table-c-lime-a700 > th,
.table-c-lime-a700 > td {
  background-color: #e8f9b8;
}
.table-c-lime-a700 th,
.table-c-lime-a700 td,
.table-c-lime-a700 thead th,
.table-c-lime-a700 tbody + tbody {
  border-color: #d5f47a;
}

.table-hover .table-c-lime-a700:hover {
  background-color: #e0f7a0;
}
.table-hover .table-c-lime-a700:hover > td,
.table-hover .table-c-lime-a700:hover > th {
  background-color: #e0f7a0;
}

.table-c-yellow-50,
.table-c-yellow-50 > th,
.table-c-yellow-50 > td {
  background-color: #fffef8;
}
.table-c-yellow-50 th,
.table-c-yellow-50 td,
.table-c-yellow-50 thead th,
.table-c-yellow-50 tbody + tbody {
  border-color: #fffef3;
}

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

.table-c-yellow-100,
.table-c-yellow-100 > th,
.table-c-yellow-100 > td {
  background-color: #fffdee;
}
.table-c-yellow-100 th,
.table-c-yellow-100 td,
.table-c-yellow-100 thead th,
.table-c-yellow-100 tbody + tbody {
  border-color: #fffce0;
}

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

.table-c-yellow-200,
.table-c-yellow-200 > th,
.table-c-yellow-200 > td {
  background-color: #fffce4;
}
.table-c-yellow-200 th,
.table-c-yellow-200 td,
.table-c-yellow-200 thead th,
.table-c-yellow-200 tbody + tbody {
  border-color: #fffacc;
}

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

.table-c-yellow-300,
.table-c-yellow-300 > th,
.table-c-yellow-300 > td {
  background-color: #fffbd9;
}
.table-c-yellow-300 th,
.table-c-yellow-300 td,
.table-c-yellow-300 thead th,
.table-c-yellow-300 tbody + tbody {
  border-color: #fff8b8;
}

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

.table-c-yellow-400,
.table-c-yellow-400 > th,
.table-c-yellow-400 > td {
  background-color: #fffad0;
}
.table-c-yellow-400 th,
.table-c-yellow-400 td,
.table-c-yellow-400 thead th,
.table-c-yellow-400 tbody + tbody {
  border-color: #fff6a8;
}

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

.table-c-yellow-500,
.table-c-yellow-500 > th,
.table-c-yellow-500 > td {
  background-color: #fff9c8;
}
.table-c-yellow-500 th,
.table-c-yellow-500 td,
.table-c-yellow-500 thead th,
.table-c-yellow-500 tbody + tbody {
  border-color: #fff599;
}

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

.table-c-yellow-600,
.table-c-yellow-600 > th,
.table-c-yellow-600 > td {
  background-color: #fef4c6;
}
.table-c-yellow-600 th,
.table-c-yellow-600 td,
.table-c-yellow-600 thead th,
.table-c-yellow-600 tbody + tbody {
  border-color: #feeb96;
}

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

.table-c-yellow-700,
.table-c-yellow-700 > th,
.table-c-yellow-700 > td {
  background-color: #feedc4;
}
.table-c-yellow-700 th,
.table-c-yellow-700 td,
.table-c-yellow-700 thead th,
.table-c-yellow-700 tbody + tbody {
  border-color: #fdde92;
}

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

.table-c-yellow-800,
.table-c-yellow-800 > th,
.table-c-yellow-800 > td {
  background-color: #fde7c2;
}
.table-c-yellow-800 th,
.table-c-yellow-800 td,
.table-c-yellow-800 thead th,
.table-c-yellow-800 tbody + tbody {
  border-color: #fcd28e;
}

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

.table-c-yellow-900,
.table-c-yellow-900 > th,
.table-c-yellow-900 > td {
  background-color: #fcdbbe;
}
.table-c-yellow-900 th,
.table-c-yellow-900 td,
.table-c-yellow-900 thead th,
.table-c-yellow-900 tbody + tbody {
  border-color: #fabc86;
}

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

.table-c-yellow-a100,
.table-c-yellow-a100 > th,
.table-c-yellow-a100 > td {
  background-color: #ffffdf;
}
.table-c-yellow-a100 th,
.table-c-yellow-a100 td,
.table-c-yellow-a100 thead th,
.table-c-yellow-a100 tbody + tbody {
  border-color: #ffffc4;
}

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

.table-c-yellow-a200,
.table-c-yellow-a200 > th,
.table-c-yellow-a200 > td {
  background-color: #ffffb8;
}
.table-c-yellow-a200 th,
.table-c-yellow-a200 td,
.table-c-yellow-a200 thead th,
.table-c-yellow-a200 tbody + tbody {
  border-color: #ffff7a;
}

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

.table-c-yellow-a400,
.table-c-yellow-a400 > th,
.table-c-yellow-a400 > td {
  background-color: #fff9b8;
}
.table-c-yellow-a400 th,
.table-c-yellow-a400 td,
.table-c-yellow-a400 thead th,
.table-c-yellow-a400 tbody + tbody {
  border-color: #fff47a;
}

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

.table-c-yellow-a700,
.table-c-yellow-a700 > th,
.table-c-yellow-a700 > td {
  background-color: #fff4b8;
}
.table-c-yellow-a700 th,
.table-c-yellow-a700 td,
.table-c-yellow-a700 thead th,
.table-c-yellow-a700 tbody + tbody {
  border-color: #ffea7a;
}

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

.table-c-amber-50,
.table-c-amber-50 > th,
.table-c-amber-50 > td {
  background-color: #fffdf7;
}
.table-c-amber-50 th,
.table-c-amber-50 td,
.table-c-amber-50 thead th,
.table-c-amber-50 tbody + tbody {
  border-color: #fffbef;
}

.table-hover .table-c-amber-50:hover {
  background-color: #fff7de;
}
.table-hover .table-c-amber-50:hover > td,
.table-hover .table-c-amber-50:hover > th {
  background-color: #fff7de;
}

.table-c-amber-100,
.table-c-amber-100 > th,
.table-c-amber-100 > td {
  background-color: #fffaea;
}
.table-c-amber-100 th,
.table-c-amber-100 td,
.table-c-amber-100 thead th,
.table-c-amber-100 tbody + tbody {
  border-color: #fff5d7;
}

.table-hover .table-c-amber-100:hover {
  background-color: #fff4d1;
}
.table-hover .table-c-amber-100:hover > td,
.table-hover .table-c-amber-100:hover > th {
  background-color: #fff4d1;
}

.table-c-amber-200,
.table-c-amber-200 > th,
.table-c-amber-200 > td {
  background-color: #fff6dc;
}
.table-c-amber-200 th,
.table-c-amber-200 td,
.table-c-amber-200 thead th,
.table-c-amber-200 tbody + tbody {
  border-color: #ffefbe;
}

.table-hover .table-c-amber-200:hover {
  background-color: #ffefc3;
}
.table-hover .table-c-amber-200:hover > td,
.table-hover .table-c-amber-200:hover > th {
  background-color: #ffefc3;
}

.table-c-amber-300,
.table-c-amber-300 > th,
.table-c-amber-300 > td {
  background-color: #fff3ce;
}
.table-c-amber-300 th,
.table-c-amber-300 td,
.table-c-amber-300 thead th,
.table-c-amber-300 tbody + tbody {
  border-color: #ffe9a3;
}

.table-hover .table-c-amber-300:hover {
  background-color: #ffedb5;
}
.table-hover .table-c-amber-300:hover > td,
.table-hover .table-c-amber-300:hover > th {
  background-color: #ffedb5;
}

.table-c-amber-400,
.table-c-amber-400 > th,
.table-c-amber-400 > td {
  background-color: #fff0c3;
}
.table-c-amber-400 th,
.table-c-amber-400 td,
.table-c-amber-400 thead th,
.table-c-amber-400 tbody + tbody {
  border-color: #ffe38f;
}

.table-hover .table-c-amber-400:hover {
  background-color: #ffeaaa;
}
.table-hover .table-c-amber-400:hover > td,
.table-hover .table-c-amber-400:hover > th {
  background-color: #ffeaaa;
}

.table-c-amber-500,
.table-c-amber-500 > th,
.table-c-amber-500 > td {
  background-color: #ffeeba;
}
.table-c-amber-500 th,
.table-c-amber-500 td,
.table-c-amber-500 thead th,
.table-c-amber-500 tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-c-amber-500:hover {
  background-color: #ffe8a1;
}
.table-hover .table-c-amber-500:hover > td,
.table-hover .table-c-amber-500:hover > th {
  background-color: #ffe8a1;
}

.table-c-amber-600,
.table-c-amber-600 > th,
.table-c-amber-600 > td {
  background-color: #ffeab8;
}
.table-c-amber-600 th,
.table-c-amber-600 td,
.table-c-amber-600 thead th,
.table-c-amber-600 tbody + tbody {
  border-color: #ffd77a;
}

.table-hover .table-c-amber-600:hover {
  background-color: #ffe29f;
}
.table-hover .table-c-amber-600:hover > td,
.table-hover .table-c-amber-600:hover > th {
  background-color: #ffe29f;
}

.table-c-amber-700,
.table-c-amber-700 > th,
.table-c-amber-700 > td {
  background-color: #ffe4b8;
}
.table-c-amber-700 th,
.table-c-amber-700 td,
.table-c-amber-700 thead th,
.table-c-amber-700 tbody + tbody {
  border-color: #ffce7a;
}

.table-hover .table-c-amber-700:hover {
  background-color: #ffda9f;
}
.table-hover .table-c-amber-700:hover > td,
.table-hover .table-c-amber-700:hover > th {
  background-color: #ffda9f;
}

.table-c-amber-800,
.table-c-amber-800 > th,
.table-c-amber-800 > td {
  background-color: #ffe0b8;
}
.table-c-amber-800 th,
.table-c-amber-800 td,
.table-c-amber-800 thead th,
.table-c-amber-800 tbody + tbody {
  border-color: #ffc57a;
}

.table-hover .table-c-amber-800:hover {
  background-color: #ffd59f;
}
.table-hover .table-c-amber-800:hover > td,
.table-hover .table-c-amber-800:hover > th {
  background-color: #ffd59f;
}

.table-c-amber-900,
.table-c-amber-900 > th,
.table-c-amber-900 > td {
  background-color: #ffd7b8;
}
.table-c-amber-900 th,
.table-c-amber-900 td,
.table-c-amber-900 thead th,
.table-c-amber-900 tbody + tbody {
  border-color: #ffb47a;
}

.table-hover .table-c-amber-900:hover {
  background-color: #ffc99f;
}
.table-hover .table-c-amber-900:hover > td,
.table-hover .table-c-amber-900:hover > th {
  background-color: #ffc99f;
}

.table-c-amber-a100,
.table-c-amber-a100 > th,
.table-c-amber-a100 > td {
  background-color: #fff8db;
}
.table-c-amber-a100 th,
.table-c-amber-a100 td,
.table-c-amber-a100 thead th,
.table-c-amber-a100 tbody + tbody {
  border-color: #fff1bc;
}

.table-hover .table-c-amber-a100:hover {
  background-color: #fff3c2;
}
.table-hover .table-c-amber-a100:hover > td,
.table-hover .table-c-amber-a100:hover > th {
  background-color: #fff3c2;
}

.table-c-amber-a400,
.table-c-amber-a400 > th,
.table-c-amber-a400 > td {
  background-color: #ffeeb8;
}
.table-c-amber-a400 th,
.table-c-amber-a400 td,
.table-c-amber-a400 thead th,
.table-c-amber-a400 tbody + tbody {
  border-color: #ffe07a;
}

.table-hover .table-c-amber-a400:hover {
  background-color: #ffe89f;
}
.table-hover .table-c-amber-a400:hover > td,
.table-hover .table-c-amber-a400:hover > th {
  background-color: #ffe89f;
}

.table-c-amber-a700,
.table-c-amber-a700 > th,
.table-c-amber-a700 > td {
  background-color: #ffe7b8;
}
.table-c-amber-a700 th,
.table-c-amber-a700 td,
.table-c-amber-a700 thead th,
.table-c-amber-a700 tbody + tbody {
  border-color: #ffd37a;
}

.table-hover .table-c-amber-a700:hover {
  background-color: #ffde9f;
}
.table-hover .table-c-amber-a700:hover > td,
.table-hover .table-c-amber-a700:hover > th {
  background-color: #ffde9f;
}

.table-c-orange-50,
.table-c-orange-50 > th,
.table-c-orange-50 > td {
  background-color: #fffcf6;
}
.table-c-orange-50 th,
.table-c-orange-50 td,
.table-c-orange-50 thead th,
.table-c-orange-50 tbody + tbody {
  border-color: #fff9ef;
}

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

.table-c-orange-100,
.table-c-orange-100 > th,
.table-c-orange-100 > td {
  background-color: #fff6e9;
}
.table-c-orange-100 th,
.table-c-orange-100 td,
.table-c-orange-100 thead th,
.table-c-orange-100 tbody + tbody {
  border-color: #ffefd7;
}

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

.table-c-orange-200,
.table-c-orange-200 > th,
.table-c-orange-200 > td {
  background-color: #fff1db;
}
.table-c-orange-200 th,
.table-c-orange-200 td,
.table-c-orange-200 thead th,
.table-c-orange-200 tbody + tbody {
  border-color: #ffe4bd;
}

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

.table-c-orange-300,
.table-c-orange-300 > th,
.table-c-orange-300 > td {
  background-color: blanchedalmond;
}
.table-c-orange-300 th,
.table-c-orange-300 td,
.table-c-orange-300 thead th,
.table-c-orange-300 tbody + tbody {
  border-color: #ffdaa2;
}

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

.table-c-orange-400,
.table-c-orange-400 > th,
.table-c-orange-400 > td {
  background-color: #ffe6c2;
}
.table-c-orange-400 th,
.table-c-orange-400 td,
.table-c-orange-400 thead th,
.table-c-orange-400 tbody + tbody {
  border-color: #ffd18e;
}

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

.table-c-orange-500,
.table-c-orange-500 > th,
.table-c-orange-500 > td {
  background-color: #ffe2b8;
}
.table-c-orange-500 th,
.table-c-orange-500 td,
.table-c-orange-500 thead th,
.table-c-orange-500 tbody + tbody {
  border-color: #ffc97a;
}

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

.table-c-orange-600,
.table-c-orange-600 > th,
.table-c-orange-600 > td {
  background-color: #fedfb8;
}
.table-c-orange-600 th,
.table-c-orange-600 td,
.table-c-orange-600 thead th,
.table-c-orange-600 tbody + tbody {
  border-color: #fdc37a;
}

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

.table-c-orange-700,
.table-c-orange-700 > th,
.table-c-orange-700 > td {
  background-color: #fcdab8;
}
.table-c-orange-700 th,
.table-c-orange-700 td,
.table-c-orange-700 thead th,
.table-c-orange-700 tbody + tbody {
  border-color: #fabb7a;
}

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

.table-c-orange-800,
.table-c-orange-800 > th,
.table-c-orange-800 > td {
  background-color: #fbd6b8;
}
.table-c-orange-800 th,
.table-c-orange-800 td,
.table-c-orange-800 thead th,
.table-c-orange-800 tbody + tbody {
  border-color: #f7b37a;
}

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

.table-c-orange-900,
.table-c-orange-900 > th,
.table-c-orange-900 > td {
  background-color: #f8ceb8;
}
.table-c-orange-900 th,
.table-c-orange-900 td,
.table-c-orange-900 thead th,
.table-c-orange-900 tbody + tbody {
  border-color: #f2a57a;
}

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

.table-c-orange-a100,
.table-c-orange-a100 > th,
.table-c-orange-a100 > td {
  background-color: #fff2db;
}
.table-c-orange-a100 th,
.table-c-orange-a100 td,
.table-c-orange-a100 thead th,
.table-c-orange-a100 tbody + tbody {
  border-color: #ffe7bd;
}

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

.table-c-orange-a200,
.table-c-orange-a200 > th,
.table-c-orange-a200 > td {
  background-color: #ffe7ca;
}
.table-c-orange-a200 th,
.table-c-orange-a200 td,
.table-c-orange-a200 thead th,
.table-c-orange-a200 tbody + tbody {
  border-color: #ffd39c;
}

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

.table-c-orange-a400,
.table-c-orange-a400 > th,
.table-c-orange-a400 > td {
  background-color: #ffe0b8;
}
.table-c-orange-a400 th,
.table-c-orange-a400 td,
.table-c-orange-a400 thead th,
.table-c-orange-a400 tbody + tbody {
  border-color: #ffc67a;
}

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

.table-c-orange-a700,
.table-c-orange-a700 > th,
.table-c-orange-a700 > td {
  background-color: #ffd6b8;
}
.table-c-orange-a700 th,
.table-c-orange-a700 td,
.table-c-orange-a700 thead th,
.table-c-orange-a700 tbody + tbody {
  border-color: #ffb37a;
}

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

.table-c-deep-orange-50,
.table-c-deep-orange-50 > th,
.table-c-deep-orange-50 > td {
  background-color: #fef9f8;
}
.table-c-deep-orange-50 th,
.table-c-deep-orange-50 td,
.table-c-deep-orange-50 thead th,
.table-c-deep-orange-50 tbody + tbody {
  border-color: #fdf4f3;
}

.table-hover .table-c-deep-orange-50:hover {
  background-color: #fbe6e2;
}
.table-hover .table-c-deep-orange-50:hover > td,
.table-hover .table-c-deep-orange-50:hover > th {
  background-color: #fbe6e2;
}

.table-c-deep-orange-100,
.table-c-deep-orange-100 > th,
.table-c-deep-orange-100 > td {
  background-color: #fff1ec;
}
.table-c-deep-orange-100 th,
.table-c-deep-orange-100 td,
.table-c-deep-orange-100 thead th,
.table-c-deep-orange-100 tbody + tbody {
  border-color: #ffe4dc;
}

.table-hover .table-c-deep-orange-100:hover {
  background-color: #ffded3;
}
.table-hover .table-c-deep-orange-100:hover > td,
.table-hover .table-c-deep-orange-100:hover > th {
  background-color: #ffded3;
}

.table-c-deep-orange-200,
.table-c-deep-orange-200 > th,
.table-c-deep-orange-200 > td {
  background-color: #ffe7e0;
}
.table-c-deep-orange-200 th,
.table-c-deep-orange-200 td,
.table-c-deep-orange-200 thead th,
.table-c-deep-orange-200 tbody + tbody {
  border-color: #ffd3c6;
}

.table-hover .table-c-deep-orange-200:hover {
  background-color: #ffd3c7;
}
.table-hover .table-c-deep-orange-200:hover > td,
.table-hover .table-c-deep-orange-200:hover > th {
  background-color: #ffd3c7;
}

.table-c-deep-orange-300,
.table-c-deep-orange-300 > th,
.table-c-deep-orange-300 > td {
  background-color: #ffded4;
}
.table-c-deep-orange-300 th,
.table-c-deep-orange-300 td,
.table-c-deep-orange-300 thead th,
.table-c-deep-orange-300 tbody + tbody {
  border-color: #ffc2af;
}

.table-hover .table-c-deep-orange-300:hover {
  background-color: #ffcabb;
}
.table-hover .table-c-deep-orange-300:hover > td,
.table-hover .table-c-deep-orange-300:hover > th {
  background-color: #ffcabb;
}

.table-c-deep-orange-400,
.table-c-deep-orange-400 > th,
.table-c-deep-orange-400 > td {
  background-color: #ffd7ca;
}
.table-c-deep-orange-400 th,
.table-c-deep-orange-400 td,
.table-c-deep-orange-400 thead th,
.table-c-deep-orange-400 tbody + tbody {
  border-color: #ffb59d;
}

.table-hover .table-c-deep-orange-400:hover {
  background-color: #ffc4b1;
}
.table-hover .table-c-deep-orange-400:hover > td,
.table-hover .table-c-deep-orange-400:hover > th {
  background-color: #ffc4b1;
}

.table-c-deep-orange-500,
.table-c-deep-orange-500 > th,
.table-c-deep-orange-500 > td {
  background-color: #ffd0c1;
}
.table-c-deep-orange-500 th,
.table-c-deep-orange-500 td,
.table-c-deep-orange-500 thead th,
.table-c-deep-orange-500 tbody + tbody {
  border-color: #ffa88c;
}

.table-hover .table-c-deep-orange-500:hover {
  background-color: #ffbda8;
}
.table-hover .table-c-deep-orange-500:hover > td,
.table-hover .table-c-deep-orange-500:hover > th {
  background-color: #ffbda8;
}

.table-c-deep-orange-600,
.table-c-deep-orange-600 > th,
.table-c-deep-orange-600 > td {
  background-color: #fccec0;
}
.table-c-deep-orange-600 th,
.table-c-deep-orange-600 td,
.table-c-deep-orange-600 thead th,
.table-c-deep-orange-600 tbody + tbody {
  border-color: #f9a58a;
}

.table-hover .table-c-deep-orange-600:hover {
  background-color: #fbbba8;
}
.table-hover .table-c-deep-orange-600:hover > td,
.table-hover .table-c-deep-orange-600:hover > th {
  background-color: #fbbba8;
}

.table-c-deep-orange-700,
.table-c-deep-orange-700 > th,
.table-c-deep-orange-700 > td {
  background-color: #f8ccbf;
}
.table-c-deep-orange-700 th,
.table-c-deep-orange-700 td,
.table-c-deep-orange-700 thead th,
.table-c-deep-orange-700 tbody + tbody {
  border-color: #f2a187;
}

.table-hover .table-c-deep-orange-700:hover {
  background-color: #f5baa8;
}
.table-hover .table-c-deep-orange-700:hover > td,
.table-hover .table-c-deep-orange-700:hover > th {
  background-color: #f5baa8;
}

.table-c-deep-orange-800,
.table-c-deep-orange-800 > th,
.table-c-deep-orange-800 > td {
  background-color: #f4cabd;
}
.table-c-deep-orange-800 th,
.table-c-deep-orange-800 td,
.table-c-deep-orange-800 thead th,
.table-c-deep-orange-800 tbody + tbody {
  border-color: #eb9d85;
}

.table-hover .table-c-deep-orange-800:hover {
  background-color: #f0b8a7;
}
.table-hover .table-c-deep-orange-800:hover > td,
.table-hover .table-c-deep-orange-800:hover > th {
  background-color: #f0b8a7;
}

.table-c-deep-orange-900,
.table-c-deep-orange-900 > th,
.table-c-deep-orange-900 > td {
  background-color: #edc7bb;
}
.table-c-deep-orange-900 th,
.table-c-deep-orange-900 td,
.table-c-deep-orange-900 thead th,
.table-c-deep-orange-900 tbody + tbody {
  border-color: #de9681;
}

.table-hover .table-c-deep-orange-900:hover {
  background-color: #e8b6a7;
}
.table-hover .table-c-deep-orange-900:hover > td,
.table-hover .table-c-deep-orange-900:hover > th {
  background-color: #e8b6a7;
}

.table-c-deep-orange-a100,
.table-c-deep-orange-a100 > th,
.table-c-deep-orange-a100 > td {
  background-color: #ffe4db;
}
.table-c-deep-orange-a100 th,
.table-c-deep-orange-a100 td,
.table-c-deep-orange-a100 thead th,
.table-c-deep-orange-a100 tbody + tbody {
  border-color: #ffcdbd;
}

.table-hover .table-c-deep-orange-a100:hover {
  background-color: #ffd1c2;
}
.table-hover .table-c-deep-orange-a100:hover > td,
.table-hover .table-c-deep-orange-a100:hover > th {
  background-color: #ffd1c2;
}

.table-c-deep-orange-a200,
.table-c-deep-orange-a200 > th,
.table-c-deep-orange-a200 > td {
  background-color: #ffd6ca;
}
.table-c-deep-orange-a200 th,
.table-c-deep-orange-a200 td,
.table-c-deep-orange-a200 thead th,
.table-c-deep-orange-a200 tbody + tbody {
  border-color: #ffb49c;
}

.table-hover .table-c-deep-orange-a200:hover {
  background-color: #ffc2b1;
}
.table-hover .table-c-deep-orange-a200:hover > td,
.table-hover .table-c-deep-orange-a200:hover > th {
  background-color: #ffc2b1;
}

.table-c-deep-orange-a400,
.table-c-deep-orange-a400 > th,
.table-c-deep-orange-a400 > td {
  background-color: #ffc9b8;
}
.table-c-deep-orange-a400 th,
.table-c-deep-orange-a400 td,
.table-c-deep-orange-a400 thead th,
.table-c-deep-orange-a400 tbody + tbody {
  border-color: #ff9a7a;
}

.table-hover .table-c-deep-orange-a400:hover {
  background-color: #ffb69f;
}
.table-hover .table-c-deep-orange-a400:hover > td,
.table-hover .table-c-deep-orange-a400:hover > th {
  background-color: #ffb69f;
}

.table-c-deep-orange-a700,
.table-c-deep-orange-a700 > th,
.table-c-deep-orange-a700 > td {
  background-color: #f5c4b8;
}
.table-c-deep-orange-a700 th,
.table-c-deep-orange-a700 td,
.table-c-deep-orange-a700 thead th,
.table-c-deep-orange-a700 tbody + tbody {
  border-color: #ed917a;
}

.table-hover .table-c-deep-orange-a700:hover {
  background-color: #f2b1a2;
}
.table-hover .table-c-deep-orange-a700:hover > td,
.table-hover .table-c-deep-orange-a700:hover > th {
  background-color: #f2b1a2;
}

.table-c-brown-50,
.table-c-brown-50 > th,
.table-c-brown-50 > td {
  background-color: #fbf9f9;
}
.table-c-brown-50 th,
.table-c-brown-50 td,
.table-c-brown-50 thead th,
.table-c-brown-50 tbody + tbody {
  border-color: #f7f5f4;
}

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

.table-c-brown-100,
.table-c-brown-100 > th,
.table-c-brown-100 > td {
  background-color: #f4f1f0;
}
.table-c-brown-100 th,
.table-c-brown-100 td,
.table-c-brown-100 thead th,
.table-c-brown-100 tbody + tbody {
  border-color: #eae4e2;
}

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

.table-c-brown-200,
.table-c-brown-200 > th,
.table-c-brown-200 > td {
  background-color: #ece7e6;
}
.table-c-brown-200 th,
.table-c-brown-200 td,
.table-c-brown-200 thead th,
.table-c-brown-200 tbody + tbody {
  border-color: #dcd3d0;
}

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

.table-c-brown-300,
.table-c-brown-300 > th,
.table-c-brown-300 > td {
  background-color: #e5dedb;
}
.table-c-brown-300 th,
.table-c-brown-300 td,
.table-c-brown-300 thead th,
.table-c-brown-300 tbody + tbody {
  border-color: #cec1bc;
}

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

.table-c-brown-400,
.table-c-brown-400 > th,
.table-c-brown-400 > td {
  background-color: #dfd6d3;
}
.table-c-brown-400 th,
.table-c-brown-400 td,
.table-c-brown-400 thead th,
.table-c-brown-400 tbody + tbody {
  border-color: #c4b4ae;
}

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

.table-c-brown-500,
.table-c-brown-500 > th,
.table-c-brown-500 > td {
  background-color: #d9cfcc;
}
.table-c-brown-500 th,
.table-c-brown-500 td,
.table-c-brown-500 thead th,
.table-c-brown-500 tbody + tbody {
  border-color: #b9a7a0;
}

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

.table-c-brown-600,
.table-c-brown-600 > th,
.table-c-brown-600 > td {
  background-color: #d6cdca;
}
.table-c-brown-600 th,
.table-c-brown-600 td,
.table-c-brown-600 thead th,
.table-c-brown-600 tbody + tbody {
  border-color: #b3a29c;
}

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

.table-c-brown-700,
.table-c-brown-700 > th,
.table-c-brown-700 > td {
  background-color: #d2cac7;
}
.table-c-brown-700 th,
.table-c-brown-700 td,
.table-c-brown-700 thead th,
.table-c-brown-700 tbody + tbody {
  border-color: #ab9c97;
}

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

.table-c-brown-800,
.table-c-brown-800 > th,
.table-c-brown-800 > td {
  background-color: #cdc6c4;
}
.table-c-brown-800 th,
.table-c-brown-800 td,
.table-c-brown-800 thead th,
.table-c-brown-800 tbody + tbody {
  border-color: #a39592;
}

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

.table-c-brown-900,
.table-c-brown-900 > th,
.table-c-brown-900 > td {
  background-color: #c9c3c1;
}
.table-c-brown-900 th,
.table-c-brown-900 td,
.table-c-brown-900 thead th,
.table-c-brown-900 tbody + tbody {
  border-color: #9b8f8d;
}

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

.table-c-blue-gray-50,
.table-c-blue-gray-50 > th,
.table-c-blue-gray-50 > td {
  background-color: #fafbfb;
}
.table-c-blue-gray-50 th,
.table-c-blue-gray-50 td,
.table-c-blue-gray-50 thead th,
.table-c-blue-gray-50 tbody + tbody {
  border-color: #f5f7f8;
}

.table-hover .table-c-blue-gray-50:hover {
  background-color: #ecf0f0;
}
.table-hover .table-c-blue-gray-50:hover > td,
.table-hover .table-c-blue-gray-50:hover > th {
  background-color: #ecf0f0;
}

.table-c-blue-gray-100,
.table-c-blue-gray-100 > th,
.table-c-blue-gray-100 > td {
  background-color: #f2f4f5;
}
.table-c-blue-gray-100 th,
.table-c-blue-gray-100 td,
.table-c-blue-gray-100 thead th,
.table-c-blue-gray-100 tbody + tbody {
  border-color: #e6ebed;
}

.table-hover .table-c-blue-gray-100:hover {
  background-color: #e4e8ea;
}
.table-hover .table-c-blue-gray-100:hover > td,
.table-hover .table-c-blue-gray-100:hover > th {
  background-color: #e4e8ea;
}

.table-c-blue-gray-200,
.table-c-blue-gray-200 > th,
.table-c-blue-gray-200 > td {
  background-color: #e9edef;
}
.table-c-blue-gray-200 th,
.table-c-blue-gray-200 td,
.table-c-blue-gray-200 thead th,
.table-c-blue-gray-200 tbody + tbody {
  border-color: #d6dde1;
}

.table-hover .table-c-blue-gray-200:hover {
  background-color: #dae1e4;
}
.table-hover .table-c-blue-gray-200:hover > td,
.table-hover .table-c-blue-gray-200:hover > th {
  background-color: #dae1e4;
}

.table-c-blue-gray-300,
.table-c-blue-gray-300 > th,
.table-c-blue-gray-300 > td {
  background-color: #e0e6e8;
}
.table-c-blue-gray-300 th,
.table-c-blue-gray-300 td,
.table-c-blue-gray-300 thead th,
.table-c-blue-gray-300 tbody + tbody {
  border-color: #c5d0d5;
}

.table-hover .table-c-blue-gray-300:hover {
  background-color: #d1dadd;
}
.table-hover .table-c-blue-gray-300:hover > td,
.table-hover .table-c-blue-gray-300:hover > th {
  background-color: #d1dadd;
}

.table-c-blue-gray-400,
.table-c-blue-gray-400 > th,
.table-c-blue-gray-400 > td {
  background-color: #d9e0e3;
}
.table-c-blue-gray-400 th,
.table-c-blue-gray-400 td,
.table-c-blue-gray-400 thead th,
.table-c-blue-gray-400 tbody + tbody {
  border-color: #b9c5cc;
}

.table-hover .table-c-blue-gray-400:hover {
  background-color: #cad4d8;
}
.table-hover .table-c-blue-gray-400:hover > td,
.table-hover .table-c-blue-gray-400:hover > th {
  background-color: #cad4d8;
}

.table-c-blue-gray-500,
.table-c-blue-gray-500 > th,
.table-c-blue-gray-500 > td {
  background-color: #d2dbdf;
}
.table-c-blue-gray-500 th,
.table-c-blue-gray-500 td,
.table-c-blue-gray-500 thead th,
.table-c-blue-gray-500 tbody + tbody {
  border-color: #acbbc3;
}

.table-hover .table-c-blue-gray-500:hover {
  background-color: #c3cfd4;
}
.table-hover .table-c-blue-gray-500:hover > td,
.table-hover .table-c-blue-gray-500:hover > th {
  background-color: #c3cfd4;
}

.table-c-blue-gray-600,
.table-c-blue-gray-600 > th,
.table-c-blue-gray-600 > td {
  background-color: #cfd6da;
}
.table-c-blue-gray-600 th,
.table-c-blue-gray-600 td,
.table-c-blue-gray-600 thead th,
.table-c-blue-gray-600 tbody + tbody {
  border-color: #a6b4ba;
}

.table-hover .table-c-blue-gray-600:hover {
  background-color: #c1cacf;
}
.table-hover .table-c-blue-gray-600:hover > td,
.table-hover .table-c-blue-gray-600:hover > th {
  background-color: #c1cacf;
}

.table-c-blue-gray-700,
.table-c-blue-gray-700 > th,
.table-c-blue-gray-700 > td {
  background-color: #cbd1d4;
}
.table-c-blue-gray-700 th,
.table-c-blue-gray-700 td,
.table-c-blue-gray-700 thead th,
.table-c-blue-gray-700 tbody + tbody {
  border-color: #9ea9ae;
}

.table-hover .table-c-blue-gray-700:hover {
  background-color: #bdc5c8;
}
.table-hover .table-c-blue-gray-700:hover > td,
.table-hover .table-c-blue-gray-700:hover > th {
  background-color: #bdc5c8;
}

.table-c-blue-gray-800,
.table-c-blue-gray-800 > th,
.table-c-blue-gray-800 > td {
  background-color: #c7cbce;
}
.table-c-blue-gray-800 th,
.table-c-blue-gray-800 td,
.table-c-blue-gray-800 thead th,
.table-c-blue-gray-800 tbody + tbody {
  border-color: #979fa3;
}

.table-hover .table-c-blue-gray-800:hover {
  background-color: #b9bec2;
}
.table-hover .table-c-blue-gray-800:hover > td,
.table-hover .table-c-blue-gray-800:hover > th {
  background-color: #b9bec2;
}

.table-c-blue-gray-900,
.table-c-blue-gray-900 > th,
.table-c-blue-gray-900 > td {
  background-color: #c2c6c7;
}
.table-c-blue-gray-900 th,
.table-c-blue-gray-900 td,
.table-c-blue-gray-900 thead th,
.table-c-blue-gray-900 tbody + tbody {
  border-color: #8e9498;
}

.table-hover .table-c-blue-gray-900:hover {
  background-color: #b5babb;
}
.table-hover .table-c-blue-gray-900:hover > td,
.table-hover .table-c-blue-gray-900:hover > th {
  background-color: #b5babb;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f492b4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #E91E63;
  border-color: #E91E63;
}
.btn-primary:hover {
  color: #fff;
  background-color: #cd1453;
  border-color: #c1134e;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #cd1453;
  border-color: #c1134e;
  box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #E91E63;
  border-color: #E91E63;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c1134e;
  border-color: #b61249;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-c-blue {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-c-blue:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-c-blue:focus, .btn-c-blue.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-c-blue.disabled, .btn-c-blue:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-c-blue:not(:disabled):not(.disabled):active, .btn-c-blue:not(:disabled):not(.disabled).active, .show > .btn-c-blue.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-c-blue:not(:disabled):not(.disabled):active:focus, .btn-c-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-c-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-c-indigo:hover {
  color: #fff;
  background-color: #560bd0;
  border-color: #510bc4;
}
.btn-c-indigo:focus, .btn-c-indigo.focus {
  color: #fff;
  background-color: #560bd0;
  border-color: #510bc4;
  box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5);
}
.btn-c-indigo.disabled, .btn-c-indigo:disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-c-indigo:not(:disabled):not(.disabled):active, .btn-c-indigo:not(:disabled):not(.disabled).active, .show > .btn-c-indigo.dropdown-toggle {
  color: #fff;
  background-color: #510bc4;
  border-color: #4c0ab8;
}
.btn-c-indigo:not(:disabled):not(.disabled):active:focus, .btn-c-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5);
}

.btn-c-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-c-purple:hover {
  color: #fff;
  background-color: #5e37a6;
  border-color: #59339d;
}
.btn-c-purple:focus, .btn-c-purple.focus {
  color: #fff;
  background-color: #5e37a6;
  border-color: #59339d;
  box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
}
.btn-c-purple.disabled, .btn-c-purple:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-c-purple:not(:disabled):not(.disabled):active, .btn-c-purple:not(:disabled):not(.disabled).active, .show > .btn-c-purple.dropdown-toggle {
  color: #fff;
  background-color: #59339d;
  border-color: #533093;
}
.btn-c-purple:not(:disabled):not(.disabled):active:focus, .btn-c-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
}

.btn-c-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-c-pink:hover {
  color: #fff;
  background-color: #e41c78;
  border-color: #d91a72;
}
.btn-c-pink:focus, .btn-c-pink.focus {
  color: #fff;
  background-color: #e41c78;
  border-color: #d91a72;
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}
.btn-c-pink.disabled, .btn-c-pink:disabled {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-c-pink:not(:disabled):not(.disabled):active, .btn-c-pink:not(:disabled):not(.disabled).active, .show > .btn-c-pink.dropdown-toggle {
  color: #fff;
  background-color: #d91a72;
  border-color: #ce196c;
}
.btn-c-pink:not(:disabled):not(.disabled):active:focus, .btn-c-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}

.btn-c-red {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-c-red:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-c-red:focus, .btn-c-red.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-c-red.disabled, .btn-c-red:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-c-red:not(:disabled):not(.disabled):active, .btn-c-red:not(:disabled):not(.disabled).active, .show > .btn-c-red.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-c-red:not(:disabled):not(.disabled):active:focus, .btn-c-red:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-c-orange {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-c-orange:hover {
  color: #fff;
  background-color: #e96b02;
  border-color: #dc6502;
}
.btn-c-orange:focus, .btn-c-orange.focus {
  color: #fff;
  background-color: #e96b02;
  border-color: #dc6502;
  box-shadow: 0 0 0 0.2rem rgba(220, 113, 23, 0.5);
}
.btn-c-orange.disabled, .btn-c-orange:disabled {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-c-orange:not(:disabled):not(.disabled):active, .btn-c-orange:not(:disabled):not(.disabled).active, .show > .btn-c-orange.dropdown-toggle {
  color: #fff;
  background-color: #dc6502;
  border-color: #cf5f02;
}
.btn-c-orange:not(:disabled):not(.disabled):active:focus, .btn-c-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 113, 23, 0.5);
}

.btn-c-yellow {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-c-yellow:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-c-yellow:focus, .btn-c-yellow.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-c-yellow.disabled, .btn-c-yellow:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-c-yellow:not(:disabled):not(.disabled):active, .btn-c-yellow:not(:disabled):not(.disabled).active, .show > .btn-c-yellow.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-c-yellow:not(:disabled):not(.disabled):active:focus, .btn-c-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-c-green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-c-green:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-c-green:focus, .btn-c-green.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-c-green.disabled, .btn-c-green:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-c-green:not(:disabled):not(.disabled):active, .btn-c-green:not(:disabled):not(.disabled).active, .show > .btn-c-green.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-c-green:not(:disabled):not(.disabled):active:focus, .btn-c-green:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-c-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-c-teal:hover {
  color: #fff;
  background-color: #1ba87e;
  border-color: #199d76;
}
.btn-c-teal:focus, .btn-c-teal.focus {
  color: #fff;
  background-color: #1ba87e;
  border-color: #199d76;
  box-shadow: 0 0 0 0.2rem rgba(65, 209, 167, 0.5);
}
.btn-c-teal.disabled, .btn-c-teal:disabled {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-c-teal:not(:disabled):not(.disabled):active, .btn-c-teal:not(:disabled):not(.disabled).active, .show > .btn-c-teal.dropdown-toggle {
  color: #fff;
  background-color: #199d76;
  border-color: #17926e;
}
.btn-c-teal:not(:disabled):not(.disabled):active:focus, .btn-c-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 209, 167, 0.5);
}

.btn-c-cyan {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-c-cyan:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-c-cyan:focus, .btn-c-cyan.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-c-cyan.disabled, .btn-c-cyan:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-c-cyan:not(:disabled):not(.disabled):active, .btn-c-cyan:not(:disabled):not(.disabled).active, .show > .btn-c-cyan.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-c-cyan:not(:disabled):not(.disabled):active:focus, .btn-c-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-c-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-c-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-c-white:focus, .btn-c-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-c-white.disabled, .btn-c-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-c-white:not(:disabled):not(.disabled):active, .btn-c-white:not(:disabled):not(.disabled).active, .show > .btn-c-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-c-white:not(:disabled):not(.disabled):active:focus, .btn-c-white:not(:disabled):not(.disabled).active:focus, .show > .btn-c-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-c-gray {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-c-gray:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-c-gray:focus, .btn-c-gray.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-c-gray.disabled, .btn-c-gray:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-c-gray:not(:disabled):not(.disabled):active, .btn-c-gray:not(:disabled):not(.disabled).active, .show > .btn-c-gray.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-c-gray:not(:disabled):not(.disabled):active:focus, .btn-c-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-c-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-c-gray-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-c-gray-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-c-gray-dark:focus, .btn-c-gray-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-c-gray-dark.disabled, .btn-c-gray-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-c-gray-dark:not(:disabled):not(.disabled):active, .btn-c-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-c-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-c-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-c-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-c-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-c-gray-50 {
  color: #212529;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-c-gray-50:hover {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-c-gray-50:focus, .btn-c-gray-50.focus {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}
.btn-c-gray-50.disabled, .btn-c-gray-50:disabled {
  color: #212529;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-c-gray-50:not(:disabled):not(.disabled):active, .btn-c-gray-50:not(:disabled):not(.disabled).active, .show > .btn-c-gray-50.dropdown-toggle {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #dadada;
}
.btn-c-gray-50:not(:disabled):not(.disabled):active:focus, .btn-c-gray-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-gray-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}

.btn-c-gray-100 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-c-gray-100:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-c-gray-100:focus, .btn-c-gray-100.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-c-gray-100.disabled, .btn-c-gray-100:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-c-gray-100:not(:disabled):not(.disabled):active, .btn-c-gray-100:not(:disabled):not(.disabled).active, .show > .btn-c-gray-100.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-c-gray-100:not(:disabled):not(.disabled):active:focus, .btn-c-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-c-gray-200 {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-c-gray-200:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
}
.btn-c-gray-200:focus, .btn-c-gray-200.focus {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}
.btn-c-gray-200.disabled, .btn-c-gray-200:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-c-gray-200:not(:disabled):not(.disabled):active, .btn-c-gray-200:not(:disabled):not(.disabled).active, .show > .btn-c-gray-200.dropdown-toggle {
  color: #212529;
  background-color: #cbd3da;
  border-color: #c4ccd4;
}
.btn-c-gray-200:not(:disabled):not(.disabled):active:focus, .btn-c-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}

.btn-c-gray-300 {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-c-gray-300:hover {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}
.btn-c-gray-300:focus, .btn-c-gray-300.focus {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
  box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}
.btn-c-gray-300.disabled, .btn-c-gray-300:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-c-gray-300:not(:disabled):not(.disabled):active, .btn-c-gray-300:not(:disabled):not(.disabled).active, .show > .btn-c-gray-300.dropdown-toggle {
  color: #212529;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}
.btn-c-gray-300:not(:disabled):not(.disabled):active:focus, .btn-c-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}

.btn-c-gray-400 {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-c-gray-400:hover {
  color: #212529;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}
.btn-c-gray-400:focus, .btn-c-gray-400.focus {
  color: #212529;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
  box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}
.btn-c-gray-400.disabled, .btn-c-gray-400:disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-c-gray-400:not(:disabled):not(.disabled):active, .btn-c-gray-400:not(:disabled):not(.disabled).active, .show > .btn-c-gray-400.dropdown-toggle {
  color: #212529;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}
.btn-c-gray-400:not(:disabled):not(.disabled):active:focus, .btn-c-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}

.btn-c-gray-500 {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-c-gray-500:hover {
  color: #212529;
  background-color: #98a2ac;
  border-color: #919ca6;
}
.btn-c-gray-500:focus, .btn-c-gray-500.focus {
  color: #212529;
  background-color: #98a2ac;
  border-color: #919ca6;
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
}
.btn-c-gray-500.disabled, .btn-c-gray-500:disabled {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-c-gray-500:not(:disabled):not(.disabled):active, .btn-c-gray-500:not(:disabled):not(.disabled).active, .show > .btn-c-gray-500.dropdown-toggle {
  color: #212529;
  background-color: #919ca6;
  border-color: #8a95a1;
}
.btn-c-gray-500:not(:disabled):not(.disabled):active:focus, .btn-c-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
}

.btn-c-gray-600 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-c-gray-600:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-c-gray-600:focus, .btn-c-gray-600.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-c-gray-600.disabled, .btn-c-gray-600:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-c-gray-600:not(:disabled):not(.disabled):active, .btn-c-gray-600:not(:disabled):not(.disabled).active, .show > .btn-c-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-c-gray-600:not(:disabled):not(.disabled):active:focus, .btn-c-gray-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-c-gray-700 {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-c-gray-700:hover {
  color: #fff;
  background-color: #383d42;
  border-color: #32373b;
}
.btn-c-gray-700:focus, .btn-c-gray-700.focus {
  color: #fff;
  background-color: #383d42;
  border-color: #32373b;
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}
.btn-c-gray-700.disabled, .btn-c-gray-700:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-c-gray-700:not(:disabled):not(.disabled):active, .btn-c-gray-700:not(:disabled):not(.disabled).active, .show > .btn-c-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #32373b;
  border-color: #2c3034;
}
.btn-c-gray-700:not(:disabled):not(.disabled):active:focus, .btn-c-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}

.btn-c-gray-800 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-c-gray-800:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-c-gray-800:focus, .btn-c-gray-800.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-c-gray-800.disabled, .btn-c-gray-800:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-c-gray-800:not(:disabled):not(.disabled):active, .btn-c-gray-800:not(:disabled):not(.disabled).active, .show > .btn-c-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-c-gray-800:not(:disabled):not(.disabled):active:focus, .btn-c-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-c-gray-900 {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-c-gray-900:hover {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
}
.btn-c-gray-900:focus, .btn-c-gray-900.focus {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}
.btn-c-gray-900.disabled, .btn-c-gray-900:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-c-gray-900:not(:disabled):not(.disabled):active, .btn-c-gray-900:not(:disabled):not(.disabled).active, .show > .btn-c-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}
.btn-c-gray-900:not(:disabled):not(.disabled):active:focus, .btn-c-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}

.btn-c-red-50 {
  color: #212529;
  background-color: #FFEBEE;
  border-color: #FFEBEE;
}
.btn-c-red-50:hover {
  color: #212529;
  background-color: #ffc5cd;
  border-color: #ffb8c3;
}
.btn-c-red-50:focus, .btn-c-red-50.focus {
  color: #212529;
  background-color: #ffc5cd;
  border-color: #ffb8c3;
  box-shadow: 0 0 0 0.2rem rgba(222, 205, 208, 0.5);
}
.btn-c-red-50.disabled, .btn-c-red-50:disabled {
  color: #212529;
  background-color: #FFEBEE;
  border-color: #FFEBEE;
}
.btn-c-red-50:not(:disabled):not(.disabled):active, .btn-c-red-50:not(:disabled):not(.disabled).active, .show > .btn-c-red-50.dropdown-toggle {
  color: #212529;
  background-color: #ffb8c3;
  border-color: #ffabb8;
}
.btn-c-red-50:not(:disabled):not(.disabled):active:focus, .btn-c-red-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 205, 208, 0.5);
}

.btn-c-red-100 {
  color: #212529;
  background-color: #FFCDD2;
  border-color: #FFCDD2;
}
.btn-c-red-100:hover {
  color: #212529;
  background-color: #ffa7b0;
  border-color: #ff9aa4;
}
.btn-c-red-100:focus, .btn-c-red-100.focus {
  color: #212529;
  background-color: #ffa7b0;
  border-color: #ff9aa4;
  box-shadow: 0 0 0 0.2rem rgba(222, 180, 185, 0.5);
}
.btn-c-red-100.disabled, .btn-c-red-100:disabled {
  color: #212529;
  background-color: #FFCDD2;
  border-color: #FFCDD2;
}
.btn-c-red-100:not(:disabled):not(.disabled):active, .btn-c-red-100:not(:disabled):not(.disabled).active, .show > .btn-c-red-100.dropdown-toggle {
  color: #212529;
  background-color: #ff9aa4;
  border-color: #ff8d99;
}
.btn-c-red-100:not(:disabled):not(.disabled):active:focus, .btn-c-red-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 180, 185, 0.5);
}

.btn-c-red-200 {
  color: #212529;
  background-color: #EF9A9A;
  border-color: #EF9A9A;
}
.btn-c-red-200:hover {
  color: #212529;
  background-color: #ea7979;
  border-color: #e86e6e;
}
.btn-c-red-200:focus, .btn-c-red-200.focus {
  color: #212529;
  background-color: #ea7979;
  border-color: #e86e6e;
  box-shadow: 0 0 0 0.2rem rgba(208, 136, 137, 0.5);
}
.btn-c-red-200.disabled, .btn-c-red-200:disabled {
  color: #212529;
  background-color: #EF9A9A;
  border-color: #EF9A9A;
}
.btn-c-red-200:not(:disabled):not(.disabled):active, .btn-c-red-200:not(:disabled):not(.disabled).active, .show > .btn-c-red-200.dropdown-toggle {
  color: #fff;
  background-color: #e86e6e;
  border-color: #e66363;
}
.btn-c-red-200:not(:disabled):not(.disabled):active:focus, .btn-c-red-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 136, 137, 0.5);
}

.btn-c-red-300 {
  color: #fff;
  background-color: #E57373;
  border-color: #E57373;
}
.btn-c-red-300:hover {
  color: #fff;
  background-color: #df5353;
  border-color: #dd4848;
}
.btn-c-red-300:focus, .btn-c-red-300.focus {
  color: #fff;
  background-color: #df5353;
  border-color: #dd4848;
  box-shadow: 0 0 0 0.2rem rgba(233, 136, 136, 0.5);
}
.btn-c-red-300.disabled, .btn-c-red-300:disabled {
  color: #fff;
  background-color: #E57373;
  border-color: #E57373;
}
.btn-c-red-300:not(:disabled):not(.disabled):active, .btn-c-red-300:not(:disabled):not(.disabled).active, .show > .btn-c-red-300.dropdown-toggle {
  color: #fff;
  background-color: #dd4848;
  border-color: #db3d3d;
}
.btn-c-red-300:not(:disabled):not(.disabled):active:focus, .btn-c-red-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 136, 136, 0.5);
}

.btn-c-red-400 {
  color: #fff;
  background-color: #EF5350;
  border-color: #EF5350;
}
.btn-c-red-400:hover {
  color: #fff;
  background-color: #ec312d;
  border-color: #eb2521;
}
.btn-c-red-400:focus, .btn-c-red-400.focus {
  color: #fff;
  background-color: #ec312d;
  border-color: #eb2521;
  box-shadow: 0 0 0 0.2rem rgba(241, 109, 106, 0.5);
}
.btn-c-red-400.disabled, .btn-c-red-400:disabled {
  color: #fff;
  background-color: #EF5350;
  border-color: #EF5350;
}
.btn-c-red-400:not(:disabled):not(.disabled):active, .btn-c-red-400:not(:disabled):not(.disabled).active, .show > .btn-c-red-400.dropdown-toggle {
  color: #fff;
  background-color: #eb2521;
  border-color: #ea1a16;
}
.btn-c-red-400:not(:disabled):not(.disabled):active:focus, .btn-c-red-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 109, 106, 0.5);
}

.btn-c-red-500 {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.btn-c-red-500:hover {
  color: #fff;
  background-color: #f22112;
  border-color: #ea1c0d;
}
.btn-c-red-500:focus, .btn-c-red-500.focus {
  color: #fff;
  background-color: #f22112;
  border-color: #ea1c0d;
  box-shadow: 0 0 0 0.2rem rgba(246, 95, 84, 0.5);
}
.btn-c-red-500.disabled, .btn-c-red-500:disabled {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.btn-c-red-500:not(:disabled):not(.disabled):active, .btn-c-red-500:not(:disabled):not(.disabled).active, .show > .btn-c-red-500.dropdown-toggle {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #de1b0c;
}
.btn-c-red-500:not(:disabled):not(.disabled):active:focus, .btn-c-red-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 95, 84, 0.5);
}

.btn-c-red-600 {
  color: #fff;
  background-color: #E53935;
  border-color: #E53935;
}
.btn-c-red-600:hover {
  color: #fff;
  background-color: #d8201c;
  border-color: #cd1e1a;
}
.btn-c-red-600:focus, .btn-c-red-600.focus {
  color: #fff;
  background-color: #d8201c;
  border-color: #cd1e1a;
  box-shadow: 0 0 0 0.2rem rgba(233, 87, 83, 0.5);
}
.btn-c-red-600.disabled, .btn-c-red-600:disabled {
  color: #fff;
  background-color: #E53935;
  border-color: #E53935;
}
.btn-c-red-600:not(:disabled):not(.disabled):active, .btn-c-red-600:not(:disabled):not(.disabled).active, .show > .btn-c-red-600.dropdown-toggle {
  color: #fff;
  background-color: #cd1e1a;
  border-color: #c11d19;
}
.btn-c-red-600:not(:disabled):not(.disabled):active:focus, .btn-c-red-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 87, 83, 0.5);
}

.btn-c-red-700 {
  color: #fff;
  background-color: #D32F2F;
  border-color: #D32F2F;
}
.btn-c-red-700:hover {
  color: #fff;
  background-color: #b52626;
  border-color: #ab2424;
}
.btn-c-red-700:focus, .btn-c-red-700.focus {
  color: #fff;
  background-color: #b52626;
  border-color: #ab2424;
  box-shadow: 0 0 0 0.2rem rgba(218, 78, 78, 0.5);
}
.btn-c-red-700.disabled, .btn-c-red-700:disabled {
  color: #fff;
  background-color: #D32F2F;
  border-color: #D32F2F;
}
.btn-c-red-700:not(:disabled):not(.disabled):active, .btn-c-red-700:not(:disabled):not(.disabled).active, .show > .btn-c-red-700.dropdown-toggle {
  color: #fff;
  background-color: #ab2424;
  border-color: #a02222;
}
.btn-c-red-700:not(:disabled):not(.disabled):active:focus, .btn-c-red-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 78, 78, 0.5);
}

.btn-c-red-800 {
  color: #fff;
  background-color: #C62828;
  border-color: #C62828;
}
.btn-c-red-800:hover {
  color: #fff;
  background-color: #a62222;
  border-color: #9c1f1f;
}
.btn-c-red-800:focus, .btn-c-red-800.focus {
  color: #fff;
  background-color: #a62222;
  border-color: #9c1f1f;
  box-shadow: 0 0 0 0.2rem rgba(207, 72, 72, 0.5);
}
.btn-c-red-800.disabled, .btn-c-red-800:disabled {
  color: #fff;
  background-color: #C62828;
  border-color: #C62828;
}
.btn-c-red-800:not(:disabled):not(.disabled):active, .btn-c-red-800:not(:disabled):not(.disabled).active, .show > .btn-c-red-800.dropdown-toggle {
  color: #fff;
  background-color: #9c1f1f;
  border-color: #911d1d;
}
.btn-c-red-800:not(:disabled):not(.disabled):active:focus, .btn-c-red-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 72, 72, 0.5);
}

.btn-c-red-900 {
  color: #fff;
  background-color: #B71C1C;
  border-color: #B71C1C;
}
.btn-c-red-900:hover {
  color: #fff;
  background-color: #961717;
  border-color: #8b1515;
}
.btn-c-red-900:focus, .btn-c-red-900.focus {
  color: #fff;
  background-color: #961717;
  border-color: #8b1515;
  box-shadow: 0 0 0 0.2rem rgba(194, 62, 62, 0.5);
}
.btn-c-red-900.disabled, .btn-c-red-900:disabled {
  color: #fff;
  background-color: #B71C1C;
  border-color: #B71C1C;
}
.btn-c-red-900:not(:disabled):not(.disabled):active, .btn-c-red-900:not(:disabled):not(.disabled).active, .show > .btn-c-red-900.dropdown-toggle {
  color: #fff;
  background-color: #8b1515;
  border-color: #801414;
}
.btn-c-red-900:not(:disabled):not(.disabled):active:focus, .btn-c-red-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 62, 62, 0.5);
}

.btn-c-red-a100 {
  color: #212529;
  background-color: #FF8A80;
  border-color: #FF8A80;
}
.btn-c-red-a100:hover {
  color: #fff;
  background-color: #ff675a;
  border-color: #ff5b4d;
}
.btn-c-red-a100:focus, .btn-c-red-a100.focus {
  color: #fff;
  background-color: #ff675a;
  border-color: #ff5b4d;
  box-shadow: 0 0 0 0.2rem rgba(222, 123, 115, 0.5);
}
.btn-c-red-a100.disabled, .btn-c-red-a100:disabled {
  color: #212529;
  background-color: #FF8A80;
  border-color: #FF8A80;
}
.btn-c-red-a100:not(:disabled):not(.disabled):active, .btn-c-red-a100:not(:disabled):not(.disabled).active, .show > .btn-c-red-a100.dropdown-toggle {
  color: #fff;
  background-color: #ff5b4d;
  border-color: #ff4f40;
}
.btn-c-red-a100:not(:disabled):not(.disabled):active:focus, .btn-c-red-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 123, 115, 0.5);
}

.btn-c-red-a200 {
  color: #fff;
  background-color: #FF5252;
  border-color: #FF5252;
}
.btn-c-red-a200:hover {
  color: #fff;
  background-color: #ff2c2c;
  border-color: #ff1f1f;
}
.btn-c-red-a200:focus, .btn-c-red-a200.focus {
  color: #fff;
  background-color: #ff2c2c;
  border-color: #ff1f1f;
  box-shadow: 0 0 0 0.2rem rgba(255, 108, 108, 0.5);
}
.btn-c-red-a200.disabled, .btn-c-red-a200:disabled {
  color: #fff;
  background-color: #FF5252;
  border-color: #FF5252;
}
.btn-c-red-a200:not(:disabled):not(.disabled):active, .btn-c-red-a200:not(:disabled):not(.disabled).active, .show > .btn-c-red-a200.dropdown-toggle {
  color: #fff;
  background-color: #ff1f1f;
  border-color: #ff1212;
}
.btn-c-red-a200:not(:disabled):not(.disabled):active:focus, .btn-c-red-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 108, 108, 0.5);
}

.btn-c-red-a400 {
  color: #fff;
  background-color: #FF1744;
  border-color: #FF1744;
}
.btn-c-red-a400:hover {
  color: #fff;
  background-color: #f0002f;
  border-color: #e3002c;
}
.btn-c-red-a400:focus, .btn-c-red-a400.focus {
  color: #fff;
  background-color: #f0002f;
  border-color: #e3002c;
  box-shadow: 0 0 0 0.2rem rgba(255, 58, 96, 0.5);
}
.btn-c-red-a400.disabled, .btn-c-red-a400:disabled {
  color: #fff;
  background-color: #FF1744;
  border-color: #FF1744;
}
.btn-c-red-a400:not(:disabled):not(.disabled):active, .btn-c-red-a400:not(:disabled):not(.disabled).active, .show > .btn-c-red-a400.dropdown-toggle {
  color: #fff;
  background-color: #e3002c;
  border-color: #d6002a;
}
.btn-c-red-a400:not(:disabled):not(.disabled):active:focus, .btn-c-red-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 58, 96, 0.5);
}

.btn-c-red-a700 {
  color: #fff;
  background-color: #D50000;
  border-color: #D50000;
}
.btn-c-red-a700:hover {
  color: #fff;
  background-color: #af0000;
  border-color: #a20000;
}
.btn-c-red-a700:focus, .btn-c-red-a700.focus {
  color: #fff;
  background-color: #af0000;
  border-color: #a20000;
  box-shadow: 0 0 0 0.2rem rgba(219, 38, 38, 0.5);
}
.btn-c-red-a700.disabled, .btn-c-red-a700:disabled {
  color: #fff;
  background-color: #D50000;
  border-color: #D50000;
}
.btn-c-red-a700:not(:disabled):not(.disabled):active, .btn-c-red-a700:not(:disabled):not(.disabled).active, .show > .btn-c-red-a700.dropdown-toggle {
  color: #fff;
  background-color: #a20000;
  border-color: #950000;
}
.btn-c-red-a700:not(:disabled):not(.disabled):active:focus, .btn-c-red-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-red-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 38, 38, 0.5);
}

.btn-c-pink-50 {
  color: #212529;
  background-color: #FCE4EC;
  border-color: #FCE4EC;
}
.btn-c-pink-50:hover {
  color: #212529;
  background-color: #f8c2d4;
  border-color: #f7b6cc;
}
.btn-c-pink-50:focus, .btn-c-pink-50.focus {
  color: #212529;
  background-color: #f8c2d4;
  border-color: #f7b6cc;
  box-shadow: 0 0 0 0.2rem rgba(219, 199, 207, 0.5);
}
.btn-c-pink-50.disabled, .btn-c-pink-50:disabled {
  color: #212529;
  background-color: #FCE4EC;
  border-color: #FCE4EC;
}
.btn-c-pink-50:not(:disabled):not(.disabled):active, .btn-c-pink-50:not(:disabled):not(.disabled).active, .show > .btn-c-pink-50.dropdown-toggle {
  color: #212529;
  background-color: #f7b6cc;
  border-color: #f6abc4;
}
.btn-c-pink-50:not(:disabled):not(.disabled):active:focus, .btn-c-pink-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 199, 207, 0.5);
}

.btn-c-pink-100 {
  color: #212529;
  background-color: #F8BBD0;
  border-color: #F8BBD0;
}
.btn-c-pink-100:hover {
  color: #212529;
  background-color: #f498b8;
  border-color: #f38db0;
}
.btn-c-pink-100:focus, .btn-c-pink-100.focus {
  color: #212529;
  background-color: #f498b8;
  border-color: #f38db0;
  box-shadow: 0 0 0 0.2rem rgba(216, 165, 183, 0.5);
}
.btn-c-pink-100.disabled, .btn-c-pink-100:disabled {
  color: #212529;
  background-color: #F8BBD0;
  border-color: #F8BBD0;
}
.btn-c-pink-100:not(:disabled):not(.disabled):active, .btn-c-pink-100:not(:disabled):not(.disabled).active, .show > .btn-c-pink-100.dropdown-toggle {
  color: #212529;
  background-color: #f38db0;
  border-color: #f281a8;
}
.btn-c-pink-100:not(:disabled):not(.disabled):active:focus, .btn-c-pink-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 165, 183, 0.5);
}

.btn-c-pink-200 {
  color: #212529;
  background-color: #F48FB1;
  border-color: #F48FB1;
}
.btn-c-pink-200:hover {
  color: #212529;
  background-color: #f16c99;
  border-color: #ef6191;
}
.btn-c-pink-200:focus, .btn-c-pink-200.focus {
  color: #212529;
  background-color: #f16c99;
  border-color: #ef6191;
  box-shadow: 0 0 0 0.2rem rgba(212, 127, 157, 0.5);
}
.btn-c-pink-200.disabled, .btn-c-pink-200:disabled {
  color: #212529;
  background-color: #F48FB1;
  border-color: #F48FB1;
}
.btn-c-pink-200:not(:disabled):not(.disabled):active, .btn-c-pink-200:not(:disabled):not(.disabled).active, .show > .btn-c-pink-200.dropdown-toggle {
  color: #fff;
  background-color: #ef6191;
  border-color: #ee5589;
}
.btn-c-pink-200:not(:disabled):not(.disabled):active:focus, .btn-c-pink-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 127, 157, 0.5);
}

.btn-c-pink-300 {
  color: #fff;
  background-color: #F06292;
  border-color: #F06292;
}
.btn-c-pink-300:hover {
  color: #fff;
  background-color: #ed3f7a;
  border-color: #ec3372;
}
.btn-c-pink-300:focus, .btn-c-pink-300.focus {
  color: #fff;
  background-color: #ed3f7a;
  border-color: #ec3372;
  box-shadow: 0 0 0 0.2rem rgba(242, 122, 162, 0.5);
}
.btn-c-pink-300.disabled, .btn-c-pink-300:disabled {
  color: #fff;
  background-color: #F06292;
  border-color: #F06292;
}
.btn-c-pink-300:not(:disabled):not(.disabled):active, .btn-c-pink-300:not(:disabled):not(.disabled).active, .show > .btn-c-pink-300.dropdown-toggle {
  color: #fff;
  background-color: #ec3372;
  border-color: #ea286a;
}
.btn-c-pink-300:not(:disabled):not(.disabled):active:focus, .btn-c-pink-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 122, 162, 0.5);
}

.btn-c-pink-400 {
  color: #fff;
  background-color: #EC407A;
  border-color: #EC407A;
}
.btn-c-pink-400:hover {
  color: #fff;
  background-color: #e91d62;
  border-color: #e2175b;
}
.btn-c-pink-400:focus, .btn-c-pink-400.focus {
  color: #fff;
  background-color: #e91d62;
  border-color: #e2175b;
  box-shadow: 0 0 0 0.2rem rgba(239, 93, 142, 0.5);
}
.btn-c-pink-400.disabled, .btn-c-pink-400:disabled {
  color: #fff;
  background-color: #EC407A;
  border-color: #EC407A;
}
.btn-c-pink-400:not(:disabled):not(.disabled):active, .btn-c-pink-400:not(:disabled):not(.disabled).active, .show > .btn-c-pink-400.dropdown-toggle {
  color: #fff;
  background-color: #e2175b;
  border-color: #d71557;
}
.btn-c-pink-400:not(:disabled):not(.disabled):active:focus, .btn-c-pink-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 93, 142, 0.5);
}

.btn-c-pink-500 {
  color: #fff;
  background-color: #E91E63;
  border-color: #E91E63;
}
.btn-c-pink-500:hover {
  color: #fff;
  background-color: #cd1453;
  border-color: #c1134e;
}
.btn-c-pink-500:focus, .btn-c-pink-500.focus {
  color: #fff;
  background-color: #cd1453;
  border-color: #c1134e;
  box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5);
}
.btn-c-pink-500.disabled, .btn-c-pink-500:disabled {
  color: #fff;
  background-color: #E91E63;
  border-color: #E91E63;
}
.btn-c-pink-500:not(:disabled):not(.disabled):active, .btn-c-pink-500:not(:disabled):not(.disabled).active, .show > .btn-c-pink-500.dropdown-toggle {
  color: #fff;
  background-color: #c1134e;
  border-color: #b61249;
}
.btn-c-pink-500:not(:disabled):not(.disabled):active:focus, .btn-c-pink-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5);
}

.btn-c-pink-600 {
  color: #fff;
  background-color: #D81B60;
  border-color: #D81B60;
}
.btn-c-pink-600:hover {
  color: #fff;
  background-color: #b61751;
  border-color: #ab154c;
}
.btn-c-pink-600:focus, .btn-c-pink-600.focus {
  color: #fff;
  background-color: #b61751;
  border-color: #ab154c;
  box-shadow: 0 0 0 0.2rem rgba(222, 61, 120, 0.5);
}
.btn-c-pink-600.disabled, .btn-c-pink-600:disabled {
  color: #fff;
  background-color: #D81B60;
  border-color: #D81B60;
}
.btn-c-pink-600:not(:disabled):not(.disabled):active, .btn-c-pink-600:not(:disabled):not(.disabled).active, .show > .btn-c-pink-600.dropdown-toggle {
  color: #fff;
  background-color: #ab154c;
  border-color: #9f1447;
}
.btn-c-pink-600:not(:disabled):not(.disabled):active:focus, .btn-c-pink-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 61, 120, 0.5);
}

.btn-c-pink-700 {
  color: #fff;
  background-color: #C2185B;
  border-color: #C2185B;
}
.btn-c-pink-700:hover {
  color: #fff;
  background-color: #a0144b;
  border-color: #951246;
}
.btn-c-pink-700:focus, .btn-c-pink-700.focus {
  color: #fff;
  background-color: #a0144b;
  border-color: #951246;
  box-shadow: 0 0 0 0.2rem rgba(203, 59, 116, 0.5);
}
.btn-c-pink-700.disabled, .btn-c-pink-700:disabled {
  color: #fff;
  background-color: #C2185B;
  border-color: #C2185B;
}
.btn-c-pink-700:not(:disabled):not(.disabled):active, .btn-c-pink-700:not(:disabled):not(.disabled).active, .show > .btn-c-pink-700.dropdown-toggle {
  color: #fff;
  background-color: #951246;
  border-color: #891140;
}
.btn-c-pink-700:not(:disabled):not(.disabled):active:focus, .btn-c-pink-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 59, 116, 0.5);
}

.btn-c-pink-800 {
  color: #fff;
  background-color: #AD1457;
  border-color: #AD1457;
}
.btn-c-pink-800:hover {
  color: #fff;
  background-color: #8b1046;
  border-color: #7f0f40;
}
.btn-c-pink-800:focus, .btn-c-pink-800.focus {
  color: #fff;
  background-color: #8b1046;
  border-color: #7f0f40;
  box-shadow: 0 0 0 0.2rem rgba(185, 55, 112, 0.5);
}
.btn-c-pink-800.disabled, .btn-c-pink-800:disabled {
  color: #fff;
  background-color: #AD1457;
  border-color: #AD1457;
}
.btn-c-pink-800:not(:disabled):not(.disabled):active, .btn-c-pink-800:not(:disabled):not(.disabled).active, .show > .btn-c-pink-800.dropdown-toggle {
  color: #fff;
  background-color: #7f0f40;
  border-color: #740d3a;
}
.btn-c-pink-800:not(:disabled):not(.disabled):active:focus, .btn-c-pink-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 55, 112, 0.5);
}

.btn-c-pink-900 {
  color: #fff;
  background-color: #880E4F;
  border-color: #880E4F;
}
.btn-c-pink-900:hover {
  color: #fff;
  background-color: #650a3b;
  border-color: #5a0934;
}
.btn-c-pink-900:focus, .btn-c-pink-900.focus {
  color: #fff;
  background-color: #650a3b;
  border-color: #5a0934;
  box-shadow: 0 0 0 0.2rem rgba(154, 50, 105, 0.5);
}
.btn-c-pink-900.disabled, .btn-c-pink-900:disabled {
  color: #fff;
  background-color: #880E4F;
  border-color: #880E4F;
}
.btn-c-pink-900:not(:disabled):not(.disabled):active, .btn-c-pink-900:not(:disabled):not(.disabled).active, .show > .btn-c-pink-900.dropdown-toggle {
  color: #fff;
  background-color: #5a0934;
  border-color: #4e082d;
}
.btn-c-pink-900:not(:disabled):not(.disabled):active:focus, .btn-c-pink-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 50, 105, 0.5);
}

.btn-c-pink-a100 {
  color: #212529;
  background-color: #FF80AB;
  border-color: #FF80AB;
}
.btn-c-pink-a100:hover {
  color: #fff;
  background-color: #ff5a92;
  border-color: #ff4d89;
}
.btn-c-pink-a100:focus, .btn-c-pink-a100.focus {
  color: #fff;
  background-color: #ff5a92;
  border-color: #ff4d89;
  box-shadow: 0 0 0 0.2rem rgba(222, 114, 152, 0.5);
}
.btn-c-pink-a100.disabled, .btn-c-pink-a100:disabled {
  color: #212529;
  background-color: #FF80AB;
  border-color: #FF80AB;
}
.btn-c-pink-a100:not(:disabled):not(.disabled):active, .btn-c-pink-a100:not(:disabled):not(.disabled).active, .show > .btn-c-pink-a100.dropdown-toggle {
  color: #fff;
  background-color: #ff4d89;
  border-color: #ff4081;
}
.btn-c-pink-a100:not(:disabled):not(.disabled):active:focus, .btn-c-pink-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 114, 152, 0.5);
}

.btn-c-pink-a200 {
  color: #fff;
  background-color: #FF4081;
  border-color: #FF4081;
}
.btn-c-pink-a200:hover {
  color: #fff;
  background-color: #ff1a68;
  border-color: #ff0d5f;
}
.btn-c-pink-a200:focus, .btn-c-pink-a200.focus {
  color: #fff;
  background-color: #ff1a68;
  border-color: #ff0d5f;
  box-shadow: 0 0 0 0.2rem rgba(255, 93, 148, 0.5);
}
.btn-c-pink-a200.disabled, .btn-c-pink-a200:disabled {
  color: #fff;
  background-color: #FF4081;
  border-color: #FF4081;
}
.btn-c-pink-a200:not(:disabled):not(.disabled):active, .btn-c-pink-a200:not(:disabled):not(.disabled).active, .show > .btn-c-pink-a200.dropdown-toggle {
  color: #fff;
  background-color: #ff0d5f;
  border-color: #ff0057;
}
.btn-c-pink-a200:not(:disabled):not(.disabled):active:focus, .btn-c-pink-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 93, 148, 0.5);
}

.btn-c-pink-a400 {
  color: #fff;
  background-color: #F50057;
  border-color: #F50057;
}
.btn-c-pink-a400:hover {
  color: #fff;
  background-color: #cf0049;
  border-color: #c20045;
}
.btn-c-pink-a400:focus, .btn-c-pink-a400.focus {
  color: #fff;
  background-color: #cf0049;
  border-color: #c20045;
  box-shadow: 0 0 0 0.2rem rgba(247, 38, 112, 0.5);
}
.btn-c-pink-a400.disabled, .btn-c-pink-a400:disabled {
  color: #fff;
  background-color: #F50057;
  border-color: #F50057;
}
.btn-c-pink-a400:not(:disabled):not(.disabled):active, .btn-c-pink-a400:not(:disabled):not(.disabled).active, .show > .btn-c-pink-a400.dropdown-toggle {
  color: #fff;
  background-color: #c20045;
  border-color: #b50040;
}
.btn-c-pink-a400:not(:disabled):not(.disabled):active:focus, .btn-c-pink-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 38, 112, 0.5);
}

.btn-c-pink-a700 {
  color: #fff;
  background-color: #C51162;
  border-color: #C51162;
}
.btn-c-pink-a700:hover {
  color: #fff;
  background-color: #a20e50;
  border-color: #960d4b;
}
.btn-c-pink-a700:focus, .btn-c-pink-a700.focus {
  color: #fff;
  background-color: #a20e50;
  border-color: #960d4b;
  box-shadow: 0 0 0 0.2rem rgba(206, 53, 122, 0.5);
}
.btn-c-pink-a700.disabled, .btn-c-pink-a700:disabled {
  color: #fff;
  background-color: #C51162;
  border-color: #C51162;
}
.btn-c-pink-a700:not(:disabled):not(.disabled):active, .btn-c-pink-a700:not(:disabled):not(.disabled).active, .show > .btn-c-pink-a700.dropdown-toggle {
  color: #fff;
  background-color: #960d4b;
  border-color: #8a0c45;
}
.btn-c-pink-a700:not(:disabled):not(.disabled):active:focus, .btn-c-pink-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-pink-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 53, 122, 0.5);
}

.btn-c-purple-50 {
  color: #212529;
  background-color: #F3E5F5;
  border-color: #F3E5F5;
}
.btn-c-purple-50:hover {
  color: #212529;
  background-color: #e6c9ea;
  border-color: #e2c0e7;
}
.btn-c-purple-50:focus, .btn-c-purple-50.focus {
  color: #212529;
  background-color: #e6c9ea;
  border-color: #e2c0e7;
  box-shadow: 0 0 0 0.2rem rgba(212, 200, 214, 0.5);
}
.btn-c-purple-50.disabled, .btn-c-purple-50:disabled {
  color: #212529;
  background-color: #F3E5F5;
  border-color: #F3E5F5;
}
.btn-c-purple-50:not(:disabled):not(.disabled):active, .btn-c-purple-50:not(:disabled):not(.disabled).active, .show > .btn-c-purple-50.dropdown-toggle {
  color: #212529;
  background-color: #e2c0e7;
  border-color: #deb7e3;
}
.btn-c-purple-50:not(:disabled):not(.disabled):active:focus, .btn-c-purple-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 200, 214, 0.5);
}

.btn-c-purple-100 {
  color: #212529;
  background-color: #E1BEE7;
  border-color: #E1BEE7;
}
.btn-c-purple-100:hover {
  color: #212529;
  background-color: #d4a2dd;
  border-color: #d099d9;
}
.btn-c-purple-100:focus, .btn-c-purple-100.focus {
  color: #212529;
  background-color: #d4a2dd;
  border-color: #d099d9;
  box-shadow: 0 0 0 0.2rem rgba(196, 167, 203, 0.5);
}
.btn-c-purple-100.disabled, .btn-c-purple-100:disabled {
  color: #212529;
  background-color: #E1BEE7;
  border-color: #E1BEE7;
}
.btn-c-purple-100:not(:disabled):not(.disabled):active, .btn-c-purple-100:not(:disabled):not(.disabled).active, .show > .btn-c-purple-100.dropdown-toggle {
  color: #212529;
  background-color: #d099d9;
  border-color: #cc8fd6;
}
.btn-c-purple-100:not(:disabled):not(.disabled):active:focus, .btn-c-purple-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 167, 203, 0.5);
}

.btn-c-purple-200 {
  color: #212529;
  background-color: #CE93D8;
  border-color: #CE93D8;
}
.btn-c-purple-200:hover {
  color: #212529;
  background-color: #c177ce;
  border-color: #bd6eca;
}
.btn-c-purple-200:focus, .btn-c-purple-200.focus {
  color: #212529;
  background-color: #c177ce;
  border-color: #bd6eca;
  box-shadow: 0 0 0 0.2rem rgba(180, 131, 190, 0.5);
}
.btn-c-purple-200.disabled, .btn-c-purple-200:disabled {
  color: #212529;
  background-color: #CE93D8;
  border-color: #CE93D8;
}
.btn-c-purple-200:not(:disabled):not(.disabled):active, .btn-c-purple-200:not(:disabled):not(.disabled).active, .show > .btn-c-purple-200.dropdown-toggle {
  color: #fff;
  background-color: #bd6eca;
  border-color: #b964c7;
}
.btn-c-purple-200:not(:disabled):not(.disabled):active:focus, .btn-c-purple-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(180, 131, 190, 0.5);
}

.btn-c-purple-300 {
  color: #fff;
  background-color: #BA68C8;
  border-color: #BA68C8;
}
.btn-c-purple-300:hover {
  color: #fff;
  background-color: #ad4cbe;
  border-color: #a844b9;
}
.btn-c-purple-300:focus, .btn-c-purple-300.focus {
  color: #fff;
  background-color: #ad4cbe;
  border-color: #a844b9;
  box-shadow: 0 0 0 0.2rem rgba(196, 127, 208, 0.5);
}
.btn-c-purple-300.disabled, .btn-c-purple-300:disabled {
  color: #fff;
  background-color: #BA68C8;
  border-color: #BA68C8;
}
.btn-c-purple-300:not(:disabled):not(.disabled):active, .btn-c-purple-300:not(:disabled):not(.disabled).active, .show > .btn-c-purple-300.dropdown-toggle {
  color: #fff;
  background-color: #a844b9;
  border-color: #a040b0;
}
.btn-c-purple-300:not(:disabled):not(.disabled):active:focus, .btn-c-purple-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 127, 208, 0.5);
}

.btn-c-purple-400 {
  color: #fff;
  background-color: #AB47BC;
  border-color: #AB47BC;
}
.btn-c-purple-400:hover {
  color: #fff;
  background-color: #933ba2;
  border-color: #8a3898;
}
.btn-c-purple-400:focus, .btn-c-purple-400.focus {
  color: #fff;
  background-color: #933ba2;
  border-color: #8a3898;
  box-shadow: 0 0 0 0.2rem rgba(184, 99, 198, 0.5);
}
.btn-c-purple-400.disabled, .btn-c-purple-400:disabled {
  color: #fff;
  background-color: #AB47BC;
  border-color: #AB47BC;
}
.btn-c-purple-400:not(:disabled):not(.disabled):active, .btn-c-purple-400:not(:disabled):not(.disabled).active, .show > .btn-c-purple-400.dropdown-toggle {
  color: #fff;
  background-color: #8a3898;
  border-color: #82348f;
}
.btn-c-purple-400:not(:disabled):not(.disabled):active:focus, .btn-c-purple-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 99, 198, 0.5);
}

.btn-c-purple-500 {
  color: #fff;
  background-color: #9C27B0;
  border-color: #9C27B0;
}
.btn-c-purple-500:hover {
  color: #fff;
  background-color: #802091;
  border-color: #771e86;
}
.btn-c-purple-500:focus, .btn-c-purple-500.focus {
  color: #fff;
  background-color: #802091;
  border-color: #771e86;
  box-shadow: 0 0 0 0.2rem rgba(171, 71, 188, 0.5);
}
.btn-c-purple-500.disabled, .btn-c-purple-500:disabled {
  color: #fff;
  background-color: #9C27B0;
  border-color: #9C27B0;
}
.btn-c-purple-500:not(:disabled):not(.disabled):active, .btn-c-purple-500:not(:disabled):not(.disabled).active, .show > .btn-c-purple-500.dropdown-toggle {
  color: #fff;
  background-color: #771e86;
  border-color: #6e1b7c;
}
.btn-c-purple-500:not(:disabled):not(.disabled):active:focus, .btn-c-purple-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(171, 71, 188, 0.5);
}

.btn-c-purple-600 {
  color: #fff;
  background-color: #8E24AA;
  border-color: #8E24AA;
}
.btn-c-purple-600:hover {
  color: #fff;
  background-color: #741d8a;
  border-color: #6b1b80;
}
.btn-c-purple-600:focus, .btn-c-purple-600.focus {
  color: #fff;
  background-color: #741d8a;
  border-color: #6b1b80;
  box-shadow: 0 0 0 0.2rem rgba(159, 69, 183, 0.5);
}
.btn-c-purple-600.disabled, .btn-c-purple-600:disabled {
  color: #fff;
  background-color: #8E24AA;
  border-color: #8E24AA;
}
.btn-c-purple-600:not(:disabled):not(.disabled):active, .btn-c-purple-600:not(:disabled):not(.disabled).active, .show > .btn-c-purple-600.dropdown-toggle {
  color: #fff;
  background-color: #6b1b80;
  border-color: #621975;
}
.btn-c-purple-600:not(:disabled):not(.disabled):active:focus, .btn-c-purple-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 69, 183, 0.5);
}

.btn-c-purple-700 {
  color: #fff;
  background-color: #7B1FA2;
  border-color: #7B1FA2;
}
.btn-c-purple-700:hover {
  color: #fff;
  background-color: #631982;
  border-color: #5a1777;
}
.btn-c-purple-700:focus, .btn-c-purple-700.focus {
  color: #fff;
  background-color: #631982;
  border-color: #5a1777;
  box-shadow: 0 0 0 0.2rem rgba(143, 65, 176, 0.5);
}
.btn-c-purple-700.disabled, .btn-c-purple-700:disabled {
  color: #fff;
  background-color: #7B1FA2;
  border-color: #7B1FA2;
}
.btn-c-purple-700:not(:disabled):not(.disabled):active, .btn-c-purple-700:not(:disabled):not(.disabled).active, .show > .btn-c-purple-700.dropdown-toggle {
  color: #fff;
  background-color: #5a1777;
  border-color: #52156c;
}
.btn-c-purple-700:not(:disabled):not(.disabled):active:focus, .btn-c-purple-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(143, 65, 176, 0.5);
}

.btn-c-purple-800 {
  color: #fff;
  background-color: #6A1B9A;
  border-color: #6A1B9A;
}
.btn-c-purple-800:hover {
  color: #fff;
  background-color: #541579;
  border-color: #4c136f;
}
.btn-c-purple-800:focus, .btn-c-purple-800.focus {
  color: #fff;
  background-color: #541579;
  border-color: #4c136f;
  box-shadow: 0 0 0 0.2rem rgba(128, 61, 169, 0.5);
}
.btn-c-purple-800.disabled, .btn-c-purple-800:disabled {
  color: #fff;
  background-color: #6A1B9A;
  border-color: #6A1B9A;
}
.btn-c-purple-800:not(:disabled):not(.disabled):active, .btn-c-purple-800:not(:disabled):not(.disabled).active, .show > .btn-c-purple-800.dropdown-toggle {
  color: #fff;
  background-color: #4c136f;
  border-color: #451164;
}
.btn-c-purple-800:not(:disabled):not(.disabled):active:focus, .btn-c-purple-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 61, 169, 0.5);
}

.btn-c-purple-900 {
  color: #fff;
  background-color: #4A148C;
  border-color: #4A148C;
}
.btn-c-purple-900:hover {
  color: #fff;
  background-color: #380f6b;
  border-color: #320e5f;
}
.btn-c-purple-900:focus, .btn-c-purple-900.focus {
  color: #fff;
  background-color: #380f6b;
  border-color: #320e5f;
  box-shadow: 0 0 0 0.2rem rgba(101, 55, 157, 0.5);
}
.btn-c-purple-900.disabled, .btn-c-purple-900:disabled {
  color: #fff;
  background-color: #4A148C;
  border-color: #4A148C;
}
.btn-c-purple-900:not(:disabled):not(.disabled):active, .btn-c-purple-900:not(:disabled):not(.disabled).active, .show > .btn-c-purple-900.dropdown-toggle {
  color: #fff;
  background-color: #320e5f;
  border-color: #2d0c54;
}
.btn-c-purple-900:not(:disabled):not(.disabled):active:focus, .btn-c-purple-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 55, 157, 0.5);
}

.btn-c-purple-a100 {
  color: #212529;
  background-color: #EA80FC;
  border-color: #EA80FC;
}
.btn-c-purple-a100:hover {
  color: #212529;
  background-color: #e45bfb;
  border-color: #e24efb;
}
.btn-c-purple-a100:focus, .btn-c-purple-a100.focus {
  color: #212529;
  background-color: #e45bfb;
  border-color: #e24efb;
  box-shadow: 0 0 0 0.2rem rgba(204, 114, 220, 0.5);
}
.btn-c-purple-a100.disabled, .btn-c-purple-a100:disabled {
  color: #212529;
  background-color: #EA80FC;
  border-color: #EA80FC;
}
.btn-c-purple-a100:not(:disabled):not(.disabled):active, .btn-c-purple-a100:not(:disabled):not(.disabled).active, .show > .btn-c-purple-a100.dropdown-toggle {
  color: #fff;
  background-color: #e24efb;
  border-color: #e042fb;
}
.btn-c-purple-a100:not(:disabled):not(.disabled):active:focus, .btn-c-purple-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 114, 220, 0.5);
}

.btn-c-purple-a200 {
  color: #fff;
  background-color: #E040FB;
  border-color: #E040FB;
}
.btn-c-purple-a200:hover {
  color: #fff;
  background-color: #da1bfa;
  border-color: #d80efa;
}
.btn-c-purple-a200:focus, .btn-c-purple-a200.focus {
  color: #fff;
  background-color: #da1bfa;
  border-color: #d80efa;
  box-shadow: 0 0 0 0.2rem rgba(229, 93, 252, 0.5);
}
.btn-c-purple-a200.disabled, .btn-c-purple-a200:disabled {
  color: #fff;
  background-color: #E040FB;
  border-color: #E040FB;
}
.btn-c-purple-a200:not(:disabled):not(.disabled):active, .btn-c-purple-a200:not(:disabled):not(.disabled).active, .show > .btn-c-purple-a200.dropdown-toggle {
  color: #fff;
  background-color: #d80efa;
  border-color: #d305f6;
}
.btn-c-purple-a200:not(:disabled):not(.disabled):active:focus, .btn-c-purple-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 93, 252, 0.5);
}

.btn-c-purple-a400 {
  color: #fff;
  background-color: #D500F9;
  border-color: #D500F9;
}
.btn-c-purple-a400:hover {
  color: #fff;
  background-color: #b400d3;
  border-color: #a900c6;
}
.btn-c-purple-a400:focus, .btn-c-purple-a400.focus {
  color: #fff;
  background-color: #b400d3;
  border-color: #a900c6;
  box-shadow: 0 0 0 0.2rem rgba(219, 38, 250, 0.5);
}
.btn-c-purple-a400.disabled, .btn-c-purple-a400:disabled {
  color: #fff;
  background-color: #D500F9;
  border-color: #D500F9;
}
.btn-c-purple-a400:not(:disabled):not(.disabled):active, .btn-c-purple-a400:not(:disabled):not(.disabled).active, .show > .btn-c-purple-a400.dropdown-toggle {
  color: #fff;
  background-color: #a900c6;
  border-color: #9e00b9;
}
.btn-c-purple-a400:not(:disabled):not(.disabled):active:focus, .btn-c-purple-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 38, 250, 0.5);
}

.btn-c-purple-a700 {
  color: #fff;
  background-color: #AA00FF;
  border-color: #AA00FF;
}
.btn-c-purple-a700:hover {
  color: #fff;
  background-color: #9100d9;
  border-color: #8800cc;
}
.btn-c-purple-a700:focus, .btn-c-purple-a700.focus {
  color: #fff;
  background-color: #9100d9;
  border-color: #8800cc;
  box-shadow: 0 0 0 0.2rem rgba(183, 38, 255, 0.5);
}
.btn-c-purple-a700.disabled, .btn-c-purple-a700:disabled {
  color: #fff;
  background-color: #AA00FF;
  border-color: #AA00FF;
}
.btn-c-purple-a700:not(:disabled):not(.disabled):active, .btn-c-purple-a700:not(:disabled):not(.disabled).active, .show > .btn-c-purple-a700.dropdown-toggle {
  color: #fff;
  background-color: #8800cc;
  border-color: #8000bf;
}
.btn-c-purple-a700:not(:disabled):not(.disabled):active:focus, .btn-c-purple-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-purple-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 38, 255, 0.5);
}

.btn-c-deep-purple-50 {
  color: #212529;
  background-color: #EDE7F6;
  border-color: #EDE7F6;
}
.btn-c-deep-purple-50:hover {
  color: #212529;
  background-color: #d8cbec;
  border-color: #d1c2e8;
}
.btn-c-deep-purple-50:focus, .btn-c-deep-purple-50.focus {
  color: #212529;
  background-color: #d8cbec;
  border-color: #d1c2e8;
  box-shadow: 0 0 0 0.2rem rgba(206, 202, 215, 0.5);
}
.btn-c-deep-purple-50.disabled, .btn-c-deep-purple-50:disabled {
  color: #212529;
  background-color: #EDE7F6;
  border-color: #EDE7F6;
}
.btn-c-deep-purple-50:not(:disabled):not(.disabled):active, .btn-c-deep-purple-50:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-50.dropdown-toggle {
  color: #212529;
  background-color: #d1c2e8;
  border-color: #cab9e5;
}
.btn-c-deep-purple-50:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 202, 215, 0.5);
}

.btn-c-deep-purple-100 {
  color: #212529;
  background-color: #D1C4E9;
  border-color: #D1C4E9;
}
.btn-c-deep-purple-100:hover {
  color: #212529;
  background-color: #bba8df;
  border-color: #b49fdb;
}
.btn-c-deep-purple-100:focus, .btn-c-deep-purple-100.focus {
  color: #212529;
  background-color: #bba8df;
  border-color: #b49fdb;
  box-shadow: 0 0 0 0.2rem rgba(183, 172, 204, 0.5);
}
.btn-c-deep-purple-100.disabled, .btn-c-deep-purple-100:disabled {
  color: #212529;
  background-color: #D1C4E9;
  border-color: #D1C4E9;
}
.btn-c-deep-purple-100:not(:disabled):not(.disabled):active, .btn-c-deep-purple-100:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-100.dropdown-toggle {
  color: #212529;
  background-color: #b49fdb;
  border-color: #ad96d8;
}
.btn-c-deep-purple-100:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 172, 204, 0.5);
}

.btn-c-deep-purple-200 {
  color: #212529;
  background-color: #B39DDB;
  border-color: #B39DDB;
}
.btn-c-deep-purple-200:hover {
  color: #fff;
  background-color: #9d81d1;
  border-color: #9678cd;
}
.btn-c-deep-purple-200:focus, .btn-c-deep-purple-200.focus {
  color: #fff;
  background-color: #9d81d1;
  border-color: #9678cd;
  box-shadow: 0 0 0 0.2rem rgba(157, 139, 192, 0.5);
}
.btn-c-deep-purple-200.disabled, .btn-c-deep-purple-200:disabled {
  color: #212529;
  background-color: #B39DDB;
  border-color: #B39DDB;
}
.btn-c-deep-purple-200:not(:disabled):not(.disabled):active, .btn-c-deep-purple-200:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-200.dropdown-toggle {
  color: #fff;
  background-color: #9678cd;
  border-color: #8f6eca;
}
.btn-c-deep-purple-200:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 139, 192, 0.5);
}

.btn-c-deep-purple-300 {
  color: #fff;
  background-color: #9575CD;
  border-color: #9575CD;
}
.btn-c-deep-purple-300:hover {
  color: #fff;
  background-color: #7f59c3;
  border-color: #7850bf;
}
.btn-c-deep-purple-300:focus, .btn-c-deep-purple-300.focus {
  color: #fff;
  background-color: #7f59c3;
  border-color: #7850bf;
  box-shadow: 0 0 0 0.2rem rgba(165, 138, 213, 0.5);
}
.btn-c-deep-purple-300.disabled, .btn-c-deep-purple-300:disabled {
  color: #fff;
  background-color: #9575CD;
  border-color: #9575CD;
}
.btn-c-deep-purple-300:not(:disabled):not(.disabled):active, .btn-c-deep-purple-300:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-300.dropdown-toggle {
  color: #fff;
  background-color: #7850bf;
  border-color: #7146bc;
}
.btn-c-deep-purple-300:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 138, 213, 0.5);
}

.btn-c-deep-purple-400 {
  color: #fff;
  background-color: #7E57C2;
  border-color: #7E57C2;
}
.btn-c-deep-purple-400:hover {
  color: #fff;
  background-color: #6a41b2;
  border-color: #643da9;
}
.btn-c-deep-purple-400:focus, .btn-c-deep-purple-400.focus {
  color: #fff;
  background-color: #6a41b2;
  border-color: #643da9;
  box-shadow: 0 0 0 0.2rem rgba(145, 112, 203, 0.5);
}
.btn-c-deep-purple-400.disabled, .btn-c-deep-purple-400:disabled {
  color: #fff;
  background-color: #7E57C2;
  border-color: #7E57C2;
}
.btn-c-deep-purple-400:not(:disabled):not(.disabled):active, .btn-c-deep-purple-400:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-400.dropdown-toggle {
  color: #fff;
  background-color: #643da9;
  border-color: #5f3a9f;
}
.btn-c-deep-purple-400:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 112, 203, 0.5);
}

.btn-c-deep-purple-500 {
  color: #fff;
  background-color: #673AB7;
  border-color: #673AB7;
}
.btn-c-deep-purple-500:hover {
  color: #fff;
  background-color: #57319a;
  border-color: #512e90;
}
.btn-c-deep-purple-500:focus, .btn-c-deep-purple-500.focus {
  color: #fff;
  background-color: #57319a;
  border-color: #512e90;
  box-shadow: 0 0 0 0.2rem rgba(126, 88, 194, 0.5);
}
.btn-c-deep-purple-500.disabled, .btn-c-deep-purple-500:disabled {
  color: #fff;
  background-color: #673AB7;
  border-color: #673AB7;
}
.btn-c-deep-purple-500:not(:disabled):not(.disabled):active, .btn-c-deep-purple-500:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-500.dropdown-toggle {
  color: #fff;
  background-color: #512e90;
  border-color: #4c2b87;
}
.btn-c-deep-purple-500:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 88, 194, 0.5);
}

.btn-c-deep-purple-600 {
  color: #fff;
  background-color: #5E35B1;
  border-color: #5E35B1;
}
.btn-c-deep-purple-600:hover {
  color: #fff;
  background-color: #4e2c94;
  border-color: #49298a;
}
.btn-c-deep-purple-600:focus, .btn-c-deep-purple-600.focus {
  color: #fff;
  background-color: #4e2c94;
  border-color: #49298a;
  box-shadow: 0 0 0 0.2rem rgba(118, 83, 189, 0.5);
}
.btn-c-deep-purple-600.disabled, .btn-c-deep-purple-600:disabled {
  color: #fff;
  background-color: #5E35B1;
  border-color: #5E35B1;
}
.btn-c-deep-purple-600:not(:disabled):not(.disabled):active, .btn-c-deep-purple-600:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-600.dropdown-toggle {
  color: #fff;
  background-color: #49298a;
  border-color: #442680;
}
.btn-c-deep-purple-600:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(118, 83, 189, 0.5);
}

.btn-c-deep-purple-700 {
  color: #fff;
  background-color: #512DA8;
  border-color: #512DA8;
}
.btn-c-deep-purple-700:hover {
  color: #fff;
  background-color: #42258a;
  border-color: #3e2280;
}
.btn-c-deep-purple-700:focus, .btn-c-deep-purple-700.focus {
  color: #fff;
  background-color: #42258a;
  border-color: #3e2280;
  box-shadow: 0 0 0 0.2rem rgba(107, 77, 181, 0.5);
}
.btn-c-deep-purple-700.disabled, .btn-c-deep-purple-700:disabled {
  color: #fff;
  background-color: #512DA8;
  border-color: #512DA8;
}
.btn-c-deep-purple-700:not(:disabled):not(.disabled):active, .btn-c-deep-purple-700:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-700.dropdown-toggle {
  color: #fff;
  background-color: #3e2280;
  border-color: #392076;
}
.btn-c-deep-purple-700:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 77, 181, 0.5);
}

.btn-c-deep-purple-800 {
  color: #fff;
  background-color: #4527A0;
  border-color: #4527A0;
}
.btn-c-deep-purple-800:hover {
  color: #fff;
  background-color: #382081;
  border-color: #331d77;
}
.btn-c-deep-purple-800:focus, .btn-c-deep-purple-800.focus {
  color: #fff;
  background-color: #382081;
  border-color: #331d77;
  box-shadow: 0 0 0 0.2rem rgba(97, 71, 174, 0.5);
}
.btn-c-deep-purple-800.disabled, .btn-c-deep-purple-800:disabled {
  color: #fff;
  background-color: #4527A0;
  border-color: #4527A0;
}
.btn-c-deep-purple-800:not(:disabled):not(.disabled):active, .btn-c-deep-purple-800:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-800.dropdown-toggle {
  color: #fff;
  background-color: #331d77;
  border-color: #2f1b6d;
}
.btn-c-deep-purple-800:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 71, 174, 0.5);
}

.btn-c-deep-purple-900 {
  color: #fff;
  background-color: #311B92;
  border-color: #311B92;
}
.btn-c-deep-purple-900:hover {
  color: #fff;
  background-color: #261572;
  border-color: #231367;
}
.btn-c-deep-purple-900:focus, .btn-c-deep-purple-900.focus {
  color: #fff;
  background-color: #261572;
  border-color: #231367;
  box-shadow: 0 0 0 0.2rem rgba(80, 61, 162, 0.5);
}
.btn-c-deep-purple-900.disabled, .btn-c-deep-purple-900:disabled {
  color: #fff;
  background-color: #311B92;
  border-color: #311B92;
}
.btn-c-deep-purple-900:not(:disabled):not(.disabled):active, .btn-c-deep-purple-900:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-900.dropdown-toggle {
  color: #fff;
  background-color: #231367;
  border-color: #1f115c;
}
.btn-c-deep-purple-900:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 61, 162, 0.5);
}

.btn-c-deep-purple-a100 {
  color: #212529;
  background-color: #B388FF;
  border-color: #B388FF;
}
.btn-c-deep-purple-a100:hover {
  color: #fff;
  background-color: #9b62ff;
  border-color: #9255ff;
}
.btn-c-deep-purple-a100:focus, .btn-c-deep-purple-a100.focus {
  color: #fff;
  background-color: #9b62ff;
  border-color: #9255ff;
  box-shadow: 0 0 0 0.2rem rgba(157, 121, 223, 0.5);
}
.btn-c-deep-purple-a100.disabled, .btn-c-deep-purple-a100:disabled {
  color: #212529;
  background-color: #B388FF;
  border-color: #B388FF;
}
.btn-c-deep-purple-a100:not(:disabled):not(.disabled):active, .btn-c-deep-purple-a100:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-a100.dropdown-toggle {
  color: #fff;
  background-color: #9255ff;
  border-color: #8a48ff;
}
.btn-c-deep-purple-a100:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 121, 223, 0.5);
}

.btn-c-deep-purple-a200 {
  color: #fff;
  background-color: #7C4DFF;
  border-color: #7C4DFF;
}
.btn-c-deep-purple-a200:hover {
  color: #fff;
  background-color: #6027ff;
  border-color: #561aff;
}
.btn-c-deep-purple-a200:focus, .btn-c-deep-purple-a200.focus {
  color: #fff;
  background-color: #6027ff;
  border-color: #561aff;
  box-shadow: 0 0 0 0.2rem rgba(144, 104, 255, 0.5);
}
.btn-c-deep-purple-a200.disabled, .btn-c-deep-purple-a200:disabled {
  color: #fff;
  background-color: #7C4DFF;
  border-color: #7C4DFF;
}
.btn-c-deep-purple-a200:not(:disabled):not(.disabled):active, .btn-c-deep-purple-a200:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-a200.dropdown-toggle {
  color: #fff;
  background-color: #561aff;
  border-color: #4d0dff;
}
.btn-c-deep-purple-a200:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 104, 255, 0.5);
}

.btn-c-deep-purple-a400 {
  color: #fff;
  background-color: #651FFF;
  border-color: #651FFF;
}
.btn-c-deep-purple-a400:hover {
  color: #fff;
  background-color: #4d00f8;
  border-color: #4900eb;
}
.btn-c-deep-purple-a400:focus, .btn-c-deep-purple-a400.focus {
  color: #fff;
  background-color: #4d00f8;
  border-color: #4900eb;
  box-shadow: 0 0 0 0.2rem rgba(124, 65, 255, 0.5);
}
.btn-c-deep-purple-a400.disabled, .btn-c-deep-purple-a400:disabled {
  color: #fff;
  background-color: #651FFF;
  border-color: #651FFF;
}
.btn-c-deep-purple-a400:not(:disabled):not(.disabled):active, .btn-c-deep-purple-a400:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-a400.dropdown-toggle {
  color: #fff;
  background-color: #4900eb;
  border-color: #4500de;
}
.btn-c-deep-purple-a400:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 65, 255, 0.5);
}

.btn-c-deep-purple-a700 {
  color: #fff;
  background-color: #6200EA;
  border-color: #6200EA;
}
.btn-c-deep-purple-a700:hover {
  color: #fff;
  background-color: #5200c4;
  border-color: #4d00b7;
}
.btn-c-deep-purple-a700:focus, .btn-c-deep-purple-a700.focus {
  color: #fff;
  background-color: #5200c4;
  border-color: #4d00b7;
  box-shadow: 0 0 0 0.2rem rgba(122, 38, 237, 0.5);
}
.btn-c-deep-purple-a700.disabled, .btn-c-deep-purple-a700:disabled {
  color: #fff;
  background-color: #6200EA;
  border-color: #6200EA;
}
.btn-c-deep-purple-a700:not(:disabled):not(.disabled):active, .btn-c-deep-purple-a700:not(:disabled):not(.disabled).active, .show > .btn-c-deep-purple-a700.dropdown-toggle {
  color: #fff;
  background-color: #4d00b7;
  border-color: #4700aa;
}
.btn-c-deep-purple-a700:not(:disabled):not(.disabled):active:focus, .btn-c-deep-purple-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-purple-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 38, 237, 0.5);
}

.btn-c-indigo-50 {
  color: #212529;
  background-color: #E8EAF6;
  border-color: #E8EAF6;
}
.btn-c-indigo-50:hover {
  color: #212529;
  background-color: #cdd1eb;
  border-color: #c3c9e8;
}
.btn-c-indigo-50:focus, .btn-c-indigo-50.focus {
  color: #212529;
  background-color: #cdd1eb;
  border-color: #c3c9e8;
  box-shadow: 0 0 0 0.2rem rgba(202, 204, 215, 0.5);
}
.btn-c-indigo-50.disabled, .btn-c-indigo-50:disabled {
  color: #212529;
  background-color: #E8EAF6;
  border-color: #E8EAF6;
}
.btn-c-indigo-50:not(:disabled):not(.disabled):active, .btn-c-indigo-50:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-50.dropdown-toggle {
  color: #212529;
  background-color: #c3c9e8;
  border-color: #bac0e4;
}
.btn-c-indigo-50:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(202, 204, 215, 0.5);
}

.btn-c-indigo-100 {
  color: #212529;
  background-color: #C5CAE9;
  border-color: #C5CAE9;
}
.btn-c-indigo-100:hover {
  color: #212529;
  background-color: #a9b1de;
  border-color: #a0a8db;
}
.btn-c-indigo-100:focus, .btn-c-indigo-100.focus {
  color: #212529;
  background-color: #a9b1de;
  border-color: #a0a8db;
  box-shadow: 0 0 0 0.2rem rgba(172, 177, 204, 0.5);
}
.btn-c-indigo-100.disabled, .btn-c-indigo-100:disabled {
  color: #212529;
  background-color: #C5CAE9;
  border-color: #C5CAE9;
}
.btn-c-indigo-100:not(:disabled):not(.disabled):active, .btn-c-indigo-100:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-100.dropdown-toggle {
  color: #212529;
  background-color: #a0a8db;
  border-color: #97a0d7;
}
.btn-c-indigo-100:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 177, 204, 0.5);
}

.btn-c-indigo-200 {
  color: #212529;
  background-color: #9FA8DA;
  border-color: #9FA8DA;
}
.btn-c-indigo-200:hover {
  color: #fff;
  background-color: #838fcf;
  border-color: #7a87cc;
}
.btn-c-indigo-200:focus, .btn-c-indigo-200.focus {
  color: #fff;
  background-color: #838fcf;
  border-color: #7a87cc;
  box-shadow: 0 0 0 0.2rem rgba(140, 148, 191, 0.5);
}
.btn-c-indigo-200.disabled, .btn-c-indigo-200:disabled {
  color: #212529;
  background-color: #9FA8DA;
  border-color: #9FA8DA;
}
.btn-c-indigo-200:not(:disabled):not(.disabled):active, .btn-c-indigo-200:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-200.dropdown-toggle {
  color: #fff;
  background-color: #7a87cc;
  border-color: #717ec8;
}
.btn-c-indigo-200:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 148, 191, 0.5);
}

.btn-c-indigo-300 {
  color: #fff;
  background-color: #7986CB;
  border-color: #7986CB;
}
.btn-c-indigo-300:hover {
  color: #fff;
  background-color: #5d6dc0;
  border-color: #5465bd;
}
.btn-c-indigo-300:focus, .btn-c-indigo-300.focus {
  color: #fff;
  background-color: #5d6dc0;
  border-color: #5465bd;
  box-shadow: 0 0 0 0.2rem rgba(141, 152, 211, 0.5);
}
.btn-c-indigo-300.disabled, .btn-c-indigo-300:disabled {
  color: #fff;
  background-color: #7986CB;
  border-color: #7986CB;
}
.btn-c-indigo-300:not(:disabled):not(.disabled):active, .btn-c-indigo-300:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-300.dropdown-toggle {
  color: #fff;
  background-color: #5465bd;
  border-color: #4b5db9;
}
.btn-c-indigo-300:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 152, 211, 0.5);
}

.btn-c-indigo-400 {
  color: #fff;
  background-color: #5C6BC0;
  border-color: #5C6BC0;
}
.btn-c-indigo-400:hover {
  color: #fff;
  background-color: #4555b1;
  border-color: #4150a8;
}
.btn-c-indigo-400:focus, .btn-c-indigo-400.focus {
  color: #fff;
  background-color: #4555b1;
  border-color: #4150a8;
  box-shadow: 0 0 0 0.2rem rgba(116, 129, 201, 0.5);
}
.btn-c-indigo-400.disabled, .btn-c-indigo-400:disabled {
  color: #fff;
  background-color: #5C6BC0;
  border-color: #5C6BC0;
}
.btn-c-indigo-400:not(:disabled):not(.disabled):active, .btn-c-indigo-400:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-400.dropdown-toggle {
  color: #fff;
  background-color: #4150a8;
  border-color: #3d4c9f;
}
.btn-c-indigo-400:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 129, 201, 0.5);
}

.btn-c-indigo-500 {
  color: #fff;
  background-color: #3F51B5;
  border-color: #3F51B5;
}
.btn-c-indigo-500:hover {
  color: #fff;
  background-color: #354499;
  border-color: #32408f;
}
.btn-c-indigo-500:focus, .btn-c-indigo-500.focus {
  color: #fff;
  background-color: #354499;
  border-color: #32408f;
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.5);
}
.btn-c-indigo-500.disabled, .btn-c-indigo-500:disabled {
  color: #fff;
  background-color: #3F51B5;
  border-color: #3F51B5;
}
.btn-c-indigo-500:not(:disabled):not(.disabled):active, .btn-c-indigo-500:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-500.dropdown-toggle {
  color: #fff;
  background-color: #32408f;
  border-color: #2f3c86;
}
.btn-c-indigo-500:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.5);
}

.btn-c-indigo-600 {
  color: #fff;
  background-color: #3949AB;
  border-color: #3949AB;
}
.btn-c-indigo-600:hover {
  color: #fff;
  background-color: #2f3d8e;
  border-color: #2c3985;
}
.btn-c-indigo-600:focus, .btn-c-indigo-600.focus {
  color: #fff;
  background-color: #2f3d8e;
  border-color: #2c3985;
  box-shadow: 0 0 0 0.2rem rgba(87, 100, 184, 0.5);
}
.btn-c-indigo-600.disabled, .btn-c-indigo-600:disabled {
  color: #fff;
  background-color: #3949AB;
  border-color: #3949AB;
}
.btn-c-indigo-600:not(:disabled):not(.disabled):active, .btn-c-indigo-600:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-600.dropdown-toggle {
  color: #fff;
  background-color: #2c3985;
  border-color: #29357b;
}
.btn-c-indigo-600:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 100, 184, 0.5);
}

.btn-c-indigo-700 {
  color: #fff;
  background-color: #303F9F;
  border-color: #303F9F;
}
.btn-c-indigo-700:hover {
  color: #fff;
  background-color: #273382;
  border-color: #242f78;
}
.btn-c-indigo-700:focus, .btn-c-indigo-700.focus {
  color: #fff;
  background-color: #273382;
  border-color: #242f78;
  box-shadow: 0 0 0 0.2rem rgba(79, 92, 173, 0.5);
}
.btn-c-indigo-700.disabled, .btn-c-indigo-700:disabled {
  color: #fff;
  background-color: #303F9F;
  border-color: #303F9F;
}
.btn-c-indigo-700:not(:disabled):not(.disabled):active, .btn-c-indigo-700:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-700.dropdown-toggle {
  color: #fff;
  background-color: #242f78;
  border-color: #212c6e;
}
.btn-c-indigo-700:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 92, 173, 0.5);
}

.btn-c-indigo-800 {
  color: #fff;
  background-color: #283593;
  border-color: #283593;
}
.btn-c-indigo-800:hover {
  color: #fff;
  background-color: #202a75;
  border-color: #1d276b;
}
.btn-c-indigo-800:focus, .btn-c-indigo-800.focus {
  color: #fff;
  background-color: #202a75;
  border-color: #1d276b;
  box-shadow: 0 0 0 0.2rem rgba(72, 83, 163, 0.5);
}
.btn-c-indigo-800.disabled, .btn-c-indigo-800:disabled {
  color: #fff;
  background-color: #283593;
  border-color: #283593;
}
.btn-c-indigo-800:not(:disabled):not(.disabled):active, .btn-c-indigo-800:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-800.dropdown-toggle {
  color: #fff;
  background-color: #1d276b;
  border-color: #1a2361;
}
.btn-c-indigo-800:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 83, 163, 0.5);
}

.btn-c-indigo-900 {
  color: #fff;
  background-color: #1A237E;
  border-color: #1A237E;
}
.btn-c-indigo-900:hover {
  color: #fff;
  background-color: #131a5e;
  border-color: #111754;
}
.btn-c-indigo-900:focus, .btn-c-indigo-900.focus {
  color: #fff;
  background-color: #131a5e;
  border-color: #111754;
  box-shadow: 0 0 0 0.2rem rgba(60, 68, 145, 0.5);
}
.btn-c-indigo-900.disabled, .btn-c-indigo-900:disabled {
  color: #fff;
  background-color: #1A237E;
  border-color: #1A237E;
}
.btn-c-indigo-900:not(:disabled):not(.disabled):active, .btn-c-indigo-900:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-900.dropdown-toggle {
  color: #fff;
  background-color: #111754;
  border-color: #0f1449;
}
.btn-c-indigo-900:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 68, 145, 0.5);
}

.btn-c-indigo-a100 {
  color: #212529;
  background-color: #8C9EFF;
  border-color: #8C9EFF;
}
.btn-c-indigo-a100:hover {
  color: #fff;
  background-color: #667eff;
  border-color: #5973ff;
}
.btn-c-indigo-a100:focus, .btn-c-indigo-a100.focus {
  color: #fff;
  background-color: #667eff;
  border-color: #5973ff;
  box-shadow: 0 0 0 0.2rem rgba(124, 140, 223, 0.5);
}
.btn-c-indigo-a100.disabled, .btn-c-indigo-a100:disabled {
  color: #212529;
  background-color: #8C9EFF;
  border-color: #8C9EFF;
}
.btn-c-indigo-a100:not(:disabled):not(.disabled):active, .btn-c-indigo-a100:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-a100.dropdown-toggle {
  color: #fff;
  background-color: #5973ff;
  border-color: #4c68ff;
}
.btn-c-indigo-a100:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 140, 223, 0.5);
}

.btn-c-indigo-a200 {
  color: #fff;
  background-color: #536DFE;
  border-color: #536DFE;
}
.btn-c-indigo-a200:hover {
  color: #fff;
  background-color: #2d4dfe;
  border-color: #2042fe;
}
.btn-c-indigo-a200:focus, .btn-c-indigo-a200.focus {
  color: #fff;
  background-color: #2d4dfe;
  border-color: #2042fe;
  box-shadow: 0 0 0 0.2rem rgba(109, 131, 254, 0.5);
}
.btn-c-indigo-a200.disabled, .btn-c-indigo-a200:disabled {
  color: #fff;
  background-color: #536DFE;
  border-color: #536DFE;
}
.btn-c-indigo-a200:not(:disabled):not(.disabled):active, .btn-c-indigo-a200:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-a200.dropdown-toggle {
  color: #fff;
  background-color: #2042fe;
  border-color: #1437fe;
}
.btn-c-indigo-a200:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 131, 254, 0.5);
}

.btn-c-indigo-a400 {
  color: #fff;
  background-color: #3D5AFE;
  border-color: #3D5AFE;
}
.btn-c-indigo-a400:hover {
  color: #fff;
  background-color: #173afe;
  border-color: #0a2ffe;
}
.btn-c-indigo-a400:focus, .btn-c-indigo-a400.focus {
  color: #fff;
  background-color: #173afe;
  border-color: #0a2ffe;
  box-shadow: 0 0 0 0.2rem rgba(90, 115, 254, 0.5);
}
.btn-c-indigo-a400.disabled, .btn-c-indigo-a400:disabled {
  color: #fff;
  background-color: #3D5AFE;
  border-color: #3D5AFE;
}
.btn-c-indigo-a400:not(:disabled):not(.disabled):active, .btn-c-indigo-a400:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-a400.dropdown-toggle {
  color: #fff;
  background-color: #0a2ffe;
  border-color: #0127fa;
}
.btn-c-indigo-a400:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 115, 254, 0.5);
}

.btn-c-indigo-a700 {
  color: #fff;
  background-color: #304FFE;
  border-color: #304FFE;
}
.btn-c-indigo-a700:hover {
  color: #fff;
  background-color: #0a2ffe;
  border-color: #0127fa;
}
.btn-c-indigo-a700:focus, .btn-c-indigo-a700.focus {
  color: #fff;
  background-color: #0a2ffe;
  border-color: #0127fa;
  box-shadow: 0 0 0 0.2rem rgba(79, 105, 254, 0.5);
}
.btn-c-indigo-a700.disabled, .btn-c-indigo-a700:disabled {
  color: #fff;
  background-color: #304FFE;
  border-color: #304FFE;
}
.btn-c-indigo-a700:not(:disabled):not(.disabled):active, .btn-c-indigo-a700:not(:disabled):not(.disabled).active, .show > .btn-c-indigo-a700.dropdown-toggle {
  color: #fff;
  background-color: #0127fa;
  border-color: #0125ed;
}
.btn-c-indigo-a700:not(:disabled):not(.disabled):active:focus, .btn-c-indigo-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-indigo-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 105, 254, 0.5);
}

.btn-c-blue-50 {
  color: #212529;
  background-color: #E3F2FD;
  border-color: #E3F2FD;
}
.btn-c-blue-50:hover {
  color: #212529;
  background-color: #bfe1fa;
  border-color: #b3dcfa;
}
.btn-c-blue-50:focus, .btn-c-blue-50.focus {
  color: #212529;
  background-color: #bfe1fa;
  border-color: #b3dcfa;
  box-shadow: 0 0 0 0.2rem rgba(198, 211, 221, 0.5);
}
.btn-c-blue-50.disabled, .btn-c-blue-50:disabled {
  color: #212529;
  background-color: #E3F2FD;
  border-color: #E3F2FD;
}
.btn-c-blue-50:not(:disabled):not(.disabled):active, .btn-c-blue-50:not(:disabled):not(.disabled).active, .show > .btn-c-blue-50.dropdown-toggle {
  color: #212529;
  background-color: #b3dcfa;
  border-color: #a8d6f9;
}
.btn-c-blue-50:not(:disabled):not(.disabled):active:focus, .btn-c-blue-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 211, 221, 0.5);
}

.btn-c-blue-100 {
  color: #212529;
  background-color: #BBDEFB;
  border-color: #BBDEFB;
}
.btn-c-blue-100:hover {
  color: #212529;
  background-color: #97ccf9;
  border-color: #8bc7f8;
}
.btn-c-blue-100:focus, .btn-c-blue-100.focus {
  color: #212529;
  background-color: #97ccf9;
  border-color: #8bc7f8;
  box-shadow: 0 0 0 0.2rem rgba(164, 194, 220, 0.5);
}
.btn-c-blue-100.disabled, .btn-c-blue-100:disabled {
  color: #212529;
  background-color: #BBDEFB;
  border-color: #BBDEFB;
}
.btn-c-blue-100:not(:disabled):not(.disabled):active, .btn-c-blue-100:not(:disabled):not(.disabled).active, .show > .btn-c-blue-100.dropdown-toggle {
  color: #212529;
  background-color: #8bc7f8;
  border-color: #7fc1f7;
}
.btn-c-blue-100:not(:disabled):not(.disabled):active:focus, .btn-c-blue-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 194, 220, 0.5);
}

.btn-c-blue-200 {
  color: #212529;
  background-color: #90CAF9;
  border-color: #90CAF9;
}
.btn-c-blue-200:hover {
  color: #212529;
  background-color: #6cb9f7;
  border-color: #60b3f6;
}
.btn-c-blue-200:focus, .btn-c-blue-200.focus {
  color: #212529;
  background-color: #6cb9f7;
  border-color: #60b3f6;
  box-shadow: 0 0 0 0.2rem rgba(127, 177, 218, 0.5);
}
.btn-c-blue-200.disabled, .btn-c-blue-200:disabled {
  color: #212529;
  background-color: #90CAF9;
  border-color: #90CAF9;
}
.btn-c-blue-200:not(:disabled):not(.disabled):active, .btn-c-blue-200:not(:disabled):not(.disabled).active, .show > .btn-c-blue-200.dropdown-toggle {
  color: #212529;
  background-color: #60b3f6;
  border-color: #54adf6;
}
.btn-c-blue-200:not(:disabled):not(.disabled):active:focus, .btn-c-blue-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 177, 218, 0.5);
}

.btn-c-blue-300 {
  color: #212529;
  background-color: #64B5F6;
  border-color: #64B5F6;
}
.btn-c-blue-300:hover {
  color: #fff;
  background-color: #40a4f4;
  border-color: #349ef3;
}
.btn-c-blue-300:focus, .btn-c-blue-300.focus {
  color: #fff;
  background-color: #40a4f4;
  border-color: #349ef3;
  box-shadow: 0 0 0 0.2rem rgba(90, 159, 215, 0.5);
}
.btn-c-blue-300.disabled, .btn-c-blue-300:disabled {
  color: #212529;
  background-color: #64B5F6;
  border-color: #64B5F6;
}
.btn-c-blue-300:not(:disabled):not(.disabled):active, .btn-c-blue-300:not(:disabled):not(.disabled).active, .show > .btn-c-blue-300.dropdown-toggle {
  color: #fff;
  background-color: #349ef3;
  border-color: #2898f3;
}
.btn-c-blue-300:not(:disabled):not(.disabled):active:focus, .btn-c-blue-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 159, 215, 0.5);
}

.btn-c-blue-400 {
  color: #fff;
  background-color: #42A5F5;
  border-color: #42A5F5;
}
.btn-c-blue-400:hover {
  color: #fff;
  background-color: #1e94f3;
  border-color: #128ef2;
}
.btn-c-blue-400:focus, .btn-c-blue-400.focus {
  color: #fff;
  background-color: #1e94f3;
  border-color: #128ef2;
  box-shadow: 0 0 0 0.2rem rgba(94, 179, 247, 0.5);
}
.btn-c-blue-400.disabled, .btn-c-blue-400:disabled {
  color: #fff;
  background-color: #42A5F5;
  border-color: #42A5F5;
}
.btn-c-blue-400:not(:disabled):not(.disabled):active, .btn-c-blue-400:not(:disabled):not(.disabled).active, .show > .btn-c-blue-400.dropdown-toggle {
  color: #fff;
  background-color: #128ef2;
  border-color: #0c87eb;
}
.btn-c-blue-400:not(:disabled):not(.disabled):active:focus, .btn-c-blue-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 179, 247, 0.5);
}

.btn-c-blue-500 {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-c-blue-500:hover {
  color: #fff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
}
.btn-c-blue-500:focus, .btn-c-blue-500.focus {
  color: #fff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}
.btn-c-blue-500.disabled, .btn-c-blue-500:disabled {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-c-blue-500:not(:disabled):not(.disabled):active, .btn-c-blue-500:not(:disabled):not(.disabled).active, .show > .btn-c-blue-500.dropdown-toggle {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #0b75c9;
}
.btn-c-blue-500:not(:disabled):not(.disabled):active:focus, .btn-c-blue-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}

.btn-c-blue-600 {
  color: #fff;
  background-color: #1E88E5;
  border-color: #1E88E5;
}
.btn-c-blue-600:hover {
  color: #fff;
  background-color: #1774c6;
  border-color: #166dba;
}
.btn-c-blue-600:focus, .btn-c-blue-600.focus {
  color: #fff;
  background-color: #1774c6;
  border-color: #166dba;
  box-shadow: 0 0 0 0.2rem rgba(64, 154, 233, 0.5);
}
.btn-c-blue-600.disabled, .btn-c-blue-600:disabled {
  color: #fff;
  background-color: #1E88E5;
  border-color: #1E88E5;
}
.btn-c-blue-600:not(:disabled):not(.disabled):active, .btn-c-blue-600:not(:disabled):not(.disabled).active, .show > .btn-c-blue-600.dropdown-toggle {
  color: #fff;
  background-color: #166dba;
  border-color: #1467af;
}
.btn-c-blue-600:not(:disabled):not(.disabled):active:focus, .btn-c-blue-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 154, 233, 0.5);
}

.btn-c-blue-700 {
  color: #fff;
  background-color: #1976D2;
  border-color: #1976D2;
}
.btn-c-blue-700:hover {
  color: #fff;
  background-color: #1563b0;
  border-color: #145ca4;
}
.btn-c-blue-700:focus, .btn-c-blue-700.focus {
  color: #fff;
  background-color: #1563b0;
  border-color: #145ca4;
  box-shadow: 0 0 0 0.2rem rgba(60, 139, 217, 0.5);
}
.btn-c-blue-700.disabled, .btn-c-blue-700:disabled {
  color: #fff;
  background-color: #1976D2;
  border-color: #1976D2;
}
.btn-c-blue-700:not(:disabled):not(.disabled):active, .btn-c-blue-700:not(:disabled):not(.disabled).active, .show > .btn-c-blue-700.dropdown-toggle {
  color: #fff;
  background-color: #145ca4;
  border-color: #125699;
}
.btn-c-blue-700:not(:disabled):not(.disabled):active:focus, .btn-c-blue-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 139, 217, 0.5);
}

.btn-c-blue-800 {
  color: #fff;
  background-color: #1565C0;
  border-color: #1565C0;
}
.btn-c-blue-800:hover {
  color: #fff;
  background-color: #11539e;
  border-color: #104d92;
}
.btn-c-blue-800:focus, .btn-c-blue-800.focus {
  color: #fff;
  background-color: #11539e;
  border-color: #104d92;
  box-shadow: 0 0 0 0.2rem rgba(56, 124, 201, 0.5);
}
.btn-c-blue-800.disabled, .btn-c-blue-800:disabled {
  color: #fff;
  background-color: #1565C0;
  border-color: #1565C0;
}
.btn-c-blue-800:not(:disabled):not(.disabled):active, .btn-c-blue-800:not(:disabled):not(.disabled).active, .show > .btn-c-blue-800.dropdown-toggle {
  color: #fff;
  background-color: #104d92;
  border-color: #0f4787;
}
.btn-c-blue-800:not(:disabled):not(.disabled):active:focus, .btn-c-blue-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 124, 201, 0.5);
}

.btn-c-blue-900 {
  color: #fff;
  background-color: #0D47A1;
  border-color: #0D47A1;
}
.btn-c-blue-900:hover {
  color: #fff;
  background-color: #0a377e;
  border-color: #093272;
}
.btn-c-blue-900:focus, .btn-c-blue-900.focus {
  color: #fff;
  background-color: #0a377e;
  border-color: #093272;
  box-shadow: 0 0 0 0.2rem rgba(49, 99, 175, 0.5);
}
.btn-c-blue-900.disabled, .btn-c-blue-900:disabled {
  color: #fff;
  background-color: #0D47A1;
  border-color: #0D47A1;
}
.btn-c-blue-900:not(:disabled):not(.disabled):active, .btn-c-blue-900:not(:disabled):not(.disabled).active, .show > .btn-c-blue-900.dropdown-toggle {
  color: #fff;
  background-color: #093272;
  border-color: #082d66;
}
.btn-c-blue-900:not(:disabled):not(.disabled):active:focus, .btn-c-blue-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 99, 175, 0.5);
}

.btn-c-blue-a100 {
  color: #212529;
  background-color: #82B1FF;
  border-color: #82B1FF;
}
.btn-c-blue-a100:hover {
  color: #fff;
  background-color: #5c99ff;
  border-color: #4f91ff;
}
.btn-c-blue-a100:focus, .btn-c-blue-a100.focus {
  color: #fff;
  background-color: #5c99ff;
  border-color: #4f91ff;
  box-shadow: 0 0 0 0.2rem rgba(115, 156, 223, 0.5);
}
.btn-c-blue-a100.disabled, .btn-c-blue-a100:disabled {
  color: #212529;
  background-color: #82B1FF;
  border-color: #82B1FF;
}
.btn-c-blue-a100:not(:disabled):not(.disabled):active, .btn-c-blue-a100:not(:disabled):not(.disabled).active, .show > .btn-c-blue-a100.dropdown-toggle {
  color: #fff;
  background-color: #4f91ff;
  border-color: #4289ff;
}
.btn-c-blue-a100:not(:disabled):not(.disabled):active:focus, .btn-c-blue-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 156, 223, 0.5);
}

.btn-c-blue-a200 {
  color: #fff;
  background-color: #448AFF;
  border-color: #448AFF;
}
.btn-c-blue-a200:hover {
  color: #fff;
  background-color: #1e72ff;
  border-color: #116aff;
}
.btn-c-blue-a200:focus, .btn-c-blue-a200.focus {
  color: #fff;
  background-color: #1e72ff;
  border-color: #116aff;
  box-shadow: 0 0 0 0.2rem rgba(96, 156, 255, 0.5);
}
.btn-c-blue-a200.disabled, .btn-c-blue-a200:disabled {
  color: #fff;
  background-color: #448AFF;
  border-color: #448AFF;
}
.btn-c-blue-a200:not(:disabled):not(.disabled):active, .btn-c-blue-a200:not(:disabled):not(.disabled).active, .show > .btn-c-blue-a200.dropdown-toggle {
  color: #fff;
  background-color: #116aff;
  border-color: #0462ff;
}
.btn-c-blue-a200:not(:disabled):not(.disabled):active:focus, .btn-c-blue-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 156, 255, 0.5);
}

.btn-c-blue-a400 {
  color: #fff;
  background-color: #2979FF;
  border-color: #2979FF;
}
.btn-c-blue-a400:hover {
  color: #fff;
  background-color: #0361ff;
  border-color: #005cf5;
}
.btn-c-blue-a400:focus, .btn-c-blue-a400.focus {
  color: #fff;
  background-color: #0361ff;
  border-color: #005cf5;
  box-shadow: 0 0 0 0.2rem rgba(73, 141, 255, 0.5);
}
.btn-c-blue-a400.disabled, .btn-c-blue-a400:disabled {
  color: #fff;
  background-color: #2979FF;
  border-color: #2979FF;
}
.btn-c-blue-a400:not(:disabled):not(.disabled):active, .btn-c-blue-a400:not(:disabled):not(.disabled).active, .show > .btn-c-blue-a400.dropdown-toggle {
  color: #fff;
  background-color: #005cf5;
  border-color: #0057e8;
}
.btn-c-blue-a400:not(:disabled):not(.disabled):active:focus, .btn-c-blue-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 141, 255, 0.5);
}

.btn-c-blue-a700 {
  color: #fff;
  background-color: #2962FF;
  border-color: #2962FF;
}
.btn-c-blue-a700:hover {
  color: #fff;
  background-color: #0346ff;
  border-color: #0041f5;
}
.btn-c-blue-a700:focus, .btn-c-blue-a700.focus {
  color: #fff;
  background-color: #0346ff;
  border-color: #0041f5;
  box-shadow: 0 0 0 0.2rem rgba(73, 122, 255, 0.5);
}
.btn-c-blue-a700.disabled, .btn-c-blue-a700:disabled {
  color: #fff;
  background-color: #2962FF;
  border-color: #2962FF;
}
.btn-c-blue-a700:not(:disabled):not(.disabled):active, .btn-c-blue-a700:not(:disabled):not(.disabled).active, .show > .btn-c-blue-a700.dropdown-toggle {
  color: #fff;
  background-color: #0041f5;
  border-color: #003ee8;
}
.btn-c-blue-a700:not(:disabled):not(.disabled):active:focus, .btn-c-blue-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 122, 255, 0.5);
}

.btn-c-light-blue-50 {
  color: #212529;
  background-color: #E1F5FE;
  border-color: #E1F5FE;
}
.btn-c-light-blue-50:hover {
  color: #212529;
  background-color: #bce9fd;
  border-color: #b0e5fc;
}
.btn-c-light-blue-50:focus, .btn-c-light-blue-50.focus {
  color: #212529;
  background-color: #bce9fd;
  border-color: #b0e5fc;
  box-shadow: 0 0 0 0.2rem rgba(196, 214, 222, 0.5);
}
.btn-c-light-blue-50.disabled, .btn-c-light-blue-50:disabled {
  color: #212529;
  background-color: #E1F5FE;
  border-color: #E1F5FE;
}
.btn-c-light-blue-50:not(:disabled):not(.disabled):active, .btn-c-light-blue-50:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-50.dropdown-toggle {
  color: #212529;
  background-color: #b0e5fc;
  border-color: #a3e0fc;
}
.btn-c-light-blue-50:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 214, 222, 0.5);
}

.btn-c-light-blue-100 {
  color: #212529;
  background-color: #B3E5FC;
  border-color: #B3E5FC;
}
.btn-c-light-blue-100:hover {
  color: #212529;
  background-color: #8ed8fb;
  border-color: #82d4fa;
}
.btn-c-light-blue-100:focus, .btn-c-light-blue-100.focus {
  color: #212529;
  background-color: #8ed8fb;
  border-color: #82d4fa;
  box-shadow: 0 0 0 0.2rem rgba(157, 200, 220, 0.5);
}
.btn-c-light-blue-100.disabled, .btn-c-light-blue-100:disabled {
  color: #212529;
  background-color: #B3E5FC;
  border-color: #B3E5FC;
}
.btn-c-light-blue-100:not(:disabled):not(.disabled):active, .btn-c-light-blue-100:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-100.dropdown-toggle {
  color: #212529;
  background-color: #82d4fa;
  border-color: #76d0fa;
}
.btn-c-light-blue-100:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 200, 220, 0.5);
}

.btn-c-light-blue-200 {
  color: #212529;
  background-color: #81D4FA;
  border-color: #81D4FA;
}
.btn-c-light-blue-200:hover {
  color: #212529;
  background-color: #5cc7f9;
  border-color: #50c3f8;
}
.btn-c-light-blue-200:focus, .btn-c-light-blue-200.focus {
  color: #212529;
  background-color: #5cc7f9;
  border-color: #50c3f8;
  box-shadow: 0 0 0 0.2rem rgba(115, 186, 219, 0.5);
}
.btn-c-light-blue-200.disabled, .btn-c-light-blue-200:disabled {
  color: #212529;
  background-color: #81D4FA;
  border-color: #81D4FA;
}
.btn-c-light-blue-200:not(:disabled):not(.disabled):active, .btn-c-light-blue-200:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-200.dropdown-toggle {
  color: #212529;
  background-color: #50c3f8;
  border-color: #44bff8;
}
.btn-c-light-blue-200:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 186, 219, 0.5);
}

.btn-c-light-blue-300 {
  color: #212529;
  background-color: #4FC3F7;
  border-color: #4FC3F7;
}
.btn-c-light-blue-300:hover {
  color: #fff;
  background-color: #2ab7f5;
  border-color: #1eb2f5;
}
.btn-c-light-blue-300:focus, .btn-c-light-blue-300.focus {
  color: #fff;
  background-color: #2ab7f5;
  border-color: #1eb2f5;
  box-shadow: 0 0 0 0.2rem rgba(72, 171, 216, 0.5);
}
.btn-c-light-blue-300.disabled, .btn-c-light-blue-300:disabled {
  color: #212529;
  background-color: #4FC3F7;
  border-color: #4FC3F7;
}
.btn-c-light-blue-300:not(:disabled):not(.disabled):active, .btn-c-light-blue-300:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-300.dropdown-toggle {
  color: #fff;
  background-color: #1eb2f5;
  border-color: #12aef4;
}
.btn-c-light-blue-300:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 171, 216, 0.5);
}

.btn-c-light-blue-400 {
  color: #fff;
  background-color: #29B6F6;
  border-color: #29B6F6;
}
.btn-c-light-blue-400:hover {
  color: #fff;
  background-color: #0aa7ef;
  border-color: #0a9fe2;
}
.btn-c-light-blue-400:focus, .btn-c-light-blue-400.focus {
  color: #fff;
  background-color: #0aa7ef;
  border-color: #0a9fe2;
  box-shadow: 0 0 0 0.2rem rgba(73, 193, 247, 0.5);
}
.btn-c-light-blue-400.disabled, .btn-c-light-blue-400:disabled {
  color: #fff;
  background-color: #29B6F6;
  border-color: #29B6F6;
}
.btn-c-light-blue-400:not(:disabled):not(.disabled):active, .btn-c-light-blue-400:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-400.dropdown-toggle {
  color: #fff;
  background-color: #0a9fe2;
  border-color: #0996d6;
}
.btn-c-light-blue-400:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 193, 247, 0.5);
}

.btn-c-light-blue-500 {
  color: #fff;
  background-color: #03A9F4;
  border-color: #03A9F4;
}
.btn-c-light-blue-500:hover {
  color: #fff;
  background-color: #038fce;
  border-color: #0286c2;
}
.btn-c-light-blue-500:focus, .btn-c-light-blue-500.focus {
  color: #fff;
  background-color: #038fce;
  border-color: #0286c2;
  box-shadow: 0 0 0 0.2rem rgba(41, 182, 246, 0.5);
}
.btn-c-light-blue-500.disabled, .btn-c-light-blue-500:disabled {
  color: #fff;
  background-color: #03A9F4;
  border-color: #03A9F4;
}
.btn-c-light-blue-500:not(:disabled):not(.disabled):active, .btn-c-light-blue-500:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-500.dropdown-toggle {
  color: #fff;
  background-color: #0286c2;
  border-color: #027db5;
}
.btn-c-light-blue-500:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 182, 246, 0.5);
}

.btn-c-light-blue-600 {
  color: #fff;
  background-color: #039BE5;
  border-color: #039BE5;
}
.btn-c-light-blue-600:hover {
  color: #fff;
  background-color: #0381bf;
  border-color: #0279b3;
}
.btn-c-light-blue-600:focus, .btn-c-light-blue-600.focus {
  color: #fff;
  background-color: #0381bf;
  border-color: #0279b3;
  box-shadow: 0 0 0 0.2rem rgba(41, 170, 233, 0.5);
}
.btn-c-light-blue-600.disabled, .btn-c-light-blue-600:disabled {
  color: #fff;
  background-color: #039BE5;
  border-color: #039BE5;
}
.btn-c-light-blue-600:not(:disabled):not(.disabled):active, .btn-c-light-blue-600:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-600.dropdown-toggle {
  color: #fff;
  background-color: #0279b3;
  border-color: #0270a6;
}
.btn-c-light-blue-600:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 170, 233, 0.5);
}

.btn-c-light-blue-700 {
  color: #fff;
  background-color: #0288D1;
  border-color: #0288D1;
}
.btn-c-light-blue-700:hover {
  color: #fff;
  background-color: #026fab;
  border-color: #02679e;
}
.btn-c-light-blue-700:focus, .btn-c-light-blue-700.focus {
  color: #fff;
  background-color: #026fab;
  border-color: #02679e;
  box-shadow: 0 0 0 0.2rem rgba(40, 154, 216, 0.5);
}
.btn-c-light-blue-700.disabled, .btn-c-light-blue-700:disabled {
  color: #fff;
  background-color: #0288D1;
  border-color: #0288D1;
}
.btn-c-light-blue-700:not(:disabled):not(.disabled):active, .btn-c-light-blue-700:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-700.dropdown-toggle {
  color: #fff;
  background-color: #02679e;
  border-color: #015f92;
}
.btn-c-light-blue-700:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 154, 216, 0.5);
}

.btn-c-light-blue-800 {
  color: #fff;
  background-color: #0277BD;
  border-color: #0277BD;
}
.btn-c-light-blue-800:hover {
  color: #fff;
  background-color: #025f97;
  border-color: #01578b;
}
.btn-c-light-blue-800:focus, .btn-c-light-blue-800.focus {
  color: #fff;
  background-color: #025f97;
  border-color: #01578b;
  box-shadow: 0 0 0 0.2rem rgba(40, 139, 199, 0.5);
}
.btn-c-light-blue-800.disabled, .btn-c-light-blue-800:disabled {
  color: #fff;
  background-color: #0277BD;
  border-color: #0277BD;
}
.btn-c-light-blue-800:not(:disabled):not(.disabled):active, .btn-c-light-blue-800:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-800.dropdown-toggle {
  color: #fff;
  background-color: #01578b;
  border-color: #014f7e;
}
.btn-c-light-blue-800:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 139, 199, 0.5);
}

.btn-c-light-blue-900 {
  color: #fff;
  background-color: #01579B;
  border-color: #01579B;
}
.btn-c-light-blue-900:hover {
  color: #fff;
  background-color: #014275;
  border-color: #013b68;
}
.btn-c-light-blue-900:focus, .btn-c-light-blue-900.focus {
  color: #fff;
  background-color: #014275;
  border-color: #013b68;
  box-shadow: 0 0 0 0.2rem rgba(39, 112, 170, 0.5);
}
.btn-c-light-blue-900.disabled, .btn-c-light-blue-900:disabled {
  color: #fff;
  background-color: #01579B;
  border-color: #01579B;
}
.btn-c-light-blue-900:not(:disabled):not(.disabled):active, .btn-c-light-blue-900:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-900.dropdown-toggle {
  color: #fff;
  background-color: #013b68;
  border-color: #01335c;
}
.btn-c-light-blue-900:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 112, 170, 0.5);
}

.btn-c-light-blue-a100 {
  color: #212529;
  background-color: #80D8FF;
  border-color: #80D8FF;
}
.btn-c-light-blue-a100:hover {
  color: #212529;
  background-color: #5accff;
  border-color: #4dc8ff;
}
.btn-c-light-blue-a100:focus, .btn-c-light-blue-a100.focus {
  color: #212529;
  background-color: #5accff;
  border-color: #4dc8ff;
  box-shadow: 0 0 0 0.2rem rgba(114, 189, 223, 0.5);
}
.btn-c-light-blue-a100.disabled, .btn-c-light-blue-a100:disabled {
  color: #212529;
  background-color: #80D8FF;
  border-color: #80D8FF;
}
.btn-c-light-blue-a100:not(:disabled):not(.disabled):active, .btn-c-light-blue-a100:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-a100.dropdown-toggle {
  color: #212529;
  background-color: #4dc8ff;
  border-color: #40c4ff;
}
.btn-c-light-blue-a100:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 189, 223, 0.5);
}

.btn-c-light-blue-a200 {
  color: #212529;
  background-color: #40C4FF;
  border-color: #40C4FF;
}
.btn-c-light-blue-a200:hover {
  color: #fff;
  background-color: #1ab8ff;
  border-color: #0db4ff;
}
.btn-c-light-blue-a200:focus, .btn-c-light-blue-a200.focus {
  color: #fff;
  background-color: #1ab8ff;
  border-color: #0db4ff;
  box-shadow: 0 0 0 0.2rem rgba(59, 172, 223, 0.5);
}
.btn-c-light-blue-a200.disabled, .btn-c-light-blue-a200:disabled {
  color: #212529;
  background-color: #40C4FF;
  border-color: #40C4FF;
}
.btn-c-light-blue-a200:not(:disabled):not(.disabled):active, .btn-c-light-blue-a200:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-a200.dropdown-toggle {
  color: #fff;
  background-color: #0db4ff;
  border-color: #00b0ff;
}
.btn-c-light-blue-a200:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 172, 223, 0.5);
}

.btn-c-light-blue-a400 {
  color: #fff;
  background-color: #00B0FF;
  border-color: #00B0FF;
}
.btn-c-light-blue-a400:hover {
  color: #fff;
  background-color: #0096d9;
  border-color: #008dcc;
}
.btn-c-light-blue-a400:focus, .btn-c-light-blue-a400.focus {
  color: #fff;
  background-color: #0096d9;
  border-color: #008dcc;
  box-shadow: 0 0 0 0.2rem rgba(38, 188, 255, 0.5);
}
.btn-c-light-blue-a400.disabled, .btn-c-light-blue-a400:disabled {
  color: #fff;
  background-color: #00B0FF;
  border-color: #00B0FF;
}
.btn-c-light-blue-a400:not(:disabled):not(.disabled):active, .btn-c-light-blue-a400:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-a400.dropdown-toggle {
  color: #fff;
  background-color: #008dcc;
  border-color: #0084bf;
}
.btn-c-light-blue-a400:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 188, 255, 0.5);
}

.btn-c-light-blue-a700 {
  color: #fff;
  background-color: #0091EA;
  border-color: #0091EA;
}
.btn-c-light-blue-a700:hover {
  color: #fff;
  background-color: #0079c4;
  border-color: #0071b7;
}
.btn-c-light-blue-a700:focus, .btn-c-light-blue-a700.focus {
  color: #fff;
  background-color: #0079c4;
  border-color: #0071b7;
  box-shadow: 0 0 0 0.2rem rgba(38, 162, 237, 0.5);
}
.btn-c-light-blue-a700.disabled, .btn-c-light-blue-a700:disabled {
  color: #fff;
  background-color: #0091EA;
  border-color: #0091EA;
}
.btn-c-light-blue-a700:not(:disabled):not(.disabled):active, .btn-c-light-blue-a700:not(:disabled):not(.disabled).active, .show > .btn-c-light-blue-a700.dropdown-toggle {
  color: #fff;
  background-color: #0071b7;
  border-color: #0069aa;
}
.btn-c-light-blue-a700:not(:disabled):not(.disabled):active:focus, .btn-c-light-blue-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-blue-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 162, 237, 0.5);
}

.btn-c-cyan-50 {
  color: #212529;
  background-color: #E0F7FA;
  border-color: #E0F7FA;
}
.btn-c-cyan-50:hover {
  color: #212529;
  background-color: #bfeff5;
  border-color: #b4ecf3;
}
.btn-c-cyan-50:focus, .btn-c-cyan-50.focus {
  color: #212529;
  background-color: #bfeff5;
  border-color: #b4ecf3;
  box-shadow: 0 0 0 0.2rem rgba(195, 216, 219, 0.5);
}
.btn-c-cyan-50.disabled, .btn-c-cyan-50:disabled {
  color: #212529;
  background-color: #E0F7FA;
  border-color: #E0F7FA;
}
.btn-c-cyan-50:not(:disabled):not(.disabled):active, .btn-c-cyan-50:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-50.dropdown-toggle {
  color: #212529;
  background-color: #b4ecf3;
  border-color: #a9e9f1;
}
.btn-c-cyan-50:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 216, 219, 0.5);
}

.btn-c-cyan-100 {
  color: #212529;
  background-color: #B2EBF2;
  border-color: #B2EBF2;
}
.btn-c-cyan-100:hover {
  color: #212529;
  background-color: #91e3ec;
  border-color: #86e0eb;
}
.btn-c-cyan-100:focus, .btn-c-cyan-100.focus {
  color: #212529;
  background-color: #91e3ec;
  border-color: #86e0eb;
  box-shadow: 0 0 0 0.2rem rgba(156, 205, 212, 0.5);
}
.btn-c-cyan-100.disabled, .btn-c-cyan-100:disabled {
  color: #212529;
  background-color: #B2EBF2;
  border-color: #B2EBF2;
}
.btn-c-cyan-100:not(:disabled):not(.disabled):active, .btn-c-cyan-100:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-100.dropdown-toggle {
  color: #212529;
  background-color: #86e0eb;
  border-color: #7bdde9;
}
.btn-c-cyan-100:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 205, 212, 0.5);
}

.btn-c-cyan-200 {
  color: #212529;
  background-color: #80DEEA;
  border-color: #80DEEA;
}
.btn-c-cyan-200:hover {
  color: #212529;
  background-color: #5fd5e5;
  border-color: #54d3e3;
}
.btn-c-cyan-200:focus, .btn-c-cyan-200.focus {
  color: #212529;
  background-color: #5fd5e5;
  border-color: #54d3e3;
  box-shadow: 0 0 0 0.2rem rgba(114, 194, 205, 0.5);
}
.btn-c-cyan-200.disabled, .btn-c-cyan-200:disabled {
  color: #212529;
  background-color: #80DEEA;
  border-color: #80DEEA;
}
.btn-c-cyan-200:not(:disabled):not(.disabled):active, .btn-c-cyan-200:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-200.dropdown-toggle {
  color: #212529;
  background-color: #54d3e3;
  border-color: #49d0e1;
}
.btn-c-cyan-200:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 194, 205, 0.5);
}

.btn-c-cyan-300 {
  color: #212529;
  background-color: #4DD0E1;
  border-color: #4DD0E1;
}
.btn-c-cyan-300:hover {
  color: #212529;
  background-color: #2cc7db;
  border-color: #24c2d7;
}
.btn-c-cyan-300:focus, .btn-c-cyan-300.focus {
  color: #212529;
  background-color: #2cc7db;
  border-color: #24c2d7;
  box-shadow: 0 0 0 0.2rem rgba(70, 182, 197, 0.5);
}
.btn-c-cyan-300.disabled, .btn-c-cyan-300:disabled {
  color: #212529;
  background-color: #4DD0E1;
  border-color: #4DD0E1;
}
.btn-c-cyan-300:not(:disabled):not(.disabled):active, .btn-c-cyan-300:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-300.dropdown-toggle {
  color: #fff;
  background-color: #24c2d7;
  border-color: #22b8cc;
}
.btn-c-cyan-300:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 182, 197, 0.5);
}

.btn-c-cyan-400 {
  color: #212529;
  background-color: #26C6DA;
  border-color: #26C6DA;
}
.btn-c-cyan-400:hover {
  color: #fff;
  background-color: #20a9ba;
  border-color: #1e9faf;
}
.btn-c-cyan-400:focus, .btn-c-cyan-400.focus {
  color: #fff;
  background-color: #20a9ba;
  border-color: #1e9faf;
  box-shadow: 0 0 0 0.2rem rgba(37, 174, 191, 0.5);
}
.btn-c-cyan-400.disabled, .btn-c-cyan-400:disabled {
  color: #212529;
  background-color: #26C6DA;
  border-color: #26C6DA;
}
.btn-c-cyan-400:not(:disabled):not(.disabled):active, .btn-c-cyan-400:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-400.dropdown-toggle {
  color: #fff;
  background-color: #1e9faf;
  border-color: #1c95a4;
}
.btn-c-cyan-400:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 174, 191, 0.5);
}

.btn-c-cyan-500 {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-c-cyan-500:hover {
  color: #fff;
  background-color: #009aae;
  border-color: #008fa1;
}
.btn-c-cyan-500:focus, .btn-c-cyan-500.focus {
  color: #fff;
  background-color: #009aae;
  border-color: #008fa1;
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.5);
}
.btn-c-cyan-500.disabled, .btn-c-cyan-500:disabled {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-c-cyan-500:not(:disabled):not(.disabled):active, .btn-c-cyan-500:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-500.dropdown-toggle {
  color: #fff;
  background-color: #008fa1;
  border-color: #008394;
}
.btn-c-cyan-500:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.5);
}

.btn-c-cyan-600 {
  color: #fff;
  background-color: #00ACC1;
  border-color: #00ACC1;
}
.btn-c-cyan-600:hover {
  color: #fff;
  background-color: #008a9b;
  border-color: #007f8e;
}
.btn-c-cyan-600:focus, .btn-c-cyan-600.focus {
  color: #fff;
  background-color: #008a9b;
  border-color: #007f8e;
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 202, 0.5);
}
.btn-c-cyan-600.disabled, .btn-c-cyan-600:disabled {
  color: #fff;
  background-color: #00ACC1;
  border-color: #00ACC1;
}
.btn-c-cyan-600:not(:disabled):not(.disabled):active, .btn-c-cyan-600:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-600.dropdown-toggle {
  color: #fff;
  background-color: #007f8e;
  border-color: #007381;
}
.btn-c-cyan-600:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 202, 0.5);
}

.btn-c-cyan-700 {
  color: #fff;
  background-color: #0097A7;
  border-color: #0097A7;
}
.btn-c-cyan-700:hover {
  color: #fff;
  background-color: #007481;
  border-color: #006974;
}
.btn-c-cyan-700:focus, .btn-c-cyan-700.focus {
  color: #fff;
  background-color: #007481;
  border-color: #006974;
  box-shadow: 0 0 0 0.2rem rgba(38, 167, 180, 0.5);
}
.btn-c-cyan-700.disabled, .btn-c-cyan-700:disabled {
  color: #fff;
  background-color: #0097A7;
  border-color: #0097A7;
}
.btn-c-cyan-700:not(:disabled):not(.disabled):active, .btn-c-cyan-700:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-700.dropdown-toggle {
  color: #fff;
  background-color: #006974;
  border-color: #005d67;
}
.btn-c-cyan-700:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 167, 180, 0.5);
}

.btn-c-cyan-800 {
  color: #fff;
  background-color: #00838F;
  border-color: #00838F;
}
.btn-c-cyan-800:hover {
  color: #fff;
  background-color: #006069;
  border-color: #00545c;
}
.btn-c-cyan-800:focus, .btn-c-cyan-800.focus {
  color: #fff;
  background-color: #006069;
  border-color: #00545c;
  box-shadow: 0 0 0 0.2rem rgba(38, 150, 160, 0.5);
}
.btn-c-cyan-800.disabled, .btn-c-cyan-800:disabled {
  color: #fff;
  background-color: #00838F;
  border-color: #00838F;
}
.btn-c-cyan-800:not(:disabled):not(.disabled):active, .btn-c-cyan-800:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-800.dropdown-toggle {
  color: #fff;
  background-color: #00545c;
  border-color: #00494f;
}
.btn-c-cyan-800:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 150, 160, 0.5);
}

.btn-c-cyan-900 {
  color: #fff;
  background-color: #006064;
  border-color: #006064;
}
.btn-c-cyan-900:hover {
  color: #fff;
  background-color: #003b3e;
  border-color: #002f31;
}
.btn-c-cyan-900:focus, .btn-c-cyan-900.focus {
  color: #fff;
  background-color: #003b3e;
  border-color: #002f31;
  box-shadow: 0 0 0 0.2rem rgba(38, 120, 123, 0.5);
}
.btn-c-cyan-900.disabled, .btn-c-cyan-900:disabled {
  color: #fff;
  background-color: #006064;
  border-color: #006064;
}
.btn-c-cyan-900:not(:disabled):not(.disabled):active, .btn-c-cyan-900:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-900.dropdown-toggle {
  color: #fff;
  background-color: #002f31;
  border-color: #002324;
}
.btn-c-cyan-900:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 120, 123, 0.5);
}

.btn-c-cyan-a100 {
  color: #212529;
  background-color: #84FFFF;
  border-color: #84FFFF;
}
.btn-c-cyan-a100:hover {
  color: #212529;
  background-color: #5effff;
  border-color: #51ffff;
}
.btn-c-cyan-a100:focus, .btn-c-cyan-a100.focus {
  color: #212529;
  background-color: #5effff;
  border-color: #51ffff;
  box-shadow: 0 0 0 0.2rem rgba(117, 222, 223, 0.5);
}
.btn-c-cyan-a100.disabled, .btn-c-cyan-a100:disabled {
  color: #212529;
  background-color: #84FFFF;
  border-color: #84FFFF;
}
.btn-c-cyan-a100:not(:disabled):not(.disabled):active, .btn-c-cyan-a100:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-a100.dropdown-toggle {
  color: #212529;
  background-color: #51ffff;
  border-color: #44ffff;
}
.btn-c-cyan-a100:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 222, 223, 0.5);
}

.btn-c-cyan-a200 {
  color: #212529;
  background-color: #18FFFF;
  border-color: #18FFFF;
}
.btn-c-cyan-a200:hover {
  color: #212529;
  background-color: #00f1f1;
  border-color: #00e4e4;
}
.btn-c-cyan-a200:focus, .btn-c-cyan-a200.focus {
  color: #212529;
  background-color: #00f1f1;
  border-color: #00e4e4;
  box-shadow: 0 0 0 0.2rem rgba(25, 222, 223, 0.5);
}
.btn-c-cyan-a200.disabled, .btn-c-cyan-a200:disabled {
  color: #212529;
  background-color: #18FFFF;
  border-color: #18FFFF;
}
.btn-c-cyan-a200:not(:disabled):not(.disabled):active, .btn-c-cyan-a200:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-a200.dropdown-toggle {
  color: #212529;
  background-color: #00e4e4;
  border-color: #00d7d7;
}
.btn-c-cyan-a200:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 222, 223, 0.5);
}

.btn-c-cyan-a400 {
  color: #212529;
  background-color: #00E5FF;
  border-color: #00E5FF;
}
.btn-c-cyan-a400:hover {
  color: #fff;
  background-color: #00c3d9;
  border-color: #00b7cc;
}
.btn-c-cyan-a400:focus, .btn-c-cyan-a400.focus {
  color: #fff;
  background-color: #00c3d9;
  border-color: #00b7cc;
  box-shadow: 0 0 0 0.2rem rgba(5, 200, 223, 0.5);
}
.btn-c-cyan-a400.disabled, .btn-c-cyan-a400:disabled {
  color: #212529;
  background-color: #00E5FF;
  border-color: #00E5FF;
}
.btn-c-cyan-a400:not(:disabled):not(.disabled):active, .btn-c-cyan-a400:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-a400.dropdown-toggle {
  color: #fff;
  background-color: #00b7cc;
  border-color: #00acbf;
}
.btn-c-cyan-a400:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 200, 223, 0.5);
}

.btn-c-cyan-a700 {
  color: #fff;
  background-color: #00B8D4;
  border-color: #00B8D4;
}
.btn-c-cyan-a700:hover {
  color: #fff;
  background-color: #0097ae;
  border-color: #008ca1;
}
.btn-c-cyan-a700:focus, .btn-c-cyan-a700.focus {
  color: #fff;
  background-color: #0097ae;
  border-color: #008ca1;
  box-shadow: 0 0 0 0.2rem rgba(38, 195, 218, 0.5);
}
.btn-c-cyan-a700.disabled, .btn-c-cyan-a700:disabled {
  color: #fff;
  background-color: #00B8D4;
  border-color: #00B8D4;
}
.btn-c-cyan-a700:not(:disabled):not(.disabled):active, .btn-c-cyan-a700:not(:disabled):not(.disabled).active, .show > .btn-c-cyan-a700.dropdown-toggle {
  color: #fff;
  background-color: #008ca1;
  border-color: #008194;
}
.btn-c-cyan-a700:not(:disabled):not(.disabled):active:focus, .btn-c-cyan-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-cyan-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 195, 218, 0.5);
}

.btn-c-teal-50 {
  color: #212529;
  background-color: #E0F2F1;
  border-color: #E0F2F1;
}
.btn-c-teal-50:hover {
  color: #212529;
  background-color: #c5e7e5;
  border-color: #bce3e1;
}
.btn-c-teal-50:focus, .btn-c-teal-50.focus {
  color: #212529;
  background-color: #c5e7e5;
  border-color: #bce3e1;
  box-shadow: 0 0 0 0.2rem rgba(195, 211, 211, 0.5);
}
.btn-c-teal-50.disabled, .btn-c-teal-50:disabled {
  color: #212529;
  background-color: #E0F2F1;
  border-color: #E0F2F1;
}
.btn-c-teal-50:not(:disabled):not(.disabled):active, .btn-c-teal-50:not(:disabled):not(.disabled).active, .show > .btn-c-teal-50.dropdown-toggle {
  color: #212529;
  background-color: #bce3e1;
  border-color: #b3dfdd;
}
.btn-c-teal-50:not(:disabled):not(.disabled):active:focus, .btn-c-teal-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 211, 211, 0.5);
}

.btn-c-teal-100 {
  color: #212529;
  background-color: #B2DFDB;
  border-color: #B2DFDB;
}
.btn-c-teal-100:hover {
  color: #212529;
  background-color: #97d4ce;
  border-color: #8ed0ca;
}
.btn-c-teal-100:focus, .btn-c-teal-100.focus {
  color: #212529;
  background-color: #97d4ce;
  border-color: #8ed0ca;
  box-shadow: 0 0 0 0.2rem rgba(156, 195, 192, 0.5);
}
.btn-c-teal-100.disabled, .btn-c-teal-100:disabled {
  color: #212529;
  background-color: #B2DFDB;
  border-color: #B2DFDB;
}
.btn-c-teal-100:not(:disabled):not(.disabled):active, .btn-c-teal-100:not(:disabled):not(.disabled).active, .show > .btn-c-teal-100.dropdown-toggle {
  color: #212529;
  background-color: #8ed0ca;
  border-color: #85ccc6;
}
.btn-c-teal-100:not(:disabled):not(.disabled):active:focus, .btn-c-teal-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 195, 192, 0.5);
}

.btn-c-teal-200 {
  color: #212529;
  background-color: #80CBC4;
  border-color: #80CBC4;
}
.btn-c-teal-200:hover {
  color: #212529;
  background-color: #65c0b7;
  border-color: #5cbcb3;
}
.btn-c-teal-200:focus, .btn-c-teal-200.focus {
  color: #212529;
  background-color: #65c0b7;
  border-color: #5cbcb3;
  box-shadow: 0 0 0 0.2rem rgba(114, 178, 173, 0.5);
}
.btn-c-teal-200.disabled, .btn-c-teal-200:disabled {
  color: #212529;
  background-color: #80CBC4;
  border-color: #80CBC4;
}
.btn-c-teal-200:not(:disabled):not(.disabled):active, .btn-c-teal-200:not(:disabled):not(.disabled).active, .show > .btn-c-teal-200.dropdown-toggle {
  color: #212529;
  background-color: #5cbcb3;
  border-color: #53b8af;
}
.btn-c-teal-200:not(:disabled):not(.disabled):active:focus, .btn-c-teal-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 178, 173, 0.5);
}

.btn-c-teal-300 {
  color: #fff;
  background-color: #4DB6AC;
  border-color: #4DB6AC;
}
.btn-c-teal-300:hover {
  color: #fff;
  background-color: #409d94;
  border-color: #3c948b;
}
.btn-c-teal-300:focus, .btn-c-teal-300.focus {
  color: #fff;
  background-color: #409d94;
  border-color: #3c948b;
  box-shadow: 0 0 0 0.2rem rgba(104, 193, 184, 0.5);
}
.btn-c-teal-300.disabled, .btn-c-teal-300:disabled {
  color: #fff;
  background-color: #4DB6AC;
  border-color: #4DB6AC;
}
.btn-c-teal-300:not(:disabled):not(.disabled):active, .btn-c-teal-300:not(:disabled):not(.disabled).active, .show > .btn-c-teal-300.dropdown-toggle {
  color: #fff;
  background-color: #3c948b;
  border-color: #398a83;
}
.btn-c-teal-300:not(:disabled):not(.disabled):active:focus, .btn-c-teal-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 193, 184, 0.5);
}

.btn-c-teal-400 {
  color: #fff;
  background-color: #26A69A;
  border-color: #26A69A;
}
.btn-c-teal-400:hover {
  color: #fff;
  background-color: #1f877d;
  border-color: #1d7d74;
}
.btn-c-teal-400:focus, .btn-c-teal-400.focus {
  color: #fff;
  background-color: #1f877d;
  border-color: #1d7d74;
  box-shadow: 0 0 0 0.2rem rgba(71, 179, 169, 0.5);
}
.btn-c-teal-400.disabled, .btn-c-teal-400:disabled {
  color: #fff;
  background-color: #26A69A;
  border-color: #26A69A;
}
.btn-c-teal-400:not(:disabled):not(.disabled):active, .btn-c-teal-400:not(:disabled):not(.disabled).active, .show > .btn-c-teal-400.dropdown-toggle {
  color: #fff;
  background-color: #1d7d74;
  border-color: #1a726a;
}
.btn-c-teal-400:not(:disabled):not(.disabled):active:focus, .btn-c-teal-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 179, 169, 0.5);
}

.btn-c-teal-500 {
  color: #fff;
  background-color: #26A69A;
  border-color: #26A69A;
}
.btn-c-teal-500:hover {
  color: #fff;
  background-color: #1f877d;
  border-color: #1d7d74;
}
.btn-c-teal-500:focus, .btn-c-teal-500.focus {
  color: #fff;
  background-color: #1f877d;
  border-color: #1d7d74;
  box-shadow: 0 0 0 0.2rem rgba(71, 179, 169, 0.5);
}
.btn-c-teal-500.disabled, .btn-c-teal-500:disabled {
  color: #fff;
  background-color: #26A69A;
  border-color: #26A69A;
}
.btn-c-teal-500:not(:disabled):not(.disabled):active, .btn-c-teal-500:not(:disabled):not(.disabled).active, .show > .btn-c-teal-500.dropdown-toggle {
  color: #fff;
  background-color: #1d7d74;
  border-color: #1a726a;
}
.btn-c-teal-500:not(:disabled):not(.disabled):active:focus, .btn-c-teal-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 179, 169, 0.5);
}

.btn-c-teal-600 {
  color: #fff;
  background-color: #00897B;
  border-color: #00897B;
}
.btn-c-teal-600:hover {
  color: #fff;
  background-color: #006359;
  border-color: #00564d;
}
.btn-c-teal-600:focus, .btn-c-teal-600.focus {
  color: #fff;
  background-color: #006359;
  border-color: #00564d;
  box-shadow: 0 0 0 0.2rem rgba(38, 155, 143, 0.5);
}
.btn-c-teal-600.disabled, .btn-c-teal-600:disabled {
  color: #fff;
  background-color: #00897B;
  border-color: #00897B;
}
.btn-c-teal-600:not(:disabled):not(.disabled):active, .btn-c-teal-600:not(:disabled):not(.disabled).active, .show > .btn-c-teal-600.dropdown-toggle {
  color: #fff;
  background-color: #00564d;
  border-color: #004942;
}
.btn-c-teal-600:not(:disabled):not(.disabled):active:focus, .btn-c-teal-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 155, 143, 0.5);
}

.btn-c-teal-700 {
  color: #fff;
  background-color: #00796B;
  border-color: #00796B;
}
.btn-c-teal-700:hover {
  color: #fff;
  background-color: #005349;
  border-color: #00463e;
}
.btn-c-teal-700:focus, .btn-c-teal-700.focus {
  color: #fff;
  background-color: #005349;
  border-color: #00463e;
  box-shadow: 0 0 0 0.2rem rgba(38, 141, 129, 0.5);
}
.btn-c-teal-700.disabled, .btn-c-teal-700:disabled {
  color: #fff;
  background-color: #00796B;
  border-color: #00796B;
}
.btn-c-teal-700:not(:disabled):not(.disabled):active, .btn-c-teal-700:not(:disabled):not(.disabled).active, .show > .btn-c-teal-700.dropdown-toggle {
  color: #fff;
  background-color: #00463e;
  border-color: #003933;
}
.btn-c-teal-700:not(:disabled):not(.disabled):active:focus, .btn-c-teal-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 141, 129, 0.5);
}

.btn-c-teal-800 {
  color: #fff;
  background-color: #00695C;
  border-color: #00695C;
}
.btn-c-teal-800:hover {
  color: #fff;
  background-color: #00433a;
  border-color: #00362f;
}
.btn-c-teal-800:focus, .btn-c-teal-800.focus {
  color: #fff;
  background-color: #00433a;
  border-color: #00362f;
  box-shadow: 0 0 0 0.2rem rgba(38, 128, 116, 0.5);
}
.btn-c-teal-800.disabled, .btn-c-teal-800:disabled {
  color: #fff;
  background-color: #00695C;
  border-color: #00695C;
}
.btn-c-teal-800:not(:disabled):not(.disabled):active, .btn-c-teal-800:not(:disabled):not(.disabled).active, .show > .btn-c-teal-800.dropdown-toggle {
  color: #fff;
  background-color: #00362f;
  border-color: #002924;
}
.btn-c-teal-800:not(:disabled):not(.disabled):active:focus, .btn-c-teal-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 128, 116, 0.5);
}

.btn-c-teal-900 {
  color: #fff;
  background-color: #004D40;
  border-color: #004D40;
}
.btn-c-teal-900:hover {
  color: #fff;
  background-color: #002720;
  border-color: #001a16;
}
.btn-c-teal-900:focus, .btn-c-teal-900.focus {
  color: #fff;
  background-color: #002720;
  border-color: #001a16;
  box-shadow: 0 0 0 0.2rem rgba(38, 104, 93, 0.5);
}
.btn-c-teal-900.disabled, .btn-c-teal-900:disabled {
  color: #fff;
  background-color: #004D40;
  border-color: #004D40;
}
.btn-c-teal-900:not(:disabled):not(.disabled):active, .btn-c-teal-900:not(:disabled):not(.disabled).active, .show > .btn-c-teal-900.dropdown-toggle {
  color: #fff;
  background-color: #001a16;
  border-color: #000d0b;
}
.btn-c-teal-900:not(:disabled):not(.disabled):active:focus, .btn-c-teal-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 104, 93, 0.5);
}

.btn-c-teal-a100 {
  color: #212529;
  background-color: #A7FFEB;
  border-color: #A7FFEB;
}
.btn-c-teal-a100:hover {
  color: #212529;
  background-color: #81ffe2;
  border-color: #74ffdf;
}
.btn-c-teal-a100:focus, .btn-c-teal-a100.focus {
  color: #212529;
  background-color: #81ffe2;
  border-color: #74ffdf;
  box-shadow: 0 0 0 0.2rem rgba(147, 222, 206, 0.5);
}
.btn-c-teal-a100.disabled, .btn-c-teal-a100:disabled {
  color: #212529;
  background-color: #A7FFEB;
  border-color: #A7FFEB;
}
.btn-c-teal-a100:not(:disabled):not(.disabled):active, .btn-c-teal-a100:not(:disabled):not(.disabled).active, .show > .btn-c-teal-a100.dropdown-toggle {
  color: #212529;
  background-color: #74ffdf;
  border-color: #67ffdd;
}
.btn-c-teal-a100:not(:disabled):not(.disabled):active:focus, .btn-c-teal-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 222, 206, 0.5);
}

.btn-c-teal-a200 {
  color: #212529;
  background-color: #64FFDA;
  border-color: #64FFDA;
}
.btn-c-teal-a200:hover {
  color: #212529;
  background-color: #3effd1;
  border-color: #31ffce;
}
.btn-c-teal-a200:focus, .btn-c-teal-a200.focus {
  color: #212529;
  background-color: #3effd1;
  border-color: #31ffce;
  box-shadow: 0 0 0 0.2rem rgba(90, 222, 191, 0.5);
}
.btn-c-teal-a200.disabled, .btn-c-teal-a200:disabled {
  color: #212529;
  background-color: #64FFDA;
  border-color: #64FFDA;
}
.btn-c-teal-a200:not(:disabled):not(.disabled):active, .btn-c-teal-a200:not(:disabled):not(.disabled).active, .show > .btn-c-teal-a200.dropdown-toggle {
  color: #212529;
  background-color: #31ffce;
  border-color: #24ffcb;
}
.btn-c-teal-a200:not(:disabled):not(.disabled):active:focus, .btn-c-teal-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 222, 191, 0.5);
}

.btn-c-teal-a400 {
  color: #212529;
  background-color: #1DE9B6;
  border-color: #1DE9B6;
}
.btn-c-teal-a400:hover {
  color: #fff;
  background-color: #14cc9e;
  border-color: #13c095;
}
.btn-c-teal-a400:focus, .btn-c-teal-a400.focus {
  color: #fff;
  background-color: #14cc9e;
  border-color: #13c095;
  box-shadow: 0 0 0 0.2rem rgba(30, 204, 161, 0.5);
}
.btn-c-teal-a400.disabled, .btn-c-teal-a400:disabled {
  color: #212529;
  background-color: #1DE9B6;
  border-color: #1DE9B6;
}
.btn-c-teal-a400:not(:disabled):not(.disabled):active, .btn-c-teal-a400:not(:disabled):not(.disabled).active, .show > .btn-c-teal-a400.dropdown-toggle {
  color: #fff;
  background-color: #13c095;
  border-color: #12b58c;
}
.btn-c-teal-a400:not(:disabled):not(.disabled):active:focus, .btn-c-teal-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 204, 161, 0.5);
}

.btn-c-teal-a700 {
  color: #fff;
  background-color: #00BFA5;
  border-color: #00BFA5;
}
.btn-c-teal-a700:hover {
  color: #fff;
  background-color: #009984;
  border-color: #008c79;
}
.btn-c-teal-a700:focus, .btn-c-teal-a700.focus {
  color: #fff;
  background-color: #009984;
  border-color: #008c79;
  box-shadow: 0 0 0 0.2rem rgba(38, 201, 179, 0.5);
}
.btn-c-teal-a700.disabled, .btn-c-teal-a700:disabled {
  color: #fff;
  background-color: #00BFA5;
  border-color: #00BFA5;
}
.btn-c-teal-a700:not(:disabled):not(.disabled):active, .btn-c-teal-a700:not(:disabled):not(.disabled).active, .show > .btn-c-teal-a700.dropdown-toggle {
  color: #fff;
  background-color: #008c79;
  border-color: #007f6e;
}
.btn-c-teal-a700:not(:disabled):not(.disabled):active:focus, .btn-c-teal-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-teal-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 201, 179, 0.5);
}

.btn-c-green-50 {
  color: #212529;
  background-color: #E8F5E9;
  border-color: #E8F5E9;
}
.btn-c-green-50:hover {
  color: #212529;
  background-color: #cde9d0;
  border-color: #c4e6c7;
}
.btn-c-green-50:focus, .btn-c-green-50.focus {
  color: #212529;
  background-color: #cde9d0;
  border-color: #c4e6c7;
  box-shadow: 0 0 0 0.2rem rgba(202, 214, 204, 0.5);
}
.btn-c-green-50.disabled, .btn-c-green-50:disabled {
  color: #212529;
  background-color: #E8F5E9;
  border-color: #E8F5E9;
}
.btn-c-green-50:not(:disabled):not(.disabled):active, .btn-c-green-50:not(:disabled):not(.disabled).active, .show > .btn-c-green-50.dropdown-toggle {
  color: #212529;
  background-color: #c4e6c7;
  border-color: #bce2bf;
}
.btn-c-green-50:not(:disabled):not(.disabled):active:focus, .btn-c-green-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(202, 214, 204, 0.5);
}

.btn-c-green-100 {
  color: #212529;
  background-color: #C8E6C9;
  border-color: #C8E6C9;
}
.btn-c-green-100:hover {
  color: #212529;
  background-color: #aedaaf;
  border-color: #a5d6a7;
}
.btn-c-green-100:focus, .btn-c-green-100.focus {
  color: #212529;
  background-color: #aedaaf;
  border-color: #a5d6a7;
  box-shadow: 0 0 0 0.2rem rgba(175, 201, 177, 0.5);
}
.btn-c-green-100.disabled, .btn-c-green-100:disabled {
  color: #212529;
  background-color: #C8E6C9;
  border-color: #C8E6C9;
}
.btn-c-green-100:not(:disabled):not(.disabled):active, .btn-c-green-100:not(:disabled):not(.disabled).active, .show > .btn-c-green-100.dropdown-toggle {
  color: #212529;
  background-color: #a5d6a7;
  border-color: #9cd29e;
}
.btn-c-green-100:not(:disabled):not(.disabled):active:focus, .btn-c-green-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 201, 177, 0.5);
}

.btn-c-green-200 {
  color: #212529;
  background-color: #A5D6A7;
  border-color: #A5D6A7;
}
.btn-c-green-200:hover {
  color: #212529;
  background-color: #8bca8d;
  border-color: #82c685;
}
.btn-c-green-200:focus, .btn-c-green-200.focus {
  color: #212529;
  background-color: #8bca8d;
  border-color: #82c685;
  box-shadow: 0 0 0 0.2rem rgba(145, 187, 148, 0.5);
}
.btn-c-green-200.disabled, .btn-c-green-200:disabled {
  color: #212529;
  background-color: #A5D6A7;
  border-color: #A5D6A7;
}
.btn-c-green-200:not(:disabled):not(.disabled):active, .btn-c-green-200:not(:disabled):not(.disabled).active, .show > .btn-c-green-200.dropdown-toggle {
  color: #212529;
  background-color: #82c685;
  border-color: #79c27c;
}
.btn-c-green-200:not(:disabled):not(.disabled):active:focus, .btn-c-green-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 187, 148, 0.5);
}

.btn-c-green-300 {
  color: #212529;
  background-color: #81C784;
  border-color: #81C784;
}
.btn-c-green-300:hover {
  color: #212529;
  background-color: #67bb6a;
  border-color: #5eb762;
}
.btn-c-green-300:focus, .btn-c-green-300.focus {
  color: #212529;
  background-color: #67bb6a;
  border-color: #5eb762;
  box-shadow: 0 0 0 0.2rem rgba(115, 175, 118, 0.5);
}
.btn-c-green-300.disabled, .btn-c-green-300:disabled {
  color: #212529;
  background-color: #81C784;
  border-color: #81C784;
}
.btn-c-green-300:not(:disabled):not(.disabled):active, .btn-c-green-300:not(:disabled):not(.disabled).active, .show > .btn-c-green-300.dropdown-toggle {
  color: #fff;
  background-color: #5eb762;
  border-color: #55b359;
}
.btn-c-green-300:not(:disabled):not(.disabled):active:focus, .btn-c-green-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 175, 118, 0.5);
}

.btn-c-green-400 {
  color: #212529;
  background-color: #66BB6A;
  border-color: #66BB6A;
}
.btn-c-green-400:hover {
  color: #fff;
  background-color: #4dae52;
  border-color: #49a54e;
}
.btn-c-green-400:focus, .btn-c-green-400.focus {
  color: #fff;
  background-color: #4dae52;
  border-color: #49a54e;
  box-shadow: 0 0 0 0.2rem rgba(92, 165, 96, 0.5);
}
.btn-c-green-400.disabled, .btn-c-green-400:disabled {
  color: #212529;
  background-color: #66BB6A;
  border-color: #66BB6A;
}
.btn-c-green-400:not(:disabled):not(.disabled):active, .btn-c-green-400:not(:disabled):not(.disabled).active, .show > .btn-c-green-400.dropdown-toggle {
  color: #fff;
  background-color: #49a54e;
  border-color: #459c49;
}
.btn-c-green-400:not(:disabled):not(.disabled):active:focus, .btn-c-green-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 165, 96, 0.5);
}

.btn-c-green-500 {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-c-green-500:hover {
  color: #fff;
  background-color: #409444;
  border-color: #3d8b40;
}
.btn-c-green-500:focus, .btn-c-green-500.focus {
  color: #fff;
  background-color: #409444;
  border-color: #3d8b40;
  box-shadow: 0 0 0 0.2rem rgba(103, 187, 106, 0.5);
}
.btn-c-green-500.disabled, .btn-c-green-500:disabled {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-c-green-500:not(:disabled):not(.disabled):active, .btn-c-green-500:not(:disabled):not(.disabled).active, .show > .btn-c-green-500.dropdown-toggle {
  color: #fff;
  background-color: #3d8b40;
  border-color: #39833c;
}
.btn-c-green-500:not(:disabled):not(.disabled):active:focus, .btn-c-green-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 187, 106, 0.5);
}

.btn-c-green-600 {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.btn-c-green-600:hover {
  color: #fff;
  background-color: #38853b;
  border-color: #347c37;
}
.btn-c-green-600:focus, .btn-c-green-600.focus {
  color: #fff;
  background-color: #38853b;
  border-color: #347c37;
  box-shadow: 0 0 0 0.2rem rgba(95, 174, 99, 0.5);
}
.btn-c-green-600.disabled, .btn-c-green-600:disabled {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.btn-c-green-600:not(:disabled):not(.disabled):active, .btn-c-green-600:not(:disabled):not(.disabled).active, .show > .btn-c-green-600.dropdown-toggle {
  color: #fff;
  background-color: #347c37;
  border-color: #307333;
}
.btn-c-green-600:not(:disabled):not(.disabled):active:focus, .btn-c-green-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 174, 99, 0.5);
}

.btn-c-green-700 {
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
}
.btn-c-green-700:hover {
  color: #fff;
  background-color: #2d7330;
  border-color: #2a692d;
}
.btn-c-green-700:focus, .btn-c-green-700.focus {
  color: #fff;
  background-color: #2d7330;
  border-color: #2a692d;
  box-shadow: 0 0 0 0.2rem rgba(86, 159, 89, 0.5);
}
.btn-c-green-700.disabled, .btn-c-green-700:disabled {
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
}
.btn-c-green-700:not(:disabled):not(.disabled):active, .btn-c-green-700:not(:disabled):not(.disabled).active, .show > .btn-c-green-700.dropdown-toggle {
  color: #fff;
  background-color: #2a692d;
  border-color: #266029;
}
.btn-c-green-700:not(:disabled):not(.disabled):active:focus, .btn-c-green-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 159, 89, 0.5);
}

.btn-c-green-800 {
  color: #fff;
  background-color: #2E7D32;
  border-color: #2E7D32;
}
.btn-c-green-800:hover {
  color: #fff;
  background-color: #246127;
  border-color: #205823;
}
.btn-c-green-800:focus, .btn-c-green-800.focus {
  color: #fff;
  background-color: #246127;
  border-color: #205823;
  box-shadow: 0 0 0 0.2rem rgba(77, 145, 81, 0.5);
}
.btn-c-green-800.disabled, .btn-c-green-800:disabled {
  color: #fff;
  background-color: #2E7D32;
  border-color: #2E7D32;
}
.btn-c-green-800:not(:disabled):not(.disabled):active, .btn-c-green-800:not(:disabled):not(.disabled).active, .show > .btn-c-green-800.dropdown-toggle {
  color: #fff;
  background-color: #205823;
  border-color: #1d4e1f;
}
.btn-c-green-800:not(:disabled):not(.disabled):active:focus, .btn-c-green-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 145, 81, 0.5);
}

.btn-c-green-900 {
  color: #fff;
  background-color: #1B5E20;
  border-color: #1B5E20;
}
.btn-c-green-900:hover {
  color: #fff;
  background-color: #124016;
  border-color: #103613;
}
.btn-c-green-900:focus, .btn-c-green-900.focus {
  color: #fff;
  background-color: #124016;
  border-color: #103613;
  box-shadow: 0 0 0 0.2rem rgba(61, 118, 65, 0.5);
}
.btn-c-green-900.disabled, .btn-c-green-900:disabled {
  color: #fff;
  background-color: #1B5E20;
  border-color: #1B5E20;
}
.btn-c-green-900:not(:disabled):not(.disabled):active, .btn-c-green-900:not(:disabled):not(.disabled).active, .show > .btn-c-green-900.dropdown-toggle {
  color: #fff;
  background-color: #103613;
  border-color: #0d2c0f;
}
.btn-c-green-900:not(:disabled):not(.disabled):active:focus, .btn-c-green-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 118, 65, 0.5);
}

.btn-c-green-a100 {
  color: #212529;
  background-color: #B9F6CA;
  border-color: #B9F6CA;
}
.btn-c-green-a100:hover {
  color: #212529;
  background-color: #97f2b0;
  border-color: #8cf0a8;
}
.btn-c-green-a100:focus, .btn-c-green-a100.focus {
  color: #212529;
  background-color: #97f2b0;
  border-color: #8cf0a8;
  box-shadow: 0 0 0 0.2rem rgba(162, 215, 178, 0.5);
}
.btn-c-green-a100.disabled, .btn-c-green-a100:disabled {
  color: #212529;
  background-color: #B9F6CA;
  border-color: #B9F6CA;
}
.btn-c-green-a100:not(:disabled):not(.disabled):active, .btn-c-green-a100:not(:disabled):not(.disabled).active, .show > .btn-c-green-a100.dropdown-toggle {
  color: #212529;
  background-color: #8cf0a8;
  border-color: #81ef9f;
}
.btn-c-green-a100:not(:disabled):not(.disabled):active:focus, .btn-c-green-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(162, 215, 178, 0.5);
}

.btn-c-green-a200 {
  color: #212529;
  background-color: #69F0AE;
  border-color: #69F0AE;
}
.btn-c-green-a200:hover {
  color: #212529;
  background-color: #46ed9b;
  border-color: #3beb95;
}
.btn-c-green-a200:focus, .btn-c-green-a200.focus {
  color: #212529;
  background-color: #46ed9b;
  border-color: #3beb95;
  box-shadow: 0 0 0 0.2rem rgba(94, 210, 154, 0.5);
}
.btn-c-green-a200.disabled, .btn-c-green-a200:disabled {
  color: #212529;
  background-color: #69F0AE;
  border-color: #69F0AE;
}
.btn-c-green-a200:not(:disabled):not(.disabled):active, .btn-c-green-a200:not(:disabled):not(.disabled).active, .show > .btn-c-green-a200.dropdown-toggle {
  color: #212529;
  background-color: #3beb95;
  border-color: #2fea8f;
}
.btn-c-green-a200:not(:disabled):not(.disabled):active:focus, .btn-c-green-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 210, 154, 0.5);
}

.btn-c-green-a400 {
  color: #fff;
  background-color: #00E676;
  border-color: #00E676;
}
.btn-c-green-a400:hover {
  color: #fff;
  background-color: #00c062;
  border-color: #00b35c;
}
.btn-c-green-a400:focus, .btn-c-green-a400.focus {
  color: #fff;
  background-color: #00c062;
  border-color: #00b35c;
  box-shadow: 0 0 0 0.2rem rgba(38, 234, 139, 0.5);
}
.btn-c-green-a400.disabled, .btn-c-green-a400:disabled {
  color: #fff;
  background-color: #00E676;
  border-color: #00E676;
}
.btn-c-green-a400:not(:disabled):not(.disabled):active, .btn-c-green-a400:not(:disabled):not(.disabled).active, .show > .btn-c-green-a400.dropdown-toggle {
  color: #fff;
  background-color: #00b35c;
  border-color: #00a655;
}
.btn-c-green-a400:not(:disabled):not(.disabled):active:focus, .btn-c-green-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 234, 139, 0.5);
}

.btn-c-green-a700 {
  color: #fff;
  background-color: #00C853;
  border-color: #00C853;
}
.btn-c-green-a700:hover {
  color: #fff;
  background-color: #00a243;
  border-color: #00953e;
}
.btn-c-green-a700:focus, .btn-c-green-a700.focus {
  color: #fff;
  background-color: #00a243;
  border-color: #00953e;
  box-shadow: 0 0 0 0.2rem rgba(38, 208, 109, 0.5);
}
.btn-c-green-a700.disabled, .btn-c-green-a700:disabled {
  color: #fff;
  background-color: #00C853;
  border-color: #00C853;
}
.btn-c-green-a700:not(:disabled):not(.disabled):active, .btn-c-green-a700:not(:disabled):not(.disabled).active, .show > .btn-c-green-a700.dropdown-toggle {
  color: #fff;
  background-color: #00953e;
  border-color: #008839;
}
.btn-c-green-a700:not(:disabled):not(.disabled):active:focus, .btn-c-green-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-green-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 208, 109, 0.5);
}

.btn-c-light-green-50 {
  color: #212529;
  background-color: #F1F8E9;
  border-color: #F1F8E9;
}
.btn-c-light-green-50:hover {
  color: #212529;
  background-color: #dfefcc;
  border-color: #d8ecc2;
}
.btn-c-light-green-50:focus, .btn-c-light-green-50.focus {
  color: #212529;
  background-color: #dfefcc;
  border-color: #d8ecc2;
  box-shadow: 0 0 0 0.2rem rgba(210, 216, 204, 0.5);
}
.btn-c-light-green-50.disabled, .btn-c-light-green-50:disabled {
  color: #212529;
  background-color: #F1F8E9;
  border-color: #F1F8E9;
}
.btn-c-light-green-50:not(:disabled):not(.disabled):active, .btn-c-light-green-50:not(:disabled):not(.disabled).active, .show > .btn-c-light-green-50.dropdown-toggle {
  color: #212529;
  background-color: #d8ecc2;
  border-color: #d2e9b9;
}
.btn-c-light-green-50:not(:disabled):not(.disabled):active:focus, .btn-c-light-green-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-green-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 216, 204, 0.5);
}

.btn-c-light-green-100 {
  color: #212529;
  background-color: #DCEDC8;
  border-color: #DCEDC8;
}
.btn-c-light-green-100:hover {
  color: #212529;
  background-color: #cae4ab;
  border-color: #c4e0a2;
}
.btn-c-light-green-100:focus, .btn-c-light-green-100.focus {
  color: #212529;
  background-color: #cae4ab;
  border-color: #c4e0a2;
  box-shadow: 0 0 0 0.2rem rgba(192, 207, 176, 0.5);
}
.btn-c-light-green-100.disabled, .btn-c-light-green-100:disabled {
  color: #212529;
  background-color: #DCEDC8;
  border-color: #DCEDC8;
}
.btn-c-light-green-100:not(:disabled):not(.disabled):active, .btn-c-light-green-100:not(:disabled):not(.disabled).active, .show > .btn-c-light-green-100.dropdown-toggle {
  color: #212529;
  background-color: #c4e0a2;
  border-color: #bddd98;
}
.btn-c-light-green-100:not(:disabled):not(.disabled):active:focus, .btn-c-light-green-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-green-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 207, 176, 0.5);
}

.btn-c-light-green-200 {
  color: #212529;
  background-color: #C5E1A5;
  border-color: #C5E1A5;
}
.btn-c-light-green-200:hover {
  color: #212529;
  background-color: #b3d788;
  border-color: #acd47f;
}
.btn-c-light-green-200:focus, .btn-c-light-green-200.focus {
  color: #212529;
  background-color: #b3d788;
  border-color: #acd47f;
  box-shadow: 0 0 0 0.2rem rgba(172, 197, 146, 0.5);
}
.btn-c-light-green-200.disabled, .btn-c-light-green-200:disabled {
  color: #212529;
  background-color: #C5E1A5;
  border-color: #C5E1A5;
}
.btn-c-light-green-200:not(:disabled):not(.disabled):active, .btn-c-light-green-200:not(:disabled):not(.disabled).active, .show > .btn-c-light-green-200.dropdown-toggle {
  color: #212529;
  background-color: #acd47f;
  border-color: #a6d175;
}
.btn-c-light-green-200:not(:disabled):not(.disabled):active:focus, .btn-c-light-green-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-green-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 197, 146, 0.5);
}

.btn-c-light-green-300 {
  color: #212529;
  background-color: #AED581;
  border-color: #AED581;
}
.btn-c-light-green-300:hover {
  color: #212529;
  background-color: #9ccb64;
  border-color: #95c85b;
}
.btn-c-light-green-300:focus, .btn-c-light-green-300.focus {
  color: #212529;
  background-color: #9ccb64;
  border-color: #95c85b;
  box-shadow: 0 0 0 0.2rem rgba(153, 187, 116, 0.5);
}
.btn-c-light-green-300.disabled, .btn-c-light-green-300:disabled {
  color: #212529;
  background-color: #AED581;
  border-color: #AED581;
}
.btn-c-light-green-300:not(:disabled):not(.disabled):active, .btn-c-light-green-300:not(:disabled):not(.disabled).active, .show > .btn-c-light-green-300.dropdown-toggle {
  color: #212529;
  background-color: #95c85b;
  border-color: #8fc551;
}
.btn-c-light-green-300:not(:disabled):not(.disabled):active:focus, .btn-c-light-green-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-green-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 187, 116, 0.5);
}

.btn-c-light-green-400 {
  color: #212529;
  background-color: #9CCC65;
  border-color: #9CCC65;
}
.btn-c-light-green-400:hover {
  color: #212529;
  background-color: #8ac248;
  border-color: #83bf3f;
}
.btn-c-light-green-400:focus, .btn-c-light-green-400.focus {
  color: #212529;
  background-color: #8ac248;
  border-color: #83bf3f;
  box-shadow: 0 0 0 0.2rem rgba(138, 179, 92, 0.5);
}
.btn-c-light-green-400.disabled, .btn-c-light-green-400:disabled {
  color: #212529;
  background-color: #9CCC65;
  border-color: #9CCC65;
}
.btn-c-light-green-400:not(:disabled):not(.disabled):active, .btn-c-light-green-400:not(:disabled):not(.disabled).active, .show > .btn-c-light-green-400.dropdown-toggle {
  color: #212529;
  background-color: #83bf3f;
  border-color: #7db53c;
}
.btn-c-light-green-400:not(:disabled):not(.disabled):active:focus, .btn-c-light-green-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-green-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 179, 92, 0.5);
}

.btn-c-light-green-500 {
  color: #212529;
  background-color: #8BC34A;
  border-color: #8BC34A;
}
.btn-c-light-green-500:hover {
  color: #fff;
  background-color: #78ad39;
  border-color: #71a436;
}
.btn-c-light-green-500:focus, .btn-c-light-green-500.focus {
  color: #fff;
  background-color: #78ad39;
  border-color: #71a436;
  box-shadow: 0 0 0 0.2rem rgba(123, 171, 69, 0.5);
}
.btn-c-light-green-500.disabled, .btn-c-light-green-500:disabled {
  color: #212529;
  background-color: #8BC34A;
  border-color: #8BC34A;
}
.btn-c-light-green-500:not(:disabled):not(.disabled):active, .btn-c-light-green-500:not(:disabled):not(.disabled).active, .show > .btn-c-light-green-500.dropdown-toggle {
  color: #fff;
  background-color: #71a436;
  border-color: #6a9a33;
}
.btn-c-light-green-500:not(:disabled):not(.disabled):active:focus, .btn-c-light-green-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-green-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 171, 69, 0.5);
}

.btn-c-light-green-600 {
  color: #fff;
  background-color: #7CB342;
  border-color: #7CB342;
}
.btn-c-light-green-600:hover {
  color: #fff;
  background-color: #699738;
  border-color: #628e34;
}
.btn-c-light-green-600:focus, .btn-c-light-green-600.focus {
  color: #fff;
  background-color: #699738;
  border-color: #628e34;
  box-shadow: 0 0 0 0.2rem rgba(144, 190, 94, 0.5);
}
.btn-c-light-green-600.disabled, .btn-c-light-green-600:disabled {
  color: #fff;
  background-color: #7CB342;
  border-color: #7CB342;
}
.btn-c-light-green-600:not(:disabled):not(.disabled):active, .btn-c-light-green-600:not(:disabled):not(.disabled).active, .show > .btn-c-light-green-600.dropdown-toggle {
  color: #fff;
  background-color: #628e34;
  border-color: #5c8431;
}
.btn-c-light-green-600:not(:disabled):not(.disabled):active:focus, .btn-c-light-green-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-green-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 190, 94, 0.5);
}

.btn-c-light-green-700 {
  color: #fff;
  background-color: #689F38;
  border-color: #689F38;
}
.btn-c-light-green-700:hover {
  color: #fff;
  background-color: #55832e;
  border-color: #4f792b;
}
.btn-c-light-green-700:focus, .btn-c-light-green-700.focus {
  color: #fff;
  background-color: #55832e;
  border-color: #4f792b;
  box-shadow: 0 0 0 0.2rem rgba(127, 173, 86, 0.5);
}
.btn-c-light-green-700.disabled, .btn-c-light-green-700:disabled {
  color: #fff;
  background-color: #689F38;
  border-color: #689F38;
}
.btn-c-light-green-700:not(:disabled):not(.disabled):active, .btn-c-light-green-700:not(:disabled):not(.disabled).active, .show > .btn-c-light-green-700.dropdown-toggle {
  color: #fff;
  background-color: #4f792b;
  border-color: #497027;
}
.btn-c-light-green-700:not(:disabled):not(.disabled):active:focus, .btn-c-light-green-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-green-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 173, 86, 0.5);
}

.btn-c-light-green-800 {
  color: #fff;
  background-color: #558B2F;
  border-color: #558B2F;
}
.btn-c-light-green-800:hover {
  color: #fff;
  background-color: #446e25;
  border-color: #3e6522;
}
.btn-c-light-green-800:focus, .btn-c-light-green-800.focus {
  color: #fff;
  background-color: #446e25;
  border-color: #3e6522;
  box-shadow: 0 0 0 0.2rem rgba(111, 156, 78, 0.5);
}
.btn-c-light-green-800.disabled, .btn-c-light-green-800:disabled {
  color: #fff;
  background-color: #558B2F;
  border-color: #558B2F;
}
.btn-c-light-green-800:not(:disabled):not(.disabled):active, .btn-c-light-green-800:not(:disabled):not(.disabled).active, .show > .btn-c-light-green-800.dropdown-toggle {
  color: #fff;
  background-color: #3e6522;
  border-color: #385b1f;
}
.btn-c-light-green-800:not(:disabled):not(.disabled):active:focus, .btn-c-light-green-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-green-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 156, 78, 0.5);
}

.btn-c-light-green-900 {
  color: #fff;
  background-color: #33691E;
  border-color: #33691E;
}
.btn-c-light-green-900:hover {
  color: #fff;
  background-color: #254b16;
  border-color: #204113;
}
.btn-c-light-green-900:focus, .btn-c-light-green-900.focus {
  color: #fff;
  background-color: #254b16;
  border-color: #204113;
  box-shadow: 0 0 0 0.2rem rgba(82, 128, 64, 0.5);
}
.btn-c-light-green-900.disabled, .btn-c-light-green-900:disabled {
  color: #fff;
  background-color: #33691E;
  border-color: #33691E;
}
.btn-c-light-green-900:not(:disabled):not(.disabled):active, .btn-c-light-green-900:not(:disabled):not(.disabled).active, .show > .btn-c-light-green-900.dropdown-toggle {
  color: #fff;
  background-color: #204113;
  border-color: #1b3710;
}
.btn-c-light-green-900:not(:disabled):not(.disabled):active:focus, .btn-c-light-green-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-green-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 128, 64, 0.5);
}

.btn-c-light-green-a100 {
  color: #212529;
  background-color: #CCFF90;
  border-color: #CCFF90;
}
.btn-c-light-green-a100:hover {
  color: #212529;
  background-color: #baff6a;
  border-color: #b5ff5d;
}
.btn-c-light-green-a100:focus, .btn-c-light-green-a100.focus {
  color: #212529;
  background-color: #baff6a;
  border-color: #b5ff5d;
  box-shadow: 0 0 0 0.2rem rgba(178, 222, 129, 0.5);
}
.btn-c-light-green-a100.disabled, .btn-c-light-green-a100:disabled {
  color: #212529;
  background-color: #CCFF90;
  border-color: #CCFF90;
}
.btn-c-light-green-a100:not(:disabled):not(.disabled):active, .btn-c-light-green-a100:not(:disabled):not(.disabled).active, .show > .btn-c-light-green-a100.dropdown-toggle {
  color: #212529;
  background-color: #b5ff5d;
  border-color: #afff50;
}
.btn-c-light-green-a100:not(:disabled):not(.disabled):active:focus, .btn-c-light-green-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-light-green-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 222, 129, 0.5);
}

.btn-c-lime-50 {
  color: #212529;
  background-color: #F9FBE7;
  border-color: #F9FBE7;
}
.btn-c-lime-50:hover {
  color: #212529;
  background-color: #f1f6c6;
  border-color: #eef4bb;
}
.btn-c-lime-50:focus, .btn-c-lime-50.focus {
  color: #212529;
  background-color: #f1f6c6;
  border-color: #eef4bb;
  box-shadow: 0 0 0 0.2rem rgba(217, 219, 203, 0.5);
}
.btn-c-lime-50.disabled, .btn-c-lime-50:disabled {
  color: #212529;
  background-color: #F9FBE7;
  border-color: #F9FBE7;
}
.btn-c-lime-50:not(:disabled):not(.disabled):active, .btn-c-lime-50:not(:disabled):not(.disabled).active, .show > .btn-c-lime-50.dropdown-toggle {
  color: #212529;
  background-color: #eef4bb;
  border-color: #ebf2b0;
}
.btn-c-lime-50:not(:disabled):not(.disabled):active:focus, .btn-c-lime-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 219, 203, 0.5);
}

.btn-c-lime-100 {
  color: #212529;
  background-color: #F0F4C3;
  border-color: #F0F4C3;
}
.btn-c-lime-100:hover {
  color: #212529;
  background-color: #e8eea3;
  border-color: #e5ec98;
}
.btn-c-lime-100:focus, .btn-c-lime-100.focus {
  color: #212529;
  background-color: #e8eea3;
  border-color: #e5ec98;
  box-shadow: 0 0 0 0.2rem rgba(209, 213, 172, 0.5);
}
.btn-c-lime-100.disabled, .btn-c-lime-100:disabled {
  color: #212529;
  background-color: #F0F4C3;
  border-color: #F0F4C3;
}
.btn-c-lime-100:not(:disabled):not(.disabled):active, .btn-c-lime-100:not(:disabled):not(.disabled).active, .show > .btn-c-lime-100.dropdown-toggle {
  color: #212529;
  background-color: #e5ec98;
  border-color: #e3ea8d;
}
.btn-c-lime-100:not(:disabled):not(.disabled):active:focus, .btn-c-lime-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 213, 172, 0.5);
}

.btn-c-lime-200 {
  color: #212529;
  background-color: #E6EE9C;
  border-color: #E6EE9C;
}
.btn-c-lime-200:hover {
  color: #212529;
  background-color: #dee87b;
  border-color: #dbe770;
}
.btn-c-lime-200:focus, .btn-c-lime-200.focus {
  color: #212529;
  background-color: #dee87b;
  border-color: #dbe770;
  box-shadow: 0 0 0 0.2rem rgba(200, 208, 139, 0.5);
}
.btn-c-lime-200.disabled, .btn-c-lime-200:disabled {
  color: #212529;
  background-color: #E6EE9C;
  border-color: #E6EE9C;
}
.btn-c-lime-200:not(:disabled):not(.disabled):active, .btn-c-lime-200:not(:disabled):not(.disabled).active, .show > .btn-c-lime-200.dropdown-toggle {
  color: #212529;
  background-color: #dbe770;
  border-color: #d8e566;
}
.btn-c-lime-200:not(:disabled):not(.disabled):active:focus, .btn-c-lime-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 208, 139, 0.5);
}

.btn-c-lime-300 {
  color: #212529;
  background-color: #DCE775;
  border-color: #DCE775;
}
.btn-c-lime-300:hover {
  color: #212529;
  background-color: #d4e154;
  border-color: #d1df4a;
}
.btn-c-lime-300:focus, .btn-c-lime-300.focus {
  color: #212529;
  background-color: #d4e154;
  border-color: #d1df4a;
  box-shadow: 0 0 0 0.2rem rgba(192, 202, 106, 0.5);
}
.btn-c-lime-300.disabled, .btn-c-lime-300:disabled {
  color: #212529;
  background-color: #DCE775;
  border-color: #DCE775;
}
.btn-c-lime-300:not(:disabled):not(.disabled):active, .btn-c-lime-300:not(:disabled):not(.disabled).active, .show > .btn-c-lime-300.dropdown-toggle {
  color: #212529;
  background-color: #d1df4a;
  border-color: #cede3f;
}
.btn-c-lime-300:not(:disabled):not(.disabled):active:focus, .btn-c-lime-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 202, 106, 0.5);
}

.btn-c-lime-400 {
  color: #212529;
  background-color: #D4E157;
  border-color: #D4E157;
}
.btn-c-lime-400:hover {
  color: #212529;
  background-color: #ccdb37;
  border-color: #c9d92c;
}
.btn-c-lime-400:focus, .btn-c-lime-400.focus {
  color: #212529;
  background-color: #ccdb37;
  border-color: #c9d92c;
  box-shadow: 0 0 0 0.2rem rgba(185, 197, 80, 0.5);
}
.btn-c-lime-400.disabled, .btn-c-lime-400:disabled {
  color: #212529;
  background-color: #D4E157;
  border-color: #D4E157;
}
.btn-c-lime-400:not(:disabled):not(.disabled):active, .btn-c-lime-400:not(:disabled):not(.disabled).active, .show > .btn-c-lime-400.dropdown-toggle {
  color: #212529;
  background-color: #c9d92c;
  border-color: #c2d326;
}
.btn-c-lime-400:not(:disabled):not(.disabled):active:focus, .btn-c-lime-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 197, 80, 0.5);
}

.btn-c-lime-500 {
  color: #212529;
  background-color: #CDDC39;
  border-color: #CDDC39;
}
.btn-c-lime-500:hover {
  color: #212529;
  background-color: #bccb24;
  border-color: #b2c022;
}
.btn-c-lime-500:focus, .btn-c-lime-500.focus {
  color: #212529;
  background-color: #bccb24;
  border-color: #b2c022;
  box-shadow: 0 0 0 0.2rem rgba(179, 193, 55, 0.5);
}
.btn-c-lime-500.disabled, .btn-c-lime-500:disabled {
  color: #212529;
  background-color: #CDDC39;
  border-color: #CDDC39;
}
.btn-c-lime-500:not(:disabled):not(.disabled):active, .btn-c-lime-500:not(:disabled):not(.disabled).active, .show > .btn-c-lime-500.dropdown-toggle {
  color: #212529;
  background-color: #b2c022;
  border-color: #a7b520;
}
.btn-c-lime-500:not(:disabled):not(.disabled):active:focus, .btn-c-lime-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 193, 55, 0.5);
}

.btn-c-lime-600 {
  color: #212529;
  background-color: #C0CA33;
  border-color: #C0CA33;
}
.btn-c-lime-600:hover {
  color: #212529;
  background-color: #a3ab2b;
  border-color: #99a129;
}
.btn-c-lime-600:focus, .btn-c-lime-600.focus {
  color: #212529;
  background-color: #a3ab2b;
  border-color: #99a129;
  box-shadow: 0 0 0 0.2rem rgba(168, 177, 50, 0.5);
}
.btn-c-lime-600.disabled, .btn-c-lime-600:disabled {
  color: #212529;
  background-color: #C0CA33;
  border-color: #C0CA33;
}
.btn-c-lime-600:not(:disabled):not(.disabled):active, .btn-c-lime-600:not(:disabled):not(.disabled).active, .show > .btn-c-lime-600.dropdown-toggle {
  color: #fff;
  background-color: #99a129;
  border-color: #909726;
}
.btn-c-lime-600:not(:disabled):not(.disabled):active:focus, .btn-c-lime-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 177, 50, 0.5);
}

.btn-c-lime-700 {
  color: #212529;
  background-color: #AFB42B;
  border-color: #AFB42B;
}
.btn-c-lime-700:hover {
  color: #fff;
  background-color: #919524;
  border-color: #878b21;
}
.btn-c-lime-700:focus, .btn-c-lime-700.focus {
  color: #fff;
  background-color: #919524;
  border-color: #878b21;
  box-shadow: 0 0 0 0.2rem rgba(154, 159, 43, 0.5);
}
.btn-c-lime-700.disabled, .btn-c-lime-700:disabled {
  color: #212529;
  background-color: #AFB42B;
  border-color: #AFB42B;
}
.btn-c-lime-700:not(:disabled):not(.disabled):active, .btn-c-lime-700:not(:disabled):not(.disabled).active, .show > .btn-c-lime-700.dropdown-toggle {
  color: #fff;
  background-color: #878b21;
  border-color: #7d811f;
}
.btn-c-lime-700:not(:disabled):not(.disabled):active:focus, .btn-c-lime-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 159, 43, 0.5);
}

.btn-c-lime-800 {
  color: #fff;
  background-color: #9E9D24;
  border-color: #9E9D24;
}
.btn-c-lime-800:hover {
  color: #fff;
  background-color: #7f7e1d;
  border-color: #74741b;
}
.btn-c-lime-800:focus, .btn-c-lime-800.focus {
  color: #fff;
  background-color: #7f7e1d;
  border-color: #74741b;
  box-shadow: 0 0 0 0.2rem rgba(173, 172, 69, 0.5);
}
.btn-c-lime-800.disabled, .btn-c-lime-800:disabled {
  color: #fff;
  background-color: #9E9D24;
  border-color: #9E9D24;
}
.btn-c-lime-800:not(:disabled):not(.disabled):active, .btn-c-lime-800:not(:disabled):not(.disabled).active, .show > .btn-c-lime-800.dropdown-toggle {
  color: #fff;
  background-color: #74741b;
  border-color: #6a6918;
}
.btn-c-lime-800:not(:disabled):not(.disabled):active:focus, .btn-c-lime-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 172, 69, 0.5);
}

.btn-c-lime-900 {
  color: #fff;
  background-color: #827717;
  border-color: #827717;
}
.btn-c-lime-900:hover {
  color: #fff;
  background-color: #625911;
  border-color: #574f0f;
}
.btn-c-lime-900:focus, .btn-c-lime-900.focus {
  color: #fff;
  background-color: #625911;
  border-color: #574f0f;
  box-shadow: 0 0 0 0.2rem rgba(149, 139, 58, 0.5);
}
.btn-c-lime-900.disabled, .btn-c-lime-900:disabled {
  color: #fff;
  background-color: #827717;
  border-color: #827717;
}
.btn-c-lime-900:not(:disabled):not(.disabled):active, .btn-c-lime-900:not(:disabled):not(.disabled).active, .show > .btn-c-lime-900.dropdown-toggle {
  color: #fff;
  background-color: #574f0f;
  border-color: #4c450d;
}
.btn-c-lime-900:not(:disabled):not(.disabled):active:focus, .btn-c-lime-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 139, 58, 0.5);
}

.btn-c-lime-a100 {
  color: #212529;
  background-color: #F4FF81;
  border-color: #F4FF81;
}
.btn-c-lime-a100:hover {
  color: #212529;
  background-color: #f1ff5b;
  border-color: #f0ff4e;
}
.btn-c-lime-a100:focus, .btn-c-lime-a100.focus {
  color: #212529;
  background-color: #f1ff5b;
  border-color: #f0ff4e;
  box-shadow: 0 0 0 0.2rem rgba(212, 222, 116, 0.5);
}
.btn-c-lime-a100.disabled, .btn-c-lime-a100:disabled {
  color: #212529;
  background-color: #F4FF81;
  border-color: #F4FF81;
}
.btn-c-lime-a100:not(:disabled):not(.disabled):active, .btn-c-lime-a100:not(:disabled):not(.disabled).active, .show > .btn-c-lime-a100.dropdown-toggle {
  color: #212529;
  background-color: #f0ff4e;
  border-color: #eeff41;
}
.btn-c-lime-a100:not(:disabled):not(.disabled):active:focus, .btn-c-lime-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 222, 116, 0.5);
}

.btn-c-lime-a200 {
  color: #212529;
  background-color: #EEFF41;
  border-color: #EEFF41;
}
.btn-c-lime-a200:hover {
  color: #212529;
  background-color: #ebff1b;
  border-color: #e9ff0e;
}
.btn-c-lime-a200:focus, .btn-c-lime-a200.focus {
  color: #212529;
  background-color: #ebff1b;
  border-color: #e9ff0e;
  box-shadow: 0 0 0 0.2rem rgba(207, 222, 61, 0.5);
}
.btn-c-lime-a200.disabled, .btn-c-lime-a200:disabled {
  color: #212529;
  background-color: #EEFF41;
  border-color: #EEFF41;
}
.btn-c-lime-a200:not(:disabled):not(.disabled):active, .btn-c-lime-a200:not(:disabled):not(.disabled).active, .show > .btn-c-lime-a200.dropdown-toggle {
  color: #212529;
  background-color: #e9ff0e;
  border-color: #e8ff01;
}
.btn-c-lime-a200:not(:disabled):not(.disabled):active:focus, .btn-c-lime-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 222, 61, 0.5);
}

.btn-c-lime-a400 {
  color: #212529;
  background-color: #C6FF00;
  border-color: #C6FF00;
}
.btn-c-lime-a400:hover {
  color: #212529;
  background-color: #a8d900;
  border-color: #9ecc00;
}
.btn-c-lime-a400:focus, .btn-c-lime-a400.focus {
  color: #212529;
  background-color: #a8d900;
  border-color: #9ecc00;
  box-shadow: 0 0 0 0.2rem rgba(173, 222, 6, 0.5);
}
.btn-c-lime-a400.disabled, .btn-c-lime-a400:disabled {
  color: #212529;
  background-color: #C6FF00;
  border-color: #C6FF00;
}
.btn-c-lime-a400:not(:disabled):not(.disabled):active, .btn-c-lime-a400:not(:disabled):not(.disabled).active, .show > .btn-c-lime-a400.dropdown-toggle {
  color: #212529;
  background-color: #9ecc00;
  border-color: #95bf00;
}
.btn-c-lime-a400:not(:disabled):not(.disabled):active:focus, .btn-c-lime-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 222, 6, 0.5);
}

.btn-c-lime-a700 {
  color: #212529;
  background-color: #AEEA00;
  border-color: #AEEA00;
}
.btn-c-lime-a700:hover {
  color: #212529;
  background-color: #92c400;
  border-color: #88b700;
}
.btn-c-lime-a700:focus, .btn-c-lime-a700.focus {
  color: #212529;
  background-color: #92c400;
  border-color: #88b700;
  box-shadow: 0 0 0 0.2rem rgba(153, 204, 6, 0.5);
}
.btn-c-lime-a700.disabled, .btn-c-lime-a700:disabled {
  color: #212529;
  background-color: #AEEA00;
  border-color: #AEEA00;
}
.btn-c-lime-a700:not(:disabled):not(.disabled):active, .btn-c-lime-a700:not(:disabled):not(.disabled).active, .show > .btn-c-lime-a700.dropdown-toggle {
  color: #fff;
  background-color: #88b700;
  border-color: #7faa00;
}
.btn-c-lime-a700:not(:disabled):not(.disabled):active:focus, .btn-c-lime-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-lime-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 204, 6, 0.5);
}

.btn-c-yellow-50 {
  color: #212529;
  background-color: #FFFDE7;
  border-color: #FFFDE7;
}
.btn-c-yellow-50:hover {
  color: #212529;
  background-color: #fffac1;
  border-color: #fff9b4;
}
.btn-c-yellow-50:focus, .btn-c-yellow-50.focus {
  color: #212529;
  background-color: #fffac1;
  border-color: #fff9b4;
  box-shadow: 0 0 0 0.2rem rgba(222, 221, 203, 0.5);
}
.btn-c-yellow-50.disabled, .btn-c-yellow-50:disabled {
  color: #212529;
  background-color: #FFFDE7;
  border-color: #FFFDE7;
}
.btn-c-yellow-50:not(:disabled):not(.disabled):active, .btn-c-yellow-50:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-50.dropdown-toggle {
  color: #212529;
  background-color: #fff9b4;
  border-color: #fff8a7;
}
.btn-c-yellow-50:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 221, 203, 0.5);
}

.btn-c-yellow-100 {
  color: #212529;
  background-color: #FFF9C4;
  border-color: #FFF9C4;
}
.btn-c-yellow-100:hover {
  color: #212529;
  background-color: #fff59e;
  border-color: #fff491;
}
.btn-c-yellow-100:focus, .btn-c-yellow-100.focus {
  color: #212529;
  background-color: #fff59e;
  border-color: #fff491;
  box-shadow: 0 0 0 0.2rem rgba(222, 217, 173, 0.5);
}
.btn-c-yellow-100.disabled, .btn-c-yellow-100:disabled {
  color: #212529;
  background-color: #FFF9C4;
  border-color: #FFF9C4;
}
.btn-c-yellow-100:not(:disabled):not(.disabled):active, .btn-c-yellow-100:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-100.dropdown-toggle {
  color: #212529;
  background-color: #fff491;
  border-color: #fff384;
}
.btn-c-yellow-100:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 217, 173, 0.5);
}

.btn-c-yellow-200 {
  color: #212529;
  background-color: #FFF59D;
  border-color: #FFF59D;
}
.btn-c-yellow-200:hover {
  color: #212529;
  background-color: #fff177;
  border-color: #fff06a;
}
.btn-c-yellow-200:focus, .btn-c-yellow-200.focus {
  color: #212529;
  background-color: #fff177;
  border-color: #fff06a;
  box-shadow: 0 0 0 0.2rem rgba(222, 214, 140, 0.5);
}
.btn-c-yellow-200.disabled, .btn-c-yellow-200:disabled {
  color: #212529;
  background-color: #FFF59D;
  border-color: #FFF59D;
}
.btn-c-yellow-200:not(:disabled):not(.disabled):active, .btn-c-yellow-200:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-200.dropdown-toggle {
  color: #212529;
  background-color: #fff06a;
  border-color: #ffee5d;
}
.btn-c-yellow-200:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 214, 140, 0.5);
}

.btn-c-yellow-300 {
  color: #212529;
  background-color: #FFF176;
  border-color: #FFF176;
}
.btn-c-yellow-300:hover {
  color: #212529;
  background-color: #ffed50;
  border-color: #ffec43;
}
.btn-c-yellow-300:focus, .btn-c-yellow-300.focus {
  color: #212529;
  background-color: #ffed50;
  border-color: #ffec43;
  box-shadow: 0 0 0 0.2rem rgba(222, 210, 106, 0.5);
}
.btn-c-yellow-300.disabled, .btn-c-yellow-300:disabled {
  color: #212529;
  background-color: #FFF176;
  border-color: #FFF176;
}
.btn-c-yellow-300:not(:disabled):not(.disabled):active, .btn-c-yellow-300:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-300.dropdown-toggle {
  color: #212529;
  background-color: #ffec43;
  border-color: #ffea36;
}
.btn-c-yellow-300:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 210, 106, 0.5);
}

.btn-c-yellow-400 {
  color: #212529;
  background-color: #FFEE58;
  border-color: #FFEE58;
}
.btn-c-yellow-400:hover {
  color: #212529;
  background-color: #ffea32;
  border-color: #ffe925;
}
.btn-c-yellow-400:focus, .btn-c-yellow-400.focus {
  color: #212529;
  background-color: #ffea32;
  border-color: #ffe925;
  box-shadow: 0 0 0 0.2rem rgba(222, 208, 81, 0.5);
}
.btn-c-yellow-400.disabled, .btn-c-yellow-400:disabled {
  color: #212529;
  background-color: #FFEE58;
  border-color: #FFEE58;
}
.btn-c-yellow-400:not(:disabled):not(.disabled):active, .btn-c-yellow-400:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-400.dropdown-toggle {
  color: #212529;
  background-color: #ffe925;
  border-color: #ffe818;
}
.btn-c-yellow-400:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 208, 81, 0.5);
}

.btn-c-yellow-500 {
  color: #212529;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}
.btn-c-yellow-500:hover {
  color: #212529;
  background-color: #ffe715;
  border-color: #ffe608;
}
.btn-c-yellow-500:focus, .btn-c-yellow-500.focus {
  color: #212529;
  background-color: #ffe715;
  border-color: #ffe608;
  box-shadow: 0 0 0 0.2rem rgba(222, 205, 56, 0.5);
}
.btn-c-yellow-500.disabled, .btn-c-yellow-500:disabled {
  color: #212529;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}
.btn-c-yellow-500:not(:disabled):not(.disabled):active, .btn-c-yellow-500:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-500.dropdown-toggle {
  color: #212529;
  background-color: #ffe608;
  border-color: #fae100;
}
.btn-c-yellow-500:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 205, 56, 0.5);
}

.btn-c-yellow-600 {
  color: #212529;
  background-color: #FDD835;
  border-color: #FDD835;
}
.btn-c-yellow-600:hover {
  color: #212529;
  background-color: #fdd10f;
  border-color: #fdce03;
}
.btn-c-yellow-600:focus, .btn-c-yellow-600.focus {
  color: #212529;
  background-color: #fdd10f;
  border-color: #fdce03;
  box-shadow: 0 0 0 0.2rem rgba(220, 189, 51, 0.5);
}
.btn-c-yellow-600.disabled, .btn-c-yellow-600:disabled {
  color: #212529;
  background-color: #FDD835;
  border-color: #FDD835;
}
.btn-c-yellow-600:not(:disabled):not(.disabled):active, .btn-c-yellow-600:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-600.dropdown-toggle {
  color: #212529;
  background-color: #fdce03;
  border-color: #f0c402;
}
.btn-c-yellow-600:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 189, 51, 0.5);
}

.btn-c-yellow-700 {
  color: #212529;
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.btn-c-yellow-700:hover {
  color: #212529;
  background-color: #fab507;
  border-color: #f0ad05;
}
.btn-c-yellow-700:focus, .btn-c-yellow-700.focus {
  color: #212529;
  background-color: #fab507;
  border-color: #f0ad05;
  box-shadow: 0 0 0 0.2rem rgba(218, 169, 44, 0.5);
}
.btn-c-yellow-700.disabled, .btn-c-yellow-700:disabled {
  color: #212529;
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.btn-c-yellow-700:not(:disabled):not(.disabled):active, .btn-c-yellow-700:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-700.dropdown-toggle {
  color: #212529;
  background-color: #f0ad05;
  border-color: #e4a404;
}
.btn-c-yellow-700:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 169, 44, 0.5);
}

.btn-c-yellow-800 {
  color: #212529;
  background-color: #F9A825;
  border-color: #F9A825;
}
.btn-c-yellow-800:hover {
  color: #212529;
  background-color: #f19807;
  border-color: #e59006;
}
.btn-c-yellow-800:focus, .btn-c-yellow-800.focus {
  color: #212529;
  background-color: #f19807;
  border-color: #e59006;
  box-shadow: 0 0 0 0.2rem rgba(217, 148, 38, 0.5);
}
.btn-c-yellow-800.disabled, .btn-c-yellow-800:disabled {
  color: #212529;
  background-color: #F9A825;
  border-color: #F9A825;
}
.btn-c-yellow-800:not(:disabled):not(.disabled):active, .btn-c-yellow-800:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-800.dropdown-toggle {
  color: #212529;
  background-color: #e59006;
  border-color: #d88806;
}
.btn-c-yellow-800:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 148, 38, 0.5);
}

.btn-c-yellow-900 {
  color: #212529;
  background-color: #F57F17;
  border-color: #F57F17;
}
.btn-c-yellow-900:hover {
  color: #fff;
  background-color: #dc6c09;
  border-color: #d06609;
}
.btn-c-yellow-900:focus, .btn-c-yellow-900.focus {
  color: #fff;
  background-color: #dc6c09;
  border-color: #d06609;
  box-shadow: 0 0 0 0.2rem rgba(213, 114, 26, 0.5);
}
.btn-c-yellow-900.disabled, .btn-c-yellow-900:disabled {
  color: #212529;
  background-color: #F57F17;
  border-color: #F57F17;
}
.btn-c-yellow-900:not(:disabled):not(.disabled):active, .btn-c-yellow-900:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-900.dropdown-toggle {
  color: #fff;
  background-color: #d06609;
  border-color: #c46008;
}
.btn-c-yellow-900:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 114, 26, 0.5);
}

.btn-c-yellow-a100 {
  color: #212529;
  background-color: #FFFF8D;
  border-color: #FFFF8D;
}
.btn-c-yellow-a100:hover {
  color: #212529;
  background-color: #ffff67;
  border-color: #ffff5a;
}
.btn-c-yellow-a100:focus, .btn-c-yellow-a100.focus {
  color: #212529;
  background-color: #ffff67;
  border-color: #ffff5a;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 126, 0.5);
}
.btn-c-yellow-a100.disabled, .btn-c-yellow-a100:disabled {
  color: #212529;
  background-color: #FFFF8D;
  border-color: #FFFF8D;
}
.btn-c-yellow-a100:not(:disabled):not(.disabled):active, .btn-c-yellow-a100:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-a100.dropdown-toggle {
  color: #212529;
  background-color: #ffff5a;
  border-color: #ffff4d;
}
.btn-c-yellow-a100:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 126, 0.5);
}

.btn-c-yellow-a200 {
  color: #212529;
  background-color: #FFFF00;
  border-color: #FFFF00;
}
.btn-c-yellow-a200:hover {
  color: #212529;
  background-color: #d9d900;
  border-color: #cccc00;
}
.btn-c-yellow-a200:focus, .btn-c-yellow-a200.focus {
  color: #212529;
  background-color: #d9d900;
  border-color: #cccc00;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 6, 0.5);
}
.btn-c-yellow-a200.disabled, .btn-c-yellow-a200:disabled {
  color: #212529;
  background-color: #FFFF00;
  border-color: #FFFF00;
}
.btn-c-yellow-a200:not(:disabled):not(.disabled):active, .btn-c-yellow-a200:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-a200.dropdown-toggle {
  color: #212529;
  background-color: #cccc00;
  border-color: #bfbf00;
}
.btn-c-yellow-a200:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 6, 0.5);
}

.btn-c-yellow-a400 {
  color: #212529;
  background-color: #FFEA00;
  border-color: #FFEA00;
}
.btn-c-yellow-a400:hover {
  color: #212529;
  background-color: #d9c700;
  border-color: #ccbb00;
}
.btn-c-yellow-a400:focus, .btn-c-yellow-a400.focus {
  color: #212529;
  background-color: #d9c700;
  border-color: #ccbb00;
  box-shadow: 0 0 0 0.2rem rgba(222, 204, 6, 0.5);
}
.btn-c-yellow-a400.disabled, .btn-c-yellow-a400:disabled {
  color: #212529;
  background-color: #FFEA00;
  border-color: #FFEA00;
}
.btn-c-yellow-a400:not(:disabled):not(.disabled):active, .btn-c-yellow-a400:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-a400.dropdown-toggle {
  color: #212529;
  background-color: #ccbb00;
  border-color: #bfb000;
}
.btn-c-yellow-a400:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 204, 6, 0.5);
}

.btn-c-yellow-a700 {
  color: #212529;
  background-color: #FFD600;
  border-color: #FFD600;
}
.btn-c-yellow-a700:hover {
  color: #212529;
  background-color: #d9b600;
  border-color: #ccab00;
}
.btn-c-yellow-a700:focus, .btn-c-yellow-a700.focus {
  color: #212529;
  background-color: #d9b600;
  border-color: #ccab00;
  box-shadow: 0 0 0 0.2rem rgba(222, 187, 6, 0.5);
}
.btn-c-yellow-a700.disabled, .btn-c-yellow-a700:disabled {
  color: #212529;
  background-color: #FFD600;
  border-color: #FFD600;
}
.btn-c-yellow-a700:not(:disabled):not(.disabled):active, .btn-c-yellow-a700:not(:disabled):not(.disabled).active, .show > .btn-c-yellow-a700.dropdown-toggle {
  color: #212529;
  background-color: #ccab00;
  border-color: #bfa100;
}
.btn-c-yellow-a700:not(:disabled):not(.disabled):active:focus, .btn-c-yellow-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-yellow-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 187, 6, 0.5);
}

.btn-c-amber-50 {
  color: #212529;
  background-color: #FFF8E1;
  border-color: #FFF8E1;
}
.btn-c-amber-50:hover {
  color: #212529;
  background-color: #ffefbb;
  border-color: #ffecae;
}
.btn-c-amber-50:focus, .btn-c-amber-50.focus {
  color: #212529;
  background-color: #ffefbb;
  border-color: #ffecae;
  box-shadow: 0 0 0 0.2rem rgba(222, 216, 197, 0.5);
}
.btn-c-amber-50.disabled, .btn-c-amber-50:disabled {
  color: #212529;
  background-color: #FFF8E1;
  border-color: #FFF8E1;
}
.btn-c-amber-50:not(:disabled):not(.disabled):active, .btn-c-amber-50:not(:disabled):not(.disabled).active, .show > .btn-c-amber-50.dropdown-toggle {
  color: #212529;
  background-color: #ffecae;
  border-color: #ffe9a1;
}
.btn-c-amber-50:not(:disabled):not(.disabled):active:focus, .btn-c-amber-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-amber-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 216, 197, 0.5);
}

.btn-c-amber-100 {
  color: #212529;
  background-color: #FFECB3;
  border-color: #FFECB3;
}
.btn-c-amber-100:hover {
  color: #212529;
  background-color: #ffe28d;
  border-color: #ffdf80;
}
.btn-c-amber-100:focus, .btn-c-amber-100.focus {
  color: #212529;
  background-color: #ffe28d;
  border-color: #ffdf80;
  box-shadow: 0 0 0 0.2rem rgba(222, 206, 158, 0.5);
}
.btn-c-amber-100.disabled, .btn-c-amber-100:disabled {
  color: #212529;
  background-color: #FFECB3;
  border-color: #FFECB3;
}
.btn-c-amber-100:not(:disabled):not(.disabled):active, .btn-c-amber-100:not(:disabled):not(.disabled).active, .show > .btn-c-amber-100.dropdown-toggle {
  color: #212529;
  background-color: #ffdf80;
  border-color: #ffdc73;
}
.btn-c-amber-100:not(:disabled):not(.disabled):active:focus, .btn-c-amber-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-amber-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 206, 158, 0.5);
}

.btn-c-amber-200 {
  color: #212529;
  background-color: #FFE082;
  border-color: #FFE082;
}
.btn-c-amber-200:hover {
  color: #212529;
  background-color: #ffd75c;
  border-color: #ffd34f;
}
.btn-c-amber-200:focus, .btn-c-amber-200.focus {
  color: #212529;
  background-color: #ffd75c;
  border-color: #ffd34f;
  box-shadow: 0 0 0 0.2rem rgba(222, 196, 117, 0.5);
}
.btn-c-amber-200.disabled, .btn-c-amber-200:disabled {
  color: #212529;
  background-color: #FFE082;
  border-color: #FFE082;
}
.btn-c-amber-200:not(:disabled):not(.disabled):active, .btn-c-amber-200:not(:disabled):not(.disabled).active, .show > .btn-c-amber-200.dropdown-toggle {
  color: #212529;
  background-color: #ffd34f;
  border-color: #ffd042;
}
.btn-c-amber-200:not(:disabled):not(.disabled):active:focus, .btn-c-amber-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-amber-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 196, 117, 0.5);
}

.btn-c-amber-300 {
  color: #212529;
  background-color: #FFD54F;
  border-color: #FFD54F;
}
.btn-c-amber-300:hover {
  color: #212529;
  background-color: #ffcc29;
  border-color: #ffc91c;
}
.btn-c-amber-300:focus, .btn-c-amber-300.focus {
  color: #212529;
  background-color: #ffcc29;
  border-color: #ffc91c;
  box-shadow: 0 0 0 0.2rem rgba(222, 187, 73, 0.5);
}
.btn-c-amber-300.disabled, .btn-c-amber-300:disabled {
  color: #212529;
  background-color: #FFD54F;
  border-color: #FFD54F;
}
.btn-c-amber-300:not(:disabled):not(.disabled):active, .btn-c-amber-300:not(:disabled):not(.disabled).active, .show > .btn-c-amber-300.dropdown-toggle {
  color: #212529;
  background-color: #ffc91c;
  border-color: #ffc60f;
}
.btn-c-amber-300:not(:disabled):not(.disabled):active:focus, .btn-c-amber-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-amber-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 187, 73, 0.5);
}

.btn-c-amber-400 {
  color: #212529;
  background-color: #FFCA28;
  border-color: #FFCA28;
}
.btn-c-amber-400:hover {
  color: #212529;
  background-color: #ffc102;
  border-color: #f4b800;
}
.btn-c-amber-400:focus, .btn-c-amber-400.focus {
  color: #212529;
  background-color: #ffc102;
  border-color: #f4b800;
  box-shadow: 0 0 0 0.2rem rgba(222, 177, 40, 0.5);
}
.btn-c-amber-400.disabled, .btn-c-amber-400:disabled {
  color: #212529;
  background-color: #FFCA28;
  border-color: #FFCA28;
}
.btn-c-amber-400:not(:disabled):not(.disabled):active, .btn-c-amber-400:not(:disabled):not(.disabled).active, .show > .btn-c-amber-400.dropdown-toggle {
  color: #212529;
  background-color: #f4b800;
  border-color: #e7ae00;
}
.btn-c-amber-400:not(:disabled):not(.disabled):active:focus, .btn-c-amber-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-amber-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 177, 40, 0.5);
}

.btn-c-amber-500 {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-c-amber-500:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-c-amber-500:focus, .btn-c-amber-500.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-c-amber-500.disabled, .btn-c-amber-500:disabled {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-c-amber-500:not(:disabled):not(.disabled):active, .btn-c-amber-500:not(:disabled):not(.disabled).active, .show > .btn-c-amber-500.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-c-amber-500:not(:disabled):not(.disabled):active:focus, .btn-c-amber-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-amber-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-c-amber-600 {
  color: #212529;
  background-color: #FFB300;
  border-color: #FFB300;
}
.btn-c-amber-600:hover {
  color: #212529;
  background-color: #d99800;
  border-color: #cc8f00;
}
.btn-c-amber-600:focus, .btn-c-amber-600.focus {
  color: #212529;
  background-color: #d99800;
  border-color: #cc8f00;
  box-shadow: 0 0 0 0.2rem rgba(222, 158, 6, 0.5);
}
.btn-c-amber-600.disabled, .btn-c-amber-600:disabled {
  color: #212529;
  background-color: #FFB300;
  border-color: #FFB300;
}
.btn-c-amber-600:not(:disabled):not(.disabled):active, .btn-c-amber-600:not(:disabled):not(.disabled).active, .show > .btn-c-amber-600.dropdown-toggle {
  color: #fff;
  background-color: #cc8f00;
  border-color: #bf8600;
}
.btn-c-amber-600:not(:disabled):not(.disabled):active:focus, .btn-c-amber-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-amber-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 158, 6, 0.5);
}

.btn-c-amber-700 {
  color: #212529;
  background-color: #FFA000;
  border-color: #FFA000;
}
.btn-c-amber-700:hover {
  color: #fff;
  background-color: #d98800;
  border-color: #cc8000;
}
.btn-c-amber-700:focus, .btn-c-amber-700.focus {
  color: #fff;
  background-color: #d98800;
  border-color: #cc8000;
  box-shadow: 0 0 0 0.2rem rgba(222, 142, 6, 0.5);
}
.btn-c-amber-700.disabled, .btn-c-amber-700:disabled {
  color: #212529;
  background-color: #FFA000;
  border-color: #FFA000;
}
.btn-c-amber-700:not(:disabled):not(.disabled):active, .btn-c-amber-700:not(:disabled):not(.disabled).active, .show > .btn-c-amber-700.dropdown-toggle {
  color: #fff;
  background-color: #cc8000;
  border-color: #bf7800;
}
.btn-c-amber-700:not(:disabled):not(.disabled):active:focus, .btn-c-amber-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-amber-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 142, 6, 0.5);
}

.btn-c-amber-800 {
  color: #212529;
  background-color: #FF8F00;
  border-color: #FF8F00;
}
.btn-c-amber-800:hover {
  color: #fff;
  background-color: #d97a00;
  border-color: #cc7200;
}
.btn-c-amber-800:focus, .btn-c-amber-800.focus {
  color: #fff;
  background-color: #d97a00;
  border-color: #cc7200;
  box-shadow: 0 0 0 0.2rem rgba(222, 127, 6, 0.5);
}
.btn-c-amber-800.disabled, .btn-c-amber-800:disabled {
  color: #212529;
  background-color: #FF8F00;
  border-color: #FF8F00;
}
.btn-c-amber-800:not(:disabled):not(.disabled):active, .btn-c-amber-800:not(:disabled):not(.disabled).active, .show > .btn-c-amber-800.dropdown-toggle {
  color: #fff;
  background-color: #cc7200;
  border-color: #bf6b00;
}
.btn-c-amber-800:not(:disabled):not(.disabled):active:focus, .btn-c-amber-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-amber-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 127, 6, 0.5);
}

.btn-c-amber-900 {
  color: #fff;
  background-color: #FF6F00;
  border-color: #FF6F00;
}
.btn-c-amber-900:hover {
  color: #fff;
  background-color: #d95e00;
  border-color: #cc5900;
}
.btn-c-amber-900:focus, .btn-c-amber-900.focus {
  color: #fff;
  background-color: #d95e00;
  border-color: #cc5900;
  box-shadow: 0 0 0 0.2rem rgba(255, 133, 38, 0.5);
}
.btn-c-amber-900.disabled, .btn-c-amber-900:disabled {
  color: #fff;
  background-color: #FF6F00;
  border-color: #FF6F00;
}
.btn-c-amber-900:not(:disabled):not(.disabled):active, .btn-c-amber-900:not(:disabled):not(.disabled).active, .show > .btn-c-amber-900.dropdown-toggle {
  color: #fff;
  background-color: #cc5900;
  border-color: #bf5300;
}
.btn-c-amber-900:not(:disabled):not(.disabled):active:focus, .btn-c-amber-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-amber-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 133, 38, 0.5);
}

.btn-c-amber-a100 {
  color: #212529;
  background-color: #FFE57F;
  border-color: #FFE57F;
}
.btn-c-amber-a100:hover {
  color: #212529;
  background-color: #ffdd59;
  border-color: #ffdb4c;
}
.btn-c-amber-a100:focus, .btn-c-amber-a100.focus {
  color: #212529;
  background-color: #ffdd59;
  border-color: #ffdb4c;
  box-shadow: 0 0 0 0.2rem rgba(222, 200, 114, 0.5);
}
.btn-c-amber-a100.disabled, .btn-c-amber-a100:disabled {
  color: #212529;
  background-color: #FFE57F;
  border-color: #FFE57F;
}
.btn-c-amber-a100:not(:disabled):not(.disabled):active, .btn-c-amber-a100:not(:disabled):not(.disabled).active, .show > .btn-c-amber-a100.dropdown-toggle {
  color: #212529;
  background-color: #ffdb4c;
  border-color: #ffd83f;
}
.btn-c-amber-a100:not(:disabled):not(.disabled):active:focus, .btn-c-amber-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-amber-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 200, 114, 0.5);
}

.btn-c-amber-a400 {
  color: #212529;
  background-color: #FFC400;
  border-color: #FFC400;
}
.btn-c-amber-a400:hover {
  color: #212529;
  background-color: #d9a700;
  border-color: #cc9d00;
}
.btn-c-amber-a400:focus, .btn-c-amber-a400.focus {
  color: #212529;
  background-color: #d9a700;
  border-color: #cc9d00;
  box-shadow: 0 0 0 0.2rem rgba(222, 172, 6, 0.5);
}
.btn-c-amber-a400.disabled, .btn-c-amber-a400:disabled {
  color: #212529;
  background-color: #FFC400;
  border-color: #FFC400;
}
.btn-c-amber-a400:not(:disabled):not(.disabled):active, .btn-c-amber-a400:not(:disabled):not(.disabled).active, .show > .btn-c-amber-a400.dropdown-toggle {
  color: #212529;
  background-color: #cc9d00;
  border-color: #bf9300;
}
.btn-c-amber-a400:not(:disabled):not(.disabled):active:focus, .btn-c-amber-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-amber-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 172, 6, 0.5);
}

.btn-c-amber-a700 {
  color: #212529;
  background-color: #FFAB00;
  border-color: #FFAB00;
}
.btn-c-amber-a700:hover {
  color: #fff;
  background-color: #d99100;
  border-color: #cc8900;
}
.btn-c-amber-a700:focus, .btn-c-amber-a700.focus {
  color: #fff;
  background-color: #d99100;
  border-color: #cc8900;
  box-shadow: 0 0 0 0.2rem rgba(222, 151, 6, 0.5);
}
.btn-c-amber-a700.disabled, .btn-c-amber-a700:disabled {
  color: #212529;
  background-color: #FFAB00;
  border-color: #FFAB00;
}
.btn-c-amber-a700:not(:disabled):not(.disabled):active, .btn-c-amber-a700:not(:disabled):not(.disabled).active, .show > .btn-c-amber-a700.dropdown-toggle {
  color: #fff;
  background-color: #cc8900;
  border-color: #bf8000;
}
.btn-c-amber-a700:not(:disabled):not(.disabled):active:focus, .btn-c-amber-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-amber-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 151, 6, 0.5);
}

.btn-c-orange-50 {
  color: #212529;
  background-color: #FFF3E0;
  border-color: #FFF3E0;
}
.btn-c-orange-50:hover {
  color: #212529;
  background-color: #ffe4ba;
  border-color: #ffdfad;
}
.btn-c-orange-50:focus, .btn-c-orange-50.focus {
  color: #212529;
  background-color: #ffe4ba;
  border-color: #ffdfad;
  box-shadow: 0 0 0 0.2rem rgba(222, 212, 197, 0.5);
}
.btn-c-orange-50.disabled, .btn-c-orange-50:disabled {
  color: #212529;
  background-color: #FFF3E0;
  border-color: #FFF3E0;
}
.btn-c-orange-50:not(:disabled):not(.disabled):active, .btn-c-orange-50:not(:disabled):not(.disabled).active, .show > .btn-c-orange-50.dropdown-toggle {
  color: #212529;
  background-color: #ffdfad;
  border-color: #ffdaa0;
}
.btn-c-orange-50:not(:disabled):not(.disabled):active:focus, .btn-c-orange-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 212, 197, 0.5);
}

.btn-c-orange-100 {
  color: #212529;
  background-color: #FFE0B2;
  border-color: #FFE0B2;
}
.btn-c-orange-100:hover {
  color: #212529;
  background-color: #ffd18c;
  border-color: #ffcb7f;
}
.btn-c-orange-100:focus, .btn-c-orange-100.focus {
  color: #212529;
  background-color: #ffd18c;
  border-color: #ffcb7f;
  box-shadow: 0 0 0 0.2rem rgba(222, 196, 157, 0.5);
}
.btn-c-orange-100.disabled, .btn-c-orange-100:disabled {
  color: #212529;
  background-color: #FFE0B2;
  border-color: #FFE0B2;
}
.btn-c-orange-100:not(:disabled):not(.disabled):active, .btn-c-orange-100:not(:disabled):not(.disabled).active, .show > .btn-c-orange-100.dropdown-toggle {
  color: #212529;
  background-color: #ffcb7f;
  border-color: #ffc672;
}
.btn-c-orange-100:not(:disabled):not(.disabled):active:focus, .btn-c-orange-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 196, 157, 0.5);
}

.btn-c-orange-200 {
  color: #212529;
  background-color: #FFCC80;
  border-color: #FFCC80;
}
.btn-c-orange-200:hover {
  color: #212529;
  background-color: #ffbd5a;
  border-color: #ffb84d;
}
.btn-c-orange-200:focus, .btn-c-orange-200.focus {
  color: #212529;
  background-color: #ffbd5a;
  border-color: #ffb84d;
  box-shadow: 0 0 0 0.2rem rgba(222, 179, 115, 0.5);
}
.btn-c-orange-200.disabled, .btn-c-orange-200:disabled {
  color: #212529;
  background-color: #FFCC80;
  border-color: #FFCC80;
}
.btn-c-orange-200:not(:disabled):not(.disabled):active, .btn-c-orange-200:not(:disabled):not(.disabled).active, .show > .btn-c-orange-200.dropdown-toggle {
  color: #212529;
  background-color: #ffb84d;
  border-color: #ffb240;
}
.btn-c-orange-200:not(:disabled):not(.disabled):active:focus, .btn-c-orange-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 179, 115, 0.5);
}

.btn-c-orange-300 {
  color: #212529;
  background-color: #FFB74D;
  border-color: #FFB74D;
}
.btn-c-orange-300:hover {
  color: #212529;
  background-color: #ffa827;
  border-color: #ffa21a;
}
.btn-c-orange-300:focus, .btn-c-orange-300.focus {
  color: #212529;
  background-color: #ffa827;
  border-color: #ffa21a;
  box-shadow: 0 0 0 0.2rem rgba(222, 161, 72, 0.5);
}
.btn-c-orange-300.disabled, .btn-c-orange-300:disabled {
  color: #212529;
  background-color: #FFB74D;
  border-color: #FFB74D;
}
.btn-c-orange-300:not(:disabled):not(.disabled):active, .btn-c-orange-300:not(:disabled):not(.disabled).active, .show > .btn-c-orange-300.dropdown-toggle {
  color: #212529;
  background-color: #ffa21a;
  border-color: #ff9d0d;
}
.btn-c-orange-300:not(:disabled):not(.disabled):active:focus, .btn-c-orange-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 161, 72, 0.5);
}

.btn-c-orange-400 {
  color: #212529;
  background-color: #FFA726;
  border-color: #FFA726;
}
.btn-c-orange-400:hover {
  color: #212529;
  background-color: #ff9700;
  border-color: #f29000;
}
.btn-c-orange-400:focus, .btn-c-orange-400.focus {
  color: #212529;
  background-color: #ff9700;
  border-color: #f29000;
  box-shadow: 0 0 0 0.2rem rgba(222, 148, 38, 0.5);
}
.btn-c-orange-400.disabled, .btn-c-orange-400:disabled {
  color: #212529;
  background-color: #FFA726;
  border-color: #FFA726;
}
.btn-c-orange-400:not(:disabled):not(.disabled):active, .btn-c-orange-400:not(:disabled):not(.disabled).active, .show > .btn-c-orange-400.dropdown-toggle {
  color: #212529;
  background-color: #f29000;
  border-color: #e58800;
}
.btn-c-orange-400:not(:disabled):not(.disabled):active:focus, .btn-c-orange-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 148, 38, 0.5);
}

.btn-c-orange-500 {
  color: #212529;
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-c-orange-500:hover {
  color: #fff;
  background-color: #d98100;
  border-color: #cc7a00;
}
.btn-c-orange-500:focus, .btn-c-orange-500.focus {
  color: #fff;
  background-color: #d98100;
  border-color: #cc7a00;
  box-shadow: 0 0 0 0.2rem rgba(222, 135, 6, 0.5);
}
.btn-c-orange-500.disabled, .btn-c-orange-500:disabled {
  color: #212529;
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-c-orange-500:not(:disabled):not(.disabled):active, .btn-c-orange-500:not(:disabled):not(.disabled).active, .show > .btn-c-orange-500.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  border-color: #bf7200;
}
.btn-c-orange-500:not(:disabled):not(.disabled):active:focus, .btn-c-orange-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 135, 6, 0.5);
}

.btn-c-orange-600 {
  color: #212529;
  background-color: #FB8C00;
  border-color: #FB8C00;
}
.btn-c-orange-600:hover {
  color: #fff;
  background-color: #d57700;
  border-color: #c87000;
}
.btn-c-orange-600:focus, .btn-c-orange-600.focus {
  color: #fff;
  background-color: #d57700;
  border-color: #c87000;
  box-shadow: 0 0 0 0.2rem rgba(218, 125, 6, 0.5);
}
.btn-c-orange-600.disabled, .btn-c-orange-600:disabled {
  color: #212529;
  background-color: #FB8C00;
  border-color: #FB8C00;
}
.btn-c-orange-600:not(:disabled):not(.disabled):active, .btn-c-orange-600:not(:disabled):not(.disabled).active, .show > .btn-c-orange-600.dropdown-toggle {
  color: #fff;
  background-color: #c87000;
  border-color: #bb6800;
}
.btn-c-orange-600:not(:disabled):not(.disabled):active:focus, .btn-c-orange-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 125, 6, 0.5);
}

.btn-c-orange-700 {
  color: #fff;
  background-color: #F57C00;
  border-color: #F57C00;
}
.btn-c-orange-700:hover {
  color: #fff;
  background-color: #cf6900;
  border-color: #c26200;
}
.btn-c-orange-700:focus, .btn-c-orange-700.focus {
  color: #fff;
  background-color: #cf6900;
  border-color: #c26200;
  box-shadow: 0 0 0 0.2rem rgba(247, 144, 38, 0.5);
}
.btn-c-orange-700.disabled, .btn-c-orange-700:disabled {
  color: #fff;
  background-color: #F57C00;
  border-color: #F57C00;
}
.btn-c-orange-700:not(:disabled):not(.disabled):active, .btn-c-orange-700:not(:disabled):not(.disabled).active, .show > .btn-c-orange-700.dropdown-toggle {
  color: #fff;
  background-color: #c26200;
  border-color: #b55c00;
}
.btn-c-orange-700:not(:disabled):not(.disabled):active:focus, .btn-c-orange-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 144, 38, 0.5);
}

.btn-c-orange-800 {
  color: #fff;
  background-color: #EF6C00;
  border-color: #EF6C00;
}
.btn-c-orange-800:hover {
  color: #fff;
  background-color: #c95b00;
  border-color: #bc5500;
}
.btn-c-orange-800:focus, .btn-c-orange-800.focus {
  color: #fff;
  background-color: #c95b00;
  border-color: #bc5500;
  box-shadow: 0 0 0 0.2rem rgba(241, 130, 38, 0.5);
}
.btn-c-orange-800.disabled, .btn-c-orange-800:disabled {
  color: #fff;
  background-color: #EF6C00;
  border-color: #EF6C00;
}
.btn-c-orange-800:not(:disabled):not(.disabled):active, .btn-c-orange-800:not(:disabled):not(.disabled).active, .show > .btn-c-orange-800.dropdown-toggle {
  color: #fff;
  background-color: #bc5500;
  border-color: #af4f00;
}
.btn-c-orange-800:not(:disabled):not(.disabled):active:focus, .btn-c-orange-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 130, 38, 0.5);
}

.btn-c-orange-900 {
  color: #fff;
  background-color: #E65100;
  border-color: #E65100;
}
.btn-c-orange-900:hover {
  color: #fff;
  background-color: #c04400;
  border-color: #b33f00;
}
.btn-c-orange-900:focus, .btn-c-orange-900.focus {
  color: #fff;
  background-color: #c04400;
  border-color: #b33f00;
  box-shadow: 0 0 0 0.2rem rgba(234, 107, 38, 0.5);
}
.btn-c-orange-900.disabled, .btn-c-orange-900:disabled {
  color: #fff;
  background-color: #E65100;
  border-color: #E65100;
}
.btn-c-orange-900:not(:disabled):not(.disabled):active, .btn-c-orange-900:not(:disabled):not(.disabled).active, .show > .btn-c-orange-900.dropdown-toggle {
  color: #fff;
  background-color: #b33f00;
  border-color: #a63b00;
}
.btn-c-orange-900:not(:disabled):not(.disabled):active:focus, .btn-c-orange-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 107, 38, 0.5);
}

.btn-c-orange-a100 {
  color: #212529;
  background-color: #FFD180;
  border-color: #FFD180;
}
.btn-c-orange-a100:hover {
  color: #212529;
  background-color: #ffc35a;
  border-color: #ffbf4d;
}
.btn-c-orange-a100:focus, .btn-c-orange-a100.focus {
  color: #212529;
  background-color: #ffc35a;
  border-color: #ffbf4d;
  box-shadow: 0 0 0 0.2rem rgba(222, 183, 115, 0.5);
}
.btn-c-orange-a100.disabled, .btn-c-orange-a100:disabled {
  color: #212529;
  background-color: #FFD180;
  border-color: #FFD180;
}
.btn-c-orange-a100:not(:disabled):not(.disabled):active, .btn-c-orange-a100:not(:disabled):not(.disabled).active, .show > .btn-c-orange-a100.dropdown-toggle {
  color: #212529;
  background-color: #ffbf4d;
  border-color: #ffba40;
}
.btn-c-orange-a100:not(:disabled):not(.disabled):active:focus, .btn-c-orange-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 183, 115, 0.5);
}

.btn-c-orange-a200 {
  color: #212529;
  background-color: #FFAB40;
  border-color: #FFAB40;
}
.btn-c-orange-a200:hover {
  color: #212529;
  background-color: #ff9a1a;
  border-color: #ff950d;
}
.btn-c-orange-a200:focus, .btn-c-orange-a200.focus {
  color: #212529;
  background-color: #ff9a1a;
  border-color: #ff950d;
  box-shadow: 0 0 0 0.2rem rgba(222, 151, 61, 0.5);
}
.btn-c-orange-a200.disabled, .btn-c-orange-a200:disabled {
  color: #212529;
  background-color: #FFAB40;
  border-color: #FFAB40;
}
.btn-c-orange-a200:not(:disabled):not(.disabled):active, .btn-c-orange-a200:not(:disabled):not(.disabled).active, .show > .btn-c-orange-a200.dropdown-toggle {
  color: #212529;
  background-color: #ff950d;
  border-color: #ff8f00;
}
.btn-c-orange-a200:not(:disabled):not(.disabled):active:focus, .btn-c-orange-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 151, 61, 0.5);
}

.btn-c-orange-a400 {
  color: #212529;
  background-color: #FF9100;
  border-color: #FF9100;
}
.btn-c-orange-a400:hover {
  color: #fff;
  background-color: #d97b00;
  border-color: #cc7400;
}
.btn-c-orange-a400:focus, .btn-c-orange-a400.focus {
  color: #fff;
  background-color: #d97b00;
  border-color: #cc7400;
  box-shadow: 0 0 0 0.2rem rgba(222, 129, 6, 0.5);
}
.btn-c-orange-a400.disabled, .btn-c-orange-a400:disabled {
  color: #212529;
  background-color: #FF9100;
  border-color: #FF9100;
}
.btn-c-orange-a400:not(:disabled):not(.disabled):active, .btn-c-orange-a400:not(:disabled):not(.disabled).active, .show > .btn-c-orange-a400.dropdown-toggle {
  color: #fff;
  background-color: #cc7400;
  border-color: #bf6d00;
}
.btn-c-orange-a400:not(:disabled):not(.disabled):active:focus, .btn-c-orange-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 129, 6, 0.5);
}

.btn-c-orange-a700 {
  color: #fff;
  background-color: #FF6D00;
  border-color: #FF6D00;
}
.btn-c-orange-a700:hover {
  color: #fff;
  background-color: #d95d00;
  border-color: #cc5700;
}
.btn-c-orange-a700:focus, .btn-c-orange-a700.focus {
  color: #fff;
  background-color: #d95d00;
  border-color: #cc5700;
  box-shadow: 0 0 0 0.2rem rgba(255, 131, 38, 0.5);
}
.btn-c-orange-a700.disabled, .btn-c-orange-a700:disabled {
  color: #fff;
  background-color: #FF6D00;
  border-color: #FF6D00;
}
.btn-c-orange-a700:not(:disabled):not(.disabled):active, .btn-c-orange-a700:not(:disabled):not(.disabled).active, .show > .btn-c-orange-a700.dropdown-toggle {
  color: #fff;
  background-color: #cc5700;
  border-color: #bf5200;
}
.btn-c-orange-a700:not(:disabled):not(.disabled):active:focus, .btn-c-orange-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-orange-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 131, 38, 0.5);
}

.btn-c-deep-orange-50 {
  color: #212529;
  background-color: #FBE9E7;
  border-color: #FBE9E7;
}
.btn-c-deep-orange-50:hover {
  color: #212529;
  background-color: #f6cbc6;
  border-color: #f4c1bb;
}
.btn-c-deep-orange-50:focus, .btn-c-deep-orange-50.focus {
  color: #212529;
  background-color: #f6cbc6;
  border-color: #f4c1bb;
  box-shadow: 0 0 0 0.2rem rgba(218, 204, 203, 0.5);
}
.btn-c-deep-orange-50.disabled, .btn-c-deep-orange-50:disabled {
  color: #212529;
  background-color: #FBE9E7;
  border-color: #FBE9E7;
}
.btn-c-deep-orange-50:not(:disabled):not(.disabled):active, .btn-c-deep-orange-50:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-50.dropdown-toggle {
  color: #212529;
  background-color: #f4c1bb;
  border-color: #f2b7b0;
}
.btn-c-deep-orange-50:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 204, 203, 0.5);
}

.btn-c-deep-orange-100 {
  color: #212529;
  background-color: #FFCCBC;
  border-color: #FFCCBC;
}
.btn-c-deep-orange-100:hover {
  color: #212529;
  background-color: #ffaf96;
  border-color: #ffa589;
}
.btn-c-deep-orange-100:focus, .btn-c-deep-orange-100.focus {
  color: #212529;
  background-color: #ffaf96;
  border-color: #ffa589;
  box-shadow: 0 0 0 0.2rem rgba(222, 179, 166, 0.5);
}
.btn-c-deep-orange-100.disabled, .btn-c-deep-orange-100:disabled {
  color: #212529;
  background-color: #FFCCBC;
  border-color: #FFCCBC;
}
.btn-c-deep-orange-100:not(:disabled):not(.disabled):active, .btn-c-deep-orange-100:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-100.dropdown-toggle {
  color: #212529;
  background-color: #ffa589;
  border-color: #ff9b7c;
}
.btn-c-deep-orange-100:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 179, 166, 0.5);
}

.btn-c-deep-orange-200 {
  color: #212529;
  background-color: #FFAB91;
  border-color: #FFAB91;
}
.btn-c-deep-orange-200:hover {
  color: #212529;
  background-color: #ff8e6b;
  border-color: #ff845e;
}
.btn-c-deep-orange-200:focus, .btn-c-deep-orange-200.focus {
  color: #212529;
  background-color: #ff8e6b;
  border-color: #ff845e;
  box-shadow: 0 0 0 0.2rem rgba(222, 151, 129, 0.5);
}
.btn-c-deep-orange-200.disabled, .btn-c-deep-orange-200:disabled {
  color: #212529;
  background-color: #FFAB91;
  border-color: #FFAB91;
}
.btn-c-deep-orange-200:not(:disabled):not(.disabled):active, .btn-c-deep-orange-200:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-200.dropdown-toggle {
  color: #212529;
  background-color: #ff845e;
  border-color: #ff7a51;
}
.btn-c-deep-orange-200:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 151, 129, 0.5);
}

.btn-c-deep-orange-300 {
  color: #212529;
  background-color: #FF8A65;
  border-color: #FF8A65;
}
.btn-c-deep-orange-300:hover {
  color: #fff;
  background-color: #ff6d3f;
  border-color: #ff6332;
}
.btn-c-deep-orange-300:focus, .btn-c-deep-orange-300.focus {
  color: #fff;
  background-color: #ff6d3f;
  border-color: #ff6332;
  box-shadow: 0 0 0 0.2rem rgba(222, 123, 92, 0.5);
}
.btn-c-deep-orange-300.disabled, .btn-c-deep-orange-300:disabled {
  color: #212529;
  background-color: #FF8A65;
  border-color: #FF8A65;
}
.btn-c-deep-orange-300:not(:disabled):not(.disabled):active, .btn-c-deep-orange-300:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-300.dropdown-toggle {
  color: #fff;
  background-color: #ff6332;
  border-color: #ff5a25;
}
.btn-c-deep-orange-300:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 123, 92, 0.5);
}

.btn-c-deep-orange-400 {
  color: #fff;
  background-color: #FF7043;
  border-color: #FF7043;
}
.btn-c-deep-orange-400:hover {
  color: #fff;
  background-color: #ff531d;
  border-color: #ff4910;
}
.btn-c-deep-orange-400:focus, .btn-c-deep-orange-400.focus {
  color: #fff;
  background-color: #ff531d;
  border-color: #ff4910;
  box-shadow: 0 0 0 0.2rem rgba(255, 133, 95, 0.5);
}
.btn-c-deep-orange-400.disabled, .btn-c-deep-orange-400:disabled {
  color: #fff;
  background-color: #FF7043;
  border-color: #FF7043;
}
.btn-c-deep-orange-400:not(:disabled):not(.disabled):active, .btn-c-deep-orange-400:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-400.dropdown-toggle {
  color: #fff;
  background-color: #ff4910;
  border-color: #ff4003;
}
.btn-c-deep-orange-400:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 133, 95, 0.5);
}

.btn-c-deep-orange-500 {
  color: #fff;
  background-color: #FF5722;
  border-color: #FF5722;
}
.btn-c-deep-orange-500:hover {
  color: #fff;
  background-color: #fb3c00;
  border-color: #ee3900;
}
.btn-c-deep-orange-500:focus, .btn-c-deep-orange-500.focus {
  color: #fff;
  background-color: #fb3c00;
  border-color: #ee3900;
  box-shadow: 0 0 0 0.2rem rgba(255, 112, 67, 0.5);
}
.btn-c-deep-orange-500.disabled, .btn-c-deep-orange-500:disabled {
  color: #fff;
  background-color: #FF5722;
  border-color: #FF5722;
}
.btn-c-deep-orange-500:not(:disabled):not(.disabled):active, .btn-c-deep-orange-500:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-500.dropdown-toggle {
  color: #fff;
  background-color: #ee3900;
  border-color: #e13600;
}
.btn-c-deep-orange-500:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 112, 67, 0.5);
}

.btn-c-deep-orange-600 {
  color: #fff;
  background-color: #F4511E;
  border-color: #F4511E;
}
.btn-c-deep-orange-600:hover {
  color: #fff;
  background-color: #e13e0b;
  border-color: #d53b0a;
}
.btn-c-deep-orange-600:focus, .btn-c-deep-orange-600.focus {
  color: #fff;
  background-color: #e13e0b;
  border-color: #d53b0a;
  box-shadow: 0 0 0 0.2rem rgba(246, 107, 64, 0.5);
}
.btn-c-deep-orange-600.disabled, .btn-c-deep-orange-600:disabled {
  color: #fff;
  background-color: #F4511E;
  border-color: #F4511E;
}
.btn-c-deep-orange-600:not(:disabled):not(.disabled):active, .btn-c-deep-orange-600:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-600.dropdown-toggle {
  color: #fff;
  background-color: #d53b0a;
  border-color: #c8370a;
}
.btn-c-deep-orange-600:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 107, 64, 0.5);
}

.btn-c-deep-orange-700 {
  color: #fff;
  background-color: #E64A19;
  border-color: #E64A19;
}
.btn-c-deep-orange-700:hover {
  color: #fff;
  background-color: #c43f15;
  border-color: #b83b14;
}
.btn-c-deep-orange-700:focus, .btn-c-deep-orange-700.focus {
  color: #fff;
  background-color: #c43f15;
  border-color: #b83b14;
  box-shadow: 0 0 0 0.2rem rgba(234, 101, 60, 0.5);
}
.btn-c-deep-orange-700.disabled, .btn-c-deep-orange-700:disabled {
  color: #fff;
  background-color: #E64A19;
  border-color: #E64A19;
}
.btn-c-deep-orange-700:not(:disabled):not(.disabled):active, .btn-c-deep-orange-700:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-700.dropdown-toggle {
  color: #fff;
  background-color: #b83b14;
  border-color: #ad3813;
}
.btn-c-deep-orange-700:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 101, 60, 0.5);
}

.btn-c-deep-orange-800 {
  color: #fff;
  background-color: #D84315;
  border-color: #D84315;
}
.btn-c-deep-orange-800:hover {
  color: #fff;
  background-color: #b53812;
  border-color: #aa3510;
}
.btn-c-deep-orange-800:focus, .btn-c-deep-orange-800.focus {
  color: #fff;
  background-color: #b53812;
  border-color: #aa3510;
  box-shadow: 0 0 0 0.2rem rgba(222, 95, 56, 0.5);
}
.btn-c-deep-orange-800.disabled, .btn-c-deep-orange-800:disabled {
  color: #fff;
  background-color: #D84315;
  border-color: #D84315;
}
.btn-c-deep-orange-800:not(:disabled):not(.disabled):active, .btn-c-deep-orange-800:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-800.dropdown-toggle {
  color: #fff;
  background-color: #aa3510;
  border-color: #9e310f;
}
.btn-c-deep-orange-800:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 95, 56, 0.5);
}

.btn-c-deep-orange-900 {
  color: #fff;
  background-color: #BF360C;
  border-color: #BF360C;
}
.btn-c-deep-orange-900:hover {
  color: #fff;
  background-color: #9b2c0a;
  border-color: #8f2809;
}
.btn-c-deep-orange-900:focus, .btn-c-deep-orange-900.focus {
  color: #fff;
  background-color: #9b2c0a;
  border-color: #8f2809;
  box-shadow: 0 0 0 0.2rem rgba(201, 84, 48, 0.5);
}
.btn-c-deep-orange-900.disabled, .btn-c-deep-orange-900:disabled {
  color: #fff;
  background-color: #BF360C;
  border-color: #BF360C;
}
.btn-c-deep-orange-900:not(:disabled):not(.disabled):active, .btn-c-deep-orange-900:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-900.dropdown-toggle {
  color: #fff;
  background-color: #8f2809;
  border-color: #832508;
}
.btn-c-deep-orange-900:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 84, 48, 0.5);
}

.btn-c-deep-orange-a100 {
  color: #212529;
  background-color: #FF9E80;
  border-color: #FF9E80;
}
.btn-c-deep-orange-a100:hover {
  color: #212529;
  background-color: #ff815a;
  border-color: #ff774d;
}
.btn-c-deep-orange-a100:focus, .btn-c-deep-orange-a100.focus {
  color: #212529;
  background-color: #ff815a;
  border-color: #ff774d;
  box-shadow: 0 0 0 0.2rem rgba(222, 140, 115, 0.5);
}
.btn-c-deep-orange-a100.disabled, .btn-c-deep-orange-a100:disabled {
  color: #212529;
  background-color: #FF9E80;
  border-color: #FF9E80;
}
.btn-c-deep-orange-a100:not(:disabled):not(.disabled):active, .btn-c-deep-orange-a100:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-a100.dropdown-toggle {
  color: #212529;
  background-color: #ff774d;
  border-color: #ff6d40;
}
.btn-c-deep-orange-a100:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 140, 115, 0.5);
}

.btn-c-deep-orange-a200 {
  color: #fff;
  background-color: #FF6E40;
  border-color: #FF6E40;
}
.btn-c-deep-orange-a200:hover {
  color: #fff;
  background-color: #ff511a;
  border-color: #ff470d;
}
.btn-c-deep-orange-a200:focus, .btn-c-deep-orange-a200.focus {
  color: #fff;
  background-color: #ff511a;
  border-color: #ff470d;
  box-shadow: 0 0 0 0.2rem rgba(255, 132, 93, 0.5);
}
.btn-c-deep-orange-a200.disabled, .btn-c-deep-orange-a200:disabled {
  color: #fff;
  background-color: #FF6E40;
  border-color: #FF6E40;
}
.btn-c-deep-orange-a200:not(:disabled):not(.disabled):active, .btn-c-deep-orange-a200:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-a200.dropdown-toggle {
  color: #fff;
  background-color: #ff470d;
  border-color: #ff3e00;
}
.btn-c-deep-orange-a200:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 132, 93, 0.5);
}

.btn-c-deep-orange-a400 {
  color: #fff;
  background-color: #FF3D00;
  border-color: #FF3D00;
}
.btn-c-deep-orange-a400:hover {
  color: #fff;
  background-color: #d93400;
  border-color: #cc3100;
}
.btn-c-deep-orange-a400:focus, .btn-c-deep-orange-a400.focus {
  color: #fff;
  background-color: #d93400;
  border-color: #cc3100;
  box-shadow: 0 0 0 0.2rem rgba(255, 90, 38, 0.5);
}
.btn-c-deep-orange-a400.disabled, .btn-c-deep-orange-a400:disabled {
  color: #fff;
  background-color: #FF3D00;
  border-color: #FF3D00;
}
.btn-c-deep-orange-a400:not(:disabled):not(.disabled):active, .btn-c-deep-orange-a400:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-a400.dropdown-toggle {
  color: #fff;
  background-color: #cc3100;
  border-color: #bf2e00;
}
.btn-c-deep-orange-a400:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 90, 38, 0.5);
}

.btn-c-deep-orange-a700 {
  color: #fff;
  background-color: #DD2C00;
  border-color: #DD2C00;
}
.btn-c-deep-orange-a700:hover {
  color: #fff;
  background-color: #b72400;
  border-color: #aa2200;
}
.btn-c-deep-orange-a700:focus, .btn-c-deep-orange-a700.focus {
  color: #fff;
  background-color: #b72400;
  border-color: #aa2200;
  box-shadow: 0 0 0 0.2rem rgba(226, 76, 38, 0.5);
}
.btn-c-deep-orange-a700.disabled, .btn-c-deep-orange-a700:disabled {
  color: #fff;
  background-color: #DD2C00;
  border-color: #DD2C00;
}
.btn-c-deep-orange-a700:not(:disabled):not(.disabled):active, .btn-c-deep-orange-a700:not(:disabled):not(.disabled).active, .show > .btn-c-deep-orange-a700.dropdown-toggle {
  color: #fff;
  background-color: #aa2200;
  border-color: #9d1f00;
}
.btn-c-deep-orange-a700:not(:disabled):not(.disabled):active:focus, .btn-c-deep-orange-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-deep-orange-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 76, 38, 0.5);
}

.btn-c-brown-50 {
  color: #212529;
  background-color: #EFEBE9;
  border-color: #EFEBE9;
}
.btn-c-brown-50:hover {
  color: #212529;
  background-color: #dfd7d3;
  border-color: #dad0cb;
}
.btn-c-brown-50:focus, .btn-c-brown-50.focus {
  color: #212529;
  background-color: #dfd7d3;
  border-color: #dad0cb;
  box-shadow: 0 0 0 0.2rem rgba(208, 205, 204, 0.5);
}
.btn-c-brown-50.disabled, .btn-c-brown-50:disabled {
  color: #212529;
  background-color: #EFEBE9;
  border-color: #EFEBE9;
}
.btn-c-brown-50:not(:disabled):not(.disabled):active, .btn-c-brown-50:not(:disabled):not(.disabled).active, .show > .btn-c-brown-50.dropdown-toggle {
  color: #212529;
  background-color: #dad0cb;
  border-color: #d4c9c4;
}
.btn-c-brown-50:not(:disabled):not(.disabled):active:focus, .btn-c-brown-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-brown-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 205, 204, 0.5);
}

.btn-c-brown-100 {
  color: #212529;
  background-color: #D7CCC8;
  border-color: #D7CCC8;
}
.btn-c-brown-100:hover {
  color: #212529;
  background-color: #c7b7b2;
  border-color: #c2b1aa;
}
.btn-c-brown-100:focus, .btn-c-brown-100.focus {
  color: #212529;
  background-color: #c7b7b2;
  border-color: #c2b1aa;
  box-shadow: 0 0 0 0.2rem rgba(188, 179, 176, 0.5);
}
.btn-c-brown-100.disabled, .btn-c-brown-100:disabled {
  color: #212529;
  background-color: #D7CCC8;
  border-color: #D7CCC8;
}
.btn-c-brown-100:not(:disabled):not(.disabled):active, .btn-c-brown-100:not(:disabled):not(.disabled).active, .show > .btn-c-brown-100.dropdown-toggle {
  color: #212529;
  background-color: #c2b1aa;
  border-color: #bcaaa3;
}
.btn-c-brown-100:not(:disabled):not(.disabled):active:focus, .btn-c-brown-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-brown-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 179, 176, 0.5);
}

.btn-c-brown-200 {
  color: #212529;
  background-color: #BCAAA4;
  border-color: #BCAAA4;
}
.btn-c-brown-200:hover {
  color: #212529;
  background-color: #ac958e;
  border-color: #a68f87;
}
.btn-c-brown-200:focus, .btn-c-brown-200.focus {
  color: #212529;
  background-color: #ac958e;
  border-color: #a68f87;
  box-shadow: 0 0 0 0.2rem rgba(165, 150, 146, 0.5);
}
.btn-c-brown-200.disabled, .btn-c-brown-200:disabled {
  color: #212529;
  background-color: #BCAAA4;
  border-color: #BCAAA4;
}
.btn-c-brown-200:not(:disabled):not(.disabled):active, .btn-c-brown-200:not(:disabled):not(.disabled).active, .show > .btn-c-brown-200.dropdown-toggle {
  color: #fff;
  background-color: #a68f87;
  border-color: #a1887f;
}
.btn-c-brown-200:not(:disabled):not(.disabled):active:focus, .btn-c-brown-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-brown-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 150, 146, 0.5);
}

.btn-c-brown-300 {
  color: #fff;
  background-color: #A1887F;
  border-color: #A1887F;
}
.btn-c-brown-300:hover {
  color: #fff;
  background-color: #90746a;
  border-color: #896e64;
}
.btn-c-brown-300:focus, .btn-c-brown-300.focus {
  color: #fff;
  background-color: #90746a;
  border-color: #896e64;
  box-shadow: 0 0 0 0.2rem rgba(175, 154, 146, 0.5);
}
.btn-c-brown-300.disabled, .btn-c-brown-300:disabled {
  color: #fff;
  background-color: #A1887F;
  border-color: #A1887F;
}
.btn-c-brown-300:not(:disabled):not(.disabled):active, .btn-c-brown-300:not(:disabled):not(.disabled).active, .show > .btn-c-brown-300.dropdown-toggle {
  color: #fff;
  background-color: #896e64;
  border-color: #81685f;
}
.btn-c-brown-300:not(:disabled):not(.disabled):active:focus, .btn-c-brown-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-brown-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 154, 146, 0.5);
}

.btn-c-brown-400 {
  color: #fff;
  background-color: #8D6E63;
  border-color: #8D6E63;
}
.btn-c-brown-400:hover {
  color: #fff;
  background-color: #775c53;
  border-color: #6f574e;
}
.btn-c-brown-400:focus, .btn-c-brown-400.focus {
  color: #fff;
  background-color: #775c53;
  border-color: #6f574e;
  box-shadow: 0 0 0 0.2rem rgba(158, 132, 122, 0.5);
}
.btn-c-brown-400.disabled, .btn-c-brown-400:disabled {
  color: #fff;
  background-color: #8D6E63;
  border-color: #8D6E63;
}
.btn-c-brown-400:not(:disabled):not(.disabled):active, .btn-c-brown-400:not(:disabled):not(.disabled).active, .show > .btn-c-brown-400.dropdown-toggle {
  color: #fff;
  background-color: #6f574e;
  border-color: #685149;
}
.btn-c-brown-400:not(:disabled):not(.disabled):active:focus, .btn-c-brown-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-brown-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 132, 122, 0.5);
}

.btn-c-brown-500 {
  color: #fff;
  background-color: #795548;
  border-color: #795548;
}
.btn-c-brown-500:hover {
  color: #fff;
  background-color: #61443a;
  border-color: #593f35;
}
.btn-c-brown-500:focus, .btn-c-brown-500.focus {
  color: #fff;
  background-color: #61443a;
  border-color: #593f35;
  box-shadow: 0 0 0 0.2rem rgba(141, 111, 99, 0.5);
}
.btn-c-brown-500.disabled, .btn-c-brown-500:disabled {
  color: #fff;
  background-color: #795548;
  border-color: #795548;
}
.btn-c-brown-500:not(:disabled):not(.disabled):active, .btn-c-brown-500:not(:disabled):not(.disabled).active, .show > .btn-c-brown-500.dropdown-toggle {
  color: #fff;
  background-color: #593f35;
  border-color: #513930;
}
.btn-c-brown-500:not(:disabled):not(.disabled):active:focus, .btn-c-brown-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-brown-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 111, 99, 0.5);
}

.btn-c-brown-600 {
  color: #fff;
  background-color: #6D4C41;
  border-color: #6D4C41;
}
.btn-c-brown-600:hover {
  color: #fff;
  background-color: #553b33;
  border-color: #4d362e;
}
.btn-c-brown-600:focus, .btn-c-brown-600.focus {
  color: #fff;
  background-color: #553b33;
  border-color: #4d362e;
  box-shadow: 0 0 0 0.2rem rgba(131, 103, 94, 0.5);
}
.btn-c-brown-600.disabled, .btn-c-brown-600:disabled {
  color: #fff;
  background-color: #6D4C41;
  border-color: #6D4C41;
}
.btn-c-brown-600:not(:disabled):not(.disabled):active, .btn-c-brown-600:not(:disabled):not(.disabled).active, .show > .btn-c-brown-600.dropdown-toggle {
  color: #fff;
  background-color: #4d362e;
  border-color: #453029;
}
.btn-c-brown-600:not(:disabled):not(.disabled):active:focus, .btn-c-brown-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-brown-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(131, 103, 94, 0.5);
}

.btn-c-brown-700 {
  color: #fff;
  background-color: #5D4037;
  border-color: #5D4037;
}
.btn-c-brown-700:hover {
  color: #fff;
  background-color: #452f29;
  border-color: #3d2a24;
}
.btn-c-brown-700:focus, .btn-c-brown-700.focus {
  color: #fff;
  background-color: #452f29;
  border-color: #3d2a24;
  box-shadow: 0 0 0 0.2rem rgba(117, 93, 85, 0.5);
}
.btn-c-brown-700.disabled, .btn-c-brown-700:disabled {
  color: #fff;
  background-color: #5D4037;
  border-color: #5D4037;
}
.btn-c-brown-700:not(:disabled):not(.disabled):active, .btn-c-brown-700:not(:disabled):not(.disabled).active, .show > .btn-c-brown-700.dropdown-toggle {
  color: #fff;
  background-color: #3d2a24;
  border-color: #35241f;
}
.btn-c-brown-700:not(:disabled):not(.disabled):active:focus, .btn-c-brown-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-brown-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 93, 85, 0.5);
}

.btn-c-brown-800 {
  color: #fff;
  background-color: #4E342E;
  border-color: #4E342E;
}
.btn-c-brown-800:hover {
  color: #fff;
  background-color: #362420;
  border-color: #2e1f1b;
}
.btn-c-brown-800:focus, .btn-c-brown-800.focus {
  color: #fff;
  background-color: #362420;
  border-color: #2e1f1b;
  box-shadow: 0 0 0 0.2rem rgba(105, 82, 77, 0.5);
}
.btn-c-brown-800.disabled, .btn-c-brown-800:disabled {
  color: #fff;
  background-color: #4E342E;
  border-color: #4E342E;
}
.btn-c-brown-800:not(:disabled):not(.disabled):active, .btn-c-brown-800:not(:disabled):not(.disabled).active, .show > .btn-c-brown-800.dropdown-toggle {
  color: #fff;
  background-color: #2e1f1b;
  border-color: #261916;
}
.btn-c-brown-800:not(:disabled):not(.disabled):active:focus, .btn-c-brown-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-brown-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 82, 77, 0.5);
}

.btn-c-brown-900 {
  color: #fff;
  background-color: #3E2723;
  border-color: #3E2723;
}
.btn-c-brown-900:hover {
  color: #fff;
  background-color: #261815;
  border-color: #1d1211;
}
.btn-c-brown-900:focus, .btn-c-brown-900.focus {
  color: #fff;
  background-color: #261815;
  border-color: #1d1211;
  box-shadow: 0 0 0 0.2rem rgba(91, 71, 68, 0.5);
}
.btn-c-brown-900.disabled, .btn-c-brown-900:disabled {
  color: #fff;
  background-color: #3E2723;
  border-color: #3E2723;
}
.btn-c-brown-900:not(:disabled):not(.disabled):active, .btn-c-brown-900:not(:disabled):not(.disabled).active, .show > .btn-c-brown-900.dropdown-toggle {
  color: #fff;
  background-color: #1d1211;
  border-color: #150d0c;
}
.btn-c-brown-900:not(:disabled):not(.disabled):active:focus, .btn-c-brown-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-brown-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 71, 68, 0.5);
}

.btn-c-blue-gray-50 {
  color: #212529;
  background-color: #ECEFF1;
  border-color: #ECEFF1;
}
.btn-c-blue-gray-50:hover {
  color: #212529;
  background-color: #d6dce1;
  border-color: #cfd6db;
}
.btn-c-blue-gray-50:focus, .btn-c-blue-gray-50.focus {
  color: #212529;
  background-color: #d6dce1;
  border-color: #cfd6db;
  box-shadow: 0 0 0 0.2rem rgba(206, 209, 211, 0.5);
}
.btn-c-blue-gray-50.disabled, .btn-c-blue-gray-50:disabled {
  color: #212529;
  background-color: #ECEFF1;
  border-color: #ECEFF1;
}
.btn-c-blue-gray-50:not(:disabled):not(.disabled):active, .btn-c-blue-gray-50:not(:disabled):not(.disabled).active, .show > .btn-c-blue-gray-50.dropdown-toggle {
  color: #212529;
  background-color: #cfd6db;
  border-color: #c7d0d6;
}
.btn-c-blue-gray-50:not(:disabled):not(.disabled):active:focus, .btn-c-blue-gray-50:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-gray-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 209, 211, 0.5);
}

.btn-c-blue-gray-100 {
  color: #212529;
  background-color: #CFD8DC;
  border-color: #CFD8DC;
}
.btn-c-blue-gray-100:hover {
  color: #212529;
  background-color: #b9c6cc;
  border-color: #b2c0c6;
}
.btn-c-blue-gray-100:focus, .btn-c-blue-gray-100.focus {
  color: #212529;
  background-color: #b9c6cc;
  border-color: #b2c0c6;
  box-shadow: 0 0 0 0.2rem rgba(181, 189, 193, 0.5);
}
.btn-c-blue-gray-100.disabled, .btn-c-blue-gray-100:disabled {
  color: #212529;
  background-color: #CFD8DC;
  border-color: #CFD8DC;
}
.btn-c-blue-gray-100:not(:disabled):not(.disabled):active, .btn-c-blue-gray-100:not(:disabled):not(.disabled).active, .show > .btn-c-blue-gray-100.dropdown-toggle {
  color: #212529;
  background-color: #b2c0c6;
  border-color: #aabac1;
}
.btn-c-blue-gray-100:not(:disabled):not(.disabled):active:focus, .btn-c-blue-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 189, 193, 0.5);
}

.btn-c-blue-gray-200 {
  color: #212529;
  background-color: #B0BEC5;
  border-color: #B0BEC5;
}
.btn-c-blue-gray-200:hover {
  color: #212529;
  background-color: #9aacb5;
  border-color: #93a6af;
}
.btn-c-blue-gray-200:focus, .btn-c-blue-gray-200.focus {
  color: #212529;
  background-color: #9aacb5;
  border-color: #93a6af;
  box-shadow: 0 0 0 0.2rem rgba(155, 167, 174, 0.5);
}
.btn-c-blue-gray-200.disabled, .btn-c-blue-gray-200:disabled {
  color: #212529;
  background-color: #B0BEC5;
  border-color: #B0BEC5;
}
.btn-c-blue-gray-200:not(:disabled):not(.disabled):active, .btn-c-blue-gray-200:not(:disabled):not(.disabled).active, .show > .btn-c-blue-gray-200.dropdown-toggle {
  color: #212529;
  background-color: #93a6af;
  border-color: #8ba0aa;
}
.btn-c-blue-gray-200:not(:disabled):not(.disabled):active:focus, .btn-c-blue-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 167, 174, 0.5);
}

.btn-c-blue-gray-300 {
  color: #212529;
  background-color: #90A4AE;
  border-color: #90A4AE;
}
.btn-c-blue-gray-300:hover {
  color: #fff;
  background-color: #7a929e;
  border-color: #738c98;
}
.btn-c-blue-gray-300:focus, .btn-c-blue-gray-300.focus {
  color: #fff;
  background-color: #7a929e;
  border-color: #738c98;
  box-shadow: 0 0 0 0.2rem rgba(127, 145, 154, 0.5);
}
.btn-c-blue-gray-300.disabled, .btn-c-blue-gray-300:disabled {
  color: #212529;
  background-color: #90A4AE;
  border-color: #90A4AE;
}
.btn-c-blue-gray-300:not(:disabled):not(.disabled):active, .btn-c-blue-gray-300:not(:disabled):not(.disabled).active, .show > .btn-c-blue-gray-300.dropdown-toggle {
  color: #fff;
  background-color: #738c98;
  border-color: #6b8693;
}
.btn-c-blue-gray-300:not(:disabled):not(.disabled):active:focus, .btn-c-blue-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 145, 154, 0.5);
}

.btn-c-blue-gray-400 {
  color: #fff;
  background-color: #78909C;
  border-color: #78909C;
}
.btn-c-blue-gray-400:hover {
  color: #fff;
  background-color: #657d89;
  border-color: #5f7682;
}
.btn-c-blue-gray-400:focus, .btn-c-blue-gray-400.focus {
  color: #fff;
  background-color: #657d89;
  border-color: #5f7682;
  box-shadow: 0 0 0 0.2rem rgba(140, 161, 171, 0.5);
}
.btn-c-blue-gray-400.disabled, .btn-c-blue-gray-400:disabled {
  color: #fff;
  background-color: #78909C;
  border-color: #78909C;
}
.btn-c-blue-gray-400:not(:disabled):not(.disabled):active, .btn-c-blue-gray-400:not(:disabled):not(.disabled).active, .show > .btn-c-blue-gray-400.dropdown-toggle {
  color: #fff;
  background-color: #5f7682;
  border-color: #5a707a;
}
.btn-c-blue-gray-400:not(:disabled):not(.disabled):active:focus, .btn-c-blue-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 161, 171, 0.5);
}

.btn-c-blue-gray-500 {
  color: #fff;
  background-color: #607D8B;
  border-color: #607D8B;
}
.btn-c-blue-gray-500:hover {
  color: #fff;
  background-color: #506974;
  border-color: #4b626d;
}
.btn-c-blue-gray-500:focus, .btn-c-blue-gray-500.focus {
  color: #fff;
  background-color: #506974;
  border-color: #4b626d;
  box-shadow: 0 0 0 0.2rem rgba(120, 145, 156, 0.5);
}
.btn-c-blue-gray-500.disabled, .btn-c-blue-gray-500:disabled {
  color: #fff;
  background-color: #607D8B;
  border-color: #607D8B;
}
.btn-c-blue-gray-500:not(:disabled):not(.disabled):active, .btn-c-blue-gray-500:not(:disabled):not(.disabled).active, .show > .btn-c-blue-gray-500.dropdown-toggle {
  color: #fff;
  background-color: #4b626d;
  border-color: #465b65;
}
.btn-c-blue-gray-500:not(:disabled):not(.disabled):active:focus, .btn-c-blue-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 145, 156, 0.5);
}

.btn-c-blue-gray-600 {
  color: #fff;
  background-color: #546E7A;
  border-color: #546E7A;
}
.btn-c-blue-gray-600:hover {
  color: #fff;
  background-color: #445a63;
  border-color: #3f535c;
}
.btn-c-blue-gray-600:focus, .btn-c-blue-gray-600.focus {
  color: #fff;
  background-color: #445a63;
  border-color: #3f535c;
  box-shadow: 0 0 0 0.2rem rgba(110, 132, 142, 0.5);
}
.btn-c-blue-gray-600.disabled, .btn-c-blue-gray-600:disabled {
  color: #fff;
  background-color: #546E7A;
  border-color: #546E7A;
}
.btn-c-blue-gray-600:not(:disabled):not(.disabled):active, .btn-c-blue-gray-600:not(:disabled):not(.disabled).active, .show > .btn-c-blue-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #3f535c;
  border-color: #3a4c54;
}
.btn-c-blue-gray-600:not(:disabled):not(.disabled):active:focus, .btn-c-blue-gray-600:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 132, 142, 0.5);
}

.btn-c-blue-gray-700 {
  color: #fff;
  background-color: #455A64;
  border-color: #455A64;
}
.btn-c-blue-gray-700:hover {
  color: #fff;
  background-color: #35464d;
  border-color: #303f46;
}
.btn-c-blue-gray-700:focus, .btn-c-blue-gray-700.focus {
  color: #fff;
  background-color: #35464d;
  border-color: #303f46;
  box-shadow: 0 0 0 0.2rem rgba(97, 115, 123, 0.5);
}
.btn-c-blue-gray-700.disabled, .btn-c-blue-gray-700:disabled {
  color: #fff;
  background-color: #455A64;
  border-color: #455A64;
}
.btn-c-blue-gray-700:not(:disabled):not(.disabled):active, .btn-c-blue-gray-700:not(:disabled):not(.disabled).active, .show > .btn-c-blue-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #303f46;
  border-color: #2b383e;
}
.btn-c-blue-gray-700:not(:disabled):not(.disabled):active:focus, .btn-c-blue-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 115, 123, 0.5);
}

.btn-c-blue-gray-800 {
  color: #fff;
  background-color: #37474F;
  border-color: #37474F;
}
.btn-c-blue-gray-800:hover {
  color: #fff;
  background-color: #273338;
  border-color: #222c31;
}
.btn-c-blue-gray-800:focus, .btn-c-blue-gray-800.focus {
  color: #fff;
  background-color: #273338;
  border-color: #222c31;
  box-shadow: 0 0 0 0.2rem rgba(85, 99, 105, 0.5);
}
.btn-c-blue-gray-800.disabled, .btn-c-blue-gray-800:disabled {
  color: #fff;
  background-color: #37474F;
  border-color: #37474F;
}
.btn-c-blue-gray-800:not(:disabled):not(.disabled):active, .btn-c-blue-gray-800:not(:disabled):not(.disabled).active, .show > .btn-c-blue-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #222c31;
  border-color: #1d2529;
}
.btn-c-blue-gray-800:not(:disabled):not(.disabled):active:focus, .btn-c-blue-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 99, 105, 0.5);
}

.btn-c-blue-gray-900 {
  color: #fff;
  background-color: #263238;
  border-color: #263238;
}
.btn-c-blue-gray-900:hover {
  color: #fff;
  background-color: #171e21;
  border-color: #11171a;
}
.btn-c-blue-gray-900:focus, .btn-c-blue-gray-900.focus {
  color: #fff;
  background-color: #171e21;
  border-color: #11171a;
  box-shadow: 0 0 0 0.2rem rgba(71, 81, 86, 0.5);
}
.btn-c-blue-gray-900.disabled, .btn-c-blue-gray-900:disabled {
  color: #fff;
  background-color: #263238;
  border-color: #263238;
}
.btn-c-blue-gray-900:not(:disabled):not(.disabled):active, .btn-c-blue-gray-900:not(:disabled):not(.disabled).active, .show > .btn-c-blue-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #11171a;
  border-color: #0c1012;
}
.btn-c-blue-gray-900:not(:disabled):not(.disabled):active:focus, .btn-c-blue-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-c-blue-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 81, 86, 0.5);
}

.btn-outline-primary {
  color: #E91E63;
  border-color: #E91E63;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #E91E63;
  border-color: #E91E63;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #E91E63;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #E91E63;
  border-color: #E91E63;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-c-blue {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-c-blue:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-c-blue:focus, .btn-outline-c-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-c-blue.disabled, .btn-outline-c-blue:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-c-blue:not(:disabled):not(.disabled):active, .btn-outline-c-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-c-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-c-indigo {
  color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-c-indigo:hover {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-c-indigo:focus, .btn-outline-c-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}
.btn-outline-c-indigo.disabled, .btn-outline-c-indigo:disabled {
  color: #6610f2;
  background-color: transparent;
}
.btn-outline-c-indigo:not(:disabled):not(.disabled):active, .btn-outline-c-indigo:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo.dropdown-toggle {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-c-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.btn-outline-c-purple {
  color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-c-purple:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-c-purple:focus, .btn-outline-c-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}
.btn-outline-c-purple.disabled, .btn-outline-c-purple:disabled {
  color: #6f42c1;
  background-color: transparent;
}
.btn-outline-c-purple:not(:disabled):not(.disabled):active, .btn-outline-c-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple.dropdown-toggle {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-c-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.btn-outline-c-pink {
  color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-c-pink:hover {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-c-pink:focus, .btn-outline-c-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}
.btn-outline-c-pink.disabled, .btn-outline-c-pink:disabled {
  color: #e83e8c;
  background-color: transparent;
}
.btn-outline-c-pink:not(:disabled):not(.disabled):active, .btn-outline-c-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink.dropdown-toggle {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-c-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-outline-c-red {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-c-red:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-c-red:focus, .btn-outline-c-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-c-red.disabled, .btn-outline-c-red:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-c-red:not(:disabled):not(.disabled):active, .btn-outline-c-red:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-c-red:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-c-orange {
  color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-c-orange:hover {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-c-orange:focus, .btn-outline-c-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}
.btn-outline-c-orange.disabled, .btn-outline-c-orange:disabled {
  color: #fd7e14;
  background-color: transparent;
}
.btn-outline-c-orange:not(:disabled):not(.disabled):active, .btn-outline-c-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange.dropdown-toggle {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-c-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

.btn-outline-c-yellow {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-c-yellow:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-c-yellow:focus, .btn-outline-c-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-c-yellow.disabled, .btn-outline-c-yellow:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-c-yellow:not(:disabled):not(.disabled):active, .btn-outline-c-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-c-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-c-green {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-c-green:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-c-green:focus, .btn-outline-c-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-c-green.disabled, .btn-outline-c-green:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-c-green:not(:disabled):not(.disabled):active, .btn-outline-c-green:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-c-green:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-c-teal {
  color: #20c997;
  border-color: #20c997;
}
.btn-outline-c-teal:hover {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-outline-c-teal:focus, .btn-outline-c-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
.btn-outline-c-teal.disabled, .btn-outline-c-teal:disabled {
  color: #20c997;
  background-color: transparent;
}
.btn-outline-c-teal:not(:disabled):not(.disabled):active, .btn-outline-c-teal:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal.dropdown-toggle {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-outline-c-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-outline-c-cyan {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-c-cyan:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-c-cyan:focus, .btn-outline-c-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-c-cyan.disabled, .btn-outline-c-cyan:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-c-cyan:not(:disabled):not(.disabled):active, .btn-outline-c-cyan:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-c-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-c-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-c-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-c-white:focus, .btn-outline-c-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-c-white.disabled, .btn-outline-c-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-c-white:not(:disabled):not(.disabled):active, .btn-outline-c-white:not(:disabled):not(.disabled).active, .show > .btn-outline-c-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-c-white:not(:disabled):not(.disabled):active:focus, .btn-outline-c-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-c-gray {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-c-gray:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-c-gray:focus, .btn-outline-c-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-c-gray.disabled, .btn-outline-c-gray:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-c-gray:not(:disabled):not(.disabled):active, .btn-outline-c-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-c-gray.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-c-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-c-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-c-gray-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-c-gray-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-c-gray-dark:focus, .btn-outline-c-gray-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-c-gray-dark.disabled, .btn-outline-c-gray-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-c-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-c-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-c-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-c-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-c-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-c-gray-50 {
  color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-outline-c-gray-50:hover {
  color: #212529;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-outline-c-gray-50:focus, .btn-outline-c-gray-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-outline-c-gray-50.disabled, .btn-outline-c-gray-50:disabled {
  color: #FAFAFA;
  background-color: transparent;
}
.btn-outline-c-gray-50:not(:disabled):not(.disabled):active, .btn-outline-c-gray-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-gray-50.dropdown-toggle {
  color: #212529;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-outline-c-gray-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-gray-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-gray-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.btn-outline-c-gray-100 {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-c-gray-100:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-c-gray-100:focus, .btn-outline-c-gray-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-c-gray-100.disabled, .btn-outline-c-gray-100:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-c-gray-100:not(:disabled):not(.disabled):active, .btn-outline-c-gray-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-gray-100.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-c-gray-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-c-gray-200 {
  color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-c-gray-200:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-c-gray-200:focus, .btn-outline-c-gray-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-outline-c-gray-200.disabled, .btn-outline-c-gray-200:disabled {
  color: #e9ecef;
  background-color: transparent;
}
.btn-outline-c-gray-200:not(:disabled):not(.disabled):active, .btn-outline-c-gray-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-gray-200.dropdown-toggle {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-c-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-outline-c-gray-300 {
  color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-c-gray-300:hover {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-c-gray-300:focus, .btn-outline-c-gray-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-outline-c-gray-300.disabled, .btn-outline-c-gray-300:disabled {
  color: #dee2e6;
  background-color: transparent;
}
.btn-outline-c-gray-300:not(:disabled):not(.disabled):active, .btn-outline-c-gray-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-gray-300.dropdown-toggle {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-c-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-c-gray-400 {
  color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-c-gray-400:hover {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-c-gray-400:focus, .btn-outline-c-gray-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-outline-c-gray-400.disabled, .btn-outline-c-gray-400:disabled {
  color: #ced4da;
  background-color: transparent;
}
.btn-outline-c-gray-400:not(:disabled):not(.disabled):active, .btn-outline-c-gray-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-gray-400.dropdown-toggle {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-c-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-c-gray-500 {
  color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-c-gray-500:hover {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-c-gray-500:focus, .btn-outline-c-gray-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline-c-gray-500.disabled, .btn-outline-c-gray-500:disabled {
  color: #adb5bd;
  background-color: transparent;
}
.btn-outline-c-gray-500:not(:disabled):not(.disabled):active, .btn-outline-c-gray-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-gray-500.dropdown-toggle {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-c-gray-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-outline-c-gray-600 {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-c-gray-600:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-c-gray-600:focus, .btn-outline-c-gray-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-c-gray-600.disabled, .btn-outline-c-gray-600:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-c-gray-600:not(:disabled):not(.disabled):active, .btn-outline-c-gray-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-c-gray-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-gray-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-c-gray-700 {
  color: #495057;
  border-color: #495057;
}
.btn-outline-c-gray-700:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-c-gray-700:focus, .btn-outline-c-gray-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}
.btn-outline-c-gray-700.disabled, .btn-outline-c-gray-700:disabled {
  color: #495057;
  background-color: transparent;
}
.btn-outline-c-gray-700:not(:disabled):not(.disabled):active, .btn-outline-c-gray-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-c-gray-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

.btn-outline-c-gray-800 {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-c-gray-800:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-c-gray-800:focus, .btn-outline-c-gray-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-c-gray-800.disabled, .btn-outline-c-gray-800:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-c-gray-800:not(:disabled):not(.disabled):active, .btn-outline-c-gray-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-c-gray-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-c-gray-900 {
  color: #212529;
  border-color: #212529;
}
.btn-outline-c-gray-900:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-c-gray-900:focus, .btn-outline-c-gray-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-outline-c-gray-900.disabled, .btn-outline-c-gray-900:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-outline-c-gray-900:not(:disabled):not(.disabled):active, .btn-outline-c-gray-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-c-gray-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-c-red-50 {
  color: #FFEBEE;
  border-color: #FFEBEE;
}
.btn-outline-c-red-50:hover {
  color: #212529;
  background-color: #FFEBEE;
  border-color: #FFEBEE;
}
.btn-outline-c-red-50:focus, .btn-outline-c-red-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 238, 0.5);
}
.btn-outline-c-red-50.disabled, .btn-outline-c-red-50:disabled {
  color: #FFEBEE;
  background-color: transparent;
}
.btn-outline-c-red-50:not(:disabled):not(.disabled):active, .btn-outline-c-red-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-50.dropdown-toggle {
  color: #212529;
  background-color: #FFEBEE;
  border-color: #FFEBEE;
}
.btn-outline-c-red-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 238, 0.5);
}

.btn-outline-c-red-100 {
  color: #FFCDD2;
  border-color: #FFCDD2;
}
.btn-outline-c-red-100:hover {
  color: #212529;
  background-color: #FFCDD2;
  border-color: #FFCDD2;
}
.btn-outline-c-red-100:focus, .btn-outline-c-red-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 205, 210, 0.5);
}
.btn-outline-c-red-100.disabled, .btn-outline-c-red-100:disabled {
  color: #FFCDD2;
  background-color: transparent;
}
.btn-outline-c-red-100:not(:disabled):not(.disabled):active, .btn-outline-c-red-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-100.dropdown-toggle {
  color: #212529;
  background-color: #FFCDD2;
  border-color: #FFCDD2;
}
.btn-outline-c-red-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 205, 210, 0.5);
}

.btn-outline-c-red-200 {
  color: #EF9A9A;
  border-color: #EF9A9A;
}
.btn-outline-c-red-200:hover {
  color: #212529;
  background-color: #EF9A9A;
  border-color: #EF9A9A;
}
.btn-outline-c-red-200:focus, .btn-outline-c-red-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 154, 154, 0.5);
}
.btn-outline-c-red-200.disabled, .btn-outline-c-red-200:disabled {
  color: #EF9A9A;
  background-color: transparent;
}
.btn-outline-c-red-200:not(:disabled):not(.disabled):active, .btn-outline-c-red-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-200.dropdown-toggle {
  color: #212529;
  background-color: #EF9A9A;
  border-color: #EF9A9A;
}
.btn-outline-c-red-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 154, 154, 0.5);
}

.btn-outline-c-red-300 {
  color: #E57373;
  border-color: #E57373;
}
.btn-outline-c-red-300:hover {
  color: #fff;
  background-color: #E57373;
  border-color: #E57373;
}
.btn-outline-c-red-300:focus, .btn-outline-c-red-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 115, 115, 0.5);
}
.btn-outline-c-red-300.disabled, .btn-outline-c-red-300:disabled {
  color: #E57373;
  background-color: transparent;
}
.btn-outline-c-red-300:not(:disabled):not(.disabled):active, .btn-outline-c-red-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-300.dropdown-toggle {
  color: #fff;
  background-color: #E57373;
  border-color: #E57373;
}
.btn-outline-c-red-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 115, 115, 0.5);
}

.btn-outline-c-red-400 {
  color: #EF5350;
  border-color: #EF5350;
}
.btn-outline-c-red-400:hover {
  color: #fff;
  background-color: #EF5350;
  border-color: #EF5350;
}
.btn-outline-c-red-400:focus, .btn-outline-c-red-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.5);
}
.btn-outline-c-red-400.disabled, .btn-outline-c-red-400:disabled {
  color: #EF5350;
  background-color: transparent;
}
.btn-outline-c-red-400:not(:disabled):not(.disabled):active, .btn-outline-c-red-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-400.dropdown-toggle {
  color: #fff;
  background-color: #EF5350;
  border-color: #EF5350;
}
.btn-outline-c-red-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.5);
}

.btn-outline-c-red-500 {
  color: #F44336;
  border-color: #F44336;
}
.btn-outline-c-red-500:hover {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.btn-outline-c-red-500:focus, .btn-outline-c-red-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}
.btn-outline-c-red-500.disabled, .btn-outline-c-red-500:disabled {
  color: #F44336;
  background-color: transparent;
}
.btn-outline-c-red-500:not(:disabled):not(.disabled):active, .btn-outline-c-red-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-500.dropdown-toggle {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.btn-outline-c-red-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

.btn-outline-c-red-600 {
  color: #E53935;
  border-color: #E53935;
}
.btn-outline-c-red-600:hover {
  color: #fff;
  background-color: #E53935;
  border-color: #E53935;
}
.btn-outline-c-red-600:focus, .btn-outline-c-red-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 57, 53, 0.5);
}
.btn-outline-c-red-600.disabled, .btn-outline-c-red-600:disabled {
  color: #E53935;
  background-color: transparent;
}
.btn-outline-c-red-600:not(:disabled):not(.disabled):active, .btn-outline-c-red-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-600.dropdown-toggle {
  color: #fff;
  background-color: #E53935;
  border-color: #E53935;
}
.btn-outline-c-red-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 57, 53, 0.5);
}

.btn-outline-c-red-700 {
  color: #D32F2F;
  border-color: #D32F2F;
}
.btn-outline-c-red-700:hover {
  color: #fff;
  background-color: #D32F2F;
  border-color: #D32F2F;
}
.btn-outline-c-red-700:focus, .btn-outline-c-red-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.5);
}
.btn-outline-c-red-700.disabled, .btn-outline-c-red-700:disabled {
  color: #D32F2F;
  background-color: transparent;
}
.btn-outline-c-red-700:not(:disabled):not(.disabled):active, .btn-outline-c-red-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-700.dropdown-toggle {
  color: #fff;
  background-color: #D32F2F;
  border-color: #D32F2F;
}
.btn-outline-c-red-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.5);
}

.btn-outline-c-red-800 {
  color: #C62828;
  border-color: #C62828;
}
.btn-outline-c-red-800:hover {
  color: #fff;
  background-color: #C62828;
  border-color: #C62828;
}
.btn-outline-c-red-800:focus, .btn-outline-c-red-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 40, 40, 0.5);
}
.btn-outline-c-red-800.disabled, .btn-outline-c-red-800:disabled {
  color: #C62828;
  background-color: transparent;
}
.btn-outline-c-red-800:not(:disabled):not(.disabled):active, .btn-outline-c-red-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-800.dropdown-toggle {
  color: #fff;
  background-color: #C62828;
  border-color: #C62828;
}
.btn-outline-c-red-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 40, 40, 0.5);
}

.btn-outline-c-red-900 {
  color: #B71C1C;
  border-color: #B71C1C;
}
.btn-outline-c-red-900:hover {
  color: #fff;
  background-color: #B71C1C;
  border-color: #B71C1C;
}
.btn-outline-c-red-900:focus, .btn-outline-c-red-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 28, 28, 0.5);
}
.btn-outline-c-red-900.disabled, .btn-outline-c-red-900:disabled {
  color: #B71C1C;
  background-color: transparent;
}
.btn-outline-c-red-900:not(:disabled):not(.disabled):active, .btn-outline-c-red-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-900.dropdown-toggle {
  color: #fff;
  background-color: #B71C1C;
  border-color: #B71C1C;
}
.btn-outline-c-red-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 28, 28, 0.5);
}

.btn-outline-c-red-a100 {
  color: #FF8A80;
  border-color: #FF8A80;
}
.btn-outline-c-red-a100:hover {
  color: #212529;
  background-color: #FF8A80;
  border-color: #FF8A80;
}
.btn-outline-c-red-a100:focus, .btn-outline-c-red-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 138, 128, 0.5);
}
.btn-outline-c-red-a100.disabled, .btn-outline-c-red-a100:disabled {
  color: #FF8A80;
  background-color: transparent;
}
.btn-outline-c-red-a100:not(:disabled):not(.disabled):active, .btn-outline-c-red-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-a100.dropdown-toggle {
  color: #212529;
  background-color: #FF8A80;
  border-color: #FF8A80;
}
.btn-outline-c-red-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 138, 128, 0.5);
}

.btn-outline-c-red-a200 {
  color: #FF5252;
  border-color: #FF5252;
}
.btn-outline-c-red-a200:hover {
  color: #fff;
  background-color: #FF5252;
  border-color: #FF5252;
}
.btn-outline-c-red-a200:focus, .btn-outline-c-red-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.5);
}
.btn-outline-c-red-a200.disabled, .btn-outline-c-red-a200:disabled {
  color: #FF5252;
  background-color: transparent;
}
.btn-outline-c-red-a200:not(:disabled):not(.disabled):active, .btn-outline-c-red-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-a200.dropdown-toggle {
  color: #fff;
  background-color: #FF5252;
  border-color: #FF5252;
}
.btn-outline-c-red-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.5);
}

.btn-outline-c-red-a400 {
  color: #FF1744;
  border-color: #FF1744;
}
.btn-outline-c-red-a400:hover {
  color: #fff;
  background-color: #FF1744;
  border-color: #FF1744;
}
.btn-outline-c-red-a400:focus, .btn-outline-c-red-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 23, 68, 0.5);
}
.btn-outline-c-red-a400.disabled, .btn-outline-c-red-a400:disabled {
  color: #FF1744;
  background-color: transparent;
}
.btn-outline-c-red-a400:not(:disabled):not(.disabled):active, .btn-outline-c-red-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-a400.dropdown-toggle {
  color: #fff;
  background-color: #FF1744;
  border-color: #FF1744;
}
.btn-outline-c-red-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 23, 68, 0.5);
}

.btn-outline-c-red-a700 {
  color: #D50000;
  border-color: #D50000;
}
.btn-outline-c-red-a700:hover {
  color: #fff;
  background-color: #D50000;
  border-color: #D50000;
}
.btn-outline-c-red-a700:focus, .btn-outline-c-red-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 0, 0, 0.5);
}
.btn-outline-c-red-a700.disabled, .btn-outline-c-red-a700:disabled {
  color: #D50000;
  background-color: transparent;
}
.btn-outline-c-red-a700:not(:disabled):not(.disabled):active, .btn-outline-c-red-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-red-a700.dropdown-toggle {
  color: #fff;
  background-color: #D50000;
  border-color: #D50000;
}
.btn-outline-c-red-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-red-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-red-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 0, 0, 0.5);
}

.btn-outline-c-pink-50 {
  color: #FCE4EC;
  border-color: #FCE4EC;
}
.btn-outline-c-pink-50:hover {
  color: #212529;
  background-color: #FCE4EC;
  border-color: #FCE4EC;
}
.btn-outline-c-pink-50:focus, .btn-outline-c-pink-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 228, 236, 0.5);
}
.btn-outline-c-pink-50.disabled, .btn-outline-c-pink-50:disabled {
  color: #FCE4EC;
  background-color: transparent;
}
.btn-outline-c-pink-50:not(:disabled):not(.disabled):active, .btn-outline-c-pink-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-50.dropdown-toggle {
  color: #212529;
  background-color: #FCE4EC;
  border-color: #FCE4EC;
}
.btn-outline-c-pink-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 228, 236, 0.5);
}

.btn-outline-c-pink-100 {
  color: #F8BBD0;
  border-color: #F8BBD0;
}
.btn-outline-c-pink-100:hover {
  color: #212529;
  background-color: #F8BBD0;
  border-color: #F8BBD0;
}
.btn-outline-c-pink-100:focus, .btn-outline-c-pink-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 187, 208, 0.5);
}
.btn-outline-c-pink-100.disabled, .btn-outline-c-pink-100:disabled {
  color: #F8BBD0;
  background-color: transparent;
}
.btn-outline-c-pink-100:not(:disabled):not(.disabled):active, .btn-outline-c-pink-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-100.dropdown-toggle {
  color: #212529;
  background-color: #F8BBD0;
  border-color: #F8BBD0;
}
.btn-outline-c-pink-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 187, 208, 0.5);
}

.btn-outline-c-pink-200 {
  color: #F48FB1;
  border-color: #F48FB1;
}
.btn-outline-c-pink-200:hover {
  color: #212529;
  background-color: #F48FB1;
  border-color: #F48FB1;
}
.btn-outline-c-pink-200:focus, .btn-outline-c-pink-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 143, 177, 0.5);
}
.btn-outline-c-pink-200.disabled, .btn-outline-c-pink-200:disabled {
  color: #F48FB1;
  background-color: transparent;
}
.btn-outline-c-pink-200:not(:disabled):not(.disabled):active, .btn-outline-c-pink-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-200.dropdown-toggle {
  color: #212529;
  background-color: #F48FB1;
  border-color: #F48FB1;
}
.btn-outline-c-pink-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 143, 177, 0.5);
}

.btn-outline-c-pink-300 {
  color: #F06292;
  border-color: #F06292;
}
.btn-outline-c-pink-300:hover {
  color: #fff;
  background-color: #F06292;
  border-color: #F06292;
}
.btn-outline-c-pink-300:focus, .btn-outline-c-pink-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 98, 146, 0.5);
}
.btn-outline-c-pink-300.disabled, .btn-outline-c-pink-300:disabled {
  color: #F06292;
  background-color: transparent;
}
.btn-outline-c-pink-300:not(:disabled):not(.disabled):active, .btn-outline-c-pink-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-300.dropdown-toggle {
  color: #fff;
  background-color: #F06292;
  border-color: #F06292;
}
.btn-outline-c-pink-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 98, 146, 0.5);
}

.btn-outline-c-pink-400 {
  color: #EC407A;
  border-color: #EC407A;
}
.btn-outline-c-pink-400:hover {
  color: #fff;
  background-color: #EC407A;
  border-color: #EC407A;
}
.btn-outline-c-pink-400:focus, .btn-outline-c-pink-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5);
}
.btn-outline-c-pink-400.disabled, .btn-outline-c-pink-400:disabled {
  color: #EC407A;
  background-color: transparent;
}
.btn-outline-c-pink-400:not(:disabled):not(.disabled):active, .btn-outline-c-pink-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-400.dropdown-toggle {
  color: #fff;
  background-color: #EC407A;
  border-color: #EC407A;
}
.btn-outline-c-pink-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5);
}

.btn-outline-c-pink-500 {
  color: #E91E63;
  border-color: #E91E63;
}
.btn-outline-c-pink-500:hover {
  color: #fff;
  background-color: #E91E63;
  border-color: #E91E63;
}
.btn-outline-c-pink-500:focus, .btn-outline-c-pink-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.5);
}
.btn-outline-c-pink-500.disabled, .btn-outline-c-pink-500:disabled {
  color: #E91E63;
  background-color: transparent;
}
.btn-outline-c-pink-500:not(:disabled):not(.disabled):active, .btn-outline-c-pink-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-500.dropdown-toggle {
  color: #fff;
  background-color: #E91E63;
  border-color: #E91E63;
}
.btn-outline-c-pink-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.5);
}

.btn-outline-c-pink-600 {
  color: #D81B60;
  border-color: #D81B60;
}
.btn-outline-c-pink-600:hover {
  color: #fff;
  background-color: #D81B60;
  border-color: #D81B60;
}
.btn-outline-c-pink-600:focus, .btn-outline-c-pink-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 27, 96, 0.5);
}
.btn-outline-c-pink-600.disabled, .btn-outline-c-pink-600:disabled {
  color: #D81B60;
  background-color: transparent;
}
.btn-outline-c-pink-600:not(:disabled):not(.disabled):active, .btn-outline-c-pink-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-600.dropdown-toggle {
  color: #fff;
  background-color: #D81B60;
  border-color: #D81B60;
}
.btn-outline-c-pink-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 27, 96, 0.5);
}

.btn-outline-c-pink-700 {
  color: #C2185B;
  border-color: #C2185B;
}
.btn-outline-c-pink-700:hover {
  color: #fff;
  background-color: #C2185B;
  border-color: #C2185B;
}
.btn-outline-c-pink-700:focus, .btn-outline-c-pink-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 24, 91, 0.5);
}
.btn-outline-c-pink-700.disabled, .btn-outline-c-pink-700:disabled {
  color: #C2185B;
  background-color: transparent;
}
.btn-outline-c-pink-700:not(:disabled):not(.disabled):active, .btn-outline-c-pink-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-700.dropdown-toggle {
  color: #fff;
  background-color: #C2185B;
  border-color: #C2185B;
}
.btn-outline-c-pink-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 24, 91, 0.5);
}

.btn-outline-c-pink-800 {
  color: #AD1457;
  border-color: #AD1457;
}
.btn-outline-c-pink-800:hover {
  color: #fff;
  background-color: #AD1457;
  border-color: #AD1457;
}
.btn-outline-c-pink-800:focus, .btn-outline-c-pink-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 20, 87, 0.5);
}
.btn-outline-c-pink-800.disabled, .btn-outline-c-pink-800:disabled {
  color: #AD1457;
  background-color: transparent;
}
.btn-outline-c-pink-800:not(:disabled):not(.disabled):active, .btn-outline-c-pink-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-800.dropdown-toggle {
  color: #fff;
  background-color: #AD1457;
  border-color: #AD1457;
}
.btn-outline-c-pink-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 20, 87, 0.5);
}

.btn-outline-c-pink-900 {
  color: #880E4F;
  border-color: #880E4F;
}
.btn-outline-c-pink-900:hover {
  color: #fff;
  background-color: #880E4F;
  border-color: #880E4F;
}
.btn-outline-c-pink-900:focus, .btn-outline-c-pink-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 14, 79, 0.5);
}
.btn-outline-c-pink-900.disabled, .btn-outline-c-pink-900:disabled {
  color: #880E4F;
  background-color: transparent;
}
.btn-outline-c-pink-900:not(:disabled):not(.disabled):active, .btn-outline-c-pink-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-900.dropdown-toggle {
  color: #fff;
  background-color: #880E4F;
  border-color: #880E4F;
}
.btn-outline-c-pink-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 14, 79, 0.5);
}

.btn-outline-c-pink-a100 {
  color: #FF80AB;
  border-color: #FF80AB;
}
.btn-outline-c-pink-a100:hover {
  color: #212529;
  background-color: #FF80AB;
  border-color: #FF80AB;
}
.btn-outline-c-pink-a100:focus, .btn-outline-c-pink-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 128, 171, 0.5);
}
.btn-outline-c-pink-a100.disabled, .btn-outline-c-pink-a100:disabled {
  color: #FF80AB;
  background-color: transparent;
}
.btn-outline-c-pink-a100:not(:disabled):not(.disabled):active, .btn-outline-c-pink-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-a100.dropdown-toggle {
  color: #212529;
  background-color: #FF80AB;
  border-color: #FF80AB;
}
.btn-outline-c-pink-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 128, 171, 0.5);
}

.btn-outline-c-pink-a200 {
  color: #FF4081;
  border-color: #FF4081;
}
.btn-outline-c-pink-a200:hover {
  color: #fff;
  background-color: #FF4081;
  border-color: #FF4081;
}
.btn-outline-c-pink-a200:focus, .btn-outline-c-pink-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 129, 0.5);
}
.btn-outline-c-pink-a200.disabled, .btn-outline-c-pink-a200:disabled {
  color: #FF4081;
  background-color: transparent;
}
.btn-outline-c-pink-a200:not(:disabled):not(.disabled):active, .btn-outline-c-pink-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-a200.dropdown-toggle {
  color: #fff;
  background-color: #FF4081;
  border-color: #FF4081;
}
.btn-outline-c-pink-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 129, 0.5);
}

.btn-outline-c-pink-a400 {
  color: #F50057;
  border-color: #F50057;
}
.btn-outline-c-pink-a400:hover {
  color: #fff;
  background-color: #F50057;
  border-color: #F50057;
}
.btn-outline-c-pink-a400:focus, .btn-outline-c-pink-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 0, 87, 0.5);
}
.btn-outline-c-pink-a400.disabled, .btn-outline-c-pink-a400:disabled {
  color: #F50057;
  background-color: transparent;
}
.btn-outline-c-pink-a400:not(:disabled):not(.disabled):active, .btn-outline-c-pink-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-a400.dropdown-toggle {
  color: #fff;
  background-color: #F50057;
  border-color: #F50057;
}
.btn-outline-c-pink-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 0, 87, 0.5);
}

.btn-outline-c-pink-a700 {
  color: #C51162;
  border-color: #C51162;
}
.btn-outline-c-pink-a700:hover {
  color: #fff;
  background-color: #C51162;
  border-color: #C51162;
}
.btn-outline-c-pink-a700:focus, .btn-outline-c-pink-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 17, 98, 0.5);
}
.btn-outline-c-pink-a700.disabled, .btn-outline-c-pink-a700:disabled {
  color: #C51162;
  background-color: transparent;
}
.btn-outline-c-pink-a700:not(:disabled):not(.disabled):active, .btn-outline-c-pink-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-pink-a700.dropdown-toggle {
  color: #fff;
  background-color: #C51162;
  border-color: #C51162;
}
.btn-outline-c-pink-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-pink-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-pink-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 17, 98, 0.5);
}

.btn-outline-c-purple-50 {
  color: #F3E5F5;
  border-color: #F3E5F5;
}
.btn-outline-c-purple-50:hover {
  color: #212529;
  background-color: #F3E5F5;
  border-color: #F3E5F5;
}
.btn-outline-c-purple-50:focus, .btn-outline-c-purple-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 229, 245, 0.5);
}
.btn-outline-c-purple-50.disabled, .btn-outline-c-purple-50:disabled {
  color: #F3E5F5;
  background-color: transparent;
}
.btn-outline-c-purple-50:not(:disabled):not(.disabled):active, .btn-outline-c-purple-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-50.dropdown-toggle {
  color: #212529;
  background-color: #F3E5F5;
  border-color: #F3E5F5;
}
.btn-outline-c-purple-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 229, 245, 0.5);
}

.btn-outline-c-purple-100 {
  color: #E1BEE7;
  border-color: #E1BEE7;
}
.btn-outline-c-purple-100:hover {
  color: #212529;
  background-color: #E1BEE7;
  border-color: #E1BEE7;
}
.btn-outline-c-purple-100:focus, .btn-outline-c-purple-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 190, 231, 0.5);
}
.btn-outline-c-purple-100.disabled, .btn-outline-c-purple-100:disabled {
  color: #E1BEE7;
  background-color: transparent;
}
.btn-outline-c-purple-100:not(:disabled):not(.disabled):active, .btn-outline-c-purple-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-100.dropdown-toggle {
  color: #212529;
  background-color: #E1BEE7;
  border-color: #E1BEE7;
}
.btn-outline-c-purple-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 190, 231, 0.5);
}

.btn-outline-c-purple-200 {
  color: #CE93D8;
  border-color: #CE93D8;
}
.btn-outline-c-purple-200:hover {
  color: #212529;
  background-color: #CE93D8;
  border-color: #CE93D8;
}
.btn-outline-c-purple-200:focus, .btn-outline-c-purple-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 147, 216, 0.5);
}
.btn-outline-c-purple-200.disabled, .btn-outline-c-purple-200:disabled {
  color: #CE93D8;
  background-color: transparent;
}
.btn-outline-c-purple-200:not(:disabled):not(.disabled):active, .btn-outline-c-purple-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-200.dropdown-toggle {
  color: #212529;
  background-color: #CE93D8;
  border-color: #CE93D8;
}
.btn-outline-c-purple-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 147, 216, 0.5);
}

.btn-outline-c-purple-300 {
  color: #BA68C8;
  border-color: #BA68C8;
}
.btn-outline-c-purple-300:hover {
  color: #fff;
  background-color: #BA68C8;
  border-color: #BA68C8;
}
.btn-outline-c-purple-300:focus, .btn-outline-c-purple-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 104, 200, 0.5);
}
.btn-outline-c-purple-300.disabled, .btn-outline-c-purple-300:disabled {
  color: #BA68C8;
  background-color: transparent;
}
.btn-outline-c-purple-300:not(:disabled):not(.disabled):active, .btn-outline-c-purple-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-300.dropdown-toggle {
  color: #fff;
  background-color: #BA68C8;
  border-color: #BA68C8;
}
.btn-outline-c-purple-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 104, 200, 0.5);
}

.btn-outline-c-purple-400 {
  color: #AB47BC;
  border-color: #AB47BC;
}
.btn-outline-c-purple-400:hover {
  color: #fff;
  background-color: #AB47BC;
  border-color: #AB47BC;
}
.btn-outline-c-purple-400:focus, .btn-outline-c-purple-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(171, 71, 188, 0.5);
}
.btn-outline-c-purple-400.disabled, .btn-outline-c-purple-400:disabled {
  color: #AB47BC;
  background-color: transparent;
}
.btn-outline-c-purple-400:not(:disabled):not(.disabled):active, .btn-outline-c-purple-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-400.dropdown-toggle {
  color: #fff;
  background-color: #AB47BC;
  border-color: #AB47BC;
}
.btn-outline-c-purple-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(171, 71, 188, 0.5);
}

.btn-outline-c-purple-500 {
  color: #9C27B0;
  border-color: #9C27B0;
}
.btn-outline-c-purple-500:hover {
  color: #fff;
  background-color: #9C27B0;
  border-color: #9C27B0;
}
.btn-outline-c-purple-500:focus, .btn-outline-c-purple-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
}
.btn-outline-c-purple-500.disabled, .btn-outline-c-purple-500:disabled {
  color: #9C27B0;
  background-color: transparent;
}
.btn-outline-c-purple-500:not(:disabled):not(.disabled):active, .btn-outline-c-purple-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-500.dropdown-toggle {
  color: #fff;
  background-color: #9C27B0;
  border-color: #9C27B0;
}
.btn-outline-c-purple-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
}

.btn-outline-c-purple-600 {
  color: #8E24AA;
  border-color: #8E24AA;
}
.btn-outline-c-purple-600:hover {
  color: #fff;
  background-color: #8E24AA;
  border-color: #8E24AA;
}
.btn-outline-c-purple-600:focus, .btn-outline-c-purple-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 36, 170, 0.5);
}
.btn-outline-c-purple-600.disabled, .btn-outline-c-purple-600:disabled {
  color: #8E24AA;
  background-color: transparent;
}
.btn-outline-c-purple-600:not(:disabled):not(.disabled):active, .btn-outline-c-purple-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-600.dropdown-toggle {
  color: #fff;
  background-color: #8E24AA;
  border-color: #8E24AA;
}
.btn-outline-c-purple-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 36, 170, 0.5);
}

.btn-outline-c-purple-700 {
  color: #7B1FA2;
  border-color: #7B1FA2;
}
.btn-outline-c-purple-700:hover {
  color: #fff;
  background-color: #7B1FA2;
  border-color: #7B1FA2;
}
.btn-outline-c-purple-700:focus, .btn-outline-c-purple-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 31, 162, 0.5);
}
.btn-outline-c-purple-700.disabled, .btn-outline-c-purple-700:disabled {
  color: #7B1FA2;
  background-color: transparent;
}
.btn-outline-c-purple-700:not(:disabled):not(.disabled):active, .btn-outline-c-purple-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-700.dropdown-toggle {
  color: #fff;
  background-color: #7B1FA2;
  border-color: #7B1FA2;
}
.btn-outline-c-purple-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 31, 162, 0.5);
}

.btn-outline-c-purple-800 {
  color: #6A1B9A;
  border-color: #6A1B9A;
}
.btn-outline-c-purple-800:hover {
  color: #fff;
  background-color: #6A1B9A;
  border-color: #6A1B9A;
}
.btn-outline-c-purple-800:focus, .btn-outline-c-purple-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 27, 154, 0.5);
}
.btn-outline-c-purple-800.disabled, .btn-outline-c-purple-800:disabled {
  color: #6A1B9A;
  background-color: transparent;
}
.btn-outline-c-purple-800:not(:disabled):not(.disabled):active, .btn-outline-c-purple-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-800.dropdown-toggle {
  color: #fff;
  background-color: #6A1B9A;
  border-color: #6A1B9A;
}
.btn-outline-c-purple-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 27, 154, 0.5);
}

.btn-outline-c-purple-900 {
  color: #4A148C;
  border-color: #4A148C;
}
.btn-outline-c-purple-900:hover {
  color: #fff;
  background-color: #4A148C;
  border-color: #4A148C;
}
.btn-outline-c-purple-900:focus, .btn-outline-c-purple-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 20, 140, 0.5);
}
.btn-outline-c-purple-900.disabled, .btn-outline-c-purple-900:disabled {
  color: #4A148C;
  background-color: transparent;
}
.btn-outline-c-purple-900:not(:disabled):not(.disabled):active, .btn-outline-c-purple-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-900.dropdown-toggle {
  color: #fff;
  background-color: #4A148C;
  border-color: #4A148C;
}
.btn-outline-c-purple-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 20, 140, 0.5);
}

.btn-outline-c-purple-a100 {
  color: #EA80FC;
  border-color: #EA80FC;
}
.btn-outline-c-purple-a100:hover {
  color: #212529;
  background-color: #EA80FC;
  border-color: #EA80FC;
}
.btn-outline-c-purple-a100:focus, .btn-outline-c-purple-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 128, 252, 0.5);
}
.btn-outline-c-purple-a100.disabled, .btn-outline-c-purple-a100:disabled {
  color: #EA80FC;
  background-color: transparent;
}
.btn-outline-c-purple-a100:not(:disabled):not(.disabled):active, .btn-outline-c-purple-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-a100.dropdown-toggle {
  color: #212529;
  background-color: #EA80FC;
  border-color: #EA80FC;
}
.btn-outline-c-purple-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 128, 252, 0.5);
}

.btn-outline-c-purple-a200 {
  color: #E040FB;
  border-color: #E040FB;
}
.btn-outline-c-purple-a200:hover {
  color: #fff;
  background-color: #E040FB;
  border-color: #E040FB;
}
.btn-outline-c-purple-a200:focus, .btn-outline-c-purple-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 64, 251, 0.5);
}
.btn-outline-c-purple-a200.disabled, .btn-outline-c-purple-a200:disabled {
  color: #E040FB;
  background-color: transparent;
}
.btn-outline-c-purple-a200:not(:disabled):not(.disabled):active, .btn-outline-c-purple-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-a200.dropdown-toggle {
  color: #fff;
  background-color: #E040FB;
  border-color: #E040FB;
}
.btn-outline-c-purple-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 64, 251, 0.5);
}

.btn-outline-c-purple-a400 {
  color: #D500F9;
  border-color: #D500F9;
}
.btn-outline-c-purple-a400:hover {
  color: #fff;
  background-color: #D500F9;
  border-color: #D500F9;
}
.btn-outline-c-purple-a400:focus, .btn-outline-c-purple-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 0, 249, 0.5);
}
.btn-outline-c-purple-a400.disabled, .btn-outline-c-purple-a400:disabled {
  color: #D500F9;
  background-color: transparent;
}
.btn-outline-c-purple-a400:not(:disabled):not(.disabled):active, .btn-outline-c-purple-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-a400.dropdown-toggle {
  color: #fff;
  background-color: #D500F9;
  border-color: #D500F9;
}
.btn-outline-c-purple-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 0, 249, 0.5);
}

.btn-outline-c-purple-a700 {
  color: #AA00FF;
  border-color: #AA00FF;
}
.btn-outline-c-purple-a700:hover {
  color: #fff;
  background-color: #AA00FF;
  border-color: #AA00FF;
}
.btn-outline-c-purple-a700:focus, .btn-outline-c-purple-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 0, 255, 0.5);
}
.btn-outline-c-purple-a700.disabled, .btn-outline-c-purple-a700:disabled {
  color: #AA00FF;
  background-color: transparent;
}
.btn-outline-c-purple-a700:not(:disabled):not(.disabled):active, .btn-outline-c-purple-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-purple-a700.dropdown-toggle {
  color: #fff;
  background-color: #AA00FF;
  border-color: #AA00FF;
}
.btn-outline-c-purple-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-purple-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-purple-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 0, 255, 0.5);
}

.btn-outline-c-deep-purple-50 {
  color: #EDE7F6;
  border-color: #EDE7F6;
}
.btn-outline-c-deep-purple-50:hover {
  color: #212529;
  background-color: #EDE7F6;
  border-color: #EDE7F6;
}
.btn-outline-c-deep-purple-50:focus, .btn-outline-c-deep-purple-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 231, 246, 0.5);
}
.btn-outline-c-deep-purple-50.disabled, .btn-outline-c-deep-purple-50:disabled {
  color: #EDE7F6;
  background-color: transparent;
}
.btn-outline-c-deep-purple-50:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-50.dropdown-toggle {
  color: #212529;
  background-color: #EDE7F6;
  border-color: #EDE7F6;
}
.btn-outline-c-deep-purple-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 231, 246, 0.5);
}

.btn-outline-c-deep-purple-100 {
  color: #D1C4E9;
  border-color: #D1C4E9;
}
.btn-outline-c-deep-purple-100:hover {
  color: #212529;
  background-color: #D1C4E9;
  border-color: #D1C4E9;
}
.btn-outline-c-deep-purple-100:focus, .btn-outline-c-deep-purple-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 196, 233, 0.5);
}
.btn-outline-c-deep-purple-100.disabled, .btn-outline-c-deep-purple-100:disabled {
  color: #D1C4E9;
  background-color: transparent;
}
.btn-outline-c-deep-purple-100:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-100.dropdown-toggle {
  color: #212529;
  background-color: #D1C4E9;
  border-color: #D1C4E9;
}
.btn-outline-c-deep-purple-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 196, 233, 0.5);
}

.btn-outline-c-deep-purple-200 {
  color: #B39DDB;
  border-color: #B39DDB;
}
.btn-outline-c-deep-purple-200:hover {
  color: #212529;
  background-color: #B39DDB;
  border-color: #B39DDB;
}
.btn-outline-c-deep-purple-200:focus, .btn-outline-c-deep-purple-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 157, 219, 0.5);
}
.btn-outline-c-deep-purple-200.disabled, .btn-outline-c-deep-purple-200:disabled {
  color: #B39DDB;
  background-color: transparent;
}
.btn-outline-c-deep-purple-200:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-200.dropdown-toggle {
  color: #212529;
  background-color: #B39DDB;
  border-color: #B39DDB;
}
.btn-outline-c-deep-purple-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 157, 219, 0.5);
}

.btn-outline-c-deep-purple-300 {
  color: #9575CD;
  border-color: #9575CD;
}
.btn-outline-c-deep-purple-300:hover {
  color: #fff;
  background-color: #9575CD;
  border-color: #9575CD;
}
.btn-outline-c-deep-purple-300:focus, .btn-outline-c-deep-purple-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 117, 205, 0.5);
}
.btn-outline-c-deep-purple-300.disabled, .btn-outline-c-deep-purple-300:disabled {
  color: #9575CD;
  background-color: transparent;
}
.btn-outline-c-deep-purple-300:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-300.dropdown-toggle {
  color: #fff;
  background-color: #9575CD;
  border-color: #9575CD;
}
.btn-outline-c-deep-purple-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 117, 205, 0.5);
}

.btn-outline-c-deep-purple-400 {
  color: #7E57C2;
  border-color: #7E57C2;
}
.btn-outline-c-deep-purple-400:hover {
  color: #fff;
  background-color: #7E57C2;
  border-color: #7E57C2;
}
.btn-outline-c-deep-purple-400:focus, .btn-outline-c-deep-purple-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 87, 194, 0.5);
}
.btn-outline-c-deep-purple-400.disabled, .btn-outline-c-deep-purple-400:disabled {
  color: #7E57C2;
  background-color: transparent;
}
.btn-outline-c-deep-purple-400:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-400.dropdown-toggle {
  color: #fff;
  background-color: #7E57C2;
  border-color: #7E57C2;
}
.btn-outline-c-deep-purple-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 87, 194, 0.5);
}

.btn-outline-c-deep-purple-500 {
  color: #673AB7;
  border-color: #673AB7;
}
.btn-outline-c-deep-purple-500:hover {
  color: #fff;
  background-color: #673AB7;
  border-color: #673AB7;
}
.btn-outline-c-deep-purple-500:focus, .btn-outline-c-deep-purple-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 58, 183, 0.5);
}
.btn-outline-c-deep-purple-500.disabled, .btn-outline-c-deep-purple-500:disabled {
  color: #673AB7;
  background-color: transparent;
}
.btn-outline-c-deep-purple-500:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-500.dropdown-toggle {
  color: #fff;
  background-color: #673AB7;
  border-color: #673AB7;
}
.btn-outline-c-deep-purple-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 58, 183, 0.5);
}

.btn-outline-c-deep-purple-600 {
  color: #5E35B1;
  border-color: #5E35B1;
}
.btn-outline-c-deep-purple-600:hover {
  color: #fff;
  background-color: #5E35B1;
  border-color: #5E35B1;
}
.btn-outline-c-deep-purple-600:focus, .btn-outline-c-deep-purple-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 53, 177, 0.5);
}
.btn-outline-c-deep-purple-600.disabled, .btn-outline-c-deep-purple-600:disabled {
  color: #5E35B1;
  background-color: transparent;
}
.btn-outline-c-deep-purple-600:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-600.dropdown-toggle {
  color: #fff;
  background-color: #5E35B1;
  border-color: #5E35B1;
}
.btn-outline-c-deep-purple-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 53, 177, 0.5);
}

.btn-outline-c-deep-purple-700 {
  color: #512DA8;
  border-color: #512DA8;
}
.btn-outline-c-deep-purple-700:hover {
  color: #fff;
  background-color: #512DA8;
  border-color: #512DA8;
}
.btn-outline-c-deep-purple-700:focus, .btn-outline-c-deep-purple-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 45, 168, 0.5);
}
.btn-outline-c-deep-purple-700.disabled, .btn-outline-c-deep-purple-700:disabled {
  color: #512DA8;
  background-color: transparent;
}
.btn-outline-c-deep-purple-700:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-700.dropdown-toggle {
  color: #fff;
  background-color: #512DA8;
  border-color: #512DA8;
}
.btn-outline-c-deep-purple-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 45, 168, 0.5);
}

.btn-outline-c-deep-purple-800 {
  color: #4527A0;
  border-color: #4527A0;
}
.btn-outline-c-deep-purple-800:hover {
  color: #fff;
  background-color: #4527A0;
  border-color: #4527A0;
}
.btn-outline-c-deep-purple-800:focus, .btn-outline-c-deep-purple-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 39, 160, 0.5);
}
.btn-outline-c-deep-purple-800.disabled, .btn-outline-c-deep-purple-800:disabled {
  color: #4527A0;
  background-color: transparent;
}
.btn-outline-c-deep-purple-800:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-800.dropdown-toggle {
  color: #fff;
  background-color: #4527A0;
  border-color: #4527A0;
}
.btn-outline-c-deep-purple-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 39, 160, 0.5);
}

.btn-outline-c-deep-purple-900 {
  color: #311B92;
  border-color: #311B92;
}
.btn-outline-c-deep-purple-900:hover {
  color: #fff;
  background-color: #311B92;
  border-color: #311B92;
}
.btn-outline-c-deep-purple-900:focus, .btn-outline-c-deep-purple-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 27, 146, 0.5);
}
.btn-outline-c-deep-purple-900.disabled, .btn-outline-c-deep-purple-900:disabled {
  color: #311B92;
  background-color: transparent;
}
.btn-outline-c-deep-purple-900:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-900.dropdown-toggle {
  color: #fff;
  background-color: #311B92;
  border-color: #311B92;
}
.btn-outline-c-deep-purple-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 27, 146, 0.5);
}

.btn-outline-c-deep-purple-a100 {
  color: #B388FF;
  border-color: #B388FF;
}
.btn-outline-c-deep-purple-a100:hover {
  color: #212529;
  background-color: #B388FF;
  border-color: #B388FF;
}
.btn-outline-c-deep-purple-a100:focus, .btn-outline-c-deep-purple-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 136, 255, 0.5);
}
.btn-outline-c-deep-purple-a100.disabled, .btn-outline-c-deep-purple-a100:disabled {
  color: #B388FF;
  background-color: transparent;
}
.btn-outline-c-deep-purple-a100:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-a100.dropdown-toggle {
  color: #212529;
  background-color: #B388FF;
  border-color: #B388FF;
}
.btn-outline-c-deep-purple-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 136, 255, 0.5);
}

.btn-outline-c-deep-purple-a200 {
  color: #7C4DFF;
  border-color: #7C4DFF;
}
.btn-outline-c-deep-purple-a200:hover {
  color: #fff;
  background-color: #7C4DFF;
  border-color: #7C4DFF;
}
.btn-outline-c-deep-purple-a200:focus, .btn-outline-c-deep-purple-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 77, 255, 0.5);
}
.btn-outline-c-deep-purple-a200.disabled, .btn-outline-c-deep-purple-a200:disabled {
  color: #7C4DFF;
  background-color: transparent;
}
.btn-outline-c-deep-purple-a200:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-a200.dropdown-toggle {
  color: #fff;
  background-color: #7C4DFF;
  border-color: #7C4DFF;
}
.btn-outline-c-deep-purple-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 77, 255, 0.5);
}

.btn-outline-c-deep-purple-a400 {
  color: #651FFF;
  border-color: #651FFF;
}
.btn-outline-c-deep-purple-a400:hover {
  color: #fff;
  background-color: #651FFF;
  border-color: #651FFF;
}
.btn-outline-c-deep-purple-a400:focus, .btn-outline-c-deep-purple-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 31, 255, 0.5);
}
.btn-outline-c-deep-purple-a400.disabled, .btn-outline-c-deep-purple-a400:disabled {
  color: #651FFF;
  background-color: transparent;
}
.btn-outline-c-deep-purple-a400:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-a400.dropdown-toggle {
  color: #fff;
  background-color: #651FFF;
  border-color: #651FFF;
}
.btn-outline-c-deep-purple-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 31, 255, 0.5);
}

.btn-outline-c-deep-purple-a700 {
  color: #6200EA;
  border-color: #6200EA;
}
.btn-outline-c-deep-purple-a700:hover {
  color: #fff;
  background-color: #6200EA;
  border-color: #6200EA;
}
.btn-outline-c-deep-purple-a700:focus, .btn-outline-c-deep-purple-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 0, 234, 0.5);
}
.btn-outline-c-deep-purple-a700.disabled, .btn-outline-c-deep-purple-a700:disabled {
  color: #6200EA;
  background-color: transparent;
}
.btn-outline-c-deep-purple-a700:not(:disabled):not(.disabled):active, .btn-outline-c-deep-purple-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-purple-a700.dropdown-toggle {
  color: #fff;
  background-color: #6200EA;
  border-color: #6200EA;
}
.btn-outline-c-deep-purple-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-purple-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-purple-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 0, 234, 0.5);
}

.btn-outline-c-indigo-50 {
  color: #E8EAF6;
  border-color: #E8EAF6;
}
.btn-outline-c-indigo-50:hover {
  color: #212529;
  background-color: #E8EAF6;
  border-color: #E8EAF6;
}
.btn-outline-c-indigo-50:focus, .btn-outline-c-indigo-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 234, 246, 0.5);
}
.btn-outline-c-indigo-50.disabled, .btn-outline-c-indigo-50:disabled {
  color: #E8EAF6;
  background-color: transparent;
}
.btn-outline-c-indigo-50:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-50.dropdown-toggle {
  color: #212529;
  background-color: #E8EAF6;
  border-color: #E8EAF6;
}
.btn-outline-c-indigo-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 234, 246, 0.5);
}

.btn-outline-c-indigo-100 {
  color: #C5CAE9;
  border-color: #C5CAE9;
}
.btn-outline-c-indigo-100:hover {
  color: #212529;
  background-color: #C5CAE9;
  border-color: #C5CAE9;
}
.btn-outline-c-indigo-100:focus, .btn-outline-c-indigo-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 202, 233, 0.5);
}
.btn-outline-c-indigo-100.disabled, .btn-outline-c-indigo-100:disabled {
  color: #C5CAE9;
  background-color: transparent;
}
.btn-outline-c-indigo-100:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-100.dropdown-toggle {
  color: #212529;
  background-color: #C5CAE9;
  border-color: #C5CAE9;
}
.btn-outline-c-indigo-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 202, 233, 0.5);
}

.btn-outline-c-indigo-200 {
  color: #9FA8DA;
  border-color: #9FA8DA;
}
.btn-outline-c-indigo-200:hover {
  color: #212529;
  background-color: #9FA8DA;
  border-color: #9FA8DA;
}
.btn-outline-c-indigo-200:focus, .btn-outline-c-indigo-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 168, 218, 0.5);
}
.btn-outline-c-indigo-200.disabled, .btn-outline-c-indigo-200:disabled {
  color: #9FA8DA;
  background-color: transparent;
}
.btn-outline-c-indigo-200:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-200.dropdown-toggle {
  color: #212529;
  background-color: #9FA8DA;
  border-color: #9FA8DA;
}
.btn-outline-c-indigo-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 168, 218, 0.5);
}

.btn-outline-c-indigo-300 {
  color: #7986CB;
  border-color: #7986CB;
}
.btn-outline-c-indigo-300:hover {
  color: #fff;
  background-color: #7986CB;
  border-color: #7986CB;
}
.btn-outline-c-indigo-300:focus, .btn-outline-c-indigo-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 134, 203, 0.5);
}
.btn-outline-c-indigo-300.disabled, .btn-outline-c-indigo-300:disabled {
  color: #7986CB;
  background-color: transparent;
}
.btn-outline-c-indigo-300:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-300.dropdown-toggle {
  color: #fff;
  background-color: #7986CB;
  border-color: #7986CB;
}
.btn-outline-c-indigo-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 134, 203, 0.5);
}

.btn-outline-c-indigo-400 {
  color: #5C6BC0;
  border-color: #5C6BC0;
}
.btn-outline-c-indigo-400:hover {
  color: #fff;
  background-color: #5C6BC0;
  border-color: #5C6BC0;
}
.btn-outline-c-indigo-400:focus, .btn-outline-c-indigo-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.5);
}
.btn-outline-c-indigo-400.disabled, .btn-outline-c-indigo-400:disabled {
  color: #5C6BC0;
  background-color: transparent;
}
.btn-outline-c-indigo-400:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-400.dropdown-toggle {
  color: #fff;
  background-color: #5C6BC0;
  border-color: #5C6BC0;
}
.btn-outline-c-indigo-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.5);
}

.btn-outline-c-indigo-500 {
  color: #3F51B5;
  border-color: #3F51B5;
}
.btn-outline-c-indigo-500:hover {
  color: #fff;
  background-color: #3F51B5;
  border-color: #3F51B5;
}
.btn-outline-c-indigo-500:focus, .btn-outline-c-indigo-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.5);
}
.btn-outline-c-indigo-500.disabled, .btn-outline-c-indigo-500:disabled {
  color: #3F51B5;
  background-color: transparent;
}
.btn-outline-c-indigo-500:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-500.dropdown-toggle {
  color: #fff;
  background-color: #3F51B5;
  border-color: #3F51B5;
}
.btn-outline-c-indigo-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.5);
}

.btn-outline-c-indigo-600 {
  color: #3949AB;
  border-color: #3949AB;
}
.btn-outline-c-indigo-600:hover {
  color: #fff;
  background-color: #3949AB;
  border-color: #3949AB;
}
.btn-outline-c-indigo-600:focus, .btn-outline-c-indigo-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 73, 171, 0.5);
}
.btn-outline-c-indigo-600.disabled, .btn-outline-c-indigo-600:disabled {
  color: #3949AB;
  background-color: transparent;
}
.btn-outline-c-indigo-600:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-600.dropdown-toggle {
  color: #fff;
  background-color: #3949AB;
  border-color: #3949AB;
}
.btn-outline-c-indigo-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 73, 171, 0.5);
}

.btn-outline-c-indigo-700 {
  color: #303F9F;
  border-color: #303F9F;
}
.btn-outline-c-indigo-700:hover {
  color: #fff;
  background-color: #303F9F;
  border-color: #303F9F;
}
.btn-outline-c-indigo-700:focus, .btn-outline-c-indigo-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 63, 159, 0.5);
}
.btn-outline-c-indigo-700.disabled, .btn-outline-c-indigo-700:disabled {
  color: #303F9F;
  background-color: transparent;
}
.btn-outline-c-indigo-700:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-700.dropdown-toggle {
  color: #fff;
  background-color: #303F9F;
  border-color: #303F9F;
}
.btn-outline-c-indigo-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 63, 159, 0.5);
}

.btn-outline-c-indigo-800 {
  color: #283593;
  border-color: #283593;
}
.btn-outline-c-indigo-800:hover {
  color: #fff;
  background-color: #283593;
  border-color: #283593;
}
.btn-outline-c-indigo-800:focus, .btn-outline-c-indigo-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 53, 147, 0.5);
}
.btn-outline-c-indigo-800.disabled, .btn-outline-c-indigo-800:disabled {
  color: #283593;
  background-color: transparent;
}
.btn-outline-c-indigo-800:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-800.dropdown-toggle {
  color: #fff;
  background-color: #283593;
  border-color: #283593;
}
.btn-outline-c-indigo-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 53, 147, 0.5);
}

.btn-outline-c-indigo-900 {
  color: #1A237E;
  border-color: #1A237E;
}
.btn-outline-c-indigo-900:hover {
  color: #fff;
  background-color: #1A237E;
  border-color: #1A237E;
}
.btn-outline-c-indigo-900:focus, .btn-outline-c-indigo-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 35, 126, 0.5);
}
.btn-outline-c-indigo-900.disabled, .btn-outline-c-indigo-900:disabled {
  color: #1A237E;
  background-color: transparent;
}
.btn-outline-c-indigo-900:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-900.dropdown-toggle {
  color: #fff;
  background-color: #1A237E;
  border-color: #1A237E;
}
.btn-outline-c-indigo-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 35, 126, 0.5);
}

.btn-outline-c-indigo-a100 {
  color: #8C9EFF;
  border-color: #8C9EFF;
}
.btn-outline-c-indigo-a100:hover {
  color: #212529;
  background-color: #8C9EFF;
  border-color: #8C9EFF;
}
.btn-outline-c-indigo-a100:focus, .btn-outline-c-indigo-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 158, 255, 0.5);
}
.btn-outline-c-indigo-a100.disabled, .btn-outline-c-indigo-a100:disabled {
  color: #8C9EFF;
  background-color: transparent;
}
.btn-outline-c-indigo-a100:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-a100.dropdown-toggle {
  color: #212529;
  background-color: #8C9EFF;
  border-color: #8C9EFF;
}
.btn-outline-c-indigo-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 158, 255, 0.5);
}

.btn-outline-c-indigo-a200 {
  color: #536DFE;
  border-color: #536DFE;
}
.btn-outline-c-indigo-a200:hover {
  color: #fff;
  background-color: #536DFE;
  border-color: #536DFE;
}
.btn-outline-c-indigo-a200:focus, .btn-outline-c-indigo-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 109, 254, 0.5);
}
.btn-outline-c-indigo-a200.disabled, .btn-outline-c-indigo-a200:disabled {
  color: #536DFE;
  background-color: transparent;
}
.btn-outline-c-indigo-a200:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-a200.dropdown-toggle {
  color: #fff;
  background-color: #536DFE;
  border-color: #536DFE;
}
.btn-outline-c-indigo-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 109, 254, 0.5);
}

.btn-outline-c-indigo-a400 {
  color: #3D5AFE;
  border-color: #3D5AFE;
}
.btn-outline-c-indigo-a400:hover {
  color: #fff;
  background-color: #3D5AFE;
  border-color: #3D5AFE;
}
.btn-outline-c-indigo-a400:focus, .btn-outline-c-indigo-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 90, 254, 0.5);
}
.btn-outline-c-indigo-a400.disabled, .btn-outline-c-indigo-a400:disabled {
  color: #3D5AFE;
  background-color: transparent;
}
.btn-outline-c-indigo-a400:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-a400.dropdown-toggle {
  color: #fff;
  background-color: #3D5AFE;
  border-color: #3D5AFE;
}
.btn-outline-c-indigo-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 90, 254, 0.5);
}

.btn-outline-c-indigo-a700 {
  color: #304FFE;
  border-color: #304FFE;
}
.btn-outline-c-indigo-a700:hover {
  color: #fff;
  background-color: #304FFE;
  border-color: #304FFE;
}
.btn-outline-c-indigo-a700:focus, .btn-outline-c-indigo-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 79, 254, 0.5);
}
.btn-outline-c-indigo-a700.disabled, .btn-outline-c-indigo-a700:disabled {
  color: #304FFE;
  background-color: transparent;
}
.btn-outline-c-indigo-a700:not(:disabled):not(.disabled):active, .btn-outline-c-indigo-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-indigo-a700.dropdown-toggle {
  color: #fff;
  background-color: #304FFE;
  border-color: #304FFE;
}
.btn-outline-c-indigo-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-indigo-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-indigo-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 79, 254, 0.5);
}

.btn-outline-c-blue-50 {
  color: #E3F2FD;
  border-color: #E3F2FD;
}
.btn-outline-c-blue-50:hover {
  color: #212529;
  background-color: #E3F2FD;
  border-color: #E3F2FD;
}
.btn-outline-c-blue-50:focus, .btn-outline-c-blue-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 242, 253, 0.5);
}
.btn-outline-c-blue-50.disabled, .btn-outline-c-blue-50:disabled {
  color: #E3F2FD;
  background-color: transparent;
}
.btn-outline-c-blue-50:not(:disabled):not(.disabled):active, .btn-outline-c-blue-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-50.dropdown-toggle {
  color: #212529;
  background-color: #E3F2FD;
  border-color: #E3F2FD;
}
.btn-outline-c-blue-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 242, 253, 0.5);
}

.btn-outline-c-blue-100 {
  color: #BBDEFB;
  border-color: #BBDEFB;
}
.btn-outline-c-blue-100:hover {
  color: #212529;
  background-color: #BBDEFB;
  border-color: #BBDEFB;
}
.btn-outline-c-blue-100:focus, .btn-outline-c-blue-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 222, 251, 0.5);
}
.btn-outline-c-blue-100.disabled, .btn-outline-c-blue-100:disabled {
  color: #BBDEFB;
  background-color: transparent;
}
.btn-outline-c-blue-100:not(:disabled):not(.disabled):active, .btn-outline-c-blue-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-100.dropdown-toggle {
  color: #212529;
  background-color: #BBDEFB;
  border-color: #BBDEFB;
}
.btn-outline-c-blue-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 222, 251, 0.5);
}

.btn-outline-c-blue-200 {
  color: #90CAF9;
  border-color: #90CAF9;
}
.btn-outline-c-blue-200:hover {
  color: #212529;
  background-color: #90CAF9;
  border-color: #90CAF9;
}
.btn-outline-c-blue-200:focus, .btn-outline-c-blue-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 202, 249, 0.5);
}
.btn-outline-c-blue-200.disabled, .btn-outline-c-blue-200:disabled {
  color: #90CAF9;
  background-color: transparent;
}
.btn-outline-c-blue-200:not(:disabled):not(.disabled):active, .btn-outline-c-blue-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-200.dropdown-toggle {
  color: #212529;
  background-color: #90CAF9;
  border-color: #90CAF9;
}
.btn-outline-c-blue-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 202, 249, 0.5);
}

.btn-outline-c-blue-300 {
  color: #64B5F6;
  border-color: #64B5F6;
}
.btn-outline-c-blue-300:hover {
  color: #212529;
  background-color: #64B5F6;
  border-color: #64B5F6;
}
.btn-outline-c-blue-300:focus, .btn-outline-c-blue-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 181, 246, 0.5);
}
.btn-outline-c-blue-300.disabled, .btn-outline-c-blue-300:disabled {
  color: #64B5F6;
  background-color: transparent;
}
.btn-outline-c-blue-300:not(:disabled):not(.disabled):active, .btn-outline-c-blue-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-300.dropdown-toggle {
  color: #212529;
  background-color: #64B5F6;
  border-color: #64B5F6;
}
.btn-outline-c-blue-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 181, 246, 0.5);
}

.btn-outline-c-blue-400 {
  color: #42A5F5;
  border-color: #42A5F5;
}
.btn-outline-c-blue-400:hover {
  color: #fff;
  background-color: #42A5F5;
  border-color: #42A5F5;
}
.btn-outline-c-blue-400:focus, .btn-outline-c-blue-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 165, 245, 0.5);
}
.btn-outline-c-blue-400.disabled, .btn-outline-c-blue-400:disabled {
  color: #42A5F5;
  background-color: transparent;
}
.btn-outline-c-blue-400:not(:disabled):not(.disabled):active, .btn-outline-c-blue-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-400.dropdown-toggle {
  color: #fff;
  background-color: #42A5F5;
  border-color: #42A5F5;
}
.btn-outline-c-blue-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 165, 245, 0.5);
}

.btn-outline-c-blue-500 {
  color: #2196F3;
  border-color: #2196F3;
}
.btn-outline-c-blue-500:hover {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-outline-c-blue-500:focus, .btn-outline-c-blue-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}
.btn-outline-c-blue-500.disabled, .btn-outline-c-blue-500:disabled {
  color: #2196F3;
  background-color: transparent;
}
.btn-outline-c-blue-500:not(:disabled):not(.disabled):active, .btn-outline-c-blue-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-500.dropdown-toggle {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-outline-c-blue-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.btn-outline-c-blue-600 {
  color: #1E88E5;
  border-color: #1E88E5;
}
.btn-outline-c-blue-600:hover {
  color: #fff;
  background-color: #1E88E5;
  border-color: #1E88E5;
}
.btn-outline-c-blue-600:focus, .btn-outline-c-blue-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 136, 229, 0.5);
}
.btn-outline-c-blue-600.disabled, .btn-outline-c-blue-600:disabled {
  color: #1E88E5;
  background-color: transparent;
}
.btn-outline-c-blue-600:not(:disabled):not(.disabled):active, .btn-outline-c-blue-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-600.dropdown-toggle {
  color: #fff;
  background-color: #1E88E5;
  border-color: #1E88E5;
}
.btn-outline-c-blue-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 136, 229, 0.5);
}

.btn-outline-c-blue-700 {
  color: #1976D2;
  border-color: #1976D2;
}
.btn-outline-c-blue-700:hover {
  color: #fff;
  background-color: #1976D2;
  border-color: #1976D2;
}
.btn-outline-c-blue-700:focus, .btn-outline-c-blue-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.5);
}
.btn-outline-c-blue-700.disabled, .btn-outline-c-blue-700:disabled {
  color: #1976D2;
  background-color: transparent;
}
.btn-outline-c-blue-700:not(:disabled):not(.disabled):active, .btn-outline-c-blue-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-700.dropdown-toggle {
  color: #fff;
  background-color: #1976D2;
  border-color: #1976D2;
}
.btn-outline-c-blue-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.5);
}

.btn-outline-c-blue-800 {
  color: #1565C0;
  border-color: #1565C0;
}
.btn-outline-c-blue-800:hover {
  color: #fff;
  background-color: #1565C0;
  border-color: #1565C0;
}
.btn-outline-c-blue-800:focus, .btn-outline-c-blue-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 101, 192, 0.5);
}
.btn-outline-c-blue-800.disabled, .btn-outline-c-blue-800:disabled {
  color: #1565C0;
  background-color: transparent;
}
.btn-outline-c-blue-800:not(:disabled):not(.disabled):active, .btn-outline-c-blue-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-800.dropdown-toggle {
  color: #fff;
  background-color: #1565C0;
  border-color: #1565C0;
}
.btn-outline-c-blue-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 101, 192, 0.5);
}

.btn-outline-c-blue-900 {
  color: #0D47A1;
  border-color: #0D47A1;
}
.btn-outline-c-blue-900:hover {
  color: #fff;
  background-color: #0D47A1;
  border-color: #0D47A1;
}
.btn-outline-c-blue-900:focus, .btn-outline-c-blue-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 71, 161, 0.5);
}
.btn-outline-c-blue-900.disabled, .btn-outline-c-blue-900:disabled {
  color: #0D47A1;
  background-color: transparent;
}
.btn-outline-c-blue-900:not(:disabled):not(.disabled):active, .btn-outline-c-blue-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-900.dropdown-toggle {
  color: #fff;
  background-color: #0D47A1;
  border-color: #0D47A1;
}
.btn-outline-c-blue-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 71, 161, 0.5);
}

.btn-outline-c-blue-a100 {
  color: #82B1FF;
  border-color: #82B1FF;
}
.btn-outline-c-blue-a100:hover {
  color: #212529;
  background-color: #82B1FF;
  border-color: #82B1FF;
}
.btn-outline-c-blue-a100:focus, .btn-outline-c-blue-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 177, 255, 0.5);
}
.btn-outline-c-blue-a100.disabled, .btn-outline-c-blue-a100:disabled {
  color: #82B1FF;
  background-color: transparent;
}
.btn-outline-c-blue-a100:not(:disabled):not(.disabled):active, .btn-outline-c-blue-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-a100.dropdown-toggle {
  color: #212529;
  background-color: #82B1FF;
  border-color: #82B1FF;
}
.btn-outline-c-blue-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 177, 255, 0.5);
}

.btn-outline-c-blue-a200 {
  color: #448AFF;
  border-color: #448AFF;
}
.btn-outline-c-blue-a200:hover {
  color: #fff;
  background-color: #448AFF;
  border-color: #448AFF;
}
.btn-outline-c-blue-a200:focus, .btn-outline-c-blue-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 138, 255, 0.5);
}
.btn-outline-c-blue-a200.disabled, .btn-outline-c-blue-a200:disabled {
  color: #448AFF;
  background-color: transparent;
}
.btn-outline-c-blue-a200:not(:disabled):not(.disabled):active, .btn-outline-c-blue-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-a200.dropdown-toggle {
  color: #fff;
  background-color: #448AFF;
  border-color: #448AFF;
}
.btn-outline-c-blue-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 138, 255, 0.5);
}

.btn-outline-c-blue-a400 {
  color: #2979FF;
  border-color: #2979FF;
}
.btn-outline-c-blue-a400:hover {
  color: #fff;
  background-color: #2979FF;
  border-color: #2979FF;
}
.btn-outline-c-blue-a400:focus, .btn-outline-c-blue-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 121, 255, 0.5);
}
.btn-outline-c-blue-a400.disabled, .btn-outline-c-blue-a400:disabled {
  color: #2979FF;
  background-color: transparent;
}
.btn-outline-c-blue-a400:not(:disabled):not(.disabled):active, .btn-outline-c-blue-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-a400.dropdown-toggle {
  color: #fff;
  background-color: #2979FF;
  border-color: #2979FF;
}
.btn-outline-c-blue-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 121, 255, 0.5);
}

.btn-outline-c-blue-a700 {
  color: #2962FF;
  border-color: #2962FF;
}
.btn-outline-c-blue-a700:hover {
  color: #fff;
  background-color: #2962FF;
  border-color: #2962FF;
}
.btn-outline-c-blue-a700:focus, .btn-outline-c-blue-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 98, 255, 0.5);
}
.btn-outline-c-blue-a700.disabled, .btn-outline-c-blue-a700:disabled {
  color: #2962FF;
  background-color: transparent;
}
.btn-outline-c-blue-a700:not(:disabled):not(.disabled):active, .btn-outline-c-blue-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-a700.dropdown-toggle {
  color: #fff;
  background-color: #2962FF;
  border-color: #2962FF;
}
.btn-outline-c-blue-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 98, 255, 0.5);
}

.btn-outline-c-light-blue-50 {
  color: #E1F5FE;
  border-color: #E1F5FE;
}
.btn-outline-c-light-blue-50:hover {
  color: #212529;
  background-color: #E1F5FE;
  border-color: #E1F5FE;
}
.btn-outline-c-light-blue-50:focus, .btn-outline-c-light-blue-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 245, 254, 0.5);
}
.btn-outline-c-light-blue-50.disabled, .btn-outline-c-light-blue-50:disabled {
  color: #E1F5FE;
  background-color: transparent;
}
.btn-outline-c-light-blue-50:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-50.dropdown-toggle {
  color: #212529;
  background-color: #E1F5FE;
  border-color: #E1F5FE;
}
.btn-outline-c-light-blue-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 245, 254, 0.5);
}

.btn-outline-c-light-blue-100 {
  color: #B3E5FC;
  border-color: #B3E5FC;
}
.btn-outline-c-light-blue-100:hover {
  color: #212529;
  background-color: #B3E5FC;
  border-color: #B3E5FC;
}
.btn-outline-c-light-blue-100:focus, .btn-outline-c-light-blue-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 229, 252, 0.5);
}
.btn-outline-c-light-blue-100.disabled, .btn-outline-c-light-blue-100:disabled {
  color: #B3E5FC;
  background-color: transparent;
}
.btn-outline-c-light-blue-100:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-100.dropdown-toggle {
  color: #212529;
  background-color: #B3E5FC;
  border-color: #B3E5FC;
}
.btn-outline-c-light-blue-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 229, 252, 0.5);
}

.btn-outline-c-light-blue-200 {
  color: #81D4FA;
  border-color: #81D4FA;
}
.btn-outline-c-light-blue-200:hover {
  color: #212529;
  background-color: #81D4FA;
  border-color: #81D4FA;
}
.btn-outline-c-light-blue-200:focus, .btn-outline-c-light-blue-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 212, 250, 0.5);
}
.btn-outline-c-light-blue-200.disabled, .btn-outline-c-light-blue-200:disabled {
  color: #81D4FA;
  background-color: transparent;
}
.btn-outline-c-light-blue-200:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-200.dropdown-toggle {
  color: #212529;
  background-color: #81D4FA;
  border-color: #81D4FA;
}
.btn-outline-c-light-blue-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 212, 250, 0.5);
}

.btn-outline-c-light-blue-300 {
  color: #4FC3F7;
  border-color: #4FC3F7;
}
.btn-outline-c-light-blue-300:hover {
  color: #212529;
  background-color: #4FC3F7;
  border-color: #4FC3F7;
}
.btn-outline-c-light-blue-300:focus, .btn-outline-c-light-blue-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 195, 247, 0.5);
}
.btn-outline-c-light-blue-300.disabled, .btn-outline-c-light-blue-300:disabled {
  color: #4FC3F7;
  background-color: transparent;
}
.btn-outline-c-light-blue-300:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-300.dropdown-toggle {
  color: #212529;
  background-color: #4FC3F7;
  border-color: #4FC3F7;
}
.btn-outline-c-light-blue-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 195, 247, 0.5);
}

.btn-outline-c-light-blue-400 {
  color: #29B6F6;
  border-color: #29B6F6;
}
.btn-outline-c-light-blue-400:hover {
  color: #fff;
  background-color: #29B6F6;
  border-color: #29B6F6;
}
.btn-outline-c-light-blue-400:focus, .btn-outline-c-light-blue-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 182, 246, 0.5);
}
.btn-outline-c-light-blue-400.disabled, .btn-outline-c-light-blue-400:disabled {
  color: #29B6F6;
  background-color: transparent;
}
.btn-outline-c-light-blue-400:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-400.dropdown-toggle {
  color: #fff;
  background-color: #29B6F6;
  border-color: #29B6F6;
}
.btn-outline-c-light-blue-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 182, 246, 0.5);
}

.btn-outline-c-light-blue-500 {
  color: #03A9F4;
  border-color: #03A9F4;
}
.btn-outline-c-light-blue-500:hover {
  color: #fff;
  background-color: #03A9F4;
  border-color: #03A9F4;
}
.btn-outline-c-light-blue-500:focus, .btn-outline-c-light-blue-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.5);
}
.btn-outline-c-light-blue-500.disabled, .btn-outline-c-light-blue-500:disabled {
  color: #03A9F4;
  background-color: transparent;
}
.btn-outline-c-light-blue-500:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-500.dropdown-toggle {
  color: #fff;
  background-color: #03A9F4;
  border-color: #03A9F4;
}
.btn-outline-c-light-blue-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.5);
}

.btn-outline-c-light-blue-600 {
  color: #039BE5;
  border-color: #039BE5;
}
.btn-outline-c-light-blue-600:hover {
  color: #fff;
  background-color: #039BE5;
  border-color: #039BE5;
}
.btn-outline-c-light-blue-600:focus, .btn-outline-c-light-blue-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 229, 0.5);
}
.btn-outline-c-light-blue-600.disabled, .btn-outline-c-light-blue-600:disabled {
  color: #039BE5;
  background-color: transparent;
}
.btn-outline-c-light-blue-600:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-600.dropdown-toggle {
  color: #fff;
  background-color: #039BE5;
  border-color: #039BE5;
}
.btn-outline-c-light-blue-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 229, 0.5);
}

.btn-outline-c-light-blue-700 {
  color: #0288D1;
  border-color: #0288D1;
}
.btn-outline-c-light-blue-700:hover {
  color: #fff;
  background-color: #0288D1;
  border-color: #0288D1;
}
.btn-outline-c-light-blue-700:focus, .btn-outline-c-light-blue-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 136, 209, 0.5);
}
.btn-outline-c-light-blue-700.disabled, .btn-outline-c-light-blue-700:disabled {
  color: #0288D1;
  background-color: transparent;
}
.btn-outline-c-light-blue-700:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-700.dropdown-toggle {
  color: #fff;
  background-color: #0288D1;
  border-color: #0288D1;
}
.btn-outline-c-light-blue-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 136, 209, 0.5);
}

.btn-outline-c-light-blue-800 {
  color: #0277BD;
  border-color: #0277BD;
}
.btn-outline-c-light-blue-800:hover {
  color: #fff;
  background-color: #0277BD;
  border-color: #0277BD;
}
.btn-outline-c-light-blue-800:focus, .btn-outline-c-light-blue-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 119, 189, 0.5);
}
.btn-outline-c-light-blue-800.disabled, .btn-outline-c-light-blue-800:disabled {
  color: #0277BD;
  background-color: transparent;
}
.btn-outline-c-light-blue-800:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-800.dropdown-toggle {
  color: #fff;
  background-color: #0277BD;
  border-color: #0277BD;
}
.btn-outline-c-light-blue-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 119, 189, 0.5);
}

.btn-outline-c-light-blue-900 {
  color: #01579B;
  border-color: #01579B;
}
.btn-outline-c-light-blue-900:hover {
  color: #fff;
  background-color: #01579B;
  border-color: #01579B;
}
.btn-outline-c-light-blue-900:focus, .btn-outline-c-light-blue-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 87, 155, 0.5);
}
.btn-outline-c-light-blue-900.disabled, .btn-outline-c-light-blue-900:disabled {
  color: #01579B;
  background-color: transparent;
}
.btn-outline-c-light-blue-900:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-900.dropdown-toggle {
  color: #fff;
  background-color: #01579B;
  border-color: #01579B;
}
.btn-outline-c-light-blue-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 87, 155, 0.5);
}

.btn-outline-c-light-blue-a100 {
  color: #80D8FF;
  border-color: #80D8FF;
}
.btn-outline-c-light-blue-a100:hover {
  color: #212529;
  background-color: #80D8FF;
  border-color: #80D8FF;
}
.btn-outline-c-light-blue-a100:focus, .btn-outline-c-light-blue-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 216, 255, 0.5);
}
.btn-outline-c-light-blue-a100.disabled, .btn-outline-c-light-blue-a100:disabled {
  color: #80D8FF;
  background-color: transparent;
}
.btn-outline-c-light-blue-a100:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-a100.dropdown-toggle {
  color: #212529;
  background-color: #80D8FF;
  border-color: #80D8FF;
}
.btn-outline-c-light-blue-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 216, 255, 0.5);
}

.btn-outline-c-light-blue-a200 {
  color: #40C4FF;
  border-color: #40C4FF;
}
.btn-outline-c-light-blue-a200:hover {
  color: #212529;
  background-color: #40C4FF;
  border-color: #40C4FF;
}
.btn-outline-c-light-blue-a200:focus, .btn-outline-c-light-blue-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 196, 255, 0.5);
}
.btn-outline-c-light-blue-a200.disabled, .btn-outline-c-light-blue-a200:disabled {
  color: #40C4FF;
  background-color: transparent;
}
.btn-outline-c-light-blue-a200:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-a200.dropdown-toggle {
  color: #212529;
  background-color: #40C4FF;
  border-color: #40C4FF;
}
.btn-outline-c-light-blue-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 196, 255, 0.5);
}

.btn-outline-c-light-blue-a400 {
  color: #00B0FF;
  border-color: #00B0FF;
}
.btn-outline-c-light-blue-a400:hover {
  color: #fff;
  background-color: #00B0FF;
  border-color: #00B0FF;
}
.btn-outline-c-light-blue-a400:focus, .btn-outline-c-light-blue-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 176, 255, 0.5);
}
.btn-outline-c-light-blue-a400.disabled, .btn-outline-c-light-blue-a400:disabled {
  color: #00B0FF;
  background-color: transparent;
}
.btn-outline-c-light-blue-a400:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-a400.dropdown-toggle {
  color: #fff;
  background-color: #00B0FF;
  border-color: #00B0FF;
}
.btn-outline-c-light-blue-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 176, 255, 0.5);
}

.btn-outline-c-light-blue-a700 {
  color: #0091EA;
  border-color: #0091EA;
}
.btn-outline-c-light-blue-a700:hover {
  color: #fff;
  background-color: #0091EA;
  border-color: #0091EA;
}
.btn-outline-c-light-blue-a700:focus, .btn-outline-c-light-blue-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 234, 0.5);
}
.btn-outline-c-light-blue-a700.disabled, .btn-outline-c-light-blue-a700:disabled {
  color: #0091EA;
  background-color: transparent;
}
.btn-outline-c-light-blue-a700:not(:disabled):not(.disabled):active, .btn-outline-c-light-blue-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-blue-a700.dropdown-toggle {
  color: #fff;
  background-color: #0091EA;
  border-color: #0091EA;
}
.btn-outline-c-light-blue-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-blue-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-blue-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 234, 0.5);
}

.btn-outline-c-cyan-50 {
  color: #E0F7FA;
  border-color: #E0F7FA;
}
.btn-outline-c-cyan-50:hover {
  color: #212529;
  background-color: #E0F7FA;
  border-color: #E0F7FA;
}
.btn-outline-c-cyan-50:focus, .btn-outline-c-cyan-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 247, 250, 0.5);
}
.btn-outline-c-cyan-50.disabled, .btn-outline-c-cyan-50:disabled {
  color: #E0F7FA;
  background-color: transparent;
}
.btn-outline-c-cyan-50:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-50.dropdown-toggle {
  color: #212529;
  background-color: #E0F7FA;
  border-color: #E0F7FA;
}
.btn-outline-c-cyan-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 247, 250, 0.5);
}

.btn-outline-c-cyan-100 {
  color: #B2EBF2;
  border-color: #B2EBF2;
}
.btn-outline-c-cyan-100:hover {
  color: #212529;
  background-color: #B2EBF2;
  border-color: #B2EBF2;
}
.btn-outline-c-cyan-100:focus, .btn-outline-c-cyan-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 235, 242, 0.5);
}
.btn-outline-c-cyan-100.disabled, .btn-outline-c-cyan-100:disabled {
  color: #B2EBF2;
  background-color: transparent;
}
.btn-outline-c-cyan-100:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-100.dropdown-toggle {
  color: #212529;
  background-color: #B2EBF2;
  border-color: #B2EBF2;
}
.btn-outline-c-cyan-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 235, 242, 0.5);
}

.btn-outline-c-cyan-200 {
  color: #80DEEA;
  border-color: #80DEEA;
}
.btn-outline-c-cyan-200:hover {
  color: #212529;
  background-color: #80DEEA;
  border-color: #80DEEA;
}
.btn-outline-c-cyan-200:focus, .btn-outline-c-cyan-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 222, 234, 0.5);
}
.btn-outline-c-cyan-200.disabled, .btn-outline-c-cyan-200:disabled {
  color: #80DEEA;
  background-color: transparent;
}
.btn-outline-c-cyan-200:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-200.dropdown-toggle {
  color: #212529;
  background-color: #80DEEA;
  border-color: #80DEEA;
}
.btn-outline-c-cyan-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 222, 234, 0.5);
}

.btn-outline-c-cyan-300 {
  color: #4DD0E1;
  border-color: #4DD0E1;
}
.btn-outline-c-cyan-300:hover {
  color: #212529;
  background-color: #4DD0E1;
  border-color: #4DD0E1;
}
.btn-outline-c-cyan-300:focus, .btn-outline-c-cyan-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 208, 225, 0.5);
}
.btn-outline-c-cyan-300.disabled, .btn-outline-c-cyan-300:disabled {
  color: #4DD0E1;
  background-color: transparent;
}
.btn-outline-c-cyan-300:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-300.dropdown-toggle {
  color: #212529;
  background-color: #4DD0E1;
  border-color: #4DD0E1;
}
.btn-outline-c-cyan-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 208, 225, 0.5);
}

.btn-outline-c-cyan-400 {
  color: #26C6DA;
  border-color: #26C6DA;
}
.btn-outline-c-cyan-400:hover {
  color: #212529;
  background-color: #26C6DA;
  border-color: #26C6DA;
}
.btn-outline-c-cyan-400:focus, .btn-outline-c-cyan-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.5);
}
.btn-outline-c-cyan-400.disabled, .btn-outline-c-cyan-400:disabled {
  color: #26C6DA;
  background-color: transparent;
}
.btn-outline-c-cyan-400:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-400.dropdown-toggle {
  color: #212529;
  background-color: #26C6DA;
  border-color: #26C6DA;
}
.btn-outline-c-cyan-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.5);
}

.btn-outline-c-cyan-500 {
  color: #00BCD4;
  border-color: #00BCD4;
}
.btn-outline-c-cyan-500:hover {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-outline-c-cyan-500:focus, .btn-outline-c-cyan-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}
.btn-outline-c-cyan-500.disabled, .btn-outline-c-cyan-500:disabled {
  color: #00BCD4;
  background-color: transparent;
}
.btn-outline-c-cyan-500:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-500.dropdown-toggle {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-outline-c-cyan-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}

.btn-outline-c-cyan-600 {
  color: #00ACC1;
  border-color: #00ACC1;
}
.btn-outline-c-cyan-600:hover {
  color: #fff;
  background-color: #00ACC1;
  border-color: #00ACC1;
}
.btn-outline-c-cyan-600:focus, .btn-outline-c-cyan-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 193, 0.5);
}
.btn-outline-c-cyan-600.disabled, .btn-outline-c-cyan-600:disabled {
  color: #00ACC1;
  background-color: transparent;
}
.btn-outline-c-cyan-600:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-600.dropdown-toggle {
  color: #fff;
  background-color: #00ACC1;
  border-color: #00ACC1;
}
.btn-outline-c-cyan-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 193, 0.5);
}

.btn-outline-c-cyan-700 {
  color: #0097A7;
  border-color: #0097A7;
}
.btn-outline-c-cyan-700:hover {
  color: #fff;
  background-color: #0097A7;
  border-color: #0097A7;
}
.btn-outline-c-cyan-700:focus, .btn-outline-c-cyan-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 151, 167, 0.5);
}
.btn-outline-c-cyan-700.disabled, .btn-outline-c-cyan-700:disabled {
  color: #0097A7;
  background-color: transparent;
}
.btn-outline-c-cyan-700:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-700.dropdown-toggle {
  color: #fff;
  background-color: #0097A7;
  border-color: #0097A7;
}
.btn-outline-c-cyan-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 151, 167, 0.5);
}

.btn-outline-c-cyan-800 {
  color: #00838F;
  border-color: #00838F;
}
.btn-outline-c-cyan-800:hover {
  color: #fff;
  background-color: #00838F;
  border-color: #00838F;
}
.btn-outline-c-cyan-800:focus, .btn-outline-c-cyan-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 131, 143, 0.5);
}
.btn-outline-c-cyan-800.disabled, .btn-outline-c-cyan-800:disabled {
  color: #00838F;
  background-color: transparent;
}
.btn-outline-c-cyan-800:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-800.dropdown-toggle {
  color: #fff;
  background-color: #00838F;
  border-color: #00838F;
}
.btn-outline-c-cyan-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 131, 143, 0.5);
}

.btn-outline-c-cyan-900 {
  color: #006064;
  border-color: #006064;
}
.btn-outline-c-cyan-900:hover {
  color: #fff;
  background-color: #006064;
  border-color: #006064;
}
.btn-outline-c-cyan-900:focus, .btn-outline-c-cyan-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 96, 100, 0.5);
}
.btn-outline-c-cyan-900.disabled, .btn-outline-c-cyan-900:disabled {
  color: #006064;
  background-color: transparent;
}
.btn-outline-c-cyan-900:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-900.dropdown-toggle {
  color: #fff;
  background-color: #006064;
  border-color: #006064;
}
.btn-outline-c-cyan-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 96, 100, 0.5);
}

.btn-outline-c-cyan-a100 {
  color: #84FFFF;
  border-color: #84FFFF;
}
.btn-outline-c-cyan-a100:hover {
  color: #212529;
  background-color: #84FFFF;
  border-color: #84FFFF;
}
.btn-outline-c-cyan-a100:focus, .btn-outline-c-cyan-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 255, 255, 0.5);
}
.btn-outline-c-cyan-a100.disabled, .btn-outline-c-cyan-a100:disabled {
  color: #84FFFF;
  background-color: transparent;
}
.btn-outline-c-cyan-a100:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-a100.dropdown-toggle {
  color: #212529;
  background-color: #84FFFF;
  border-color: #84FFFF;
}
.btn-outline-c-cyan-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 255, 255, 0.5);
}

.btn-outline-c-cyan-a200 {
  color: #18FFFF;
  border-color: #18FFFF;
}
.btn-outline-c-cyan-a200:hover {
  color: #212529;
  background-color: #18FFFF;
  border-color: #18FFFF;
}
.btn-outline-c-cyan-a200:focus, .btn-outline-c-cyan-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 255, 255, 0.5);
}
.btn-outline-c-cyan-a200.disabled, .btn-outline-c-cyan-a200:disabled {
  color: #18FFFF;
  background-color: transparent;
}
.btn-outline-c-cyan-a200:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-a200.dropdown-toggle {
  color: #212529;
  background-color: #18FFFF;
  border-color: #18FFFF;
}
.btn-outline-c-cyan-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 255, 255, 0.5);
}

.btn-outline-c-cyan-a400 {
  color: #00E5FF;
  border-color: #00E5FF;
}
.btn-outline-c-cyan-a400:hover {
  color: #212529;
  background-color: #00E5FF;
  border-color: #00E5FF;
}
.btn-outline-c-cyan-a400:focus, .btn-outline-c-cyan-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 229, 255, 0.5);
}
.btn-outline-c-cyan-a400.disabled, .btn-outline-c-cyan-a400:disabled {
  color: #00E5FF;
  background-color: transparent;
}
.btn-outline-c-cyan-a400:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-a400.dropdown-toggle {
  color: #212529;
  background-color: #00E5FF;
  border-color: #00E5FF;
}
.btn-outline-c-cyan-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 229, 255, 0.5);
}

.btn-outline-c-cyan-a700 {
  color: #00B8D4;
  border-color: #00B8D4;
}
.btn-outline-c-cyan-a700:hover {
  color: #fff;
  background-color: #00B8D4;
  border-color: #00B8D4;
}
.btn-outline-c-cyan-a700:focus, .btn-outline-c-cyan-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 184, 212, 0.5);
}
.btn-outline-c-cyan-a700.disabled, .btn-outline-c-cyan-a700:disabled {
  color: #00B8D4;
  background-color: transparent;
}
.btn-outline-c-cyan-a700:not(:disabled):not(.disabled):active, .btn-outline-c-cyan-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-cyan-a700.dropdown-toggle {
  color: #fff;
  background-color: #00B8D4;
  border-color: #00B8D4;
}
.btn-outline-c-cyan-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-cyan-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-cyan-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 184, 212, 0.5);
}

.btn-outline-c-teal-50 {
  color: #E0F2F1;
  border-color: #E0F2F1;
}
.btn-outline-c-teal-50:hover {
  color: #212529;
  background-color: #E0F2F1;
  border-color: #E0F2F1;
}
.btn-outline-c-teal-50:focus, .btn-outline-c-teal-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 242, 241, 0.5);
}
.btn-outline-c-teal-50.disabled, .btn-outline-c-teal-50:disabled {
  color: #E0F2F1;
  background-color: transparent;
}
.btn-outline-c-teal-50:not(:disabled):not(.disabled):active, .btn-outline-c-teal-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-50.dropdown-toggle {
  color: #212529;
  background-color: #E0F2F1;
  border-color: #E0F2F1;
}
.btn-outline-c-teal-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 242, 241, 0.5);
}

.btn-outline-c-teal-100 {
  color: #B2DFDB;
  border-color: #B2DFDB;
}
.btn-outline-c-teal-100:hover {
  color: #212529;
  background-color: #B2DFDB;
  border-color: #B2DFDB;
}
.btn-outline-c-teal-100:focus, .btn-outline-c-teal-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 223, 219, 0.5);
}
.btn-outline-c-teal-100.disabled, .btn-outline-c-teal-100:disabled {
  color: #B2DFDB;
  background-color: transparent;
}
.btn-outline-c-teal-100:not(:disabled):not(.disabled):active, .btn-outline-c-teal-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-100.dropdown-toggle {
  color: #212529;
  background-color: #B2DFDB;
  border-color: #B2DFDB;
}
.btn-outline-c-teal-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 223, 219, 0.5);
}

.btn-outline-c-teal-200 {
  color: #80CBC4;
  border-color: #80CBC4;
}
.btn-outline-c-teal-200:hover {
  color: #212529;
  background-color: #80CBC4;
  border-color: #80CBC4;
}
.btn-outline-c-teal-200:focus, .btn-outline-c-teal-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 203, 196, 0.5);
}
.btn-outline-c-teal-200.disabled, .btn-outline-c-teal-200:disabled {
  color: #80CBC4;
  background-color: transparent;
}
.btn-outline-c-teal-200:not(:disabled):not(.disabled):active, .btn-outline-c-teal-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-200.dropdown-toggle {
  color: #212529;
  background-color: #80CBC4;
  border-color: #80CBC4;
}
.btn-outline-c-teal-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 203, 196, 0.5);
}

.btn-outline-c-teal-300 {
  color: #4DB6AC;
  border-color: #4DB6AC;
}
.btn-outline-c-teal-300:hover {
  color: #fff;
  background-color: #4DB6AC;
  border-color: #4DB6AC;
}
.btn-outline-c-teal-300:focus, .btn-outline-c-teal-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 182, 172, 0.5);
}
.btn-outline-c-teal-300.disabled, .btn-outline-c-teal-300:disabled {
  color: #4DB6AC;
  background-color: transparent;
}
.btn-outline-c-teal-300:not(:disabled):not(.disabled):active, .btn-outline-c-teal-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-300.dropdown-toggle {
  color: #fff;
  background-color: #4DB6AC;
  border-color: #4DB6AC;
}
.btn-outline-c-teal-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 182, 172, 0.5);
}

.btn-outline-c-teal-400 {
  color: #26A69A;
  border-color: #26A69A;
}
.btn-outline-c-teal-400:hover {
  color: #fff;
  background-color: #26A69A;
  border-color: #26A69A;
}
.btn-outline-c-teal-400:focus, .btn-outline-c-teal-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 166, 154, 0.5);
}
.btn-outline-c-teal-400.disabled, .btn-outline-c-teal-400:disabled {
  color: #26A69A;
  background-color: transparent;
}
.btn-outline-c-teal-400:not(:disabled):not(.disabled):active, .btn-outline-c-teal-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-400.dropdown-toggle {
  color: #fff;
  background-color: #26A69A;
  border-color: #26A69A;
}
.btn-outline-c-teal-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 166, 154, 0.5);
}

.btn-outline-c-teal-500 {
  color: #26A69A;
  border-color: #26A69A;
}
.btn-outline-c-teal-500:hover {
  color: #fff;
  background-color: #26A69A;
  border-color: #26A69A;
}
.btn-outline-c-teal-500:focus, .btn-outline-c-teal-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 166, 154, 0.5);
}
.btn-outline-c-teal-500.disabled, .btn-outline-c-teal-500:disabled {
  color: #26A69A;
  background-color: transparent;
}
.btn-outline-c-teal-500:not(:disabled):not(.disabled):active, .btn-outline-c-teal-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-500.dropdown-toggle {
  color: #fff;
  background-color: #26A69A;
  border-color: #26A69A;
}
.btn-outline-c-teal-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 166, 154, 0.5);
}

.btn-outline-c-teal-600 {
  color: #00897B;
  border-color: #00897B;
}
.btn-outline-c-teal-600:hover {
  color: #fff;
  background-color: #00897B;
  border-color: #00897B;
}
.btn-outline-c-teal-600:focus, .btn-outline-c-teal-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 137, 123, 0.5);
}
.btn-outline-c-teal-600.disabled, .btn-outline-c-teal-600:disabled {
  color: #00897B;
  background-color: transparent;
}
.btn-outline-c-teal-600:not(:disabled):not(.disabled):active, .btn-outline-c-teal-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-600.dropdown-toggle {
  color: #fff;
  background-color: #00897B;
  border-color: #00897B;
}
.btn-outline-c-teal-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 137, 123, 0.5);
}

.btn-outline-c-teal-700 {
  color: #00796B;
  border-color: #00796B;
}
.btn-outline-c-teal-700:hover {
  color: #fff;
  background-color: #00796B;
  border-color: #00796B;
}
.btn-outline-c-teal-700:focus, .btn-outline-c-teal-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 121, 107, 0.5);
}
.btn-outline-c-teal-700.disabled, .btn-outline-c-teal-700:disabled {
  color: #00796B;
  background-color: transparent;
}
.btn-outline-c-teal-700:not(:disabled):not(.disabled):active, .btn-outline-c-teal-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-700.dropdown-toggle {
  color: #fff;
  background-color: #00796B;
  border-color: #00796B;
}
.btn-outline-c-teal-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 121, 107, 0.5);
}

.btn-outline-c-teal-800 {
  color: #00695C;
  border-color: #00695C;
}
.btn-outline-c-teal-800:hover {
  color: #fff;
  background-color: #00695C;
  border-color: #00695C;
}
.btn-outline-c-teal-800:focus, .btn-outline-c-teal-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 105, 92, 0.5);
}
.btn-outline-c-teal-800.disabled, .btn-outline-c-teal-800:disabled {
  color: #00695C;
  background-color: transparent;
}
.btn-outline-c-teal-800:not(:disabled):not(.disabled):active, .btn-outline-c-teal-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-800.dropdown-toggle {
  color: #fff;
  background-color: #00695C;
  border-color: #00695C;
}
.btn-outline-c-teal-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 105, 92, 0.5);
}

.btn-outline-c-teal-900 {
  color: #004D40;
  border-color: #004D40;
}
.btn-outline-c-teal-900:hover {
  color: #fff;
  background-color: #004D40;
  border-color: #004D40;
}
.btn-outline-c-teal-900:focus, .btn-outline-c-teal-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 77, 64, 0.5);
}
.btn-outline-c-teal-900.disabled, .btn-outline-c-teal-900:disabled {
  color: #004D40;
  background-color: transparent;
}
.btn-outline-c-teal-900:not(:disabled):not(.disabled):active, .btn-outline-c-teal-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-900.dropdown-toggle {
  color: #fff;
  background-color: #004D40;
  border-color: #004D40;
}
.btn-outline-c-teal-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 77, 64, 0.5);
}

.btn-outline-c-teal-a100 {
  color: #A7FFEB;
  border-color: #A7FFEB;
}
.btn-outline-c-teal-a100:hover {
  color: #212529;
  background-color: #A7FFEB;
  border-color: #A7FFEB;
}
.btn-outline-c-teal-a100:focus, .btn-outline-c-teal-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 255, 235, 0.5);
}
.btn-outline-c-teal-a100.disabled, .btn-outline-c-teal-a100:disabled {
  color: #A7FFEB;
  background-color: transparent;
}
.btn-outline-c-teal-a100:not(:disabled):not(.disabled):active, .btn-outline-c-teal-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-a100.dropdown-toggle {
  color: #212529;
  background-color: #A7FFEB;
  border-color: #A7FFEB;
}
.btn-outline-c-teal-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 255, 235, 0.5);
}

.btn-outline-c-teal-a200 {
  color: #64FFDA;
  border-color: #64FFDA;
}
.btn-outline-c-teal-a200:hover {
  color: #212529;
  background-color: #64FFDA;
  border-color: #64FFDA;
}
.btn-outline-c-teal-a200:focus, .btn-outline-c-teal-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 255, 218, 0.5);
}
.btn-outline-c-teal-a200.disabled, .btn-outline-c-teal-a200:disabled {
  color: #64FFDA;
  background-color: transparent;
}
.btn-outline-c-teal-a200:not(:disabled):not(.disabled):active, .btn-outline-c-teal-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-a200.dropdown-toggle {
  color: #212529;
  background-color: #64FFDA;
  border-color: #64FFDA;
}
.btn-outline-c-teal-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 255, 218, 0.5);
}

.btn-outline-c-teal-a400 {
  color: #1DE9B6;
  border-color: #1DE9B6;
}
.btn-outline-c-teal-a400:hover {
  color: #212529;
  background-color: #1DE9B6;
  border-color: #1DE9B6;
}
.btn-outline-c-teal-a400:focus, .btn-outline-c-teal-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 233, 182, 0.5);
}
.btn-outline-c-teal-a400.disabled, .btn-outline-c-teal-a400:disabled {
  color: #1DE9B6;
  background-color: transparent;
}
.btn-outline-c-teal-a400:not(:disabled):not(.disabled):active, .btn-outline-c-teal-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-a400.dropdown-toggle {
  color: #212529;
  background-color: #1DE9B6;
  border-color: #1DE9B6;
}
.btn-outline-c-teal-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 233, 182, 0.5);
}

.btn-outline-c-teal-a700 {
  color: #00BFA5;
  border-color: #00BFA5;
}
.btn-outline-c-teal-a700:hover {
  color: #fff;
  background-color: #00BFA5;
  border-color: #00BFA5;
}
.btn-outline-c-teal-a700:focus, .btn-outline-c-teal-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 191, 165, 0.5);
}
.btn-outline-c-teal-a700.disabled, .btn-outline-c-teal-a700:disabled {
  color: #00BFA5;
  background-color: transparent;
}
.btn-outline-c-teal-a700:not(:disabled):not(.disabled):active, .btn-outline-c-teal-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-teal-a700.dropdown-toggle {
  color: #fff;
  background-color: #00BFA5;
  border-color: #00BFA5;
}
.btn-outline-c-teal-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-teal-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-teal-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 191, 165, 0.5);
}

.btn-outline-c-green-50 {
  color: #E8F5E9;
  border-color: #E8F5E9;
}
.btn-outline-c-green-50:hover {
  color: #212529;
  background-color: #E8F5E9;
  border-color: #E8F5E9;
}
.btn-outline-c-green-50:focus, .btn-outline-c-green-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 245, 233, 0.5);
}
.btn-outline-c-green-50.disabled, .btn-outline-c-green-50:disabled {
  color: #E8F5E9;
  background-color: transparent;
}
.btn-outline-c-green-50:not(:disabled):not(.disabled):active, .btn-outline-c-green-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-50.dropdown-toggle {
  color: #212529;
  background-color: #E8F5E9;
  border-color: #E8F5E9;
}
.btn-outline-c-green-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 245, 233, 0.5);
}

.btn-outline-c-green-100 {
  color: #C8E6C9;
  border-color: #C8E6C9;
}
.btn-outline-c-green-100:hover {
  color: #212529;
  background-color: #C8E6C9;
  border-color: #C8E6C9;
}
.btn-outline-c-green-100:focus, .btn-outline-c-green-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 230, 201, 0.5);
}
.btn-outline-c-green-100.disabled, .btn-outline-c-green-100:disabled {
  color: #C8E6C9;
  background-color: transparent;
}
.btn-outline-c-green-100:not(:disabled):not(.disabled):active, .btn-outline-c-green-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-100.dropdown-toggle {
  color: #212529;
  background-color: #C8E6C9;
  border-color: #C8E6C9;
}
.btn-outline-c-green-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 230, 201, 0.5);
}

.btn-outline-c-green-200 {
  color: #A5D6A7;
  border-color: #A5D6A7;
}
.btn-outline-c-green-200:hover {
  color: #212529;
  background-color: #A5D6A7;
  border-color: #A5D6A7;
}
.btn-outline-c-green-200:focus, .btn-outline-c-green-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 214, 167, 0.5);
}
.btn-outline-c-green-200.disabled, .btn-outline-c-green-200:disabled {
  color: #A5D6A7;
  background-color: transparent;
}
.btn-outline-c-green-200:not(:disabled):not(.disabled):active, .btn-outline-c-green-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-200.dropdown-toggle {
  color: #212529;
  background-color: #A5D6A7;
  border-color: #A5D6A7;
}
.btn-outline-c-green-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 214, 167, 0.5);
}

.btn-outline-c-green-300 {
  color: #81C784;
  border-color: #81C784;
}
.btn-outline-c-green-300:hover {
  color: #212529;
  background-color: #81C784;
  border-color: #81C784;
}
.btn-outline-c-green-300:focus, .btn-outline-c-green-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 199, 132, 0.5);
}
.btn-outline-c-green-300.disabled, .btn-outline-c-green-300:disabled {
  color: #81C784;
  background-color: transparent;
}
.btn-outline-c-green-300:not(:disabled):not(.disabled):active, .btn-outline-c-green-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-300.dropdown-toggle {
  color: #212529;
  background-color: #81C784;
  border-color: #81C784;
}
.btn-outline-c-green-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 199, 132, 0.5);
}

.btn-outline-c-green-400 {
  color: #66BB6A;
  border-color: #66BB6A;
}
.btn-outline-c-green-400:hover {
  color: #212529;
  background-color: #66BB6A;
  border-color: #66BB6A;
}
.btn-outline-c-green-400:focus, .btn-outline-c-green-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.5);
}
.btn-outline-c-green-400.disabled, .btn-outline-c-green-400:disabled {
  color: #66BB6A;
  background-color: transparent;
}
.btn-outline-c-green-400:not(:disabled):not(.disabled):active, .btn-outline-c-green-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-400.dropdown-toggle {
  color: #212529;
  background-color: #66BB6A;
  border-color: #66BB6A;
}
.btn-outline-c-green-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.5);
}

.btn-outline-c-green-500 {
  color: #4CAF50;
  border-color: #4CAF50;
}
.btn-outline-c-green-500:hover {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-outline-c-green-500:focus, .btn-outline-c-green-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}
.btn-outline-c-green-500.disabled, .btn-outline-c-green-500:disabled {
  color: #4CAF50;
  background-color: transparent;
}
.btn-outline-c-green-500:not(:disabled):not(.disabled):active, .btn-outline-c-green-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-500.dropdown-toggle {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-outline-c-green-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}

.btn-outline-c-green-600 {
  color: #43A047;
  border-color: #43A047;
}
.btn-outline-c-green-600:hover {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.btn-outline-c-green-600:focus, .btn-outline-c-green-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 160, 71, 0.5);
}
.btn-outline-c-green-600.disabled, .btn-outline-c-green-600:disabled {
  color: #43A047;
  background-color: transparent;
}
.btn-outline-c-green-600:not(:disabled):not(.disabled):active, .btn-outline-c-green-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-600.dropdown-toggle {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.btn-outline-c-green-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 160, 71, 0.5);
}

.btn-outline-c-green-700 {
  color: #388E3C;
  border-color: #388E3C;
}
.btn-outline-c-green-700:hover {
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
}
.btn-outline-c-green-700:focus, .btn-outline-c-green-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 142, 60, 0.5);
}
.btn-outline-c-green-700.disabled, .btn-outline-c-green-700:disabled {
  color: #388E3C;
  background-color: transparent;
}
.btn-outline-c-green-700:not(:disabled):not(.disabled):active, .btn-outline-c-green-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-700.dropdown-toggle {
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
}
.btn-outline-c-green-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 142, 60, 0.5);
}

.btn-outline-c-green-800 {
  color: #2E7D32;
  border-color: #2E7D32;
}
.btn-outline-c-green-800:hover {
  color: #fff;
  background-color: #2E7D32;
  border-color: #2E7D32;
}
.btn-outline-c-green-800:focus, .btn-outline-c-green-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5);
}
.btn-outline-c-green-800.disabled, .btn-outline-c-green-800:disabled {
  color: #2E7D32;
  background-color: transparent;
}
.btn-outline-c-green-800:not(:disabled):not(.disabled):active, .btn-outline-c-green-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-800.dropdown-toggle {
  color: #fff;
  background-color: #2E7D32;
  border-color: #2E7D32;
}
.btn-outline-c-green-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5);
}

.btn-outline-c-green-900 {
  color: #1B5E20;
  border-color: #1B5E20;
}
.btn-outline-c-green-900:hover {
  color: #fff;
  background-color: #1B5E20;
  border-color: #1B5E20;
}
.btn-outline-c-green-900:focus, .btn-outline-c-green-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 94, 32, 0.5);
}
.btn-outline-c-green-900.disabled, .btn-outline-c-green-900:disabled {
  color: #1B5E20;
  background-color: transparent;
}
.btn-outline-c-green-900:not(:disabled):not(.disabled):active, .btn-outline-c-green-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-900.dropdown-toggle {
  color: #fff;
  background-color: #1B5E20;
  border-color: #1B5E20;
}
.btn-outline-c-green-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 94, 32, 0.5);
}

.btn-outline-c-green-a100 {
  color: #B9F6CA;
  border-color: #B9F6CA;
}
.btn-outline-c-green-a100:hover {
  color: #212529;
  background-color: #B9F6CA;
  border-color: #B9F6CA;
}
.btn-outline-c-green-a100:focus, .btn-outline-c-green-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 246, 202, 0.5);
}
.btn-outline-c-green-a100.disabled, .btn-outline-c-green-a100:disabled {
  color: #B9F6CA;
  background-color: transparent;
}
.btn-outline-c-green-a100:not(:disabled):not(.disabled):active, .btn-outline-c-green-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-a100.dropdown-toggle {
  color: #212529;
  background-color: #B9F6CA;
  border-color: #B9F6CA;
}
.btn-outline-c-green-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 246, 202, 0.5);
}

.btn-outline-c-green-a200 {
  color: #69F0AE;
  border-color: #69F0AE;
}
.btn-outline-c-green-a200:hover {
  color: #212529;
  background-color: #69F0AE;
  border-color: #69F0AE;
}
.btn-outline-c-green-a200:focus, .btn-outline-c-green-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 240, 174, 0.5);
}
.btn-outline-c-green-a200.disabled, .btn-outline-c-green-a200:disabled {
  color: #69F0AE;
  background-color: transparent;
}
.btn-outline-c-green-a200:not(:disabled):not(.disabled):active, .btn-outline-c-green-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-a200.dropdown-toggle {
  color: #212529;
  background-color: #69F0AE;
  border-color: #69F0AE;
}
.btn-outline-c-green-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 240, 174, 0.5);
}

.btn-outline-c-green-a400 {
  color: #00E676;
  border-color: #00E676;
}
.btn-outline-c-green-a400:hover {
  color: #fff;
  background-color: #00E676;
  border-color: #00E676;
}
.btn-outline-c-green-a400:focus, .btn-outline-c-green-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 230, 118, 0.5);
}
.btn-outline-c-green-a400.disabled, .btn-outline-c-green-a400:disabled {
  color: #00E676;
  background-color: transparent;
}
.btn-outline-c-green-a400:not(:disabled):not(.disabled):active, .btn-outline-c-green-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-a400.dropdown-toggle {
  color: #fff;
  background-color: #00E676;
  border-color: #00E676;
}
.btn-outline-c-green-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 230, 118, 0.5);
}

.btn-outline-c-green-a700 {
  color: #00C853;
  border-color: #00C853;
}
.btn-outline-c-green-a700:hover {
  color: #fff;
  background-color: #00C853;
  border-color: #00C853;
}
.btn-outline-c-green-a700:focus, .btn-outline-c-green-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 83, 0.5);
}
.btn-outline-c-green-a700.disabled, .btn-outline-c-green-a700:disabled {
  color: #00C853;
  background-color: transparent;
}
.btn-outline-c-green-a700:not(:disabled):not(.disabled):active, .btn-outline-c-green-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-green-a700.dropdown-toggle {
  color: #fff;
  background-color: #00C853;
  border-color: #00C853;
}
.btn-outline-c-green-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-green-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-green-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 83, 0.5);
}

.btn-outline-c-light-green-50 {
  color: #F1F8E9;
  border-color: #F1F8E9;
}
.btn-outline-c-light-green-50:hover {
  color: #212529;
  background-color: #F1F8E9;
  border-color: #F1F8E9;
}
.btn-outline-c-light-green-50:focus, .btn-outline-c-light-green-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 248, 233, 0.5);
}
.btn-outline-c-light-green-50.disabled, .btn-outline-c-light-green-50:disabled {
  color: #F1F8E9;
  background-color: transparent;
}
.btn-outline-c-light-green-50:not(:disabled):not(.disabled):active, .btn-outline-c-light-green-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-green-50.dropdown-toggle {
  color: #212529;
  background-color: #F1F8E9;
  border-color: #F1F8E9;
}
.btn-outline-c-light-green-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-green-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-green-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 248, 233, 0.5);
}

.btn-outline-c-light-green-100 {
  color: #DCEDC8;
  border-color: #DCEDC8;
}
.btn-outline-c-light-green-100:hover {
  color: #212529;
  background-color: #DCEDC8;
  border-color: #DCEDC8;
}
.btn-outline-c-light-green-100:focus, .btn-outline-c-light-green-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 237, 200, 0.5);
}
.btn-outline-c-light-green-100.disabled, .btn-outline-c-light-green-100:disabled {
  color: #DCEDC8;
  background-color: transparent;
}
.btn-outline-c-light-green-100:not(:disabled):not(.disabled):active, .btn-outline-c-light-green-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-green-100.dropdown-toggle {
  color: #212529;
  background-color: #DCEDC8;
  border-color: #DCEDC8;
}
.btn-outline-c-light-green-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-green-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-green-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 237, 200, 0.5);
}

.btn-outline-c-light-green-200 {
  color: #C5E1A5;
  border-color: #C5E1A5;
}
.btn-outline-c-light-green-200:hover {
  color: #212529;
  background-color: #C5E1A5;
  border-color: #C5E1A5;
}
.btn-outline-c-light-green-200:focus, .btn-outline-c-light-green-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 225, 165, 0.5);
}
.btn-outline-c-light-green-200.disabled, .btn-outline-c-light-green-200:disabled {
  color: #C5E1A5;
  background-color: transparent;
}
.btn-outline-c-light-green-200:not(:disabled):not(.disabled):active, .btn-outline-c-light-green-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-green-200.dropdown-toggle {
  color: #212529;
  background-color: #C5E1A5;
  border-color: #C5E1A5;
}
.btn-outline-c-light-green-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-green-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-green-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 225, 165, 0.5);
}

.btn-outline-c-light-green-300 {
  color: #AED581;
  border-color: #AED581;
}
.btn-outline-c-light-green-300:hover {
  color: #212529;
  background-color: #AED581;
  border-color: #AED581;
}
.btn-outline-c-light-green-300:focus, .btn-outline-c-light-green-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 213, 129, 0.5);
}
.btn-outline-c-light-green-300.disabled, .btn-outline-c-light-green-300:disabled {
  color: #AED581;
  background-color: transparent;
}
.btn-outline-c-light-green-300:not(:disabled):not(.disabled):active, .btn-outline-c-light-green-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-green-300.dropdown-toggle {
  color: #212529;
  background-color: #AED581;
  border-color: #AED581;
}
.btn-outline-c-light-green-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-green-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-green-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 213, 129, 0.5);
}

.btn-outline-c-light-green-400 {
  color: #9CCC65;
  border-color: #9CCC65;
}
.btn-outline-c-light-green-400:hover {
  color: #212529;
  background-color: #9CCC65;
  border-color: #9CCC65;
}
.btn-outline-c-light-green-400:focus, .btn-outline-c-light-green-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 204, 101, 0.5);
}
.btn-outline-c-light-green-400.disabled, .btn-outline-c-light-green-400:disabled {
  color: #9CCC65;
  background-color: transparent;
}
.btn-outline-c-light-green-400:not(:disabled):not(.disabled):active, .btn-outline-c-light-green-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-green-400.dropdown-toggle {
  color: #212529;
  background-color: #9CCC65;
  border-color: #9CCC65;
}
.btn-outline-c-light-green-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-green-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-green-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 204, 101, 0.5);
}

.btn-outline-c-light-green-500 {
  color: #8BC34A;
  border-color: #8BC34A;
}
.btn-outline-c-light-green-500:hover {
  color: #212529;
  background-color: #8BC34A;
  border-color: #8BC34A;
}
.btn-outline-c-light-green-500:focus, .btn-outline-c-light-green-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5);
}
.btn-outline-c-light-green-500.disabled, .btn-outline-c-light-green-500:disabled {
  color: #8BC34A;
  background-color: transparent;
}
.btn-outline-c-light-green-500:not(:disabled):not(.disabled):active, .btn-outline-c-light-green-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-green-500.dropdown-toggle {
  color: #212529;
  background-color: #8BC34A;
  border-color: #8BC34A;
}
.btn-outline-c-light-green-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-green-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-green-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5);
}

.btn-outline-c-light-green-600 {
  color: #7CB342;
  border-color: #7CB342;
}
.btn-outline-c-light-green-600:hover {
  color: #fff;
  background-color: #7CB342;
  border-color: #7CB342;
}
.btn-outline-c-light-green-600:focus, .btn-outline-c-light-green-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 179, 66, 0.5);
}
.btn-outline-c-light-green-600.disabled, .btn-outline-c-light-green-600:disabled {
  color: #7CB342;
  background-color: transparent;
}
.btn-outline-c-light-green-600:not(:disabled):not(.disabled):active, .btn-outline-c-light-green-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-green-600.dropdown-toggle {
  color: #fff;
  background-color: #7CB342;
  border-color: #7CB342;
}
.btn-outline-c-light-green-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-green-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-green-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 179, 66, 0.5);
}

.btn-outline-c-light-green-700 {
  color: #689F38;
  border-color: #689F38;
}
.btn-outline-c-light-green-700:hover {
  color: #fff;
  background-color: #689F38;
  border-color: #689F38;
}
.btn-outline-c-light-green-700:focus, .btn-outline-c-light-green-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 159, 56, 0.5);
}
.btn-outline-c-light-green-700.disabled, .btn-outline-c-light-green-700:disabled {
  color: #689F38;
  background-color: transparent;
}
.btn-outline-c-light-green-700:not(:disabled):not(.disabled):active, .btn-outline-c-light-green-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-green-700.dropdown-toggle {
  color: #fff;
  background-color: #689F38;
  border-color: #689F38;
}
.btn-outline-c-light-green-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-green-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-green-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 159, 56, 0.5);
}

.btn-outline-c-light-green-800 {
  color: #558B2F;
  border-color: #558B2F;
}
.btn-outline-c-light-green-800:hover {
  color: #fff;
  background-color: #558B2F;
  border-color: #558B2F;
}
.btn-outline-c-light-green-800:focus, .btn-outline-c-light-green-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 139, 47, 0.5);
}
.btn-outline-c-light-green-800.disabled, .btn-outline-c-light-green-800:disabled {
  color: #558B2F;
  background-color: transparent;
}
.btn-outline-c-light-green-800:not(:disabled):not(.disabled):active, .btn-outline-c-light-green-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-green-800.dropdown-toggle {
  color: #fff;
  background-color: #558B2F;
  border-color: #558B2F;
}
.btn-outline-c-light-green-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-green-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-green-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 139, 47, 0.5);
}

.btn-outline-c-light-green-900 {
  color: #33691E;
  border-color: #33691E;
}
.btn-outline-c-light-green-900:hover {
  color: #fff;
  background-color: #33691E;
  border-color: #33691E;
}
.btn-outline-c-light-green-900:focus, .btn-outline-c-light-green-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 105, 30, 0.5);
}
.btn-outline-c-light-green-900.disabled, .btn-outline-c-light-green-900:disabled {
  color: #33691E;
  background-color: transparent;
}
.btn-outline-c-light-green-900:not(:disabled):not(.disabled):active, .btn-outline-c-light-green-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-green-900.dropdown-toggle {
  color: #fff;
  background-color: #33691E;
  border-color: #33691E;
}
.btn-outline-c-light-green-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-green-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-green-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 105, 30, 0.5);
}

.btn-outline-c-light-green-a100 {
  color: #CCFF90;
  border-color: #CCFF90;
}
.btn-outline-c-light-green-a100:hover {
  color: #212529;
  background-color: #CCFF90;
  border-color: #CCFF90;
}
.btn-outline-c-light-green-a100:focus, .btn-outline-c-light-green-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 255, 144, 0.5);
}
.btn-outline-c-light-green-a100.disabled, .btn-outline-c-light-green-a100:disabled {
  color: #CCFF90;
  background-color: transparent;
}
.btn-outline-c-light-green-a100:not(:disabled):not(.disabled):active, .btn-outline-c-light-green-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-light-green-a100.dropdown-toggle {
  color: #212529;
  background-color: #CCFF90;
  border-color: #CCFF90;
}
.btn-outline-c-light-green-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-light-green-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-light-green-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 255, 144, 0.5);
}

.btn-outline-c-lime-50 {
  color: #F9FBE7;
  border-color: #F9FBE7;
}
.btn-outline-c-lime-50:hover {
  color: #212529;
  background-color: #F9FBE7;
  border-color: #F9FBE7;
}
.btn-outline-c-lime-50:focus, .btn-outline-c-lime-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 251, 231, 0.5);
}
.btn-outline-c-lime-50.disabled, .btn-outline-c-lime-50:disabled {
  color: #F9FBE7;
  background-color: transparent;
}
.btn-outline-c-lime-50:not(:disabled):not(.disabled):active, .btn-outline-c-lime-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-50.dropdown-toggle {
  color: #212529;
  background-color: #F9FBE7;
  border-color: #F9FBE7;
}
.btn-outline-c-lime-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 251, 231, 0.5);
}

.btn-outline-c-lime-100 {
  color: #F0F4C3;
  border-color: #F0F4C3;
}
.btn-outline-c-lime-100:hover {
  color: #212529;
  background-color: #F0F4C3;
  border-color: #F0F4C3;
}
.btn-outline-c-lime-100:focus, .btn-outline-c-lime-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 244, 195, 0.5);
}
.btn-outline-c-lime-100.disabled, .btn-outline-c-lime-100:disabled {
  color: #F0F4C3;
  background-color: transparent;
}
.btn-outline-c-lime-100:not(:disabled):not(.disabled):active, .btn-outline-c-lime-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-100.dropdown-toggle {
  color: #212529;
  background-color: #F0F4C3;
  border-color: #F0F4C3;
}
.btn-outline-c-lime-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 244, 195, 0.5);
}

.btn-outline-c-lime-200 {
  color: #E6EE9C;
  border-color: #E6EE9C;
}
.btn-outline-c-lime-200:hover {
  color: #212529;
  background-color: #E6EE9C;
  border-color: #E6EE9C;
}
.btn-outline-c-lime-200:focus, .btn-outline-c-lime-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 238, 156, 0.5);
}
.btn-outline-c-lime-200.disabled, .btn-outline-c-lime-200:disabled {
  color: #E6EE9C;
  background-color: transparent;
}
.btn-outline-c-lime-200:not(:disabled):not(.disabled):active, .btn-outline-c-lime-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-200.dropdown-toggle {
  color: #212529;
  background-color: #E6EE9C;
  border-color: #E6EE9C;
}
.btn-outline-c-lime-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 238, 156, 0.5);
}

.btn-outline-c-lime-300 {
  color: #DCE775;
  border-color: #DCE775;
}
.btn-outline-c-lime-300:hover {
  color: #212529;
  background-color: #DCE775;
  border-color: #DCE775;
}
.btn-outline-c-lime-300:focus, .btn-outline-c-lime-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 231, 117, 0.5);
}
.btn-outline-c-lime-300.disabled, .btn-outline-c-lime-300:disabled {
  color: #DCE775;
  background-color: transparent;
}
.btn-outline-c-lime-300:not(:disabled):not(.disabled):active, .btn-outline-c-lime-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-300.dropdown-toggle {
  color: #212529;
  background-color: #DCE775;
  border-color: #DCE775;
}
.btn-outline-c-lime-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 231, 117, 0.5);
}

.btn-outline-c-lime-400 {
  color: #D4E157;
  border-color: #D4E157;
}
.btn-outline-c-lime-400:hover {
  color: #212529;
  background-color: #D4E157;
  border-color: #D4E157;
}
.btn-outline-c-lime-400:focus, .btn-outline-c-lime-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 225, 87, 0.5);
}
.btn-outline-c-lime-400.disabled, .btn-outline-c-lime-400:disabled {
  color: #D4E157;
  background-color: transparent;
}
.btn-outline-c-lime-400:not(:disabled):not(.disabled):active, .btn-outline-c-lime-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-400.dropdown-toggle {
  color: #212529;
  background-color: #D4E157;
  border-color: #D4E157;
}
.btn-outline-c-lime-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 225, 87, 0.5);
}

.btn-outline-c-lime-500 {
  color: #CDDC39;
  border-color: #CDDC39;
}
.btn-outline-c-lime-500:hover {
  color: #212529;
  background-color: #CDDC39;
  border-color: #CDDC39;
}
.btn-outline-c-lime-500:focus, .btn-outline-c-lime-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 220, 57, 0.5);
}
.btn-outline-c-lime-500.disabled, .btn-outline-c-lime-500:disabled {
  color: #CDDC39;
  background-color: transparent;
}
.btn-outline-c-lime-500:not(:disabled):not(.disabled):active, .btn-outline-c-lime-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-500.dropdown-toggle {
  color: #212529;
  background-color: #CDDC39;
  border-color: #CDDC39;
}
.btn-outline-c-lime-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 220, 57, 0.5);
}

.btn-outline-c-lime-600 {
  color: #C0CA33;
  border-color: #C0CA33;
}
.btn-outline-c-lime-600:hover {
  color: #212529;
  background-color: #C0CA33;
  border-color: #C0CA33;
}
.btn-outline-c-lime-600:focus, .btn-outline-c-lime-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 202, 51, 0.5);
}
.btn-outline-c-lime-600.disabled, .btn-outline-c-lime-600:disabled {
  color: #C0CA33;
  background-color: transparent;
}
.btn-outline-c-lime-600:not(:disabled):not(.disabled):active, .btn-outline-c-lime-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-600.dropdown-toggle {
  color: #212529;
  background-color: #C0CA33;
  border-color: #C0CA33;
}
.btn-outline-c-lime-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 202, 51, 0.5);
}

.btn-outline-c-lime-700 {
  color: #AFB42B;
  border-color: #AFB42B;
}
.btn-outline-c-lime-700:hover {
  color: #212529;
  background-color: #AFB42B;
  border-color: #AFB42B;
}
.btn-outline-c-lime-700:focus, .btn-outline-c-lime-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 180, 43, 0.5);
}
.btn-outline-c-lime-700.disabled, .btn-outline-c-lime-700:disabled {
  color: #AFB42B;
  background-color: transparent;
}
.btn-outline-c-lime-700:not(:disabled):not(.disabled):active, .btn-outline-c-lime-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-700.dropdown-toggle {
  color: #212529;
  background-color: #AFB42B;
  border-color: #AFB42B;
}
.btn-outline-c-lime-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 180, 43, 0.5);
}

.btn-outline-c-lime-800 {
  color: #9E9D24;
  border-color: #9E9D24;
}
.btn-outline-c-lime-800:hover {
  color: #fff;
  background-color: #9E9D24;
  border-color: #9E9D24;
}
.btn-outline-c-lime-800:focus, .btn-outline-c-lime-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 157, 36, 0.5);
}
.btn-outline-c-lime-800.disabled, .btn-outline-c-lime-800:disabled {
  color: #9E9D24;
  background-color: transparent;
}
.btn-outline-c-lime-800:not(:disabled):not(.disabled):active, .btn-outline-c-lime-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-800.dropdown-toggle {
  color: #fff;
  background-color: #9E9D24;
  border-color: #9E9D24;
}
.btn-outline-c-lime-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 157, 36, 0.5);
}

.btn-outline-c-lime-900 {
  color: #827717;
  border-color: #827717;
}
.btn-outline-c-lime-900:hover {
  color: #fff;
  background-color: #827717;
  border-color: #827717;
}
.btn-outline-c-lime-900:focus, .btn-outline-c-lime-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 119, 23, 0.5);
}
.btn-outline-c-lime-900.disabled, .btn-outline-c-lime-900:disabled {
  color: #827717;
  background-color: transparent;
}
.btn-outline-c-lime-900:not(:disabled):not(.disabled):active, .btn-outline-c-lime-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-900.dropdown-toggle {
  color: #fff;
  background-color: #827717;
  border-color: #827717;
}
.btn-outline-c-lime-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 119, 23, 0.5);
}

.btn-outline-c-lime-a100 {
  color: #F4FF81;
  border-color: #F4FF81;
}
.btn-outline-c-lime-a100:hover {
  color: #212529;
  background-color: #F4FF81;
  border-color: #F4FF81;
}
.btn-outline-c-lime-a100:focus, .btn-outline-c-lime-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 255, 129, 0.5);
}
.btn-outline-c-lime-a100.disabled, .btn-outline-c-lime-a100:disabled {
  color: #F4FF81;
  background-color: transparent;
}
.btn-outline-c-lime-a100:not(:disabled):not(.disabled):active, .btn-outline-c-lime-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-a100.dropdown-toggle {
  color: #212529;
  background-color: #F4FF81;
  border-color: #F4FF81;
}
.btn-outline-c-lime-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 255, 129, 0.5);
}

.btn-outline-c-lime-a200 {
  color: #EEFF41;
  border-color: #EEFF41;
}
.btn-outline-c-lime-a200:hover {
  color: #212529;
  background-color: #EEFF41;
  border-color: #EEFF41;
}
.btn-outline-c-lime-a200:focus, .btn-outline-c-lime-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 255, 65, 0.5);
}
.btn-outline-c-lime-a200.disabled, .btn-outline-c-lime-a200:disabled {
  color: #EEFF41;
  background-color: transparent;
}
.btn-outline-c-lime-a200:not(:disabled):not(.disabled):active, .btn-outline-c-lime-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-a200.dropdown-toggle {
  color: #212529;
  background-color: #EEFF41;
  border-color: #EEFF41;
}
.btn-outline-c-lime-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 255, 65, 0.5);
}

.btn-outline-c-lime-a400 {
  color: #C6FF00;
  border-color: #C6FF00;
}
.btn-outline-c-lime-a400:hover {
  color: #212529;
  background-color: #C6FF00;
  border-color: #C6FF00;
}
.btn-outline-c-lime-a400:focus, .btn-outline-c-lime-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 255, 0, 0.5);
}
.btn-outline-c-lime-a400.disabled, .btn-outline-c-lime-a400:disabled {
  color: #C6FF00;
  background-color: transparent;
}
.btn-outline-c-lime-a400:not(:disabled):not(.disabled):active, .btn-outline-c-lime-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-a400.dropdown-toggle {
  color: #212529;
  background-color: #C6FF00;
  border-color: #C6FF00;
}
.btn-outline-c-lime-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 255, 0, 0.5);
}

.btn-outline-c-lime-a700 {
  color: #AEEA00;
  border-color: #AEEA00;
}
.btn-outline-c-lime-a700:hover {
  color: #212529;
  background-color: #AEEA00;
  border-color: #AEEA00;
}
.btn-outline-c-lime-a700:focus, .btn-outline-c-lime-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 234, 0, 0.5);
}
.btn-outline-c-lime-a700.disabled, .btn-outline-c-lime-a700:disabled {
  color: #AEEA00;
  background-color: transparent;
}
.btn-outline-c-lime-a700:not(:disabled):not(.disabled):active, .btn-outline-c-lime-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-lime-a700.dropdown-toggle {
  color: #212529;
  background-color: #AEEA00;
  border-color: #AEEA00;
}
.btn-outline-c-lime-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-lime-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-lime-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 234, 0, 0.5);
}

.btn-outline-c-yellow-50 {
  color: #FFFDE7;
  border-color: #FFFDE7;
}
.btn-outline-c-yellow-50:hover {
  color: #212529;
  background-color: #FFFDE7;
  border-color: #FFFDE7;
}
.btn-outline-c-yellow-50:focus, .btn-outline-c-yellow-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 253, 231, 0.5);
}
.btn-outline-c-yellow-50.disabled, .btn-outline-c-yellow-50:disabled {
  color: #FFFDE7;
  background-color: transparent;
}
.btn-outline-c-yellow-50:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-50.dropdown-toggle {
  color: #212529;
  background-color: #FFFDE7;
  border-color: #FFFDE7;
}
.btn-outline-c-yellow-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 253, 231, 0.5);
}

.btn-outline-c-yellow-100 {
  color: #FFF9C4;
  border-color: #FFF9C4;
}
.btn-outline-c-yellow-100:hover {
  color: #212529;
  background-color: #FFF9C4;
  border-color: #FFF9C4;
}
.btn-outline-c-yellow-100:focus, .btn-outline-c-yellow-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 249, 196, 0.5);
}
.btn-outline-c-yellow-100.disabled, .btn-outline-c-yellow-100:disabled {
  color: #FFF9C4;
  background-color: transparent;
}
.btn-outline-c-yellow-100:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-100.dropdown-toggle {
  color: #212529;
  background-color: #FFF9C4;
  border-color: #FFF9C4;
}
.btn-outline-c-yellow-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 249, 196, 0.5);
}

.btn-outline-c-yellow-200 {
  color: #FFF59D;
  border-color: #FFF59D;
}
.btn-outline-c-yellow-200:hover {
  color: #212529;
  background-color: #FFF59D;
  border-color: #FFF59D;
}
.btn-outline-c-yellow-200:focus, .btn-outline-c-yellow-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 245, 157, 0.5);
}
.btn-outline-c-yellow-200.disabled, .btn-outline-c-yellow-200:disabled {
  color: #FFF59D;
  background-color: transparent;
}
.btn-outline-c-yellow-200:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-200.dropdown-toggle {
  color: #212529;
  background-color: #FFF59D;
  border-color: #FFF59D;
}
.btn-outline-c-yellow-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 245, 157, 0.5);
}

.btn-outline-c-yellow-300 {
  color: #FFF176;
  border-color: #FFF176;
}
.btn-outline-c-yellow-300:hover {
  color: #212529;
  background-color: #FFF176;
  border-color: #FFF176;
}
.btn-outline-c-yellow-300:focus, .btn-outline-c-yellow-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 241, 118, 0.5);
}
.btn-outline-c-yellow-300.disabled, .btn-outline-c-yellow-300:disabled {
  color: #FFF176;
  background-color: transparent;
}
.btn-outline-c-yellow-300:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-300.dropdown-toggle {
  color: #212529;
  background-color: #FFF176;
  border-color: #FFF176;
}
.btn-outline-c-yellow-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 241, 118, 0.5);
}

.btn-outline-c-yellow-400 {
  color: #FFEE58;
  border-color: #FFEE58;
}
.btn-outline-c-yellow-400:hover {
  color: #212529;
  background-color: #FFEE58;
  border-color: #FFEE58;
}
.btn-outline-c-yellow-400:focus, .btn-outline-c-yellow-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 238, 88, 0.5);
}
.btn-outline-c-yellow-400.disabled, .btn-outline-c-yellow-400:disabled {
  color: #FFEE58;
  background-color: transparent;
}
.btn-outline-c-yellow-400:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-400.dropdown-toggle {
  color: #212529;
  background-color: #FFEE58;
  border-color: #FFEE58;
}
.btn-outline-c-yellow-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 238, 88, 0.5);
}

.btn-outline-c-yellow-500 {
  color: #FFEB3B;
  border-color: #FFEB3B;
}
.btn-outline-c-yellow-500:hover {
  color: #212529;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}
.btn-outline-c-yellow-500:focus, .btn-outline-c-yellow-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}
.btn-outline-c-yellow-500.disabled, .btn-outline-c-yellow-500:disabled {
  color: #FFEB3B;
  background-color: transparent;
}
.btn-outline-c-yellow-500:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-500.dropdown-toggle {
  color: #212529;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}
.btn-outline-c-yellow-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}

.btn-outline-c-yellow-600 {
  color: #FDD835;
  border-color: #FDD835;
}
.btn-outline-c-yellow-600:hover {
  color: #212529;
  background-color: #FDD835;
  border-color: #FDD835;
}
.btn-outline-c-yellow-600:focus, .btn-outline-c-yellow-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 216, 53, 0.5);
}
.btn-outline-c-yellow-600.disabled, .btn-outline-c-yellow-600:disabled {
  color: #FDD835;
  background-color: transparent;
}
.btn-outline-c-yellow-600:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-600.dropdown-toggle {
  color: #212529;
  background-color: #FDD835;
  border-color: #FDD835;
}
.btn-outline-c-yellow-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 216, 53, 0.5);
}

.btn-outline-c-yellow-700 {
  color: #FBC02D;
  border-color: #FBC02D;
}
.btn-outline-c-yellow-700:hover {
  color: #212529;
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.btn-outline-c-yellow-700:focus, .btn-outline-c-yellow-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5);
}
.btn-outline-c-yellow-700.disabled, .btn-outline-c-yellow-700:disabled {
  color: #FBC02D;
  background-color: transparent;
}
.btn-outline-c-yellow-700:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-700.dropdown-toggle {
  color: #212529;
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.btn-outline-c-yellow-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5);
}

.btn-outline-c-yellow-800 {
  color: #F9A825;
  border-color: #F9A825;
}
.btn-outline-c-yellow-800:hover {
  color: #212529;
  background-color: #F9A825;
  border-color: #F9A825;
}
.btn-outline-c-yellow-800:focus, .btn-outline-c-yellow-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 168, 37, 0.5);
}
.btn-outline-c-yellow-800.disabled, .btn-outline-c-yellow-800:disabled {
  color: #F9A825;
  background-color: transparent;
}
.btn-outline-c-yellow-800:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-800.dropdown-toggle {
  color: #212529;
  background-color: #F9A825;
  border-color: #F9A825;
}
.btn-outline-c-yellow-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 168, 37, 0.5);
}

.btn-outline-c-yellow-900 {
  color: #F57F17;
  border-color: #F57F17;
}
.btn-outline-c-yellow-900:hover {
  color: #212529;
  background-color: #F57F17;
  border-color: #F57F17;
}
.btn-outline-c-yellow-900:focus, .btn-outline-c-yellow-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 23, 0.5);
}
.btn-outline-c-yellow-900.disabled, .btn-outline-c-yellow-900:disabled {
  color: #F57F17;
  background-color: transparent;
}
.btn-outline-c-yellow-900:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-900.dropdown-toggle {
  color: #212529;
  background-color: #F57F17;
  border-color: #F57F17;
}
.btn-outline-c-yellow-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 23, 0.5);
}

.btn-outline-c-yellow-a100 {
  color: #FFFF8D;
  border-color: #FFFF8D;
}
.btn-outline-c-yellow-a100:hover {
  color: #212529;
  background-color: #FFFF8D;
  border-color: #FFFF8D;
}
.btn-outline-c-yellow-a100:focus, .btn-outline-c-yellow-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 141, 0.5);
}
.btn-outline-c-yellow-a100.disabled, .btn-outline-c-yellow-a100:disabled {
  color: #FFFF8D;
  background-color: transparent;
}
.btn-outline-c-yellow-a100:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-a100.dropdown-toggle {
  color: #212529;
  background-color: #FFFF8D;
  border-color: #FFFF8D;
}
.btn-outline-c-yellow-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 141, 0.5);
}

.btn-outline-c-yellow-a200 {
  color: #FFFF00;
  border-color: #FFFF00;
}
.btn-outline-c-yellow-a200:hover {
  color: #212529;
  background-color: #FFFF00;
  border-color: #FFFF00;
}
.btn-outline-c-yellow-a200:focus, .btn-outline-c-yellow-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}
.btn-outline-c-yellow-a200.disabled, .btn-outline-c-yellow-a200:disabled {
  color: #FFFF00;
  background-color: transparent;
}
.btn-outline-c-yellow-a200:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-a200.dropdown-toggle {
  color: #212529;
  background-color: #FFFF00;
  border-color: #FFFF00;
}
.btn-outline-c-yellow-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}

.btn-outline-c-yellow-a400 {
  color: #FFEA00;
  border-color: #FFEA00;
}
.btn-outline-c-yellow-a400:hover {
  color: #212529;
  background-color: #FFEA00;
  border-color: #FFEA00;
}
.btn-outline-c-yellow-a400:focus, .btn-outline-c-yellow-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 234, 0, 0.5);
}
.btn-outline-c-yellow-a400.disabled, .btn-outline-c-yellow-a400:disabled {
  color: #FFEA00;
  background-color: transparent;
}
.btn-outline-c-yellow-a400:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-a400.dropdown-toggle {
  color: #212529;
  background-color: #FFEA00;
  border-color: #FFEA00;
}
.btn-outline-c-yellow-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 234, 0, 0.5);
}

.btn-outline-c-yellow-a700 {
  color: #FFD600;
  border-color: #FFD600;
}
.btn-outline-c-yellow-a700:hover {
  color: #212529;
  background-color: #FFD600;
  border-color: #FFD600;
}
.btn-outline-c-yellow-a700:focus, .btn-outline-c-yellow-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 214, 0, 0.5);
}
.btn-outline-c-yellow-a700.disabled, .btn-outline-c-yellow-a700:disabled {
  color: #FFD600;
  background-color: transparent;
}
.btn-outline-c-yellow-a700:not(:disabled):not(.disabled):active, .btn-outline-c-yellow-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-yellow-a700.dropdown-toggle {
  color: #212529;
  background-color: #FFD600;
  border-color: #FFD600;
}
.btn-outline-c-yellow-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-yellow-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-yellow-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 214, 0, 0.5);
}

.btn-outline-c-amber-50 {
  color: #FFF8E1;
  border-color: #FFF8E1;
}
.btn-outline-c-amber-50:hover {
  color: #212529;
  background-color: #FFF8E1;
  border-color: #FFF8E1;
}
.btn-outline-c-amber-50:focus, .btn-outline-c-amber-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 248, 225, 0.5);
}
.btn-outline-c-amber-50.disabled, .btn-outline-c-amber-50:disabled {
  color: #FFF8E1;
  background-color: transparent;
}
.btn-outline-c-amber-50:not(:disabled):not(.disabled):active, .btn-outline-c-amber-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-amber-50.dropdown-toggle {
  color: #212529;
  background-color: #FFF8E1;
  border-color: #FFF8E1;
}
.btn-outline-c-amber-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-amber-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-amber-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 248, 225, 0.5);
}

.btn-outline-c-amber-100 {
  color: #FFECB3;
  border-color: #FFECB3;
}
.btn-outline-c-amber-100:hover {
  color: #212529;
  background-color: #FFECB3;
  border-color: #FFECB3;
}
.btn-outline-c-amber-100:focus, .btn-outline-c-amber-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 236, 179, 0.5);
}
.btn-outline-c-amber-100.disabled, .btn-outline-c-amber-100:disabled {
  color: #FFECB3;
  background-color: transparent;
}
.btn-outline-c-amber-100:not(:disabled):not(.disabled):active, .btn-outline-c-amber-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-amber-100.dropdown-toggle {
  color: #212529;
  background-color: #FFECB3;
  border-color: #FFECB3;
}
.btn-outline-c-amber-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-amber-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-amber-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 236, 179, 0.5);
}

.btn-outline-c-amber-200 {
  color: #FFE082;
  border-color: #FFE082;
}
.btn-outline-c-amber-200:hover {
  color: #212529;
  background-color: #FFE082;
  border-color: #FFE082;
}
.btn-outline-c-amber-200:focus, .btn-outline-c-amber-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 224, 130, 0.5);
}
.btn-outline-c-amber-200.disabled, .btn-outline-c-amber-200:disabled {
  color: #FFE082;
  background-color: transparent;
}
.btn-outline-c-amber-200:not(:disabled):not(.disabled):active, .btn-outline-c-amber-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-amber-200.dropdown-toggle {
  color: #212529;
  background-color: #FFE082;
  border-color: #FFE082;
}
.btn-outline-c-amber-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-amber-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-amber-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 224, 130, 0.5);
}

.btn-outline-c-amber-300 {
  color: #FFD54F;
  border-color: #FFD54F;
}
.btn-outline-c-amber-300:hover {
  color: #212529;
  background-color: #FFD54F;
  border-color: #FFD54F;
}
.btn-outline-c-amber-300:focus, .btn-outline-c-amber-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 213, 79, 0.5);
}
.btn-outline-c-amber-300.disabled, .btn-outline-c-amber-300:disabled {
  color: #FFD54F;
  background-color: transparent;
}
.btn-outline-c-amber-300:not(:disabled):not(.disabled):active, .btn-outline-c-amber-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-amber-300.dropdown-toggle {
  color: #212529;
  background-color: #FFD54F;
  border-color: #FFD54F;
}
.btn-outline-c-amber-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-amber-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-amber-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 213, 79, 0.5);
}

.btn-outline-c-amber-400 {
  color: #FFCA28;
  border-color: #FFCA28;
}
.btn-outline-c-amber-400:hover {
  color: #212529;
  background-color: #FFCA28;
  border-color: #FFCA28;
}
.btn-outline-c-amber-400:focus, .btn-outline-c-amber-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 40, 0.5);
}
.btn-outline-c-amber-400.disabled, .btn-outline-c-amber-400:disabled {
  color: #FFCA28;
  background-color: transparent;
}
.btn-outline-c-amber-400:not(:disabled):not(.disabled):active, .btn-outline-c-amber-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-amber-400.dropdown-toggle {
  color: #212529;
  background-color: #FFCA28;
  border-color: #FFCA28;
}
.btn-outline-c-amber-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-amber-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-amber-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 40, 0.5);
}

.btn-outline-c-amber-500 {
  color: #FFC107;
  border-color: #FFC107;
}
.btn-outline-c-amber-500:hover {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-outline-c-amber-500:focus, .btn-outline-c-amber-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-c-amber-500.disabled, .btn-outline-c-amber-500:disabled {
  color: #FFC107;
  background-color: transparent;
}
.btn-outline-c-amber-500:not(:disabled):not(.disabled):active, .btn-outline-c-amber-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-amber-500.dropdown-toggle {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-outline-c-amber-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-amber-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-amber-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-c-amber-600 {
  color: #FFB300;
  border-color: #FFB300;
}
.btn-outline-c-amber-600:hover {
  color: #212529;
  background-color: #FFB300;
  border-color: #FFB300;
}
.btn-outline-c-amber-600:focus, .btn-outline-c-amber-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 179, 0, 0.5);
}
.btn-outline-c-amber-600.disabled, .btn-outline-c-amber-600:disabled {
  color: #FFB300;
  background-color: transparent;
}
.btn-outline-c-amber-600:not(:disabled):not(.disabled):active, .btn-outline-c-amber-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-amber-600.dropdown-toggle {
  color: #212529;
  background-color: #FFB300;
  border-color: #FFB300;
}
.btn-outline-c-amber-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-amber-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-amber-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 179, 0, 0.5);
}

.btn-outline-c-amber-700 {
  color: #FFA000;
  border-color: #FFA000;
}
.btn-outline-c-amber-700:hover {
  color: #212529;
  background-color: #FFA000;
  border-color: #FFA000;
}
.btn-outline-c-amber-700:focus, .btn-outline-c-amber-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 160, 0, 0.5);
}
.btn-outline-c-amber-700.disabled, .btn-outline-c-amber-700:disabled {
  color: #FFA000;
  background-color: transparent;
}
.btn-outline-c-amber-700:not(:disabled):not(.disabled):active, .btn-outline-c-amber-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-amber-700.dropdown-toggle {
  color: #212529;
  background-color: #FFA000;
  border-color: #FFA000;
}
.btn-outline-c-amber-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-amber-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-amber-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 160, 0, 0.5);
}

.btn-outline-c-amber-800 {
  color: #FF8F00;
  border-color: #FF8F00;
}
.btn-outline-c-amber-800:hover {
  color: #212529;
  background-color: #FF8F00;
  border-color: #FF8F00;
}
.btn-outline-c-amber-800:focus, .btn-outline-c-amber-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 143, 0, 0.5);
}
.btn-outline-c-amber-800.disabled, .btn-outline-c-amber-800:disabled {
  color: #FF8F00;
  background-color: transparent;
}
.btn-outline-c-amber-800:not(:disabled):not(.disabled):active, .btn-outline-c-amber-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-amber-800.dropdown-toggle {
  color: #212529;
  background-color: #FF8F00;
  border-color: #FF8F00;
}
.btn-outline-c-amber-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-amber-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-amber-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 143, 0, 0.5);
}

.btn-outline-c-amber-900 {
  color: #FF6F00;
  border-color: #FF6F00;
}
.btn-outline-c-amber-900:hover {
  color: #fff;
  background-color: #FF6F00;
  border-color: #FF6F00;
}
.btn-outline-c-amber-900:focus, .btn-outline-c-amber-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 0.5);
}
.btn-outline-c-amber-900.disabled, .btn-outline-c-amber-900:disabled {
  color: #FF6F00;
  background-color: transparent;
}
.btn-outline-c-amber-900:not(:disabled):not(.disabled):active, .btn-outline-c-amber-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-amber-900.dropdown-toggle {
  color: #fff;
  background-color: #FF6F00;
  border-color: #FF6F00;
}
.btn-outline-c-amber-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-amber-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-amber-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 0.5);
}

.btn-outline-c-amber-a100 {
  color: #FFE57F;
  border-color: #FFE57F;
}
.btn-outline-c-amber-a100:hover {
  color: #212529;
  background-color: #FFE57F;
  border-color: #FFE57F;
}
.btn-outline-c-amber-a100:focus, .btn-outline-c-amber-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 229, 127, 0.5);
}
.btn-outline-c-amber-a100.disabled, .btn-outline-c-amber-a100:disabled {
  color: #FFE57F;
  background-color: transparent;
}
.btn-outline-c-amber-a100:not(:disabled):not(.disabled):active, .btn-outline-c-amber-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-amber-a100.dropdown-toggle {
  color: #212529;
  background-color: #FFE57F;
  border-color: #FFE57F;
}
.btn-outline-c-amber-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-amber-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-amber-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 229, 127, 0.5);
}

.btn-outline-c-amber-a400 {
  color: #FFC400;
  border-color: #FFC400;
}
.btn-outline-c-amber-a400:hover {
  color: #212529;
  background-color: #FFC400;
  border-color: #FFC400;
}
.btn-outline-c-amber-a400:focus, .btn-outline-c-amber-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 196, 0, 0.5);
}
.btn-outline-c-amber-a400.disabled, .btn-outline-c-amber-a400:disabled {
  color: #FFC400;
  background-color: transparent;
}
.btn-outline-c-amber-a400:not(:disabled):not(.disabled):active, .btn-outline-c-amber-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-amber-a400.dropdown-toggle {
  color: #212529;
  background-color: #FFC400;
  border-color: #FFC400;
}
.btn-outline-c-amber-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-amber-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-amber-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 196, 0, 0.5);
}

.btn-outline-c-amber-a700 {
  color: #FFAB00;
  border-color: #FFAB00;
}
.btn-outline-c-amber-a700:hover {
  color: #212529;
  background-color: #FFAB00;
  border-color: #FFAB00;
}
.btn-outline-c-amber-a700:focus, .btn-outline-c-amber-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 0, 0.5);
}
.btn-outline-c-amber-a700.disabled, .btn-outline-c-amber-a700:disabled {
  color: #FFAB00;
  background-color: transparent;
}
.btn-outline-c-amber-a700:not(:disabled):not(.disabled):active, .btn-outline-c-amber-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-amber-a700.dropdown-toggle {
  color: #212529;
  background-color: #FFAB00;
  border-color: #FFAB00;
}
.btn-outline-c-amber-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-amber-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-amber-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 0, 0.5);
}

.btn-outline-c-orange-50 {
  color: #FFF3E0;
  border-color: #FFF3E0;
}
.btn-outline-c-orange-50:hover {
  color: #212529;
  background-color: #FFF3E0;
  border-color: #FFF3E0;
}
.btn-outline-c-orange-50:focus, .btn-outline-c-orange-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 243, 224, 0.5);
}
.btn-outline-c-orange-50.disabled, .btn-outline-c-orange-50:disabled {
  color: #FFF3E0;
  background-color: transparent;
}
.btn-outline-c-orange-50:not(:disabled):not(.disabled):active, .btn-outline-c-orange-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-50.dropdown-toggle {
  color: #212529;
  background-color: #FFF3E0;
  border-color: #FFF3E0;
}
.btn-outline-c-orange-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 243, 224, 0.5);
}

.btn-outline-c-orange-100 {
  color: #FFE0B2;
  border-color: #FFE0B2;
}
.btn-outline-c-orange-100:hover {
  color: #212529;
  background-color: #FFE0B2;
  border-color: #FFE0B2;
}
.btn-outline-c-orange-100:focus, .btn-outline-c-orange-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 224, 178, 0.5);
}
.btn-outline-c-orange-100.disabled, .btn-outline-c-orange-100:disabled {
  color: #FFE0B2;
  background-color: transparent;
}
.btn-outline-c-orange-100:not(:disabled):not(.disabled):active, .btn-outline-c-orange-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-100.dropdown-toggle {
  color: #212529;
  background-color: #FFE0B2;
  border-color: #FFE0B2;
}
.btn-outline-c-orange-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 224, 178, 0.5);
}

.btn-outline-c-orange-200 {
  color: #FFCC80;
  border-color: #FFCC80;
}
.btn-outline-c-orange-200:hover {
  color: #212529;
  background-color: #FFCC80;
  border-color: #FFCC80;
}
.btn-outline-c-orange-200:focus, .btn-outline-c-orange-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 128, 0.5);
}
.btn-outline-c-orange-200.disabled, .btn-outline-c-orange-200:disabled {
  color: #FFCC80;
  background-color: transparent;
}
.btn-outline-c-orange-200:not(:disabled):not(.disabled):active, .btn-outline-c-orange-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-200.dropdown-toggle {
  color: #212529;
  background-color: #FFCC80;
  border-color: #FFCC80;
}
.btn-outline-c-orange-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 128, 0.5);
}

.btn-outline-c-orange-300 {
  color: #FFB74D;
  border-color: #FFB74D;
}
.btn-outline-c-orange-300:hover {
  color: #212529;
  background-color: #FFB74D;
  border-color: #FFB74D;
}
.btn-outline-c-orange-300:focus, .btn-outline-c-orange-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 183, 77, 0.5);
}
.btn-outline-c-orange-300.disabled, .btn-outline-c-orange-300:disabled {
  color: #FFB74D;
  background-color: transparent;
}
.btn-outline-c-orange-300:not(:disabled):not(.disabled):active, .btn-outline-c-orange-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-300.dropdown-toggle {
  color: #212529;
  background-color: #FFB74D;
  border-color: #FFB74D;
}
.btn-outline-c-orange-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 183, 77, 0.5);
}

.btn-outline-c-orange-400 {
  color: #FFA726;
  border-color: #FFA726;
}
.btn-outline-c-orange-400:hover {
  color: #212529;
  background-color: #FFA726;
  border-color: #FFA726;
}
.btn-outline-c-orange-400:focus, .btn-outline-c-orange-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.5);
}
.btn-outline-c-orange-400.disabled, .btn-outline-c-orange-400:disabled {
  color: #FFA726;
  background-color: transparent;
}
.btn-outline-c-orange-400:not(:disabled):not(.disabled):active, .btn-outline-c-orange-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-400.dropdown-toggle {
  color: #212529;
  background-color: #FFA726;
  border-color: #FFA726;
}
.btn-outline-c-orange-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.5);
}

.btn-outline-c-orange-500 {
  color: #FF9800;
  border-color: #FF9800;
}
.btn-outline-c-orange-500:hover {
  color: #212529;
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-outline-c-orange-500:focus, .btn-outline-c-orange-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}
.btn-outline-c-orange-500.disabled, .btn-outline-c-orange-500:disabled {
  color: #FF9800;
  background-color: transparent;
}
.btn-outline-c-orange-500:not(:disabled):not(.disabled):active, .btn-outline-c-orange-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-500.dropdown-toggle {
  color: #212529;
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-outline-c-orange-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}

.btn-outline-c-orange-600 {
  color: #FB8C00;
  border-color: #FB8C00;
}
.btn-outline-c-orange-600:hover {
  color: #212529;
  background-color: #FB8C00;
  border-color: #FB8C00;
}
.btn-outline-c-orange-600:focus, .btn-outline-c-orange-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 140, 0, 0.5);
}
.btn-outline-c-orange-600.disabled, .btn-outline-c-orange-600:disabled {
  color: #FB8C00;
  background-color: transparent;
}
.btn-outline-c-orange-600:not(:disabled):not(.disabled):active, .btn-outline-c-orange-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-600.dropdown-toggle {
  color: #212529;
  background-color: #FB8C00;
  border-color: #FB8C00;
}
.btn-outline-c-orange-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 140, 0, 0.5);
}

.btn-outline-c-orange-700 {
  color: #F57C00;
  border-color: #F57C00;
}
.btn-outline-c-orange-700:hover {
  color: #fff;
  background-color: #F57C00;
  border-color: #F57C00;
}
.btn-outline-c-orange-700:focus, .btn-outline-c-orange-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 124, 0, 0.5);
}
.btn-outline-c-orange-700.disabled, .btn-outline-c-orange-700:disabled {
  color: #F57C00;
  background-color: transparent;
}
.btn-outline-c-orange-700:not(:disabled):not(.disabled):active, .btn-outline-c-orange-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-700.dropdown-toggle {
  color: #fff;
  background-color: #F57C00;
  border-color: #F57C00;
}
.btn-outline-c-orange-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 124, 0, 0.5);
}

.btn-outline-c-orange-800 {
  color: #EF6C00;
  border-color: #EF6C00;
}
.btn-outline-c-orange-800:hover {
  color: #fff;
  background-color: #EF6C00;
  border-color: #EF6C00;
}
.btn-outline-c-orange-800:focus, .btn-outline-c-orange-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 108, 0, 0.5);
}
.btn-outline-c-orange-800.disabled, .btn-outline-c-orange-800:disabled {
  color: #EF6C00;
  background-color: transparent;
}
.btn-outline-c-orange-800:not(:disabled):not(.disabled):active, .btn-outline-c-orange-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-800.dropdown-toggle {
  color: #fff;
  background-color: #EF6C00;
  border-color: #EF6C00;
}
.btn-outline-c-orange-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 108, 0, 0.5);
}

.btn-outline-c-orange-900 {
  color: #E65100;
  border-color: #E65100;
}
.btn-outline-c-orange-900:hover {
  color: #fff;
  background-color: #E65100;
  border-color: #E65100;
}
.btn-outline-c-orange-900:focus, .btn-outline-c-orange-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 81, 0, 0.5);
}
.btn-outline-c-orange-900.disabled, .btn-outline-c-orange-900:disabled {
  color: #E65100;
  background-color: transparent;
}
.btn-outline-c-orange-900:not(:disabled):not(.disabled):active, .btn-outline-c-orange-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-900.dropdown-toggle {
  color: #fff;
  background-color: #E65100;
  border-color: #E65100;
}
.btn-outline-c-orange-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 81, 0, 0.5);
}

.btn-outline-c-orange-a100 {
  color: #FFD180;
  border-color: #FFD180;
}
.btn-outline-c-orange-a100:hover {
  color: #212529;
  background-color: #FFD180;
  border-color: #FFD180;
}
.btn-outline-c-orange-a100:focus, .btn-outline-c-orange-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 209, 128, 0.5);
}
.btn-outline-c-orange-a100.disabled, .btn-outline-c-orange-a100:disabled {
  color: #FFD180;
  background-color: transparent;
}
.btn-outline-c-orange-a100:not(:disabled):not(.disabled):active, .btn-outline-c-orange-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-a100.dropdown-toggle {
  color: #212529;
  background-color: #FFD180;
  border-color: #FFD180;
}
.btn-outline-c-orange-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 209, 128, 0.5);
}

.btn-outline-c-orange-a200 {
  color: #FFAB40;
  border-color: #FFAB40;
}
.btn-outline-c-orange-a200:hover {
  color: #212529;
  background-color: #FFAB40;
  border-color: #FFAB40;
}
.btn-outline-c-orange-a200:focus, .btn-outline-c-orange-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 64, 0.5);
}
.btn-outline-c-orange-a200.disabled, .btn-outline-c-orange-a200:disabled {
  color: #FFAB40;
  background-color: transparent;
}
.btn-outline-c-orange-a200:not(:disabled):not(.disabled):active, .btn-outline-c-orange-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-a200.dropdown-toggle {
  color: #212529;
  background-color: #FFAB40;
  border-color: #FFAB40;
}
.btn-outline-c-orange-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 64, 0.5);
}

.btn-outline-c-orange-a400 {
  color: #FF9100;
  border-color: #FF9100;
}
.btn-outline-c-orange-a400:hover {
  color: #212529;
  background-color: #FF9100;
  border-color: #FF9100;
}
.btn-outline-c-orange-a400:focus, .btn-outline-c-orange-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 145, 0, 0.5);
}
.btn-outline-c-orange-a400.disabled, .btn-outline-c-orange-a400:disabled {
  color: #FF9100;
  background-color: transparent;
}
.btn-outline-c-orange-a400:not(:disabled):not(.disabled):active, .btn-outline-c-orange-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-a400.dropdown-toggle {
  color: #212529;
  background-color: #FF9100;
  border-color: #FF9100;
}
.btn-outline-c-orange-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 145, 0, 0.5);
}

.btn-outline-c-orange-a700 {
  color: #FF6D00;
  border-color: #FF6D00;
}
.btn-outline-c-orange-a700:hover {
  color: #fff;
  background-color: #FF6D00;
  border-color: #FF6D00;
}
.btn-outline-c-orange-a700:focus, .btn-outline-c-orange-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 109, 0, 0.5);
}
.btn-outline-c-orange-a700.disabled, .btn-outline-c-orange-a700:disabled {
  color: #FF6D00;
  background-color: transparent;
}
.btn-outline-c-orange-a700:not(:disabled):not(.disabled):active, .btn-outline-c-orange-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-orange-a700.dropdown-toggle {
  color: #fff;
  background-color: #FF6D00;
  border-color: #FF6D00;
}
.btn-outline-c-orange-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-orange-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-orange-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 109, 0, 0.5);
}

.btn-outline-c-deep-orange-50 {
  color: #FBE9E7;
  border-color: #FBE9E7;
}
.btn-outline-c-deep-orange-50:hover {
  color: #212529;
  background-color: #FBE9E7;
  border-color: #FBE9E7;
}
.btn-outline-c-deep-orange-50:focus, .btn-outline-c-deep-orange-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 233, 231, 0.5);
}
.btn-outline-c-deep-orange-50.disabled, .btn-outline-c-deep-orange-50:disabled {
  color: #FBE9E7;
  background-color: transparent;
}
.btn-outline-c-deep-orange-50:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-50.dropdown-toggle {
  color: #212529;
  background-color: #FBE9E7;
  border-color: #FBE9E7;
}
.btn-outline-c-deep-orange-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 233, 231, 0.5);
}

.btn-outline-c-deep-orange-100 {
  color: #FFCCBC;
  border-color: #FFCCBC;
}
.btn-outline-c-deep-orange-100:hover {
  color: #212529;
  background-color: #FFCCBC;
  border-color: #FFCCBC;
}
.btn-outline-c-deep-orange-100:focus, .btn-outline-c-deep-orange-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 188, 0.5);
}
.btn-outline-c-deep-orange-100.disabled, .btn-outline-c-deep-orange-100:disabled {
  color: #FFCCBC;
  background-color: transparent;
}
.btn-outline-c-deep-orange-100:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-100.dropdown-toggle {
  color: #212529;
  background-color: #FFCCBC;
  border-color: #FFCCBC;
}
.btn-outline-c-deep-orange-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 188, 0.5);
}

.btn-outline-c-deep-orange-200 {
  color: #FFAB91;
  border-color: #FFAB91;
}
.btn-outline-c-deep-orange-200:hover {
  color: #212529;
  background-color: #FFAB91;
  border-color: #FFAB91;
}
.btn-outline-c-deep-orange-200:focus, .btn-outline-c-deep-orange-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 145, 0.5);
}
.btn-outline-c-deep-orange-200.disabled, .btn-outline-c-deep-orange-200:disabled {
  color: #FFAB91;
  background-color: transparent;
}
.btn-outline-c-deep-orange-200:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-200.dropdown-toggle {
  color: #212529;
  background-color: #FFAB91;
  border-color: #FFAB91;
}
.btn-outline-c-deep-orange-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 145, 0.5);
}

.btn-outline-c-deep-orange-300 {
  color: #FF8A65;
  border-color: #FF8A65;
}
.btn-outline-c-deep-orange-300:hover {
  color: #212529;
  background-color: #FF8A65;
  border-color: #FF8A65;
}
.btn-outline-c-deep-orange-300:focus, .btn-outline-c-deep-orange-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 138, 101, 0.5);
}
.btn-outline-c-deep-orange-300.disabled, .btn-outline-c-deep-orange-300:disabled {
  color: #FF8A65;
  background-color: transparent;
}
.btn-outline-c-deep-orange-300:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-300.dropdown-toggle {
  color: #212529;
  background-color: #FF8A65;
  border-color: #FF8A65;
}
.btn-outline-c-deep-orange-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 138, 101, 0.5);
}

.btn-outline-c-deep-orange-400 {
  color: #FF7043;
  border-color: #FF7043;
}
.btn-outline-c-deep-orange-400:hover {
  color: #fff;
  background-color: #FF7043;
  border-color: #FF7043;
}
.btn-outline-c-deep-orange-400:focus, .btn-outline-c-deep-orange-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 112, 67, 0.5);
}
.btn-outline-c-deep-orange-400.disabled, .btn-outline-c-deep-orange-400:disabled {
  color: #FF7043;
  background-color: transparent;
}
.btn-outline-c-deep-orange-400:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-400.dropdown-toggle {
  color: #fff;
  background-color: #FF7043;
  border-color: #FF7043;
}
.btn-outline-c-deep-orange-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 112, 67, 0.5);
}

.btn-outline-c-deep-orange-500 {
  color: #FF5722;
  border-color: #FF5722;
}
.btn-outline-c-deep-orange-500:hover {
  color: #fff;
  background-color: #FF5722;
  border-color: #FF5722;
}
.btn-outline-c-deep-orange-500:focus, .btn-outline-c-deep-orange-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5);
}
.btn-outline-c-deep-orange-500.disabled, .btn-outline-c-deep-orange-500:disabled {
  color: #FF5722;
  background-color: transparent;
}
.btn-outline-c-deep-orange-500:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-500.dropdown-toggle {
  color: #fff;
  background-color: #FF5722;
  border-color: #FF5722;
}
.btn-outline-c-deep-orange-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5);
}

.btn-outline-c-deep-orange-600 {
  color: #F4511E;
  border-color: #F4511E;
}
.btn-outline-c-deep-orange-600:hover {
  color: #fff;
  background-color: #F4511E;
  border-color: #F4511E;
}
.btn-outline-c-deep-orange-600:focus, .btn-outline-c-deep-orange-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 81, 30, 0.5);
}
.btn-outline-c-deep-orange-600.disabled, .btn-outline-c-deep-orange-600:disabled {
  color: #F4511E;
  background-color: transparent;
}
.btn-outline-c-deep-orange-600:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-600.dropdown-toggle {
  color: #fff;
  background-color: #F4511E;
  border-color: #F4511E;
}
.btn-outline-c-deep-orange-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 81, 30, 0.5);
}

.btn-outline-c-deep-orange-700 {
  color: #E64A19;
  border-color: #E64A19;
}
.btn-outline-c-deep-orange-700:hover {
  color: #fff;
  background-color: #E64A19;
  border-color: #E64A19;
}
.btn-outline-c-deep-orange-700:focus, .btn-outline-c-deep-orange-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 74, 25, 0.5);
}
.btn-outline-c-deep-orange-700.disabled, .btn-outline-c-deep-orange-700:disabled {
  color: #E64A19;
  background-color: transparent;
}
.btn-outline-c-deep-orange-700:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-700.dropdown-toggle {
  color: #fff;
  background-color: #E64A19;
  border-color: #E64A19;
}
.btn-outline-c-deep-orange-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 74, 25, 0.5);
}

.btn-outline-c-deep-orange-800 {
  color: #D84315;
  border-color: #D84315;
}
.btn-outline-c-deep-orange-800:hover {
  color: #fff;
  background-color: #D84315;
  border-color: #D84315;
}
.btn-outline-c-deep-orange-800:focus, .btn-outline-c-deep-orange-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 67, 21, 0.5);
}
.btn-outline-c-deep-orange-800.disabled, .btn-outline-c-deep-orange-800:disabled {
  color: #D84315;
  background-color: transparent;
}
.btn-outline-c-deep-orange-800:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-800.dropdown-toggle {
  color: #fff;
  background-color: #D84315;
  border-color: #D84315;
}
.btn-outline-c-deep-orange-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 67, 21, 0.5);
}

.btn-outline-c-deep-orange-900 {
  color: #BF360C;
  border-color: #BF360C;
}
.btn-outline-c-deep-orange-900:hover {
  color: #fff;
  background-color: #BF360C;
  border-color: #BF360C;
}
.btn-outline-c-deep-orange-900:focus, .btn-outline-c-deep-orange-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 54, 12, 0.5);
}
.btn-outline-c-deep-orange-900.disabled, .btn-outline-c-deep-orange-900:disabled {
  color: #BF360C;
  background-color: transparent;
}
.btn-outline-c-deep-orange-900:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-900.dropdown-toggle {
  color: #fff;
  background-color: #BF360C;
  border-color: #BF360C;
}
.btn-outline-c-deep-orange-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 54, 12, 0.5);
}

.btn-outline-c-deep-orange-a100 {
  color: #FF9E80;
  border-color: #FF9E80;
}
.btn-outline-c-deep-orange-a100:hover {
  color: #212529;
  background-color: #FF9E80;
  border-color: #FF9E80;
}
.btn-outline-c-deep-orange-a100:focus, .btn-outline-c-deep-orange-a100.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 158, 128, 0.5);
}
.btn-outline-c-deep-orange-a100.disabled, .btn-outline-c-deep-orange-a100:disabled {
  color: #FF9E80;
  background-color: transparent;
}
.btn-outline-c-deep-orange-a100:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-a100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-a100.dropdown-toggle {
  color: #212529;
  background-color: #FF9E80;
  border-color: #FF9E80;
}
.btn-outline-c-deep-orange-a100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-a100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-a100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 158, 128, 0.5);
}

.btn-outline-c-deep-orange-a200 {
  color: #FF6E40;
  border-color: #FF6E40;
}
.btn-outline-c-deep-orange-a200:hover {
  color: #fff;
  background-color: #FF6E40;
  border-color: #FF6E40;
}
.btn-outline-c-deep-orange-a200:focus, .btn-outline-c-deep-orange-a200.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 110, 64, 0.5);
}
.btn-outline-c-deep-orange-a200.disabled, .btn-outline-c-deep-orange-a200:disabled {
  color: #FF6E40;
  background-color: transparent;
}
.btn-outline-c-deep-orange-a200:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-a200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-a200.dropdown-toggle {
  color: #fff;
  background-color: #FF6E40;
  border-color: #FF6E40;
}
.btn-outline-c-deep-orange-a200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-a200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-a200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 110, 64, 0.5);
}

.btn-outline-c-deep-orange-a400 {
  color: #FF3D00;
  border-color: #FF3D00;
}
.btn-outline-c-deep-orange-a400:hover {
  color: #fff;
  background-color: #FF3D00;
  border-color: #FF3D00;
}
.btn-outline-c-deep-orange-a400:focus, .btn-outline-c-deep-orange-a400.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 61, 0, 0.5);
}
.btn-outline-c-deep-orange-a400.disabled, .btn-outline-c-deep-orange-a400:disabled {
  color: #FF3D00;
  background-color: transparent;
}
.btn-outline-c-deep-orange-a400:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-a400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-a400.dropdown-toggle {
  color: #fff;
  background-color: #FF3D00;
  border-color: #FF3D00;
}
.btn-outline-c-deep-orange-a400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-a400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-a400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 61, 0, 0.5);
}

.btn-outline-c-deep-orange-a700 {
  color: #DD2C00;
  border-color: #DD2C00;
}
.btn-outline-c-deep-orange-a700:hover {
  color: #fff;
  background-color: #DD2C00;
  border-color: #DD2C00;
}
.btn-outline-c-deep-orange-a700:focus, .btn-outline-c-deep-orange-a700.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 44, 0, 0.5);
}
.btn-outline-c-deep-orange-a700.disabled, .btn-outline-c-deep-orange-a700:disabled {
  color: #DD2C00;
  background-color: transparent;
}
.btn-outline-c-deep-orange-a700:not(:disabled):not(.disabled):active, .btn-outline-c-deep-orange-a700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-deep-orange-a700.dropdown-toggle {
  color: #fff;
  background-color: #DD2C00;
  border-color: #DD2C00;
}
.btn-outline-c-deep-orange-a700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-deep-orange-a700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-deep-orange-a700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 44, 0, 0.5);
}

.btn-outline-c-brown-50 {
  color: #EFEBE9;
  border-color: #EFEBE9;
}
.btn-outline-c-brown-50:hover {
  color: #212529;
  background-color: #EFEBE9;
  border-color: #EFEBE9;
}
.btn-outline-c-brown-50:focus, .btn-outline-c-brown-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 235, 233, 0.5);
}
.btn-outline-c-brown-50.disabled, .btn-outline-c-brown-50:disabled {
  color: #EFEBE9;
  background-color: transparent;
}
.btn-outline-c-brown-50:not(:disabled):not(.disabled):active, .btn-outline-c-brown-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-brown-50.dropdown-toggle {
  color: #212529;
  background-color: #EFEBE9;
  border-color: #EFEBE9;
}
.btn-outline-c-brown-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-brown-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-brown-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 235, 233, 0.5);
}

.btn-outline-c-brown-100 {
  color: #D7CCC8;
  border-color: #D7CCC8;
}
.btn-outline-c-brown-100:hover {
  color: #212529;
  background-color: #D7CCC8;
  border-color: #D7CCC8;
}
.btn-outline-c-brown-100:focus, .btn-outline-c-brown-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 204, 200, 0.5);
}
.btn-outline-c-brown-100.disabled, .btn-outline-c-brown-100:disabled {
  color: #D7CCC8;
  background-color: transparent;
}
.btn-outline-c-brown-100:not(:disabled):not(.disabled):active, .btn-outline-c-brown-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-brown-100.dropdown-toggle {
  color: #212529;
  background-color: #D7CCC8;
  border-color: #D7CCC8;
}
.btn-outline-c-brown-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-brown-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-brown-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 204, 200, 0.5);
}

.btn-outline-c-brown-200 {
  color: #BCAAA4;
  border-color: #BCAAA4;
}
.btn-outline-c-brown-200:hover {
  color: #212529;
  background-color: #BCAAA4;
  border-color: #BCAAA4;
}
.btn-outline-c-brown-200:focus, .btn-outline-c-brown-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 170, 164, 0.5);
}
.btn-outline-c-brown-200.disabled, .btn-outline-c-brown-200:disabled {
  color: #BCAAA4;
  background-color: transparent;
}
.btn-outline-c-brown-200:not(:disabled):not(.disabled):active, .btn-outline-c-brown-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-brown-200.dropdown-toggle {
  color: #212529;
  background-color: #BCAAA4;
  border-color: #BCAAA4;
}
.btn-outline-c-brown-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-brown-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-brown-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 170, 164, 0.5);
}

.btn-outline-c-brown-300 {
  color: #A1887F;
  border-color: #A1887F;
}
.btn-outline-c-brown-300:hover {
  color: #fff;
  background-color: #A1887F;
  border-color: #A1887F;
}
.btn-outline-c-brown-300:focus, .btn-outline-c-brown-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(161, 136, 127, 0.5);
}
.btn-outline-c-brown-300.disabled, .btn-outline-c-brown-300:disabled {
  color: #A1887F;
  background-color: transparent;
}
.btn-outline-c-brown-300:not(:disabled):not(.disabled):active, .btn-outline-c-brown-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-brown-300.dropdown-toggle {
  color: #fff;
  background-color: #A1887F;
  border-color: #A1887F;
}
.btn-outline-c-brown-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-brown-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-brown-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(161, 136, 127, 0.5);
}

.btn-outline-c-brown-400 {
  color: #8D6E63;
  border-color: #8D6E63;
}
.btn-outline-c-brown-400:hover {
  color: #fff;
  background-color: #8D6E63;
  border-color: #8D6E63;
}
.btn-outline-c-brown-400:focus, .btn-outline-c-brown-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 110, 99, 0.5);
}
.btn-outline-c-brown-400.disabled, .btn-outline-c-brown-400:disabled {
  color: #8D6E63;
  background-color: transparent;
}
.btn-outline-c-brown-400:not(:disabled):not(.disabled):active, .btn-outline-c-brown-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-brown-400.dropdown-toggle {
  color: #fff;
  background-color: #8D6E63;
  border-color: #8D6E63;
}
.btn-outline-c-brown-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-brown-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-brown-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 110, 99, 0.5);
}

.btn-outline-c-brown-500 {
  color: #795548;
  border-color: #795548;
}
.btn-outline-c-brown-500:hover {
  color: #fff;
  background-color: #795548;
  border-color: #795548;
}
.btn-outline-c-brown-500:focus, .btn-outline-c-brown-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 85, 72, 0.5);
}
.btn-outline-c-brown-500.disabled, .btn-outline-c-brown-500:disabled {
  color: #795548;
  background-color: transparent;
}
.btn-outline-c-brown-500:not(:disabled):not(.disabled):active, .btn-outline-c-brown-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-brown-500.dropdown-toggle {
  color: #fff;
  background-color: #795548;
  border-color: #795548;
}
.btn-outline-c-brown-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-brown-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-brown-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 85, 72, 0.5);
}

.btn-outline-c-brown-600 {
  color: #6D4C41;
  border-color: #6D4C41;
}
.btn-outline-c-brown-600:hover {
  color: #fff;
  background-color: #6D4C41;
  border-color: #6D4C41;
}
.btn-outline-c-brown-600:focus, .btn-outline-c-brown-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 76, 65, 0.5);
}
.btn-outline-c-brown-600.disabled, .btn-outline-c-brown-600:disabled {
  color: #6D4C41;
  background-color: transparent;
}
.btn-outline-c-brown-600:not(:disabled):not(.disabled):active, .btn-outline-c-brown-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-brown-600.dropdown-toggle {
  color: #fff;
  background-color: #6D4C41;
  border-color: #6D4C41;
}
.btn-outline-c-brown-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-brown-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-brown-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 76, 65, 0.5);
}

.btn-outline-c-brown-700 {
  color: #5D4037;
  border-color: #5D4037;
}
.btn-outline-c-brown-700:hover {
  color: #fff;
  background-color: #5D4037;
  border-color: #5D4037;
}
.btn-outline-c-brown-700:focus, .btn-outline-c-brown-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 64, 55, 0.5);
}
.btn-outline-c-brown-700.disabled, .btn-outline-c-brown-700:disabled {
  color: #5D4037;
  background-color: transparent;
}
.btn-outline-c-brown-700:not(:disabled):not(.disabled):active, .btn-outline-c-brown-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-brown-700.dropdown-toggle {
  color: #fff;
  background-color: #5D4037;
  border-color: #5D4037;
}
.btn-outline-c-brown-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-brown-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-brown-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 64, 55, 0.5);
}

.btn-outline-c-brown-800 {
  color: #4E342E;
  border-color: #4E342E;
}
.btn-outline-c-brown-800:hover {
  color: #fff;
  background-color: #4E342E;
  border-color: #4E342E;
}
.btn-outline-c-brown-800:focus, .btn-outline-c-brown-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 52, 46, 0.5);
}
.btn-outline-c-brown-800.disabled, .btn-outline-c-brown-800:disabled {
  color: #4E342E;
  background-color: transparent;
}
.btn-outline-c-brown-800:not(:disabled):not(.disabled):active, .btn-outline-c-brown-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-brown-800.dropdown-toggle {
  color: #fff;
  background-color: #4E342E;
  border-color: #4E342E;
}
.btn-outline-c-brown-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-brown-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-brown-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 52, 46, 0.5);
}

.btn-outline-c-brown-900 {
  color: #3E2723;
  border-color: #3E2723;
}
.btn-outline-c-brown-900:hover {
  color: #fff;
  background-color: #3E2723;
  border-color: #3E2723;
}
.btn-outline-c-brown-900:focus, .btn-outline-c-brown-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 39, 35, 0.5);
}
.btn-outline-c-brown-900.disabled, .btn-outline-c-brown-900:disabled {
  color: #3E2723;
  background-color: transparent;
}
.btn-outline-c-brown-900:not(:disabled):not(.disabled):active, .btn-outline-c-brown-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-brown-900.dropdown-toggle {
  color: #fff;
  background-color: #3E2723;
  border-color: #3E2723;
}
.btn-outline-c-brown-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-brown-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-brown-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 39, 35, 0.5);
}

.btn-outline-c-blue-gray-50 {
  color: #ECEFF1;
  border-color: #ECEFF1;
}
.btn-outline-c-blue-gray-50:hover {
  color: #212529;
  background-color: #ECEFF1;
  border-color: #ECEFF1;
}
.btn-outline-c-blue-gray-50:focus, .btn-outline-c-blue-gray-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 239, 241, 0.5);
}
.btn-outline-c-blue-gray-50.disabled, .btn-outline-c-blue-gray-50:disabled {
  color: #ECEFF1;
  background-color: transparent;
}
.btn-outline-c-blue-gray-50:not(:disabled):not(.disabled):active, .btn-outline-c-blue-gray-50:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-gray-50.dropdown-toggle {
  color: #212529;
  background-color: #ECEFF1;
  border-color: #ECEFF1;
}
.btn-outline-c-blue-gray-50:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-gray-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-gray-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 239, 241, 0.5);
}

.btn-outline-c-blue-gray-100 {
  color: #CFD8DC;
  border-color: #CFD8DC;
}
.btn-outline-c-blue-gray-100:hover {
  color: #212529;
  background-color: #CFD8DC;
  border-color: #CFD8DC;
}
.btn-outline-c-blue-gray-100:focus, .btn-outline-c-blue-gray-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 216, 220, 0.5);
}
.btn-outline-c-blue-gray-100.disabled, .btn-outline-c-blue-gray-100:disabled {
  color: #CFD8DC;
  background-color: transparent;
}
.btn-outline-c-blue-gray-100:not(:disabled):not(.disabled):active, .btn-outline-c-blue-gray-100:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-gray-100.dropdown-toggle {
  color: #212529;
  background-color: #CFD8DC;
  border-color: #CFD8DC;
}
.btn-outline-c-blue-gray-100:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 216, 220, 0.5);
}

.btn-outline-c-blue-gray-200 {
  color: #B0BEC5;
  border-color: #B0BEC5;
}
.btn-outline-c-blue-gray-200:hover {
  color: #212529;
  background-color: #B0BEC5;
  border-color: #B0BEC5;
}
.btn-outline-c-blue-gray-200:focus, .btn-outline-c-blue-gray-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 190, 197, 0.5);
}
.btn-outline-c-blue-gray-200.disabled, .btn-outline-c-blue-gray-200:disabled {
  color: #B0BEC5;
  background-color: transparent;
}
.btn-outline-c-blue-gray-200:not(:disabled):not(.disabled):active, .btn-outline-c-blue-gray-200:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-gray-200.dropdown-toggle {
  color: #212529;
  background-color: #B0BEC5;
  border-color: #B0BEC5;
}
.btn-outline-c-blue-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 190, 197, 0.5);
}

.btn-outline-c-blue-gray-300 {
  color: #90A4AE;
  border-color: #90A4AE;
}
.btn-outline-c-blue-gray-300:hover {
  color: #212529;
  background-color: #90A4AE;
  border-color: #90A4AE;
}
.btn-outline-c-blue-gray-300:focus, .btn-outline-c-blue-gray-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 164, 174, 0.5);
}
.btn-outline-c-blue-gray-300.disabled, .btn-outline-c-blue-gray-300:disabled {
  color: #90A4AE;
  background-color: transparent;
}
.btn-outline-c-blue-gray-300:not(:disabled):not(.disabled):active, .btn-outline-c-blue-gray-300:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-gray-300.dropdown-toggle {
  color: #212529;
  background-color: #90A4AE;
  border-color: #90A4AE;
}
.btn-outline-c-blue-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 164, 174, 0.5);
}

.btn-outline-c-blue-gray-400 {
  color: #78909C;
  border-color: #78909C;
}
.btn-outline-c-blue-gray-400:hover {
  color: #fff;
  background-color: #78909C;
  border-color: #78909C;
}
.btn-outline-c-blue-gray-400:focus, .btn-outline-c-blue-gray-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 144, 156, 0.5);
}
.btn-outline-c-blue-gray-400.disabled, .btn-outline-c-blue-gray-400:disabled {
  color: #78909C;
  background-color: transparent;
}
.btn-outline-c-blue-gray-400:not(:disabled):not(.disabled):active, .btn-outline-c-blue-gray-400:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-gray-400.dropdown-toggle {
  color: #fff;
  background-color: #78909C;
  border-color: #78909C;
}
.btn-outline-c-blue-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 144, 156, 0.5);
}

.btn-outline-c-blue-gray-500 {
  color: #607D8B;
  border-color: #607D8B;
}
.btn-outline-c-blue-gray-500:hover {
  color: #fff;
  background-color: #607D8B;
  border-color: #607D8B;
}
.btn-outline-c-blue-gray-500:focus, .btn-outline-c-blue-gray-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 125, 139, 0.5);
}
.btn-outline-c-blue-gray-500.disabled, .btn-outline-c-blue-gray-500:disabled {
  color: #607D8B;
  background-color: transparent;
}
.btn-outline-c-blue-gray-500:not(:disabled):not(.disabled):active, .btn-outline-c-blue-gray-500:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-gray-500.dropdown-toggle {
  color: #fff;
  background-color: #607D8B;
  border-color: #607D8B;
}
.btn-outline-c-blue-gray-500:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 125, 139, 0.5);
}

.btn-outline-c-blue-gray-600 {
  color: #546E7A;
  border-color: #546E7A;
}
.btn-outline-c-blue-gray-600:hover {
  color: #fff;
  background-color: #546E7A;
  border-color: #546E7A;
}
.btn-outline-c-blue-gray-600:focus, .btn-outline-c-blue-gray-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 110, 122, 0.5);
}
.btn-outline-c-blue-gray-600.disabled, .btn-outline-c-blue-gray-600:disabled {
  color: #546E7A;
  background-color: transparent;
}
.btn-outline-c-blue-gray-600:not(:disabled):not(.disabled):active, .btn-outline-c-blue-gray-600:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #546E7A;
  border-color: #546E7A;
}
.btn-outline-c-blue-gray-600:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-gray-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 110, 122, 0.5);
}

.btn-outline-c-blue-gray-700 {
  color: #455A64;
  border-color: #455A64;
}
.btn-outline-c-blue-gray-700:hover {
  color: #fff;
  background-color: #455A64;
  border-color: #455A64;
}
.btn-outline-c-blue-gray-700:focus, .btn-outline-c-blue-gray-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 90, 100, 0.5);
}
.btn-outline-c-blue-gray-700.disabled, .btn-outline-c-blue-gray-700:disabled {
  color: #455A64;
  background-color: transparent;
}
.btn-outline-c-blue-gray-700:not(:disabled):not(.disabled):active, .btn-outline-c-blue-gray-700:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #455A64;
  border-color: #455A64;
}
.btn-outline-c-blue-gray-700:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 90, 100, 0.5);
}

.btn-outline-c-blue-gray-800 {
  color: #37474F;
  border-color: #37474F;
}
.btn-outline-c-blue-gray-800:hover {
  color: #fff;
  background-color: #37474F;
  border-color: #37474F;
}
.btn-outline-c-blue-gray-800:focus, .btn-outline-c-blue-gray-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 71, 79, 0.5);
}
.btn-outline-c-blue-gray-800.disabled, .btn-outline-c-blue-gray-800:disabled {
  color: #37474F;
  background-color: transparent;
}
.btn-outline-c-blue-gray-800:not(:disabled):not(.disabled):active, .btn-outline-c-blue-gray-800:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #37474F;
  border-color: #37474F;
}
.btn-outline-c-blue-gray-800:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 71, 79, 0.5);
}

.btn-outline-c-blue-gray-900 {
  color: #263238;
  border-color: #263238;
}
.btn-outline-c-blue-gray-900:hover {
  color: #fff;
  background-color: #263238;
  border-color: #263238;
}
.btn-outline-c-blue-gray-900:focus, .btn-outline-c-blue-gray-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.5);
}
.btn-outline-c-blue-gray-900.disabled, .btn-outline-c-blue-gray-900:disabled {
  color: #263238;
  background-color: transparent;
}
.btn-outline-c-blue-gray-900:not(:disabled):not(.disabled):active, .btn-outline-c-blue-gray-900:not(:disabled):not(.disabled).active, .show > .btn-outline-c-blue-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #263238;
  border-color: #263238;
}
.btn-outline-c-blue-gray-900:not(:disabled):not(.disabled):active:focus, .btn-outline-c-blue-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-c-blue-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #E91E63;
  text-decoration: none;
}
.btn-link:hover {
  color: #aa1145;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #E91E63;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #E91E63;
  background-color: #E91E63;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f492b4;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #f9c1d4;
  border-color: #f9c1d4;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #E91E63;
  background-color: #E91E63;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(233, 30, 99, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(233, 30, 99, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(233, 30, 99, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(233, 30, 99, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #f492b4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #f492b4;
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #E91E63;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #f9c1d4;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #E91E63;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #f9c1d4;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #E91E63;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #f9c1d4;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #E91E63;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #E91E63;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #aa1145;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #E91E63;
  border-color: #E91E63;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #E91E63;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #c1134e;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-c-blue {
  color: #fff;
  background-color: #007bff;
}
a.badge-c-blue:hover, a.badge-c-blue:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-c-blue:focus, a.badge-c-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-c-indigo {
  color: #fff;
  background-color: #6610f2;
}
a.badge-c-indigo:hover, a.badge-c-indigo:focus {
  color: #fff;
  background-color: #510bc4;
}
a.badge-c-indigo:focus, a.badge-c-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.badge-c-purple {
  color: #fff;
  background-color: #6f42c1;
}
a.badge-c-purple:hover, a.badge-c-purple:focus {
  color: #fff;
  background-color: #59339d;
}
a.badge-c-purple:focus, a.badge-c-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.badge-c-pink {
  color: #fff;
  background-color: #e83e8c;
}
a.badge-c-pink:hover, a.badge-c-pink:focus {
  color: #fff;
  background-color: #d91a72;
}
a.badge-c-pink:focus, a.badge-c-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.badge-c-red {
  color: #fff;
  background-color: #dc3545;
}
a.badge-c-red:hover, a.badge-c-red:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-c-red:focus, a.badge-c-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-c-orange {
  color: #212529;
  background-color: #fd7e14;
}
a.badge-c-orange:hover, a.badge-c-orange:focus {
  color: #212529;
  background-color: #dc6502;
}
a.badge-c-orange:focus, a.badge-c-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

.badge-c-yellow {
  color: #212529;
  background-color: #ffc107;
}
a.badge-c-yellow:hover, a.badge-c-yellow:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-c-yellow:focus, a.badge-c-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-c-green {
  color: #fff;
  background-color: #28a745;
}
a.badge-c-green:hover, a.badge-c-green:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-c-green:focus, a.badge-c-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-c-teal {
  color: #fff;
  background-color: #20c997;
}
a.badge-c-teal:hover, a.badge-c-teal:focus {
  color: #fff;
  background-color: #199d76;
}
a.badge-c-teal:focus, a.badge-c-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.badge-c-cyan {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-c-cyan:hover, a.badge-c-cyan:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-c-cyan:focus, a.badge-c-cyan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-c-white {
  color: #212529;
  background-color: #fff;
}
a.badge-c-white:hover, a.badge-c-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-c-white:focus, a.badge-c-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-c-gray {
  color: #fff;
  background-color: #6c757d;
}
a.badge-c-gray:hover, a.badge-c-gray:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-c-gray:focus, a.badge-c-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-c-gray-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-c-gray-dark:hover, a.badge-c-gray-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-c-gray-dark:focus, a.badge-c-gray-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-c-gray-50 {
  color: #212529;
  background-color: #FAFAFA;
}
a.badge-c-gray-50:hover, a.badge-c-gray-50:focus {
  color: #212529;
  background-color: #e1e1e1;
}
a.badge-c-gray-50:focus, a.badge-c-gray-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.badge-c-gray-100 {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-c-gray-100:hover, a.badge-c-gray-100:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-c-gray-100:focus, a.badge-c-gray-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-c-gray-200 {
  color: #212529;
  background-color: #e9ecef;
}
a.badge-c-gray-200:hover, a.badge-c-gray-200:focus {
  color: #212529;
  background-color: #cbd3da;
}
a.badge-c-gray-200:focus, a.badge-c-gray-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.badge-c-gray-300 {
  color: #212529;
  background-color: #dee2e6;
}
a.badge-c-gray-300:hover, a.badge-c-gray-300:focus {
  color: #212529;
  background-color: #c1c9d0;
}
a.badge-c-gray-300:focus, a.badge-c-gray-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.badge-c-gray-400 {
  color: #212529;
  background-color: #ced4da;
}
a.badge-c-gray-400:hover, a.badge-c-gray-400:focus {
  color: #212529;
  background-color: #b1bbc4;
}
a.badge-c-gray-400:focus, a.badge-c-gray-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.badge-c-gray-500 {
  color: #212529;
  background-color: #adb5bd;
}
a.badge-c-gray-500:hover, a.badge-c-gray-500:focus {
  color: #212529;
  background-color: #919ca6;
}
a.badge-c-gray-500:focus, a.badge-c-gray-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.badge-c-gray-600 {
  color: #fff;
  background-color: #6c757d;
}
a.badge-c-gray-600:hover, a.badge-c-gray-600:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-c-gray-600:focus, a.badge-c-gray-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-c-gray-700 {
  color: #fff;
  background-color: #495057;
}
a.badge-c-gray-700:hover, a.badge-c-gray-700:focus {
  color: #fff;
  background-color: #32373b;
}
a.badge-c-gray-700:focus, a.badge-c-gray-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

.badge-c-gray-800 {
  color: #fff;
  background-color: #343a40;
}
a.badge-c-gray-800:hover, a.badge-c-gray-800:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-c-gray-800:focus, a.badge-c-gray-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-c-gray-900 {
  color: #fff;
  background-color: #212529;
}
a.badge-c-gray-900:hover, a.badge-c-gray-900:focus {
  color: #fff;
  background-color: #0a0c0d;
}
a.badge-c-gray-900:focus, a.badge-c-gray-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.badge-c-red-50 {
  color: #212529;
  background-color: #FFEBEE;
}
a.badge-c-red-50:hover, a.badge-c-red-50:focus {
  color: #212529;
  background-color: #ffb8c3;
}
a.badge-c-red-50:focus, a.badge-c-red-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 238, 0.5);
}

.badge-c-red-100 {
  color: #212529;
  background-color: #FFCDD2;
}
a.badge-c-red-100:hover, a.badge-c-red-100:focus {
  color: #212529;
  background-color: #ff9aa4;
}
a.badge-c-red-100:focus, a.badge-c-red-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 205, 210, 0.5);
}

.badge-c-red-200 {
  color: #212529;
  background-color: #EF9A9A;
}
a.badge-c-red-200:hover, a.badge-c-red-200:focus {
  color: #212529;
  background-color: #e86e6e;
}
a.badge-c-red-200:focus, a.badge-c-red-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 154, 154, 0.5);
}

.badge-c-red-300 {
  color: #fff;
  background-color: #E57373;
}
a.badge-c-red-300:hover, a.badge-c-red-300:focus {
  color: #fff;
  background-color: #dd4848;
}
a.badge-c-red-300:focus, a.badge-c-red-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 115, 115, 0.5);
}

.badge-c-red-400 {
  color: #fff;
  background-color: #EF5350;
}
a.badge-c-red-400:hover, a.badge-c-red-400:focus {
  color: #fff;
  background-color: #eb2521;
}
a.badge-c-red-400:focus, a.badge-c-red-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.5);
}

.badge-c-red-500 {
  color: #fff;
  background-color: #F44336;
}
a.badge-c-red-500:hover, a.badge-c-red-500:focus {
  color: #fff;
  background-color: #ea1c0d;
}
a.badge-c-red-500:focus, a.badge-c-red-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

.badge-c-red-600 {
  color: #fff;
  background-color: #E53935;
}
a.badge-c-red-600:hover, a.badge-c-red-600:focus {
  color: #fff;
  background-color: #cd1e1a;
}
a.badge-c-red-600:focus, a.badge-c-red-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 57, 53, 0.5);
}

.badge-c-red-700 {
  color: #fff;
  background-color: #D32F2F;
}
a.badge-c-red-700:hover, a.badge-c-red-700:focus {
  color: #fff;
  background-color: #ab2424;
}
a.badge-c-red-700:focus, a.badge-c-red-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.5);
}

.badge-c-red-800 {
  color: #fff;
  background-color: #C62828;
}
a.badge-c-red-800:hover, a.badge-c-red-800:focus {
  color: #fff;
  background-color: #9c1f1f;
}
a.badge-c-red-800:focus, a.badge-c-red-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(198, 40, 40, 0.5);
}

.badge-c-red-900 {
  color: #fff;
  background-color: #B71C1C;
}
a.badge-c-red-900:hover, a.badge-c-red-900:focus {
  color: #fff;
  background-color: #8b1515;
}
a.badge-c-red-900:focus, a.badge-c-red-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(183, 28, 28, 0.5);
}

.badge-c-red-a100 {
  color: #212529;
  background-color: #FF8A80;
}
a.badge-c-red-a100:hover, a.badge-c-red-a100:focus {
  color: #212529;
  background-color: #ff5b4d;
}
a.badge-c-red-a100:focus, a.badge-c-red-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 138, 128, 0.5);
}

.badge-c-red-a200 {
  color: #fff;
  background-color: #FF5252;
}
a.badge-c-red-a200:hover, a.badge-c-red-a200:focus {
  color: #fff;
  background-color: #ff1f1f;
}
a.badge-c-red-a200:focus, a.badge-c-red-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.5);
}

.badge-c-red-a400 {
  color: #fff;
  background-color: #FF1744;
}
a.badge-c-red-a400:hover, a.badge-c-red-a400:focus {
  color: #fff;
  background-color: #e3002c;
}
a.badge-c-red-a400:focus, a.badge-c-red-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 23, 68, 0.5);
}

.badge-c-red-a700 {
  color: #fff;
  background-color: #D50000;
}
a.badge-c-red-a700:hover, a.badge-c-red-a700:focus {
  color: #fff;
  background-color: #a20000;
}
a.badge-c-red-a700:focus, a.badge-c-red-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(213, 0, 0, 0.5);
}

.badge-c-pink-50 {
  color: #212529;
  background-color: #FCE4EC;
}
a.badge-c-pink-50:hover, a.badge-c-pink-50:focus {
  color: #212529;
  background-color: #f7b6cc;
}
a.badge-c-pink-50:focus, a.badge-c-pink-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(252, 228, 236, 0.5);
}

.badge-c-pink-100 {
  color: #212529;
  background-color: #F8BBD0;
}
a.badge-c-pink-100:hover, a.badge-c-pink-100:focus {
  color: #212529;
  background-color: #f38db0;
}
a.badge-c-pink-100:focus, a.badge-c-pink-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 187, 208, 0.5);
}

.badge-c-pink-200 {
  color: #212529;
  background-color: #F48FB1;
}
a.badge-c-pink-200:hover, a.badge-c-pink-200:focus {
  color: #212529;
  background-color: #ef6191;
}
a.badge-c-pink-200:focus, a.badge-c-pink-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 143, 177, 0.5);
}

.badge-c-pink-300 {
  color: #fff;
  background-color: #F06292;
}
a.badge-c-pink-300:hover, a.badge-c-pink-300:focus {
  color: #fff;
  background-color: #ec3372;
}
a.badge-c-pink-300:focus, a.badge-c-pink-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 98, 146, 0.5);
}

.badge-c-pink-400 {
  color: #fff;
  background-color: #EC407A;
}
a.badge-c-pink-400:hover, a.badge-c-pink-400:focus {
  color: #fff;
  background-color: #e2175b;
}
a.badge-c-pink-400:focus, a.badge-c-pink-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5);
}

.badge-c-pink-500 {
  color: #fff;
  background-color: #E91E63;
}
a.badge-c-pink-500:hover, a.badge-c-pink-500:focus {
  color: #fff;
  background-color: #c1134e;
}
a.badge-c-pink-500:focus, a.badge-c-pink-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.5);
}

.badge-c-pink-600 {
  color: #fff;
  background-color: #D81B60;
}
a.badge-c-pink-600:hover, a.badge-c-pink-600:focus {
  color: #fff;
  background-color: #ab154c;
}
a.badge-c-pink-600:focus, a.badge-c-pink-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(216, 27, 96, 0.5);
}

.badge-c-pink-700 {
  color: #fff;
  background-color: #C2185B;
}
a.badge-c-pink-700:hover, a.badge-c-pink-700:focus {
  color: #fff;
  background-color: #951246;
}
a.badge-c-pink-700:focus, a.badge-c-pink-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(194, 24, 91, 0.5);
}

.badge-c-pink-800 {
  color: #fff;
  background-color: #AD1457;
}
a.badge-c-pink-800:hover, a.badge-c-pink-800:focus {
  color: #fff;
  background-color: #7f0f40;
}
a.badge-c-pink-800:focus, a.badge-c-pink-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 20, 87, 0.5);
}

.badge-c-pink-900 {
  color: #fff;
  background-color: #880E4F;
}
a.badge-c-pink-900:hover, a.badge-c-pink-900:focus {
  color: #fff;
  background-color: #5a0934;
}
a.badge-c-pink-900:focus, a.badge-c-pink-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(136, 14, 79, 0.5);
}

.badge-c-pink-a100 {
  color: #212529;
  background-color: #FF80AB;
}
a.badge-c-pink-a100:hover, a.badge-c-pink-a100:focus {
  color: #212529;
  background-color: #ff4d89;
}
a.badge-c-pink-a100:focus, a.badge-c-pink-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 128, 171, 0.5);
}

.badge-c-pink-a200 {
  color: #fff;
  background-color: #FF4081;
}
a.badge-c-pink-a200:hover, a.badge-c-pink-a200:focus {
  color: #fff;
  background-color: #ff0d5f;
}
a.badge-c-pink-a200:focus, a.badge-c-pink-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 129, 0.5);
}

.badge-c-pink-a400 {
  color: #fff;
  background-color: #F50057;
}
a.badge-c-pink-a400:hover, a.badge-c-pink-a400:focus {
  color: #fff;
  background-color: #c20045;
}
a.badge-c-pink-a400:focus, a.badge-c-pink-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 0, 87, 0.5);
}

.badge-c-pink-a700 {
  color: #fff;
  background-color: #C51162;
}
a.badge-c-pink-a700:hover, a.badge-c-pink-a700:focus {
  color: #fff;
  background-color: #960d4b;
}
a.badge-c-pink-a700:focus, a.badge-c-pink-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 17, 98, 0.5);
}

.badge-c-purple-50 {
  color: #212529;
  background-color: #F3E5F5;
}
a.badge-c-purple-50:hover, a.badge-c-purple-50:focus {
  color: #212529;
  background-color: #e2c0e7;
}
a.badge-c-purple-50:focus, a.badge-c-purple-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 229, 245, 0.5);
}

.badge-c-purple-100 {
  color: #212529;
  background-color: #E1BEE7;
}
a.badge-c-purple-100:hover, a.badge-c-purple-100:focus {
  color: #212529;
  background-color: #d099d9;
}
a.badge-c-purple-100:focus, a.badge-c-purple-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(225, 190, 231, 0.5);
}

.badge-c-purple-200 {
  color: #212529;
  background-color: #CE93D8;
}
a.badge-c-purple-200:hover, a.badge-c-purple-200:focus {
  color: #212529;
  background-color: #bd6eca;
}
a.badge-c-purple-200:focus, a.badge-c-purple-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 147, 216, 0.5);
}

.badge-c-purple-300 {
  color: #fff;
  background-color: #BA68C8;
}
a.badge-c-purple-300:hover, a.badge-c-purple-300:focus {
  color: #fff;
  background-color: #a844b9;
}
a.badge-c-purple-300:focus, a.badge-c-purple-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 104, 200, 0.5);
}

.badge-c-purple-400 {
  color: #fff;
  background-color: #AB47BC;
}
a.badge-c-purple-400:hover, a.badge-c-purple-400:focus {
  color: #fff;
  background-color: #8a3898;
}
a.badge-c-purple-400:focus, a.badge-c-purple-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(171, 71, 188, 0.5);
}

.badge-c-purple-500 {
  color: #fff;
  background-color: #9C27B0;
}
a.badge-c-purple-500:hover, a.badge-c-purple-500:focus {
  color: #fff;
  background-color: #771e86;
}
a.badge-c-purple-500:focus, a.badge-c-purple-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
}

.badge-c-purple-600 {
  color: #fff;
  background-color: #8E24AA;
}
a.badge-c-purple-600:hover, a.badge-c-purple-600:focus {
  color: #fff;
  background-color: #6b1b80;
}
a.badge-c-purple-600:focus, a.badge-c-purple-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(142, 36, 170, 0.5);
}

.badge-c-purple-700 {
  color: #fff;
  background-color: #7B1FA2;
}
a.badge-c-purple-700:hover, a.badge-c-purple-700:focus {
  color: #fff;
  background-color: #5a1777;
}
a.badge-c-purple-700:focus, a.badge-c-purple-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(123, 31, 162, 0.5);
}

.badge-c-purple-800 {
  color: #fff;
  background-color: #6A1B9A;
}
a.badge-c-purple-800:hover, a.badge-c-purple-800:focus {
  color: #fff;
  background-color: #4c136f;
}
a.badge-c-purple-800:focus, a.badge-c-purple-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(106, 27, 154, 0.5);
}

.badge-c-purple-900 {
  color: #fff;
  background-color: #4A148C;
}
a.badge-c-purple-900:hover, a.badge-c-purple-900:focus {
  color: #fff;
  background-color: #320e5f;
}
a.badge-c-purple-900:focus, a.badge-c-purple-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 20, 140, 0.5);
}

.badge-c-purple-a100 {
  color: #212529;
  background-color: #EA80FC;
}
a.badge-c-purple-a100:hover, a.badge-c-purple-a100:focus {
  color: #212529;
  background-color: #e24efb;
}
a.badge-c-purple-a100:focus, a.badge-c-purple-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 128, 252, 0.5);
}

.badge-c-purple-a200 {
  color: #fff;
  background-color: #E040FB;
}
a.badge-c-purple-a200:hover, a.badge-c-purple-a200:focus {
  color: #fff;
  background-color: #d80efa;
}
a.badge-c-purple-a200:focus, a.badge-c-purple-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(224, 64, 251, 0.5);
}

.badge-c-purple-a400 {
  color: #fff;
  background-color: #D500F9;
}
a.badge-c-purple-a400:hover, a.badge-c-purple-a400:focus {
  color: #fff;
  background-color: #a900c6;
}
a.badge-c-purple-a400:focus, a.badge-c-purple-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(213, 0, 249, 0.5);
}

.badge-c-purple-a700 {
  color: #fff;
  background-color: #AA00FF;
}
a.badge-c-purple-a700:hover, a.badge-c-purple-a700:focus {
  color: #fff;
  background-color: #8800cc;
}
a.badge-c-purple-a700:focus, a.badge-c-purple-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(170, 0, 255, 0.5);
}

.badge-c-deep-purple-50 {
  color: #212529;
  background-color: #EDE7F6;
}
a.badge-c-deep-purple-50:hover, a.badge-c-deep-purple-50:focus {
  color: #212529;
  background-color: #d1c2e8;
}
a.badge-c-deep-purple-50:focus, a.badge-c-deep-purple-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 231, 246, 0.5);
}

.badge-c-deep-purple-100 {
  color: #212529;
  background-color: #D1C4E9;
}
a.badge-c-deep-purple-100:hover, a.badge-c-deep-purple-100:focus {
  color: #212529;
  background-color: #b49fdb;
}
a.badge-c-deep-purple-100:focus, a.badge-c-deep-purple-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(209, 196, 233, 0.5);
}

.badge-c-deep-purple-200 {
  color: #212529;
  background-color: #B39DDB;
}
a.badge-c-deep-purple-200:hover, a.badge-c-deep-purple-200:focus {
  color: #212529;
  background-color: #9678cd;
}
a.badge-c-deep-purple-200:focus, a.badge-c-deep-purple-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(179, 157, 219, 0.5);
}

.badge-c-deep-purple-300 {
  color: #fff;
  background-color: #9575CD;
}
a.badge-c-deep-purple-300:hover, a.badge-c-deep-purple-300:focus {
  color: #fff;
  background-color: #7850bf;
}
a.badge-c-deep-purple-300:focus, a.badge-c-deep-purple-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(149, 117, 205, 0.5);
}

.badge-c-deep-purple-400 {
  color: #fff;
  background-color: #7E57C2;
}
a.badge-c-deep-purple-400:hover, a.badge-c-deep-purple-400:focus {
  color: #fff;
  background-color: #643da9;
}
a.badge-c-deep-purple-400:focus, a.badge-c-deep-purple-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(126, 87, 194, 0.5);
}

.badge-c-deep-purple-500 {
  color: #fff;
  background-color: #673AB7;
}
a.badge-c-deep-purple-500:hover, a.badge-c-deep-purple-500:focus {
  color: #fff;
  background-color: #512e90;
}
a.badge-c-deep-purple-500:focus, a.badge-c-deep-purple-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(103, 58, 183, 0.5);
}

.badge-c-deep-purple-600 {
  color: #fff;
  background-color: #5E35B1;
}
a.badge-c-deep-purple-600:hover, a.badge-c-deep-purple-600:focus {
  color: #fff;
  background-color: #49298a;
}
a.badge-c-deep-purple-600:focus, a.badge-c-deep-purple-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(94, 53, 177, 0.5);
}

.badge-c-deep-purple-700 {
  color: #fff;
  background-color: #512DA8;
}
a.badge-c-deep-purple-700:hover, a.badge-c-deep-purple-700:focus {
  color: #fff;
  background-color: #3e2280;
}
a.badge-c-deep-purple-700:focus, a.badge-c-deep-purple-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 45, 168, 0.5);
}

.badge-c-deep-purple-800 {
  color: #fff;
  background-color: #4527A0;
}
a.badge-c-deep-purple-800:hover, a.badge-c-deep-purple-800:focus {
  color: #fff;
  background-color: #331d77;
}
a.badge-c-deep-purple-800:focus, a.badge-c-deep-purple-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 39, 160, 0.5);
}

.badge-c-deep-purple-900 {
  color: #fff;
  background-color: #311B92;
}
a.badge-c-deep-purple-900:hover, a.badge-c-deep-purple-900:focus {
  color: #fff;
  background-color: #231367;
}
a.badge-c-deep-purple-900:focus, a.badge-c-deep-purple-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(49, 27, 146, 0.5);
}

.badge-c-deep-purple-a100 {
  color: #212529;
  background-color: #B388FF;
}
a.badge-c-deep-purple-a100:hover, a.badge-c-deep-purple-a100:focus {
  color: #212529;
  background-color: #9255ff;
}
a.badge-c-deep-purple-a100:focus, a.badge-c-deep-purple-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(179, 136, 255, 0.5);
}

.badge-c-deep-purple-a200 {
  color: #fff;
  background-color: #7C4DFF;
}
a.badge-c-deep-purple-a200:hover, a.badge-c-deep-purple-a200:focus {
  color: #fff;
  background-color: #561aff;
}
a.badge-c-deep-purple-a200:focus, a.badge-c-deep-purple-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(124, 77, 255, 0.5);
}

.badge-c-deep-purple-a400 {
  color: #fff;
  background-color: #651FFF;
}
a.badge-c-deep-purple-a400:hover, a.badge-c-deep-purple-a400:focus {
  color: #fff;
  background-color: #4900eb;
}
a.badge-c-deep-purple-a400:focus, a.badge-c-deep-purple-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 31, 255, 0.5);
}

.badge-c-deep-purple-a700 {
  color: #fff;
  background-color: #6200EA;
}
a.badge-c-deep-purple-a700:hover, a.badge-c-deep-purple-a700:focus {
  color: #fff;
  background-color: #4d00b7;
}
a.badge-c-deep-purple-a700:focus, a.badge-c-deep-purple-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(98, 0, 234, 0.5);
}

.badge-c-indigo-50 {
  color: #212529;
  background-color: #E8EAF6;
}
a.badge-c-indigo-50:hover, a.badge-c-indigo-50:focus {
  color: #212529;
  background-color: #c3c9e8;
}
a.badge-c-indigo-50:focus, a.badge-c-indigo-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 234, 246, 0.5);
}

.badge-c-indigo-100 {
  color: #212529;
  background-color: #C5CAE9;
}
a.badge-c-indigo-100:hover, a.badge-c-indigo-100:focus {
  color: #212529;
  background-color: #a0a8db;
}
a.badge-c-indigo-100:focus, a.badge-c-indigo-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 202, 233, 0.5);
}

.badge-c-indigo-200 {
  color: #212529;
  background-color: #9FA8DA;
}
a.badge-c-indigo-200:hover, a.badge-c-indigo-200:focus {
  color: #212529;
  background-color: #7a87cc;
}
a.badge-c-indigo-200:focus, a.badge-c-indigo-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(159, 168, 218, 0.5);
}

.badge-c-indigo-300 {
  color: #fff;
  background-color: #7986CB;
}
a.badge-c-indigo-300:hover, a.badge-c-indigo-300:focus {
  color: #fff;
  background-color: #5465bd;
}
a.badge-c-indigo-300:focus, a.badge-c-indigo-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(121, 134, 203, 0.5);
}

.badge-c-indigo-400 {
  color: #fff;
  background-color: #5C6BC0;
}
a.badge-c-indigo-400:hover, a.badge-c-indigo-400:focus {
  color: #fff;
  background-color: #4150a8;
}
a.badge-c-indigo-400:focus, a.badge-c-indigo-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.5);
}

.badge-c-indigo-500 {
  color: #fff;
  background-color: #3F51B5;
}
a.badge-c-indigo-500:hover, a.badge-c-indigo-500:focus {
  color: #fff;
  background-color: #32408f;
}
a.badge-c-indigo-500:focus, a.badge-c-indigo-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.5);
}

.badge-c-indigo-600 {
  color: #fff;
  background-color: #3949AB;
}
a.badge-c-indigo-600:hover, a.badge-c-indigo-600:focus {
  color: #fff;
  background-color: #2c3985;
}
a.badge-c-indigo-600:focus, a.badge-c-indigo-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(57, 73, 171, 0.5);
}

.badge-c-indigo-700 {
  color: #fff;
  background-color: #303F9F;
}
a.badge-c-indigo-700:hover, a.badge-c-indigo-700:focus {
  color: #fff;
  background-color: #242f78;
}
a.badge-c-indigo-700:focus, a.badge-c-indigo-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 63, 159, 0.5);
}

.badge-c-indigo-800 {
  color: #fff;
  background-color: #283593;
}
a.badge-c-indigo-800:hover, a.badge-c-indigo-800:focus {
  color: #fff;
  background-color: #1d276b;
}
a.badge-c-indigo-800:focus, a.badge-c-indigo-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 53, 147, 0.5);
}

.badge-c-indigo-900 {
  color: #fff;
  background-color: #1A237E;
}
a.badge-c-indigo-900:hover, a.badge-c-indigo-900:focus {
  color: #fff;
  background-color: #111754;
}
a.badge-c-indigo-900:focus, a.badge-c-indigo-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(26, 35, 126, 0.5);
}

.badge-c-indigo-a100 {
  color: #212529;
  background-color: #8C9EFF;
}
a.badge-c-indigo-a100:hover, a.badge-c-indigo-a100:focus {
  color: #212529;
  background-color: #5973ff;
}
a.badge-c-indigo-a100:focus, a.badge-c-indigo-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(140, 158, 255, 0.5);
}

.badge-c-indigo-a200 {
  color: #fff;
  background-color: #536DFE;
}
a.badge-c-indigo-a200:hover, a.badge-c-indigo-a200:focus {
  color: #fff;
  background-color: #2042fe;
}
a.badge-c-indigo-a200:focus, a.badge-c-indigo-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(83, 109, 254, 0.5);
}

.badge-c-indigo-a400 {
  color: #fff;
  background-color: #3D5AFE;
}
a.badge-c-indigo-a400:hover, a.badge-c-indigo-a400:focus {
  color: #fff;
  background-color: #0a2ffe;
}
a.badge-c-indigo-a400:focus, a.badge-c-indigo-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 90, 254, 0.5);
}

.badge-c-indigo-a700 {
  color: #fff;
  background-color: #304FFE;
}
a.badge-c-indigo-a700:hover, a.badge-c-indigo-a700:focus {
  color: #fff;
  background-color: #0127fa;
}
a.badge-c-indigo-a700:focus, a.badge-c-indigo-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 79, 254, 0.5);
}

.badge-c-blue-50 {
  color: #212529;
  background-color: #E3F2FD;
}
a.badge-c-blue-50:hover, a.badge-c-blue-50:focus {
  color: #212529;
  background-color: #b3dcfa;
}
a.badge-c-blue-50:focus, a.badge-c-blue-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 242, 253, 0.5);
}

.badge-c-blue-100 {
  color: #212529;
  background-color: #BBDEFB;
}
a.badge-c-blue-100:hover, a.badge-c-blue-100:focus {
  color: #212529;
  background-color: #8bc7f8;
}
a.badge-c-blue-100:focus, a.badge-c-blue-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(187, 222, 251, 0.5);
}

.badge-c-blue-200 {
  color: #212529;
  background-color: #90CAF9;
}
a.badge-c-blue-200:hover, a.badge-c-blue-200:focus {
  color: #212529;
  background-color: #60b3f6;
}
a.badge-c-blue-200:focus, a.badge-c-blue-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(144, 202, 249, 0.5);
}

.badge-c-blue-300 {
  color: #212529;
  background-color: #64B5F6;
}
a.badge-c-blue-300:hover, a.badge-c-blue-300:focus {
  color: #212529;
  background-color: #349ef3;
}
a.badge-c-blue-300:focus, a.badge-c-blue-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(100, 181, 246, 0.5);
}

.badge-c-blue-400 {
  color: #fff;
  background-color: #42A5F5;
}
a.badge-c-blue-400:hover, a.badge-c-blue-400:focus {
  color: #fff;
  background-color: #128ef2;
}
a.badge-c-blue-400:focus, a.badge-c-blue-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(66, 165, 245, 0.5);
}

.badge-c-blue-500 {
  color: #fff;
  background-color: #2196F3;
}
a.badge-c-blue-500:hover, a.badge-c-blue-500:focus {
  color: #fff;
  background-color: #0c7cd5;
}
a.badge-c-blue-500:focus, a.badge-c-blue-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.badge-c-blue-600 {
  color: #fff;
  background-color: #1E88E5;
}
a.badge-c-blue-600:hover, a.badge-c-blue-600:focus {
  color: #fff;
  background-color: #166dba;
}
a.badge-c-blue-600:focus, a.badge-c-blue-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 136, 229, 0.5);
}

.badge-c-blue-700 {
  color: #fff;
  background-color: #1976D2;
}
a.badge-c-blue-700:hover, a.badge-c-blue-700:focus {
  color: #fff;
  background-color: #145ca4;
}
a.badge-c-blue-700:focus, a.badge-c-blue-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.5);
}

.badge-c-blue-800 {
  color: #fff;
  background-color: #1565C0;
}
a.badge-c-blue-800:hover, a.badge-c-blue-800:focus {
  color: #fff;
  background-color: #104d92;
}
a.badge-c-blue-800:focus, a.badge-c-blue-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 101, 192, 0.5);
}

.badge-c-blue-900 {
  color: #fff;
  background-color: #0D47A1;
}
a.badge-c-blue-900:hover, a.badge-c-blue-900:focus {
  color: #fff;
  background-color: #093272;
}
a.badge-c-blue-900:focus, a.badge-c-blue-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 71, 161, 0.5);
}

.badge-c-blue-a100 {
  color: #212529;
  background-color: #82B1FF;
}
a.badge-c-blue-a100:hover, a.badge-c-blue-a100:focus {
  color: #212529;
  background-color: #4f91ff;
}
a.badge-c-blue-a100:focus, a.badge-c-blue-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(130, 177, 255, 0.5);
}

.badge-c-blue-a200 {
  color: #fff;
  background-color: #448AFF;
}
a.badge-c-blue-a200:hover, a.badge-c-blue-a200:focus {
  color: #fff;
  background-color: #116aff;
}
a.badge-c-blue-a200:focus, a.badge-c-blue-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 138, 255, 0.5);
}

.badge-c-blue-a400 {
  color: #fff;
  background-color: #2979FF;
}
a.badge-c-blue-a400:hover, a.badge-c-blue-a400:focus {
  color: #fff;
  background-color: #005cf5;
}
a.badge-c-blue-a400:focus, a.badge-c-blue-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 121, 255, 0.5);
}

.badge-c-blue-a700 {
  color: #fff;
  background-color: #2962FF;
}
a.badge-c-blue-a700:hover, a.badge-c-blue-a700:focus {
  color: #fff;
  background-color: #0041f5;
}
a.badge-c-blue-a700:focus, a.badge-c-blue-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 98, 255, 0.5);
}

.badge-c-light-blue-50 {
  color: #212529;
  background-color: #E1F5FE;
}
a.badge-c-light-blue-50:hover, a.badge-c-light-blue-50:focus {
  color: #212529;
  background-color: #b0e5fc;
}
a.badge-c-light-blue-50:focus, a.badge-c-light-blue-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(225, 245, 254, 0.5);
}

.badge-c-light-blue-100 {
  color: #212529;
  background-color: #B3E5FC;
}
a.badge-c-light-blue-100:hover, a.badge-c-light-blue-100:focus {
  color: #212529;
  background-color: #82d4fa;
}
a.badge-c-light-blue-100:focus, a.badge-c-light-blue-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(179, 229, 252, 0.5);
}

.badge-c-light-blue-200 {
  color: #212529;
  background-color: #81D4FA;
}
a.badge-c-light-blue-200:hover, a.badge-c-light-blue-200:focus {
  color: #212529;
  background-color: #50c3f8;
}
a.badge-c-light-blue-200:focus, a.badge-c-light-blue-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(129, 212, 250, 0.5);
}

.badge-c-light-blue-300 {
  color: #212529;
  background-color: #4FC3F7;
}
a.badge-c-light-blue-300:hover, a.badge-c-light-blue-300:focus {
  color: #212529;
  background-color: #1eb2f5;
}
a.badge-c-light-blue-300:focus, a.badge-c-light-blue-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(79, 195, 247, 0.5);
}

.badge-c-light-blue-400 {
  color: #fff;
  background-color: #29B6F6;
}
a.badge-c-light-blue-400:hover, a.badge-c-light-blue-400:focus {
  color: #fff;
  background-color: #0a9fe2;
}
a.badge-c-light-blue-400:focus, a.badge-c-light-blue-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 182, 246, 0.5);
}

.badge-c-light-blue-500 {
  color: #fff;
  background-color: #03A9F4;
}
a.badge-c-light-blue-500:hover, a.badge-c-light-blue-500:focus {
  color: #fff;
  background-color: #0286c2;
}
a.badge-c-light-blue-500:focus, a.badge-c-light-blue-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.5);
}

.badge-c-light-blue-600 {
  color: #fff;
  background-color: #039BE5;
}
a.badge-c-light-blue-600:hover, a.badge-c-light-blue-600:focus {
  color: #fff;
  background-color: #0279b3;
}
a.badge-c-light-blue-600:focus, a.badge-c-light-blue-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 229, 0.5);
}

.badge-c-light-blue-700 {
  color: #fff;
  background-color: #0288D1;
}
a.badge-c-light-blue-700:hover, a.badge-c-light-blue-700:focus {
  color: #fff;
  background-color: #02679e;
}
a.badge-c-light-blue-700:focus, a.badge-c-light-blue-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 136, 209, 0.5);
}

.badge-c-light-blue-800 {
  color: #fff;
  background-color: #0277BD;
}
a.badge-c-light-blue-800:hover, a.badge-c-light-blue-800:focus {
  color: #fff;
  background-color: #01578b;
}
a.badge-c-light-blue-800:focus, a.badge-c-light-blue-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 119, 189, 0.5);
}

.badge-c-light-blue-900 {
  color: #fff;
  background-color: #01579B;
}
a.badge-c-light-blue-900:hover, a.badge-c-light-blue-900:focus {
  color: #fff;
  background-color: #013b68;
}
a.badge-c-light-blue-900:focus, a.badge-c-light-blue-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 87, 155, 0.5);
}

.badge-c-light-blue-a100 {
  color: #212529;
  background-color: #80D8FF;
}
a.badge-c-light-blue-a100:hover, a.badge-c-light-blue-a100:focus {
  color: #212529;
  background-color: #4dc8ff;
}
a.badge-c-light-blue-a100:focus, a.badge-c-light-blue-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 216, 255, 0.5);
}

.badge-c-light-blue-a200 {
  color: #212529;
  background-color: #40C4FF;
}
a.badge-c-light-blue-a200:hover, a.badge-c-light-blue-a200:focus {
  color: #212529;
  background-color: #0db4ff;
}
a.badge-c-light-blue-a200:focus, a.badge-c-light-blue-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(64, 196, 255, 0.5);
}

.badge-c-light-blue-a400 {
  color: #fff;
  background-color: #00B0FF;
}
a.badge-c-light-blue-a400:hover, a.badge-c-light-blue-a400:focus {
  color: #fff;
  background-color: #008dcc;
}
a.badge-c-light-blue-a400:focus, a.badge-c-light-blue-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 176, 255, 0.5);
}

.badge-c-light-blue-a700 {
  color: #fff;
  background-color: #0091EA;
}
a.badge-c-light-blue-a700:hover, a.badge-c-light-blue-a700:focus {
  color: #fff;
  background-color: #0071b7;
}
a.badge-c-light-blue-a700:focus, a.badge-c-light-blue-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 234, 0.5);
}

.badge-c-cyan-50 {
  color: #212529;
  background-color: #E0F7FA;
}
a.badge-c-cyan-50:hover, a.badge-c-cyan-50:focus {
  color: #212529;
  background-color: #b4ecf3;
}
a.badge-c-cyan-50:focus, a.badge-c-cyan-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(224, 247, 250, 0.5);
}

.badge-c-cyan-100 {
  color: #212529;
  background-color: #B2EBF2;
}
a.badge-c-cyan-100:hover, a.badge-c-cyan-100:focus {
  color: #212529;
  background-color: #86e0eb;
}
a.badge-c-cyan-100:focus, a.badge-c-cyan-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(178, 235, 242, 0.5);
}

.badge-c-cyan-200 {
  color: #212529;
  background-color: #80DEEA;
}
a.badge-c-cyan-200:hover, a.badge-c-cyan-200:focus {
  color: #212529;
  background-color: #54d3e3;
}
a.badge-c-cyan-200:focus, a.badge-c-cyan-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 222, 234, 0.5);
}

.badge-c-cyan-300 {
  color: #212529;
  background-color: #4DD0E1;
}
a.badge-c-cyan-300:hover, a.badge-c-cyan-300:focus {
  color: #212529;
  background-color: #24c2d7;
}
a.badge-c-cyan-300:focus, a.badge-c-cyan-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(77, 208, 225, 0.5);
}

.badge-c-cyan-400 {
  color: #212529;
  background-color: #26C6DA;
}
a.badge-c-cyan-400:hover, a.badge-c-cyan-400:focus {
  color: #212529;
  background-color: #1e9faf;
}
a.badge-c-cyan-400:focus, a.badge-c-cyan-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.5);
}

.badge-c-cyan-500 {
  color: #fff;
  background-color: #00BCD4;
}
a.badge-c-cyan-500:hover, a.badge-c-cyan-500:focus {
  color: #fff;
  background-color: #008fa1;
}
a.badge-c-cyan-500:focus, a.badge-c-cyan-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}

.badge-c-cyan-600 {
  color: #fff;
  background-color: #00ACC1;
}
a.badge-c-cyan-600:hover, a.badge-c-cyan-600:focus {
  color: #fff;
  background-color: #007f8e;
}
a.badge-c-cyan-600:focus, a.badge-c-cyan-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 193, 0.5);
}

.badge-c-cyan-700 {
  color: #fff;
  background-color: #0097A7;
}
a.badge-c-cyan-700:hover, a.badge-c-cyan-700:focus {
  color: #fff;
  background-color: #006974;
}
a.badge-c-cyan-700:focus, a.badge-c-cyan-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 151, 167, 0.5);
}

.badge-c-cyan-800 {
  color: #fff;
  background-color: #00838F;
}
a.badge-c-cyan-800:hover, a.badge-c-cyan-800:focus {
  color: #fff;
  background-color: #00545c;
}
a.badge-c-cyan-800:focus, a.badge-c-cyan-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 131, 143, 0.5);
}

.badge-c-cyan-900 {
  color: #fff;
  background-color: #006064;
}
a.badge-c-cyan-900:hover, a.badge-c-cyan-900:focus {
  color: #fff;
  background-color: #002f31;
}
a.badge-c-cyan-900:focus, a.badge-c-cyan-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 96, 100, 0.5);
}

.badge-c-cyan-a100 {
  color: #212529;
  background-color: #84FFFF;
}
a.badge-c-cyan-a100:hover, a.badge-c-cyan-a100:focus {
  color: #212529;
  background-color: #51ffff;
}
a.badge-c-cyan-a100:focus, a.badge-c-cyan-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(132, 255, 255, 0.5);
}

.badge-c-cyan-a200 {
  color: #212529;
  background-color: #18FFFF;
}
a.badge-c-cyan-a200:hover, a.badge-c-cyan-a200:focus {
  color: #212529;
  background-color: #00e4e4;
}
a.badge-c-cyan-a200:focus, a.badge-c-cyan-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(24, 255, 255, 0.5);
}

.badge-c-cyan-a400 {
  color: #212529;
  background-color: #00E5FF;
}
a.badge-c-cyan-a400:hover, a.badge-c-cyan-a400:focus {
  color: #212529;
  background-color: #00b7cc;
}
a.badge-c-cyan-a400:focus, a.badge-c-cyan-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 229, 255, 0.5);
}

.badge-c-cyan-a700 {
  color: #fff;
  background-color: #00B8D4;
}
a.badge-c-cyan-a700:hover, a.badge-c-cyan-a700:focus {
  color: #fff;
  background-color: #008ca1;
}
a.badge-c-cyan-a700:focus, a.badge-c-cyan-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 184, 212, 0.5);
}

.badge-c-teal-50 {
  color: #212529;
  background-color: #E0F2F1;
}
a.badge-c-teal-50:hover, a.badge-c-teal-50:focus {
  color: #212529;
  background-color: #bce3e1;
}
a.badge-c-teal-50:focus, a.badge-c-teal-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(224, 242, 241, 0.5);
}

.badge-c-teal-100 {
  color: #212529;
  background-color: #B2DFDB;
}
a.badge-c-teal-100:hover, a.badge-c-teal-100:focus {
  color: #212529;
  background-color: #8ed0ca;
}
a.badge-c-teal-100:focus, a.badge-c-teal-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(178, 223, 219, 0.5);
}

.badge-c-teal-200 {
  color: #212529;
  background-color: #80CBC4;
}
a.badge-c-teal-200:hover, a.badge-c-teal-200:focus {
  color: #212529;
  background-color: #5cbcb3;
}
a.badge-c-teal-200:focus, a.badge-c-teal-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 203, 196, 0.5);
}

.badge-c-teal-300 {
  color: #fff;
  background-color: #4DB6AC;
}
a.badge-c-teal-300:hover, a.badge-c-teal-300:focus {
  color: #fff;
  background-color: #3c948b;
}
a.badge-c-teal-300:focus, a.badge-c-teal-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(77, 182, 172, 0.5);
}

.badge-c-teal-400 {
  color: #fff;
  background-color: #26A69A;
}
a.badge-c-teal-400:hover, a.badge-c-teal-400:focus {
  color: #fff;
  background-color: #1d7d74;
}
a.badge-c-teal-400:focus, a.badge-c-teal-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 166, 154, 0.5);
}

.badge-c-teal-500 {
  color: #fff;
  background-color: #26A69A;
}
a.badge-c-teal-500:hover, a.badge-c-teal-500:focus {
  color: #fff;
  background-color: #1d7d74;
}
a.badge-c-teal-500:focus, a.badge-c-teal-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 166, 154, 0.5);
}

.badge-c-teal-600 {
  color: #fff;
  background-color: #00897B;
}
a.badge-c-teal-600:hover, a.badge-c-teal-600:focus {
  color: #fff;
  background-color: #00564d;
}
a.badge-c-teal-600:focus, a.badge-c-teal-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 137, 123, 0.5);
}

.badge-c-teal-700 {
  color: #fff;
  background-color: #00796B;
}
a.badge-c-teal-700:hover, a.badge-c-teal-700:focus {
  color: #fff;
  background-color: #00463e;
}
a.badge-c-teal-700:focus, a.badge-c-teal-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 121, 107, 0.5);
}

.badge-c-teal-800 {
  color: #fff;
  background-color: #00695C;
}
a.badge-c-teal-800:hover, a.badge-c-teal-800:focus {
  color: #fff;
  background-color: #00362f;
}
a.badge-c-teal-800:focus, a.badge-c-teal-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 105, 92, 0.5);
}

.badge-c-teal-900 {
  color: #fff;
  background-color: #004D40;
}
a.badge-c-teal-900:hover, a.badge-c-teal-900:focus {
  color: #fff;
  background-color: #001a16;
}
a.badge-c-teal-900:focus, a.badge-c-teal-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 77, 64, 0.5);
}

.badge-c-teal-a100 {
  color: #212529;
  background-color: #A7FFEB;
}
a.badge-c-teal-a100:hover, a.badge-c-teal-a100:focus {
  color: #212529;
  background-color: #74ffdf;
}
a.badge-c-teal-a100:focus, a.badge-c-teal-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(167, 255, 235, 0.5);
}

.badge-c-teal-a200 {
  color: #212529;
  background-color: #64FFDA;
}
a.badge-c-teal-a200:hover, a.badge-c-teal-a200:focus {
  color: #212529;
  background-color: #31ffce;
}
a.badge-c-teal-a200:focus, a.badge-c-teal-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(100, 255, 218, 0.5);
}

.badge-c-teal-a400 {
  color: #212529;
  background-color: #1DE9B6;
}
a.badge-c-teal-a400:hover, a.badge-c-teal-a400:focus {
  color: #212529;
  background-color: #13c095;
}
a.badge-c-teal-a400:focus, a.badge-c-teal-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(29, 233, 182, 0.5);
}

.badge-c-teal-a700 {
  color: #fff;
  background-color: #00BFA5;
}
a.badge-c-teal-a700:hover, a.badge-c-teal-a700:focus {
  color: #fff;
  background-color: #008c79;
}
a.badge-c-teal-a700:focus, a.badge-c-teal-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 191, 165, 0.5);
}

.badge-c-green-50 {
  color: #212529;
  background-color: #E8F5E9;
}
a.badge-c-green-50:hover, a.badge-c-green-50:focus {
  color: #212529;
  background-color: #c4e6c7;
}
a.badge-c-green-50:focus, a.badge-c-green-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 245, 233, 0.5);
}

.badge-c-green-100 {
  color: #212529;
  background-color: #C8E6C9;
}
a.badge-c-green-100:hover, a.badge-c-green-100:focus {
  color: #212529;
  background-color: #a5d6a7;
}
a.badge-c-green-100:focus, a.badge-c-green-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 230, 201, 0.5);
}

.badge-c-green-200 {
  color: #212529;
  background-color: #A5D6A7;
}
a.badge-c-green-200:hover, a.badge-c-green-200:focus {
  color: #212529;
  background-color: #82c685;
}
a.badge-c-green-200:focus, a.badge-c-green-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(165, 214, 167, 0.5);
}

.badge-c-green-300 {
  color: #212529;
  background-color: #81C784;
}
a.badge-c-green-300:hover, a.badge-c-green-300:focus {
  color: #212529;
  background-color: #5eb762;
}
a.badge-c-green-300:focus, a.badge-c-green-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(129, 199, 132, 0.5);
}

.badge-c-green-400 {
  color: #212529;
  background-color: #66BB6A;
}
a.badge-c-green-400:hover, a.badge-c-green-400:focus {
  color: #212529;
  background-color: #49a54e;
}
a.badge-c-green-400:focus, a.badge-c-green-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.5);
}

.badge-c-green-500 {
  color: #fff;
  background-color: #4CAF50;
}
a.badge-c-green-500:hover, a.badge-c-green-500:focus {
  color: #fff;
  background-color: #3d8b40;
}
a.badge-c-green-500:focus, a.badge-c-green-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}

.badge-c-green-600 {
  color: #fff;
  background-color: #43A047;
}
a.badge-c-green-600:hover, a.badge-c-green-600:focus {
  color: #fff;
  background-color: #347c37;
}
a.badge-c-green-600:focus, a.badge-c-green-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(67, 160, 71, 0.5);
}

.badge-c-green-700 {
  color: #fff;
  background-color: #388E3C;
}
a.badge-c-green-700:hover, a.badge-c-green-700:focus {
  color: #fff;
  background-color: #2a692d;
}
a.badge-c-green-700:focus, a.badge-c-green-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 142, 60, 0.5);
}

.badge-c-green-800 {
  color: #fff;
  background-color: #2E7D32;
}
a.badge-c-green-800:hover, a.badge-c-green-800:focus {
  color: #fff;
  background-color: #205823;
}
a.badge-c-green-800:focus, a.badge-c-green-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5);
}

.badge-c-green-900 {
  color: #fff;
  background-color: #1B5E20;
}
a.badge-c-green-900:hover, a.badge-c-green-900:focus {
  color: #fff;
  background-color: #103613;
}
a.badge-c-green-900:focus, a.badge-c-green-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 94, 32, 0.5);
}

.badge-c-green-a100 {
  color: #212529;
  background-color: #B9F6CA;
}
a.badge-c-green-a100:hover, a.badge-c-green-a100:focus {
  color: #212529;
  background-color: #8cf0a8;
}
a.badge-c-green-a100:focus, a.badge-c-green-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(185, 246, 202, 0.5);
}

.badge-c-green-a200 {
  color: #212529;
  background-color: #69F0AE;
}
a.badge-c-green-a200:hover, a.badge-c-green-a200:focus {
  color: #212529;
  background-color: #3beb95;
}
a.badge-c-green-a200:focus, a.badge-c-green-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 240, 174, 0.5);
}

.badge-c-green-a400 {
  color: #fff;
  background-color: #00E676;
}
a.badge-c-green-a400:hover, a.badge-c-green-a400:focus {
  color: #fff;
  background-color: #00b35c;
}
a.badge-c-green-a400:focus, a.badge-c-green-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 230, 118, 0.5);
}

.badge-c-green-a700 {
  color: #fff;
  background-color: #00C853;
}
a.badge-c-green-a700:hover, a.badge-c-green-a700:focus {
  color: #fff;
  background-color: #00953e;
}
a.badge-c-green-a700:focus, a.badge-c-green-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 83, 0.5);
}

.badge-c-light-green-50 {
  color: #212529;
  background-color: #F1F8E9;
}
a.badge-c-light-green-50:hover, a.badge-c-light-green-50:focus {
  color: #212529;
  background-color: #d8ecc2;
}
a.badge-c-light-green-50:focus, a.badge-c-light-green-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 248, 233, 0.5);
}

.badge-c-light-green-100 {
  color: #212529;
  background-color: #DCEDC8;
}
a.badge-c-light-green-100:hover, a.badge-c-light-green-100:focus {
  color: #212529;
  background-color: #c4e0a2;
}
a.badge-c-light-green-100:focus, a.badge-c-light-green-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 237, 200, 0.5);
}

.badge-c-light-green-200 {
  color: #212529;
  background-color: #C5E1A5;
}
a.badge-c-light-green-200:hover, a.badge-c-light-green-200:focus {
  color: #212529;
  background-color: #acd47f;
}
a.badge-c-light-green-200:focus, a.badge-c-light-green-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 225, 165, 0.5);
}

.badge-c-light-green-300 {
  color: #212529;
  background-color: #AED581;
}
a.badge-c-light-green-300:hover, a.badge-c-light-green-300:focus {
  color: #212529;
  background-color: #95c85b;
}
a.badge-c-light-green-300:focus, a.badge-c-light-green-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(174, 213, 129, 0.5);
}

.badge-c-light-green-400 {
  color: #212529;
  background-color: #9CCC65;
}
a.badge-c-light-green-400:hover, a.badge-c-light-green-400:focus {
  color: #212529;
  background-color: #83bf3f;
}
a.badge-c-light-green-400:focus, a.badge-c-light-green-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(156, 204, 101, 0.5);
}

.badge-c-light-green-500 {
  color: #212529;
  background-color: #8BC34A;
}
a.badge-c-light-green-500:hover, a.badge-c-light-green-500:focus {
  color: #212529;
  background-color: #71a436;
}
a.badge-c-light-green-500:focus, a.badge-c-light-green-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5);
}

.badge-c-light-green-600 {
  color: #fff;
  background-color: #7CB342;
}
a.badge-c-light-green-600:hover, a.badge-c-light-green-600:focus {
  color: #fff;
  background-color: #628e34;
}
a.badge-c-light-green-600:focus, a.badge-c-light-green-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(124, 179, 66, 0.5);
}

.badge-c-light-green-700 {
  color: #fff;
  background-color: #689F38;
}
a.badge-c-light-green-700:hover, a.badge-c-light-green-700:focus {
  color: #fff;
  background-color: #4f792b;
}
a.badge-c-light-green-700:focus, a.badge-c-light-green-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(104, 159, 56, 0.5);
}

.badge-c-light-green-800 {
  color: #fff;
  background-color: #558B2F;
}
a.badge-c-light-green-800:hover, a.badge-c-light-green-800:focus {
  color: #fff;
  background-color: #3e6522;
}
a.badge-c-light-green-800:focus, a.badge-c-light-green-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(85, 139, 47, 0.5);
}

.badge-c-light-green-900 {
  color: #fff;
  background-color: #33691E;
}
a.badge-c-light-green-900:hover, a.badge-c-light-green-900:focus {
  color: #fff;
  background-color: #204113;
}
a.badge-c-light-green-900:focus, a.badge-c-light-green-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 105, 30, 0.5);
}

.badge-c-light-green-a100 {
  color: #212529;
  background-color: #CCFF90;
}
a.badge-c-light-green-a100:hover, a.badge-c-light-green-a100:focus {
  color: #212529;
  background-color: #b5ff5d;
}
a.badge-c-light-green-a100:focus, a.badge-c-light-green-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(204, 255, 144, 0.5);
}

.badge-c-lime-50 {
  color: #212529;
  background-color: #F9FBE7;
}
a.badge-c-lime-50:hover, a.badge-c-lime-50:focus {
  color: #212529;
  background-color: #eef4bb;
}
a.badge-c-lime-50:focus, a.badge-c-lime-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 251, 231, 0.5);
}

.badge-c-lime-100 {
  color: #212529;
  background-color: #F0F4C3;
}
a.badge-c-lime-100:hover, a.badge-c-lime-100:focus {
  color: #212529;
  background-color: #e5ec98;
}
a.badge-c-lime-100:focus, a.badge-c-lime-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 244, 195, 0.5);
}

.badge-c-lime-200 {
  color: #212529;
  background-color: #E6EE9C;
}
a.badge-c-lime-200:hover, a.badge-c-lime-200:focus {
  color: #212529;
  background-color: #dbe770;
}
a.badge-c-lime-200:focus, a.badge-c-lime-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 238, 156, 0.5);
}

.badge-c-lime-300 {
  color: #212529;
  background-color: #DCE775;
}
a.badge-c-lime-300:hover, a.badge-c-lime-300:focus {
  color: #212529;
  background-color: #d1df4a;
}
a.badge-c-lime-300:focus, a.badge-c-lime-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 231, 117, 0.5);
}

.badge-c-lime-400 {
  color: #212529;
  background-color: #D4E157;
}
a.badge-c-lime-400:hover, a.badge-c-lime-400:focus {
  color: #212529;
  background-color: #c9d92c;
}
a.badge-c-lime-400:focus, a.badge-c-lime-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(212, 225, 87, 0.5);
}

.badge-c-lime-500 {
  color: #212529;
  background-color: #CDDC39;
}
a.badge-c-lime-500:hover, a.badge-c-lime-500:focus {
  color: #212529;
  background-color: #b2c022;
}
a.badge-c-lime-500:focus, a.badge-c-lime-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 220, 57, 0.5);
}

.badge-c-lime-600 {
  color: #212529;
  background-color: #C0CA33;
}
a.badge-c-lime-600:hover, a.badge-c-lime-600:focus {
  color: #212529;
  background-color: #99a129;
}
a.badge-c-lime-600:focus, a.badge-c-lime-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(192, 202, 51, 0.5);
}

.badge-c-lime-700 {
  color: #212529;
  background-color: #AFB42B;
}
a.badge-c-lime-700:hover, a.badge-c-lime-700:focus {
  color: #212529;
  background-color: #878b21;
}
a.badge-c-lime-700:focus, a.badge-c-lime-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(175, 180, 43, 0.5);
}

.badge-c-lime-800 {
  color: #fff;
  background-color: #9E9D24;
}
a.badge-c-lime-800:hover, a.badge-c-lime-800:focus {
  color: #fff;
  background-color: #74741b;
}
a.badge-c-lime-800:focus, a.badge-c-lime-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(158, 157, 36, 0.5);
}

.badge-c-lime-900 {
  color: #fff;
  background-color: #827717;
}
a.badge-c-lime-900:hover, a.badge-c-lime-900:focus {
  color: #fff;
  background-color: #574f0f;
}
a.badge-c-lime-900:focus, a.badge-c-lime-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(130, 119, 23, 0.5);
}

.badge-c-lime-a100 {
  color: #212529;
  background-color: #F4FF81;
}
a.badge-c-lime-a100:hover, a.badge-c-lime-a100:focus {
  color: #212529;
  background-color: #f0ff4e;
}
a.badge-c-lime-a100:focus, a.badge-c-lime-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 255, 129, 0.5);
}

.badge-c-lime-a200 {
  color: #212529;
  background-color: #EEFF41;
}
a.badge-c-lime-a200:hover, a.badge-c-lime-a200:focus {
  color: #212529;
  background-color: #e9ff0e;
}
a.badge-c-lime-a200:focus, a.badge-c-lime-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 255, 65, 0.5);
}

.badge-c-lime-a400 {
  color: #212529;
  background-color: #C6FF00;
}
a.badge-c-lime-a400:hover, a.badge-c-lime-a400:focus {
  color: #212529;
  background-color: #9ecc00;
}
a.badge-c-lime-a400:focus, a.badge-c-lime-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(198, 255, 0, 0.5);
}

.badge-c-lime-a700 {
  color: #212529;
  background-color: #AEEA00;
}
a.badge-c-lime-a700:hover, a.badge-c-lime-a700:focus {
  color: #212529;
  background-color: #88b700;
}
a.badge-c-lime-a700:focus, a.badge-c-lime-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(174, 234, 0, 0.5);
}

.badge-c-yellow-50 {
  color: #212529;
  background-color: #FFFDE7;
}
a.badge-c-yellow-50:hover, a.badge-c-yellow-50:focus {
  color: #212529;
  background-color: #fff9b4;
}
a.badge-c-yellow-50:focus, a.badge-c-yellow-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 253, 231, 0.5);
}

.badge-c-yellow-100 {
  color: #212529;
  background-color: #FFF9C4;
}
a.badge-c-yellow-100:hover, a.badge-c-yellow-100:focus {
  color: #212529;
  background-color: #fff491;
}
a.badge-c-yellow-100:focus, a.badge-c-yellow-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 249, 196, 0.5);
}

.badge-c-yellow-200 {
  color: #212529;
  background-color: #FFF59D;
}
a.badge-c-yellow-200:hover, a.badge-c-yellow-200:focus {
  color: #212529;
  background-color: #fff06a;
}
a.badge-c-yellow-200:focus, a.badge-c-yellow-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 245, 157, 0.5);
}

.badge-c-yellow-300 {
  color: #212529;
  background-color: #FFF176;
}
a.badge-c-yellow-300:hover, a.badge-c-yellow-300:focus {
  color: #212529;
  background-color: #ffec43;
}
a.badge-c-yellow-300:focus, a.badge-c-yellow-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 241, 118, 0.5);
}

.badge-c-yellow-400 {
  color: #212529;
  background-color: #FFEE58;
}
a.badge-c-yellow-400:hover, a.badge-c-yellow-400:focus {
  color: #212529;
  background-color: #ffe925;
}
a.badge-c-yellow-400:focus, a.badge-c-yellow-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 238, 88, 0.5);
}

.badge-c-yellow-500 {
  color: #212529;
  background-color: #FFEB3B;
}
a.badge-c-yellow-500:hover, a.badge-c-yellow-500:focus {
  color: #212529;
  background-color: #ffe608;
}
a.badge-c-yellow-500:focus, a.badge-c-yellow-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}

.badge-c-yellow-600 {
  color: #212529;
  background-color: #FDD835;
}
a.badge-c-yellow-600:hover, a.badge-c-yellow-600:focus {
  color: #212529;
  background-color: #fdce03;
}
a.badge-c-yellow-600:focus, a.badge-c-yellow-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 216, 53, 0.5);
}

.badge-c-yellow-700 {
  color: #212529;
  background-color: #FBC02D;
}
a.badge-c-yellow-700:hover, a.badge-c-yellow-700:focus {
  color: #212529;
  background-color: #f0ad05;
}
a.badge-c-yellow-700:focus, a.badge-c-yellow-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5);
}

.badge-c-yellow-800 {
  color: #212529;
  background-color: #F9A825;
}
a.badge-c-yellow-800:hover, a.badge-c-yellow-800:focus {
  color: #212529;
  background-color: #e59006;
}
a.badge-c-yellow-800:focus, a.badge-c-yellow-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 168, 37, 0.5);
}

.badge-c-yellow-900 {
  color: #212529;
  background-color: #F57F17;
}
a.badge-c-yellow-900:hover, a.badge-c-yellow-900:focus {
  color: #212529;
  background-color: #d06609;
}
a.badge-c-yellow-900:focus, a.badge-c-yellow-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 23, 0.5);
}

.badge-c-yellow-a100 {
  color: #212529;
  background-color: #FFFF8D;
}
a.badge-c-yellow-a100:hover, a.badge-c-yellow-a100:focus {
  color: #212529;
  background-color: #ffff5a;
}
a.badge-c-yellow-a100:focus, a.badge-c-yellow-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 141, 0.5);
}

.badge-c-yellow-a200 {
  color: #212529;
  background-color: #FFFF00;
}
a.badge-c-yellow-a200:hover, a.badge-c-yellow-a200:focus {
  color: #212529;
  background-color: #cccc00;
}
a.badge-c-yellow-a200:focus, a.badge-c-yellow-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}

.badge-c-yellow-a400 {
  color: #212529;
  background-color: #FFEA00;
}
a.badge-c-yellow-a400:hover, a.badge-c-yellow-a400:focus {
  color: #212529;
  background-color: #ccbb00;
}
a.badge-c-yellow-a400:focus, a.badge-c-yellow-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 234, 0, 0.5);
}

.badge-c-yellow-a700 {
  color: #212529;
  background-color: #FFD600;
}
a.badge-c-yellow-a700:hover, a.badge-c-yellow-a700:focus {
  color: #212529;
  background-color: #ccab00;
}
a.badge-c-yellow-a700:focus, a.badge-c-yellow-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 214, 0, 0.5);
}

.badge-c-amber-50 {
  color: #212529;
  background-color: #FFF8E1;
}
a.badge-c-amber-50:hover, a.badge-c-amber-50:focus {
  color: #212529;
  background-color: #ffecae;
}
a.badge-c-amber-50:focus, a.badge-c-amber-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 248, 225, 0.5);
}

.badge-c-amber-100 {
  color: #212529;
  background-color: #FFECB3;
}
a.badge-c-amber-100:hover, a.badge-c-amber-100:focus {
  color: #212529;
  background-color: #ffdf80;
}
a.badge-c-amber-100:focus, a.badge-c-amber-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 236, 179, 0.5);
}

.badge-c-amber-200 {
  color: #212529;
  background-color: #FFE082;
}
a.badge-c-amber-200:hover, a.badge-c-amber-200:focus {
  color: #212529;
  background-color: #ffd34f;
}
a.badge-c-amber-200:focus, a.badge-c-amber-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 224, 130, 0.5);
}

.badge-c-amber-300 {
  color: #212529;
  background-color: #FFD54F;
}
a.badge-c-amber-300:hover, a.badge-c-amber-300:focus {
  color: #212529;
  background-color: #ffc91c;
}
a.badge-c-amber-300:focus, a.badge-c-amber-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 213, 79, 0.5);
}

.badge-c-amber-400 {
  color: #212529;
  background-color: #FFCA28;
}
a.badge-c-amber-400:hover, a.badge-c-amber-400:focus {
  color: #212529;
  background-color: #f4b800;
}
a.badge-c-amber-400:focus, a.badge-c-amber-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 40, 0.5);
}

.badge-c-amber-500 {
  color: #212529;
  background-color: #FFC107;
}
a.badge-c-amber-500:hover, a.badge-c-amber-500:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-c-amber-500:focus, a.badge-c-amber-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-c-amber-600 {
  color: #212529;
  background-color: #FFB300;
}
a.badge-c-amber-600:hover, a.badge-c-amber-600:focus {
  color: #212529;
  background-color: #cc8f00;
}
a.badge-c-amber-600:focus, a.badge-c-amber-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 179, 0, 0.5);
}

.badge-c-amber-700 {
  color: #212529;
  background-color: #FFA000;
}
a.badge-c-amber-700:hover, a.badge-c-amber-700:focus {
  color: #212529;
  background-color: #cc8000;
}
a.badge-c-amber-700:focus, a.badge-c-amber-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 160, 0, 0.5);
}

.badge-c-amber-800 {
  color: #212529;
  background-color: #FF8F00;
}
a.badge-c-amber-800:hover, a.badge-c-amber-800:focus {
  color: #212529;
  background-color: #cc7200;
}
a.badge-c-amber-800:focus, a.badge-c-amber-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 143, 0, 0.5);
}

.badge-c-amber-900 {
  color: #fff;
  background-color: #FF6F00;
}
a.badge-c-amber-900:hover, a.badge-c-amber-900:focus {
  color: #fff;
  background-color: #cc5900;
}
a.badge-c-amber-900:focus, a.badge-c-amber-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 0.5);
}

.badge-c-amber-a100 {
  color: #212529;
  background-color: #FFE57F;
}
a.badge-c-amber-a100:hover, a.badge-c-amber-a100:focus {
  color: #212529;
  background-color: #ffdb4c;
}
a.badge-c-amber-a100:focus, a.badge-c-amber-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 229, 127, 0.5);
}

.badge-c-amber-a400 {
  color: #212529;
  background-color: #FFC400;
}
a.badge-c-amber-a400:hover, a.badge-c-amber-a400:focus {
  color: #212529;
  background-color: #cc9d00;
}
a.badge-c-amber-a400:focus, a.badge-c-amber-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 196, 0, 0.5);
}

.badge-c-amber-a700 {
  color: #212529;
  background-color: #FFAB00;
}
a.badge-c-amber-a700:hover, a.badge-c-amber-a700:focus {
  color: #212529;
  background-color: #cc8900;
}
a.badge-c-amber-a700:focus, a.badge-c-amber-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 0, 0.5);
}

.badge-c-orange-50 {
  color: #212529;
  background-color: #FFF3E0;
}
a.badge-c-orange-50:hover, a.badge-c-orange-50:focus {
  color: #212529;
  background-color: #ffdfad;
}
a.badge-c-orange-50:focus, a.badge-c-orange-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 243, 224, 0.5);
}

.badge-c-orange-100 {
  color: #212529;
  background-color: #FFE0B2;
}
a.badge-c-orange-100:hover, a.badge-c-orange-100:focus {
  color: #212529;
  background-color: #ffcb7f;
}
a.badge-c-orange-100:focus, a.badge-c-orange-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 224, 178, 0.5);
}

.badge-c-orange-200 {
  color: #212529;
  background-color: #FFCC80;
}
a.badge-c-orange-200:hover, a.badge-c-orange-200:focus {
  color: #212529;
  background-color: #ffb84d;
}
a.badge-c-orange-200:focus, a.badge-c-orange-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 128, 0.5);
}

.badge-c-orange-300 {
  color: #212529;
  background-color: #FFB74D;
}
a.badge-c-orange-300:hover, a.badge-c-orange-300:focus {
  color: #212529;
  background-color: #ffa21a;
}
a.badge-c-orange-300:focus, a.badge-c-orange-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 183, 77, 0.5);
}

.badge-c-orange-400 {
  color: #212529;
  background-color: #FFA726;
}
a.badge-c-orange-400:hover, a.badge-c-orange-400:focus {
  color: #212529;
  background-color: #f29000;
}
a.badge-c-orange-400:focus, a.badge-c-orange-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.5);
}

.badge-c-orange-500 {
  color: #212529;
  background-color: #FF9800;
}
a.badge-c-orange-500:hover, a.badge-c-orange-500:focus {
  color: #212529;
  background-color: #cc7a00;
}
a.badge-c-orange-500:focus, a.badge-c-orange-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}

.badge-c-orange-600 {
  color: #212529;
  background-color: #FB8C00;
}
a.badge-c-orange-600:hover, a.badge-c-orange-600:focus {
  color: #212529;
  background-color: #c87000;
}
a.badge-c-orange-600:focus, a.badge-c-orange-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 140, 0, 0.5);
}

.badge-c-orange-700 {
  color: #fff;
  background-color: #F57C00;
}
a.badge-c-orange-700:hover, a.badge-c-orange-700:focus {
  color: #fff;
  background-color: #c26200;
}
a.badge-c-orange-700:focus, a.badge-c-orange-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 124, 0, 0.5);
}

.badge-c-orange-800 {
  color: #fff;
  background-color: #EF6C00;
}
a.badge-c-orange-800:hover, a.badge-c-orange-800:focus {
  color: #fff;
  background-color: #bc5500;
}
a.badge-c-orange-800:focus, a.badge-c-orange-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 108, 0, 0.5);
}

.badge-c-orange-900 {
  color: #fff;
  background-color: #E65100;
}
a.badge-c-orange-900:hover, a.badge-c-orange-900:focus {
  color: #fff;
  background-color: #b33f00;
}
a.badge-c-orange-900:focus, a.badge-c-orange-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 81, 0, 0.5);
}

.badge-c-orange-a100 {
  color: #212529;
  background-color: #FFD180;
}
a.badge-c-orange-a100:hover, a.badge-c-orange-a100:focus {
  color: #212529;
  background-color: #ffbf4d;
}
a.badge-c-orange-a100:focus, a.badge-c-orange-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 209, 128, 0.5);
}

.badge-c-orange-a200 {
  color: #212529;
  background-color: #FFAB40;
}
a.badge-c-orange-a200:hover, a.badge-c-orange-a200:focus {
  color: #212529;
  background-color: #ff950d;
}
a.badge-c-orange-a200:focus, a.badge-c-orange-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 64, 0.5);
}

.badge-c-orange-a400 {
  color: #212529;
  background-color: #FF9100;
}
a.badge-c-orange-a400:hover, a.badge-c-orange-a400:focus {
  color: #212529;
  background-color: #cc7400;
}
a.badge-c-orange-a400:focus, a.badge-c-orange-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 145, 0, 0.5);
}

.badge-c-orange-a700 {
  color: #fff;
  background-color: #FF6D00;
}
a.badge-c-orange-a700:hover, a.badge-c-orange-a700:focus {
  color: #fff;
  background-color: #cc5700;
}
a.badge-c-orange-a700:focus, a.badge-c-orange-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 109, 0, 0.5);
}

.badge-c-deep-orange-50 {
  color: #212529;
  background-color: #FBE9E7;
}
a.badge-c-deep-orange-50:hover, a.badge-c-deep-orange-50:focus {
  color: #212529;
  background-color: #f4c1bb;
}
a.badge-c-deep-orange-50:focus, a.badge-c-deep-orange-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 233, 231, 0.5);
}

.badge-c-deep-orange-100 {
  color: #212529;
  background-color: #FFCCBC;
}
a.badge-c-deep-orange-100:hover, a.badge-c-deep-orange-100:focus {
  color: #212529;
  background-color: #ffa589;
}
a.badge-c-deep-orange-100:focus, a.badge-c-deep-orange-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 188, 0.5);
}

.badge-c-deep-orange-200 {
  color: #212529;
  background-color: #FFAB91;
}
a.badge-c-deep-orange-200:hover, a.badge-c-deep-orange-200:focus {
  color: #212529;
  background-color: #ff845e;
}
a.badge-c-deep-orange-200:focus, a.badge-c-deep-orange-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 145, 0.5);
}

.badge-c-deep-orange-300 {
  color: #212529;
  background-color: #FF8A65;
}
a.badge-c-deep-orange-300:hover, a.badge-c-deep-orange-300:focus {
  color: #212529;
  background-color: #ff6332;
}
a.badge-c-deep-orange-300:focus, a.badge-c-deep-orange-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 138, 101, 0.5);
}

.badge-c-deep-orange-400 {
  color: #fff;
  background-color: #FF7043;
}
a.badge-c-deep-orange-400:hover, a.badge-c-deep-orange-400:focus {
  color: #fff;
  background-color: #ff4910;
}
a.badge-c-deep-orange-400:focus, a.badge-c-deep-orange-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 112, 67, 0.5);
}

.badge-c-deep-orange-500 {
  color: #fff;
  background-color: #FF5722;
}
a.badge-c-deep-orange-500:hover, a.badge-c-deep-orange-500:focus {
  color: #fff;
  background-color: #ee3900;
}
a.badge-c-deep-orange-500:focus, a.badge-c-deep-orange-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5);
}

.badge-c-deep-orange-600 {
  color: #fff;
  background-color: #F4511E;
}
a.badge-c-deep-orange-600:hover, a.badge-c-deep-orange-600:focus {
  color: #fff;
  background-color: #d53b0a;
}
a.badge-c-deep-orange-600:focus, a.badge-c-deep-orange-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 81, 30, 0.5);
}

.badge-c-deep-orange-700 {
  color: #fff;
  background-color: #E64A19;
}
a.badge-c-deep-orange-700:hover, a.badge-c-deep-orange-700:focus {
  color: #fff;
  background-color: #b83b14;
}
a.badge-c-deep-orange-700:focus, a.badge-c-deep-orange-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 74, 25, 0.5);
}

.badge-c-deep-orange-800 {
  color: #fff;
  background-color: #D84315;
}
a.badge-c-deep-orange-800:hover, a.badge-c-deep-orange-800:focus {
  color: #fff;
  background-color: #aa3510;
}
a.badge-c-deep-orange-800:focus, a.badge-c-deep-orange-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(216, 67, 21, 0.5);
}

.badge-c-deep-orange-900 {
  color: #fff;
  background-color: #BF360C;
}
a.badge-c-deep-orange-900:hover, a.badge-c-deep-orange-900:focus {
  color: #fff;
  background-color: #8f2809;
}
a.badge-c-deep-orange-900:focus, a.badge-c-deep-orange-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(191, 54, 12, 0.5);
}

.badge-c-deep-orange-a100 {
  color: #212529;
  background-color: #FF9E80;
}
a.badge-c-deep-orange-a100:hover, a.badge-c-deep-orange-a100:focus {
  color: #212529;
  background-color: #ff774d;
}
a.badge-c-deep-orange-a100:focus, a.badge-c-deep-orange-a100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 158, 128, 0.5);
}

.badge-c-deep-orange-a200 {
  color: #fff;
  background-color: #FF6E40;
}
a.badge-c-deep-orange-a200:hover, a.badge-c-deep-orange-a200:focus {
  color: #fff;
  background-color: #ff470d;
}
a.badge-c-deep-orange-a200:focus, a.badge-c-deep-orange-a200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 110, 64, 0.5);
}

.badge-c-deep-orange-a400 {
  color: #fff;
  background-color: #FF3D00;
}
a.badge-c-deep-orange-a400:hover, a.badge-c-deep-orange-a400:focus {
  color: #fff;
  background-color: #cc3100;
}
a.badge-c-deep-orange-a400:focus, a.badge-c-deep-orange-a400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 61, 0, 0.5);
}

.badge-c-deep-orange-a700 {
  color: #fff;
  background-color: #DD2C00;
}
a.badge-c-deep-orange-a700:hover, a.badge-c-deep-orange-a700:focus {
  color: #fff;
  background-color: #aa2200;
}
a.badge-c-deep-orange-a700:focus, a.badge-c-deep-orange-a700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 44, 0, 0.5);
}

.badge-c-brown-50 {
  color: #212529;
  background-color: #EFEBE9;
}
a.badge-c-brown-50:hover, a.badge-c-brown-50:focus {
  color: #212529;
  background-color: #dad0cb;
}
a.badge-c-brown-50:focus, a.badge-c-brown-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 235, 233, 0.5);
}

.badge-c-brown-100 {
  color: #212529;
  background-color: #D7CCC8;
}
a.badge-c-brown-100:hover, a.badge-c-brown-100:focus {
  color: #212529;
  background-color: #c2b1aa;
}
a.badge-c-brown-100:focus, a.badge-c-brown-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(215, 204, 200, 0.5);
}

.badge-c-brown-200 {
  color: #212529;
  background-color: #BCAAA4;
}
a.badge-c-brown-200:hover, a.badge-c-brown-200:focus {
  color: #212529;
  background-color: #a68f87;
}
a.badge-c-brown-200:focus, a.badge-c-brown-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(188, 170, 164, 0.5);
}

.badge-c-brown-300 {
  color: #fff;
  background-color: #A1887F;
}
a.badge-c-brown-300:hover, a.badge-c-brown-300:focus {
  color: #fff;
  background-color: #896e64;
}
a.badge-c-brown-300:focus, a.badge-c-brown-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(161, 136, 127, 0.5);
}

.badge-c-brown-400 {
  color: #fff;
  background-color: #8D6E63;
}
a.badge-c-brown-400:hover, a.badge-c-brown-400:focus {
  color: #fff;
  background-color: #6f574e;
}
a.badge-c-brown-400:focus, a.badge-c-brown-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(141, 110, 99, 0.5);
}

.badge-c-brown-500 {
  color: #fff;
  background-color: #795548;
}
a.badge-c-brown-500:hover, a.badge-c-brown-500:focus {
  color: #fff;
  background-color: #593f35;
}
a.badge-c-brown-500:focus, a.badge-c-brown-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(121, 85, 72, 0.5);
}

.badge-c-brown-600 {
  color: #fff;
  background-color: #6D4C41;
}
a.badge-c-brown-600:hover, a.badge-c-brown-600:focus {
  color: #fff;
  background-color: #4d362e;
}
a.badge-c-brown-600:focus, a.badge-c-brown-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(109, 76, 65, 0.5);
}

.badge-c-brown-700 {
  color: #fff;
  background-color: #5D4037;
}
a.badge-c-brown-700:hover, a.badge-c-brown-700:focus {
  color: #fff;
  background-color: #3d2a24;
}
a.badge-c-brown-700:focus, a.badge-c-brown-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 64, 55, 0.5);
}

.badge-c-brown-800 {
  color: #fff;
  background-color: #4E342E;
}
a.badge-c-brown-800:hover, a.badge-c-brown-800:focus {
  color: #fff;
  background-color: #2e1f1b;
}
a.badge-c-brown-800:focus, a.badge-c-brown-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 52, 46, 0.5);
}

.badge-c-brown-900 {
  color: #fff;
  background-color: #3E2723;
}
a.badge-c-brown-900:hover, a.badge-c-brown-900:focus {
  color: #fff;
  background-color: #1d1211;
}
a.badge-c-brown-900:focus, a.badge-c-brown-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 39, 35, 0.5);
}

.badge-c-blue-gray-50 {
  color: #212529;
  background-color: #ECEFF1;
}
a.badge-c-blue-gray-50:hover, a.badge-c-blue-gray-50:focus {
  color: #212529;
  background-color: #cfd6db;
}
a.badge-c-blue-gray-50:focus, a.badge-c-blue-gray-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(236, 239, 241, 0.5);
}

.badge-c-blue-gray-100 {
  color: #212529;
  background-color: #CFD8DC;
}
a.badge-c-blue-gray-100:hover, a.badge-c-blue-gray-100:focus {
  color: #212529;
  background-color: #b2c0c6;
}
a.badge-c-blue-gray-100:focus, a.badge-c-blue-gray-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(207, 216, 220, 0.5);
}

.badge-c-blue-gray-200 {
  color: #212529;
  background-color: #B0BEC5;
}
a.badge-c-blue-gray-200:hover, a.badge-c-blue-gray-200:focus {
  color: #212529;
  background-color: #93a6af;
}
a.badge-c-blue-gray-200:focus, a.badge-c-blue-gray-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(176, 190, 197, 0.5);
}

.badge-c-blue-gray-300 {
  color: #212529;
  background-color: #90A4AE;
}
a.badge-c-blue-gray-300:hover, a.badge-c-blue-gray-300:focus {
  color: #212529;
  background-color: #738c98;
}
a.badge-c-blue-gray-300:focus, a.badge-c-blue-gray-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(144, 164, 174, 0.5);
}

.badge-c-blue-gray-400 {
  color: #fff;
  background-color: #78909C;
}
a.badge-c-blue-gray-400:hover, a.badge-c-blue-gray-400:focus {
  color: #fff;
  background-color: #5f7682;
}
a.badge-c-blue-gray-400:focus, a.badge-c-blue-gray-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(120, 144, 156, 0.5);
}

.badge-c-blue-gray-500 {
  color: #fff;
  background-color: #607D8B;
}
a.badge-c-blue-gray-500:hover, a.badge-c-blue-gray-500:focus {
  color: #fff;
  background-color: #4b626d;
}
a.badge-c-blue-gray-500:focus, a.badge-c-blue-gray-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(96, 125, 139, 0.5);
}

.badge-c-blue-gray-600 {
  color: #fff;
  background-color: #546E7A;
}
a.badge-c-blue-gray-600:hover, a.badge-c-blue-gray-600:focus {
  color: #fff;
  background-color: #3f535c;
}
a.badge-c-blue-gray-600:focus, a.badge-c-blue-gray-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(84, 110, 122, 0.5);
}

.badge-c-blue-gray-700 {
  color: #fff;
  background-color: #455A64;
}
a.badge-c-blue-gray-700:hover, a.badge-c-blue-gray-700:focus {
  color: #fff;
  background-color: #303f46;
}
a.badge-c-blue-gray-700:focus, a.badge-c-blue-gray-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 90, 100, 0.5);
}

.badge-c-blue-gray-800 {
  color: #fff;
  background-color: #37474F;
}
a.badge-c-blue-gray-800:hover, a.badge-c-blue-gray-800:focus {
  color: #fff;
  background-color: #222c31;
}
a.badge-c-blue-gray-800:focus, a.badge-c-blue-gray-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 71, 79, 0.5);
}

.badge-c-blue-gray-900 {
  color: #fff;
  background-color: #263238;
}
a.badge-c-blue-gray-900:hover, a.badge-c-blue-gray-900:focus {
  color: #fff;
  background-color: #11171a;
}
a.badge-c-blue-gray-900:focus, a.badge-c-blue-gray-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #791033;
  background-color: #fbd2e0;
  border-color: #f9c0d3;
}
.alert-primary hr {
  border-top-color: #f7a9c3;
}
.alert-primary .alert-link {
  color: #4c0a20;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-c-blue {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-c-blue hr {
  border-top-color: #9fcdff;
}
.alert-c-blue .alert-link {
  color: #002752;
}

.alert-c-indigo {
  color: #35087e;
  background-color: #e0cffc;
  border-color: #d4bcfb;
}
.alert-c-indigo hr {
  border-top-color: #c5a4fa;
}
.alert-c-indigo .alert-link {
  color: #21054e;
}

.alert-c-purple {
  color: #3a2264;
  background-color: #e2d9f3;
  border-color: #d7caee;
}
.alert-c-purple hr {
  border-top-color: #c8b7e8;
}
.alert-c-purple .alert-link {
  color: #24153e;
}

.alert-c-pink {
  color: #792049;
  background-color: #fad8e8;
  border-color: #f9c9df;
}
.alert-c-pink hr {
  border-top-color: #f6b2d1;
}
.alert-c-pink .alert-link {
  color: #511531;
}

.alert-c-red {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-c-red hr {
  border-top-color: #f1b0b7;
}
.alert-c-red .alert-link {
  color: #491217;
}

.alert-c-orange {
  color: #84420a;
  background-color: #ffe5d0;
  border-color: #fedbbd;
}
.alert-c-orange hr {
  border-top-color: #fecda4;
}
.alert-c-orange .alert-link {
  color: #552a06;
}

.alert-c-yellow {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-c-yellow hr {
  border-top-color: #ffe8a1;
}
.alert-c-yellow .alert-link {
  color: #533f03;
}

.alert-c-green {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-c-green hr {
  border-top-color: #b1dfbb;
}
.alert-c-green .alert-link {
  color: #0b2e13;
}

.alert-c-teal {
  color: #11694f;
  background-color: #d2f4ea;
  border-color: #c1f0e2;
}
.alert-c-teal hr {
  border-top-color: #acebd8;
}
.alert-c-teal .alert-link {
  color: #0a3d2e;
}

.alert-c-cyan {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-c-cyan hr {
  border-top-color: #abdde5;
}
.alert-c-cyan .alert-link {
  color: #062c33;
}

.alert-c-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-c-white hr {
  border-top-color: #f2f2f2;
}
.alert-c-white .alert-link {
  color: #6c6c6c;
}

.alert-c-gray {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-c-gray hr {
  border-top-color: #c8cbcf;
}
.alert-c-gray .alert-link {
  color: #202326;
}

.alert-c-gray-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-c-gray-dark hr {
  border-top-color: #b9bbbe;
}
.alert-c-gray-dark .alert-link {
  color: #040505;
}

.alert-c-gray-50 {
  color: #828282;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-c-gray-50 hr {
  border-top-color: #f1f1f1;
}
.alert-c-gray-50 .alert-link {
  color: dimgray;
}

.alert-c-gray-100 {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-c-gray-100 hr {
  border-top-color: #ececf6;
}
.alert-c-gray-100 .alert-link {
  color: #686868;
}

.alert-c-gray-200 {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}
.alert-c-gray-200 hr {
  border-top-color: #eaedf1;
}
.alert-c-gray-200 .alert-link {
  color: #606162;
}

.alert-c-gray-300 {
  color: #737678;
  background-color: #f8f9fa;
  border-color: #f6f7f8;
}
.alert-c-gray-300 hr {
  border-top-color: #e8eaed;
}
.alert-c-gray-300 .alert-link {
  color: #5a5c5e;
}

.alert-c-gray-400 {
  color: #6b6e71;
  background-color: #f5f6f8;
  border-color: #f1f3f5;
}
.alert-c-gray-400 hr {
  border-top-color: #e2e6ea;
}
.alert-c-gray-400 .alert-link {
  color: #525557;
}

.alert-c-gray-500 {
  color: #5a5e62;
  background-color: #eff0f2;
  border-color: #e8eaed;
}
.alert-c-gray-500 hr {
  border-top-color: #dadde2;
}
.alert-c-gray-500 .alert-link {
  color: #424547;
}

.alert-c-gray-600 {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-c-gray-600 hr {
  border-top-color: #c8cbcf;
}
.alert-c-gray-600 .alert-link {
  color: #202326;
}

.alert-c-gray-700 {
  color: #262a2d;
  background-color: #dbdcdd;
  border-color: #ccced0;
}
.alert-c-gray-700 hr {
  border-top-color: #bfc1c4;
}
.alert-c-gray-700 .alert-link {
  color: #0f1011;
}

.alert-c-gray-800 {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-c-gray-800 hr {
  border-top-color: #b9bbbe;
}
.alert-c-gray-800 .alert-link {
  color: #040505;
}

.alert-c-gray-900 {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3;
}
.alert-c-gray-900 hr {
  border-top-color: #b4b5b6;
}
.alert-c-gray-900 .alert-link {
  color: black;
}

.alert-c-red-50 {
  color: #857a7c;
  background-color: #fffbfc;
  border-color: #fff9fa;
}
.alert-c-red-50 hr {
  border-top-color: #ffe0e5;
}
.alert-c-red-50 .alert-link {
  color: #6a6263;
}

.alert-c-red-100 {
  color: #856b6d;
  background-color: #fff5f6;
  border-color: #fff1f2;
}
.alert-c-red-100 hr {
  border-top-color: #ffd8da;
}
.alert-c-red-100 .alert-link {
  color: #695456;
}

.alert-c-red-200 {
  color: #7c5050;
  background-color: #fcebeb;
  border-color: #fbe3e3;
}
.alert-c-red-200 hr {
  border-top-color: #f8cdcd;
}
.alert-c-red-200 .alert-link {
  color: #5d3c3c;
}

.alert-c-red-300 {
  color: #773c3c;
  background-color: #fae3e3;
  border-color: #f8d8d8;
}
.alert-c-red-300 hr {
  border-top-color: #f4c2c2;
}
.alert-c-red-300 .alert-link {
  color: #552b2b;
}

.alert-c-red-400 {
  color: #7c2b2a;
  background-color: #fcdddc;
  border-color: #fbcfce;
}
.alert-c-red-400 hr {
  border-top-color: #f9b8b6;
}
.alert-c-red-400 .alert-link {
  color: #561e1d;
}

.alert-c-red-500 {
  color: #7f231c;
  background-color: #fdd9d7;
  border-color: #fccac7;
}
.alert-c-red-500 hr {
  border-top-color: #fbb3af;
}
.alert-c-red-500 .alert-link {
  color: #551713;
}

.alert-c-red-600 {
  color: #771e1c;
  background-color: #fad7d7;
  border-color: #f8c8c6;
}
.alert-c-red-600 hr {
  border-top-color: #f5b2af;
}
.alert-c-red-600 .alert-link {
  color: #4e1412;
}

.alert-c-red-700 {
  color: #6e1818;
  background-color: #f6d5d5;
  border-color: #f3c5c5;
}
.alert-c-red-700 hr {
  border-top-color: #efb0b0;
}
.alert-c-red-700 .alert-link {
  color: #440f0f;
}

.alert-c-red-800 {
  color: #671515;
  background-color: #f4d4d4;
  border-color: #efc3c3;
}
.alert-c-red-800 hr {
  border-top-color: #eaafaf;
}
.alert-c-red-800 .alert-link {
  color: #3d0c0c;
}

.alert-c-red-900 {
  color: #5f0f0f;
  background-color: #f1d2d2;
  border-color: #ebbfbf;
}
.alert-c-red-900 hr {
  border-top-color: #e5acac;
}
.alert-c-red-900 .alert-link {
  color: #330808;
}

.alert-c-red-a100 {
  color: #854843;
  background-color: #ffe8e6;
  border-color: #ffdedb;
}
.alert-c-red-a100 hr {
  border-top-color: #ffc7c2;
}
.alert-c-red-a100 .alert-link {
  color: #633632;
}

.alert-c-red-a200 {
  color: #852b2b;
  background-color: #ffdcdc;
  border-color: #ffcfcf;
}
.alert-c-red-a200 hr {
  border-top-color: #ffb6b6;
}
.alert-c-red-a200 .alert-link {
  color: #5e1f1f;
}

.alert-c-red-a400 {
  color: #850c23;
  background-color: #ffd1da;
  border-color: #ffbecb;
}
.alert-c-red-a400 hr {
  border-top-color: #ffa5b7;
}
.alert-c-red-a400 .alert-link {
  color: #560817;
}

.alert-c-red-a700 {
  color: #6f0000;
  background-color: #f7cccc;
  border-color: #f3b8b8;
}
.alert-c-red-a700 hr {
  border-top-color: #efa2a2;
}
.alert-c-red-a700 .alert-link {
  color: #3c0000;
}

.alert-c-pink-50 {
  color: #83777b;
  background-color: #fefafb;
  border-color: #fef7fa;
}
.alert-c-pink-50 hr {
  border-top-color: #fbe0ec;
}
.alert-c-pink-50 .alert-link {
  color: #685f62;
}

.alert-c-pink-100 {
  color: #81616c;
  background-color: #fef1f6;
  border-color: #fdecf2;
}
.alert-c-pink-100 hr {
  border-top-color: #fbd5e2;
}
.alert-c-pink-100 .alert-link {
  color: #644b54;
}

.alert-c-pink-200 {
  color: #7f4a5c;
  background-color: #fde9ef;
  border-color: #fce0e9;
}
.alert-c-pink-200 hr {
  border-top-color: #fac9d9;
}
.alert-c-pink-200 .alert-link {
  color: #5f3745;
}

.alert-c-pink-300 {
  color: #7d334c;
  background-color: #fce0e9;
  border-color: #fbd3e0;
}
.alert-c-pink-300 hr {
  border-top-color: #f9bcd0;
}
.alert-c-pink-300 .alert-link {
  color: #592436;
}

.alert-c-pink-400 {
  color: #7b213f;
  background-color: #fbd9e4;
  border-color: #facada;
}
.alert-c-pink-400 hr {
  border-top-color: #f8b3ca;
}
.alert-c-pink-400 .alert-link {
  color: #53162a;
}

.alert-c-pink-500 {
  color: #791033;
  background-color: #fbd2e0;
  border-color: #f9c0d3;
}
.alert-c-pink-500 hr {
  border-top-color: #f7a9c3;
}
.alert-c-pink-500 .alert-link {
  color: #4c0a20;
}

.alert-c-pink-600 {
  color: #700e32;
  background-color: #f7d1df;
  border-color: #f4bfd2;
}
.alert-c-pink-600 hr {
  border-top-color: #f0a9c3;
}
.alert-c-pink-600 .alert-link {
  color: #43081e;
}

.alert-c-pink-700 {
  color: #650c2f;
  background-color: #f3d1de;
  border-color: #eebed1;
}
.alert-c-pink-700 hr {
  border-top-color: #e9aac3;
}
.alert-c-pink-700 .alert-link {
  color: #37071a;
}

.alert-c-pink-800 {
  color: #5a0a2d;
  background-color: #efd0dd;
  border-color: #e8bdd0;
}
.alert-c-pink-800 hr {
  border-top-color: #e1aac3;
}
.alert-c-pink-800 .alert-link {
  color: #2c0516;
}

.alert-c-pink-900 {
  color: #470729;
  background-color: #e7cfdc;
  border-color: #debcce;
}
.alert-c-pink-900 hr {
  border-top-color: #d6abc2;
}
.alert-c-pink-900 .alert-link {
  color: #19020e;
}

.alert-c-pink-a100 {
  color: #854359;
  background-color: #ffe6ee;
  border-color: #ffdbe7;
}
.alert-c-pink-a100 hr {
  border-top-color: #ffc2d6;
}
.alert-c-pink-a100 .alert-link {
  color: #633242;
}

.alert-c-pink-a200 {
  color: #852143;
  background-color: #ffd9e6;
  border-color: #ffcadc;
}
.alert-c-pink-a200 hr {
  border-top-color: #ffb1cb;
}
.alert-c-pink-a200 .alert-link {
  color: #5c172e;
}

.alert-c-pink-a400 {
  color: #7f002d;
  background-color: #fdccdd;
  border-color: #fcb8d0;
}
.alert-c-pink-a400 hr {
  border-top-color: #fba0c0;
}
.alert-c-pink-a400 .alert-link {
  color: #4c001b;
}

.alert-c-pink-a700 {
  color: #660933;
  background-color: #f3cfe0;
  border-color: #efbcd3;
}
.alert-c-pink-a700 hr {
  border-top-color: #eaa7c5;
}
.alert-c-pink-a700 .alert-link {
  color: #37051c;
}

.alert-c-purple-50 {
  color: #7e777f;
  background-color: #fdfafd;
  border-color: #fcf8fc;
}
.alert-c-purple-50 hr {
  border-top-color: #f4e6f4;
}
.alert-c-purple-50 .alert-link {
  color: #645e65;
}

.alert-c-purple-100 {
  color: #756378;
  background-color: #f9f2fa;
  border-color: #f7edf8;
}
.alert-c-purple-100 hr {
  border-top-color: #efdbf1;
}
.alert-c-purple-100 .alert-link {
  color: #5a4c5c;
}

.alert-c-purple-200 {
  color: #6b4c70;
  background-color: #f5e9f7;
  border-color: #f1e1f4;
}
.alert-c-purple-200 hr {
  border-top-color: #e8ceed;
}
.alert-c-purple-200 .alert-link {
  color: #4e3752;
}

.alert-c-purple-300 {
  color: #613668;
  background-color: #f1e1f4;
  border-color: #ecd5f0;
}
.alert-c-purple-300 hr {
  border-top-color: #e4c2e9;
}
.alert-c-purple-300 .alert-link {
  color: #422546;
}

.alert-c-purple-400 {
  color: #592562;
  background-color: #eedaf2;
  border-color: #e7cbec;
}
.alert-c-purple-400 hr {
  border-top-color: #deb8e5;
}
.alert-c-purple-400 .alert-link {
  color: #37173d;
}

.alert-c-purple-500 {
  color: #51145c;
  background-color: #ebd4ef;
  border-color: #e3c3e9;
}
.alert-c-purple-500 hr {
  border-top-color: #dab0e2;
}
.alert-c-purple-500 .alert-link {
  color: #2c0b32;
}

.alert-c-purple-600 {
  color: #4a1358;
  background-color: #e8d3ee;
  border-color: #dfc2e7;
}
.alert-c-purple-600 hr {
  border-top-color: #d5b0e0;
}
.alert-c-purple-600 .alert-link {
  color: #270a2e;
}

.alert-c-purple-700 {
  color: #401054;
  background-color: #e5d2ec;
  border-color: #dac0e5;
}
.alert-c-purple-700 hr {
  border-top-color: #cfaede;
}
.alert-c-purple-700 .alert-link {
  color: #1f0829;
}

.alert-c-purple-800 {
  color: #370e50;
  background-color: #e1d1eb;
  border-color: #d5bfe3;
}
.alert-c-purple-800 hr {
  border-top-color: #c9addb;
}
.alert-c-purple-800 .alert-link {
  color: #190625;
}

.alert-c-purple-900 {
  color: #260a49;
  background-color: #dbd0e8;
  border-color: #ccbddf;
}
.alert-c-purple-900 hr {
  border-top-color: #bfacd7;
}
.alert-c-purple-900 .alert-link {
  color: #0f041c;
}

.alert-c-purple-a100 {
  color: #7a4383;
  background-color: #fbe6fe;
  border-color: #f9dbfe;
}
.alert-c-purple-a100 hr {
  border-top-color: #f5c2fd;
}
.alert-c-purple-a100 .alert-link {
  color: #5b3261;
}

.alert-c-purple-a200 {
  color: #742183;
  background-color: #f9d9fe;
  border-color: #f6cafe;
}
.alert-c-purple-a200 hr {
  border-top-color: #f2b1fe;
}
.alert-c-purple-a200 .alert-link {
  color: #50175a;
}

.alert-c-purple-a400 {
  color: #6f0081;
  background-color: #f7ccfe;
  border-color: #f3b8fd;
}
.alert-c-purple-a400 hr {
  border-top-color: #ef9ffc;
}
.alert-c-purple-a400 .alert-link {
  color: #43004e;
}

.alert-c-purple-a700 {
  color: #580085;
  background-color: #eeccff;
  border-color: #e7b8ff;
}
.alert-c-purple-a700 hr {
  border-top-color: #de9fff;
}
.alert-c-purple-a700 .alert-link {
  color: #360052;
}

.alert-c-deep-purple-50 {
  color: #7b7880;
  background-color: #fbfafd;
  border-color: #faf8fc;
}
.alert-c-deep-purple-50 hr {
  border-top-color: #ede6f4;
}
.alert-c-deep-purple-50 .alert-link {
  color: #625f66;
}

.alert-c-deep-purple-100 {
  color: #6d6679;
  background-color: #f6f3fb;
  border-color: #f2eef9;
}
.alert-c-deep-purple-100 hr {
  border-top-color: #e4dbf2;
}
.alert-c-deep-purple-100 .alert-link {
  color: #544f5d;
}

.alert-c-deep-purple-200 {
  color: #5d5272;
  background-color: #f0ebf8;
  border-color: #eae4f5;
}
.alert-c-deep-purple-200 hr {
  border-top-color: #dcd1ee;
}
.alert-c-deep-purple-200 .alert-link {
  color: #453d54;
}

.alert-c-deep-purple-300 {
  color: #4d3d6b;
  background-color: #eae3f5;
  border-color: #e1d8f1;
}
.alert-c-deep-purple-300 hr {
  border-top-color: #d3c5ea;
}
.alert-c-deep-purple-300 .alert-link {
  color: #362a4b;
}

.alert-c-deep-purple-400 {
  color: #422d65;
  background-color: #e5ddf3;
  border-color: #dbd0ee;
}
.alert-c-deep-purple-400 hr {
  border-top-color: #cdbde7;
}
.alert-c-deep-purple-400 .alert-link {
  color: #2b1d42;
}

.alert-c-deep-purple-500 {
  color: #361e5f;
  background-color: #e1d8f1;
  border-color: #d4c8eb;
}
.alert-c-deep-purple-500 hr {
  border-top-color: #c5b5e4;
}
.alert-c-deep-purple-500 .alert-link {
  color: #201238;
}

.alert-c-deep-purple-600 {
  color: #311c5c;
  background-color: #dfd7ef;
  border-color: #d2c6e9;
}
.alert-c-deep-purple-600 hr {
  border-top-color: #c3b4e2;
}
.alert-c-deep-purple-600 .alert-link {
  color: #1c1035;
}

.alert-c-deep-purple-700 {
  color: #2a1757;
  background-color: #dcd5ee;
  border-color: #cec4e7;
}
.alert-c-deep-purple-700 hr {
  border-top-color: #bfb2e0;
}
.alert-c-deep-purple-700 .alert-link {
  color: #170c2f;
}

.alert-c-deep-purple-800 {
  color: #241453;
  background-color: #dad4ec;
  border-color: #cbc3e4;
}
.alert-c-deep-purple-800 hr {
  border-top-color: #bcb1dc;
}
.alert-c-deep-purple-800 .alert-link {
  color: #120a2a;
}

.alert-c-deep-purple-900 {
  color: #190e4c;
  background-color: #d6d1e9;
  border-color: #c5bfe0;
}
.alert-c-deep-purple-900 hr {
  border-top-color: #b5aed8;
}
.alert-c-deep-purple-900 .alert-link {
  color: #0b0621;
}

.alert-c-deep-purple-a100 {
  color: #5d4785;
  background-color: #f0e7ff;
  border-color: #eadeff;
}
.alert-c-deep-purple-a100 hr {
  border-top-color: #dac5ff;
}
.alert-c-deep-purple-a100 .alert-link {
  color: #463564;
}

.alert-c-deep-purple-a200 {
  color: #402885;
  background-color: #e5dbff;
  border-color: #dacdff;
}
.alert-c-deep-purple-a200 hr {
  border-top-color: #c7b4ff;
}
.alert-c-deep-purple-a200 .alert-link {
  color: #2d1c5e;
}

.alert-c-deep-purple-a400 {
  color: #351085;
  background-color: #e0d2ff;
  border-color: #d4c0ff;
}
.alert-c-deep-purple-a400 hr {
  border-top-color: #c3a7ff;
}
.alert-c-deep-purple-a400 .alert-link {
  color: #230b57;
}

.alert-c-deep-purple-a700 {
  color: #33007a;
  background-color: #e0ccfb;
  border-color: #d3b8f9;
}
.alert-c-deep-purple-a700 hr {
  border-top-color: #c4a0f7;
}
.alert-c-deep-purple-a700 .alert-link {
  color: #1e0047;
}

.alert-c-indigo-50 {
  color: #797a80;
  background-color: #fafbfd;
  border-color: #f9f9fc;
}
.alert-c-indigo-50 hr {
  border-top-color: #e8e8f4;
}
.alert-c-indigo-50 .alert-link {
  color: #606166;
}

.alert-c-indigo-100 {
  color: #666979;
  background-color: #f3f4fb;
  border-color: #eff0f9;
}
.alert-c-indigo-100 hr {
  border-top-color: #dcdff2;
}
.alert-c-indigo-100 .alert-link {
  color: #4f515d;
}

.alert-c-indigo-200 {
  color: #535771;
  background-color: #eceef8;
  border-color: #e4e7f5;
}
.alert-c-indigo-200 hr {
  border-top-color: #d1d6ee;
}
.alert-c-indigo-200 .alert-link {
  color: #3d4054;
}

.alert-c-indigo-300 {
  color: #3f466a;
  background-color: #e4e7f5;
  border-color: #d9ddf0;
}
.alert-c-indigo-300 hr {
  border-top-color: #c7cde9;
}
.alert-c-indigo-300 .alert-link {
  color: #2c314a;
}

.alert-c-indigo-400 {
  color: #303864;
  background-color: #dee1f2;
  border-color: #d1d6ed;
}
.alert-c-indigo-400 hr {
  border-top-color: #bfc6e6;
}
.alert-c-indigo-400 .alert-link {
  color: #1f2542;
}

.alert-c-indigo-500 {
  color: #212a5e;
  background-color: #d9dcf0;
  border-color: #c9ceea;
}
.alert-c-indigo-500 hr {
  border-top-color: #b7bde3;
}
.alert-c-indigo-500 .alert-link {
  color: #141938;
}

.alert-c-indigo-600 {
  color: #1e2659;
  background-color: #d7dbee;
  border-color: #c8cce7;
}
.alert-c-indigo-600 hr {
  border-top-color: #b6bcdf;
}
.alert-c-indigo-600 .alert-link {
  color: #111633;
}

.alert-c-indigo-700 {
  color: #192153;
  background-color: #d6d9ec;
  border-color: #c5c9e4;
}
.alert-c-indigo-700 hr {
  border-top-color: #b4b9dc;
}
.alert-c-indigo-700 .alert-link {
  color: #0d112c;
}

.alert-c-indigo-800 {
  color: #151c4c;
  background-color: #d4d7e9;
  border-color: #c3c6e1;
}
.alert-c-indigo-800 hr {
  border-top-color: #b2b6d9;
}
.alert-c-indigo-800 .alert-link {
  color: #0a0d24;
}

.alert-c-indigo-900 {
  color: #0e1242;
  background-color: #d1d3e5;
  border-color: #bfc1db;
}
.alert-c-indigo-900 hr {
  border-top-color: #afb1d2;
}
.alert-c-indigo-900 .alert-link {
  color: #050718;
}

.alert-c-indigo-a100 {
  color: #495285;
  background-color: #e8ecff;
  border-color: #dfe4ff;
}
.alert-c-indigo-a100 hr {
  border-top-color: #c6ceff;
}
.alert-c-indigo-a100 .alert-link {
  color: #373e64;
}

.alert-c-indigo-a200 {
  color: #2b3984;
  background-color: #dde2ff;
  border-color: #cfd6ff;
}
.alert-c-indigo-a200 hr {
  border-top-color: #b6c0ff;
}
.alert-c-indigo-a200 .alert-link {
  color: #1e285e;
}

.alert-c-indigo-a400 {
  color: #202f84;
  background-color: #d8deff;
  border-color: #c9d1ff;
}
.alert-c-indigo-a400 hr {
  border-top-color: #b0bbff;
}
.alert-c-indigo-a400 .alert-link {
  color: #16205b;
}

.alert-c-indigo-a700 {
  color: #192984;
  background-color: #d6dcff;
  border-color: #c5ceff;
}
.alert-c-indigo-a700 hr {
  border-top-color: #acb8ff;
}
.alert-c-indigo-a700 .alert-link {
  color: #111c59;
}

.alert-c-blue-50 {
  color: #767e84;
  background-color: #f9fcff;
  border-color: #f7fbfe;
}
.alert-c-blue-50 hr {
  border-top-color: #e0f0fb;
}
.alert-c-blue-50 .alert-link {
  color: #5e6469;
}

.alert-c-blue-100 {
  color: #617383;
  background-color: #f1f8fe;
  border-color: #ecf6fe;
}
.alert-c-blue-100 hr {
  border-top-color: #d4ebfd;
}
.alert-c-blue-100 .alert-link {
  color: #4b5966;
}

.alert-c-blue-200 {
  color: #4b6981;
  background-color: #e9f4fe;
  border-color: #e0f0fd;
}
.alert-c-blue-200 hr {
  border-top-color: #c8e4fb;
}
.alert-c-blue-200 .alert-link {
  color: #384f61;
}

.alert-c-blue-300 {
  color: #345e80;
  background-color: #e0f0fd;
  border-color: #d4eafc;
}
.alert-c-blue-300 hr {
  border-top-color: #bcdefa;
}
.alert-c-blue-300 .alert-link {
  color: #25435c;
}

.alert-c-blue-400 {
  color: #22567f;
  background-color: #d9edfd;
  border-color: #cae6fc;
}
.alert-c-blue-400 hr {
  border-top-color: #b2dbfb;
}
.alert-c-blue-400 .alert-link {
  color: #173b57;
}

.alert-c-blue-500 {
  color: #114e7e;
  background-color: #d3eafd;
  border-color: #c1e2fc;
}
.alert-c-blue-500 hr {
  border-top-color: #a9d7fb;
}
.alert-c-blue-500 .alert-link {
  color: #0b3251;
}

.alert-c-blue-600 {
  color: #104777;
  background-color: #d2e7fa;
  border-color: #c0def8;
}
.alert-c-blue-600 hr {
  border-top-color: #a9d2f5;
}
.alert-c-blue-600 .alert-link {
  color: #0a2c4a;
}

.alert-c-blue-700 {
  color: #0d3d6d;
  background-color: #d1e4f6;
  border-color: #bfd9f2;
}
.alert-c-blue-700 hr {
  border-top-color: #aaccee;
}
.alert-c-blue-700 .alert-link {
  color: #08243f;
}

.alert-c-blue-800 {
  color: #0b3564;
  background-color: #d0e0f2;
  border-color: #bdd4ed;
}
.alert-c-blue-800 hr {
  border-top-color: #a9c7e8;
}
.alert-c-blue-800 .alert-link {
  color: #061d36;
}

.alert-c-blue-900 {
  color: #072554;
  background-color: #cfdaec;
  border-color: #bbcbe5;
}
.alert-c-blue-900 hr {
  border-top-color: #a9bdde;
}
.alert-c-blue-900 .alert-link {
  color: #031025;
}

.alert-c-blue-a100 {
  color: #445c85;
  background-color: #e6efff;
  border-color: #dce9ff;
}
.alert-c-blue-a100 hr {
  border-top-color: #c3d9ff;
}
.alert-c-blue-a100 .alert-link {
  color: #334563;
}

.alert-c-blue-a200 {
  color: #234885;
  background-color: #dae8ff;
  border-color: #cbdeff;
}
.alert-c-blue-a200 hr {
  border-top-color: #b2ceff;
}
.alert-c-blue-a200 .alert-link {
  color: #18325d;
}

.alert-c-blue-a400 {
  color: #153f85;
  background-color: #d4e4ff;
  border-color: #c3d9ff;
}
.alert-c-blue-a400 hr {
  border-top-color: #aac9ff;
}
.alert-c-blue-a400 .alert-link {
  color: #0e2a59;
}

.alert-c-blue-a700 {
  color: #153385;
  background-color: #d4e0ff;
  border-color: #c3d3ff;
}
.alert-c-blue-a700 hr {
  border-top-color: #aac0ff;
}
.alert-c-blue-a700 .alert-link {
  color: #0e2259;
}

.alert-c-light-blue-50 {
  color: #757f84;
  background-color: #f9fdff;
  border-color: #f7fcff;
}
.alert-c-light-blue-50 hr {
  border-top-color: #def2ff;
}
.alert-c-light-blue-50 .alert-link {
  color: #5d6569;
}

.alert-c-light-blue-100 {
  color: #5d7783;
  background-color: #f0fafe;
  border-color: #eaf8fe;
}
.alert-c-light-blue-100 hr {
  border-top-color: #d2f0fd;
}
.alert-c-light-blue-100 .alert-link {
  color: #485c65;
}

.alert-c-light-blue-200 {
  color: #436e82;
  background-color: #e6f6fe;
  border-color: #dcf3fe;
}
.alert-c-light-blue-200 hr {
  border-top-color: #c3ebfd;
}
.alert-c-light-blue-200 .alert-link {
  color: #325260;
}

.alert-c-light-blue-300 {
  color: #296580;
  background-color: #dcf3fd;
  border-color: #ceeefd;
}
.alert-c-light-blue-300 hr {
  border-top-color: #b6e6fc;
}
.alert-c-light-blue-300 .alert-link {
  color: #1d4759;
}

.alert-c-light-blue-400 {
  color: #155f80;
  background-color: #d4f0fd;
  border-color: #c3ebfc;
}
.alert-c-light-blue-400 hr {
  border-top-color: #abe3fb;
}
.alert-c-light-blue-400 .alert-link {
  color: #0e3e54;
}

.alert-c-light-blue-500 {
  color: #02587f;
  background-color: #cdeefd;
  border-color: #b8e7fc;
}
.alert-c-light-blue-500 hr {
  border-top-color: #a0dffb;
}
.alert-c-light-blue-500 .alert-link {
  color: #01354d;
}

.alert-c-light-blue-600 {
  color: #025177;
  background-color: #cdebfa;
  border-color: #b8e3f8;
}
.alert-c-light-blue-600 hr {
  border-top-color: #a1daf6;
}
.alert-c-light-blue-600 .alert-link {
  color: #012f45;
}

.alert-c-light-blue-700 {
  color: #01476d;
  background-color: #cce7f6;
  border-color: #b8def2;
}
.alert-c-light-blue-700 hr {
  border-top-color: #a2d4ee;
}
.alert-c-light-blue-700 .alert-link {
  color: #01263a;
}

.alert-c-light-blue-800 {
  color: #013e62;
  background-color: #cce4f2;
  border-color: #b8d9ed;
}
.alert-c-light-blue-800 hr {
  border-top-color: #a4cee8;
}
.alert-c-light-blue-800 .alert-link {
  color: #001e30;
}

.alert-c-light-blue-900 {
  color: #012d51;
  background-color: #ccddeb;
  border-color: #b8d0e3;
}
.alert-c-light-blue-900 hr {
  border-top-color: #a6c4dc;
}
.alert-c-light-blue-900 .alert-link {
  color: #00111f;
}

.alert-c-light-blue-a100 {
  color: #437085;
  background-color: #e6f7ff;
  border-color: #dbf4ff;
}
.alert-c-light-blue-a100 hr {
  border-top-color: #c2ecff;
}
.alert-c-light-blue-a100 .alert-link {
  color: #325363;
}

.alert-c-light-blue-a200 {
  color: #216685;
  background-color: #d9f3ff;
  border-color: #caeeff;
}
.alert-c-light-blue-a200 hr {
  border-top-color: #b1e6ff;
}
.alert-c-light-blue-a200 .alert-link {
  color: #17475c;
}

.alert-c-light-blue-a400 {
  color: #005c85;
  background-color: #ccefff;
  border-color: #b8e9ff;
}
.alert-c-light-blue-a400 hr {
  border-top-color: #9fe1ff;
}
.alert-c-light-blue-a400 .alert-link {
  color: #003952;
}

.alert-c-light-blue-a700 {
  color: #004b7a;
  background-color: #cce9fb;
  border-color: #b8e0f9;
}
.alert-c-light-blue-a700 hr {
  border-top-color: #a0d6f7;
}
.alert-c-light-blue-a700 .alert-link {
  color: #002c47;
}

.alert-c-cyan-50 {
  color: #748082;
  background-color: #f9fdfe;
  border-color: #f6fdfe;
}
.alert-c-cyan-50 hr {
  border-top-color: #dff8fb;
}
.alert-c-cyan-50 .alert-link {
  color: #5c6567;
}

.alert-c-cyan-100 {
  color: #5d7a7e;
  background-color: #f0fbfc;
  border-color: #e9f9fb;
}
.alert-c-cyan-100 hr {
  border-top-color: #d3f3f7;
}
.alert-c-cyan-100 .alert-link {
  color: #475e61;
}

.alert-c-cyan-200 {
  color: #43737a;
  background-color: #e6f8fb;
  border-color: #dbf6f9;
}
.alert-c-cyan-200 hr {
  border-top-color: #c5f1f5;
}
.alert-c-cyan-200 .alert-link {
  color: #315459;
}

.alert-c-cyan-300 {
  color: #286c75;
  background-color: #dbf6f9;
  border-color: #cdf2f7;
}
.alert-c-cyan-300 hr {
  border-top-color: #b7ecf3;
}
.alert-c-cyan-300 .alert-link {
  color: #1b494f;
}

.alert-c-cyan-400 {
  color: #146771;
  background-color: #d4f4f8;
  border-color: #c2eff5;
}
.alert-c-cyan-400 hr {
  border-top-color: #ace9f1;
}
.alert-c-cyan-400 .alert-link {
  color: #0c4046;
}

.alert-c-cyan-500 {
  color: #00626e;
  background-color: #ccf2f6;
  border-color: #b8ecf3;
}
.alert-c-cyan-500 hr {
  border-top-color: #a2e6ef;
}
.alert-c-cyan-500 .alert-link {
  color: #00353b;
}

.alert-c-cyan-600 {
  color: #005964;
  background-color: #cceef3;
  border-color: #b8e8ee;
}
.alert-c-cyan-600 hr {
  border-top-color: #a3e1e9;
}
.alert-c-cyan-600 .alert-link {
  color: #002c31;
}

.alert-c-cyan-700 {
  color: #004f57;
  background-color: #cceaed;
  border-color: #b8e2e6;
}
.alert-c-cyan-700 hr {
  border-top-color: #a5dadf;
}
.alert-c-cyan-700 .alert-link {
  color: #002124;
}

.alert-c-cyan-800 {
  color: #00444a;
  background-color: #cce6e9;
  border-color: #b8dce0;
}
.alert-c-cyan-800 hr {
  border-top-color: #a6d3d8;
}
.alert-c-cyan-800 .alert-link {
  color: #001517;
}

.alert-c-cyan-900 {
  color: #003234;
  background-color: #ccdfe0;
  border-color: #b8d2d4;
}
.alert-c-cyan-900 hr {
  border-top-color: #a8c8ca;
}
.alert-c-cyan-900 .alert-link {
  color: #000101;
}

.alert-c-cyan-a100 {
  color: #458585;
  background-color: #e6ffff;
  border-color: #ddffff;
}
.alert-c-cyan-a100 hr {
  border-top-color: #c4ffff;
}
.alert-c-cyan-a100 .alert-link {
  color: #346363;
}

.alert-c-cyan-a200 {
  color: #0c8585;
  background-color: #d1ffff;
  border-color: #beffff;
}
.alert-c-cyan-a200 hr {
  border-top-color: #a5ffff;
}
.alert-c-cyan-a200 .alert-link {
  color: #085656;
}

.alert-c-cyan-a400 {
  color: #007785;
  background-color: #ccfaff;
  border-color: #b8f8ff;
}
.alert-c-cyan-a400 hr {
  border-top-color: #9ff5ff;
}
.alert-c-cyan-a400 .alert-link {
  color: #004952;
}

.alert-c-cyan-a700 {
  color: #00606e;
  background-color: #ccf1f6;
  border-color: #b8ebf3;
}
.alert-c-cyan-a700 hr {
  border-top-color: #a2e5ef;
}
.alert-c-cyan-a700 .alert-link {
  color: #00333b;
}

.alert-c-teal-50 {
  color: #747e7d;
  background-color: #f9fcfc;
  border-color: #f6fbfb;
}
.alert-c-teal-50 hr {
  border-top-color: #e4f3f3;
}
.alert-c-teal-50 .alert-link {
  color: #5c6363;
}

.alert-c-teal-100 {
  color: #5d7472;
  background-color: #f0f9f8;
  border-color: #e9f6f5;
}
.alert-c-teal-100 hr {
  border-top-color: #d7efed;
}
.alert-c-teal-100 .alert-link {
  color: #465856;
}

.alert-c-teal-200 {
  color: #436a66;
  background-color: #e6f5f3;
  border-color: #dbf0ee;
}
.alert-c-teal-200 hr {
  border-top-color: #c9e9e6;
}
.alert-c-teal-200 .alert-link {
  color: #2f4b48;
}

.alert-c-teal-300 {
  color: #285f59;
  background-color: #dbf0ee;
  border-color: #cdebe8;
}
.alert-c-teal-300 hr {
  border-top-color: #bbe4e0;
}
.alert-c-teal-300 .alert-link {
  color: #193b37;
}

.alert-c-teal-400 {
  color: #145650;
  background-color: #d4edeb;
  border-color: #c2e6e3;
}
.alert-c-teal-400 hr {
  border-top-color: #b0dfdb;
}
.alert-c-teal-400 .alert-link {
  color: #0a2d2a;
}

.alert-c-teal-500 {
  color: #145650;
  background-color: #d4edeb;
  border-color: #c2e6e3;
}
.alert-c-teal-500 hr {
  border-top-color: #b0dfdb;
}
.alert-c-teal-500 .alert-link {
  color: #0a2d2a;
}

.alert-c-teal-600 {
  color: #004740;
  background-color: #cce7e5;
  border-color: #b8deda;
}
.alert-c-teal-600 hr {
  border-top-color: #a7d6d1;
}
.alert-c-teal-600 .alert-link {
  color: #001412;
}

.alert-c-teal-700 {
  color: #003f38;
  background-color: #cce4e1;
  border-color: #b8d9d6;
}
.alert-c-teal-700 hr {
  border-top-color: #a7d0cc;
}
.alert-c-teal-700 .alert-link {
  color: #000c0b;
}

.alert-c-teal-800 {
  color: #003730;
  background-color: #cce1de;
  border-color: #b8d5d1;
}
.alert-c-teal-800 hr {
  border-top-color: #a8ccc7;
}
.alert-c-teal-800 .alert-link {
  color: #000403;
}

.alert-c-teal-900 {
  color: #002821;
  background-color: #ccdbd9;
  border-color: #b8cdca;
}
.alert-c-teal-900 hr {
  border-top-color: #a9c2bf;
}
.alert-c-teal-900 .alert-link {
  color: black;
}

.alert-c-teal-a100 {
  color: #57857a;
  background-color: #edfffb;
  border-color: #e6fff9;
}
.alert-c-teal-a100 hr {
  border-top-color: #cdfff3;
}
.alert-c-teal-a100 .alert-link {
  color: #43665e;
}

.alert-c-teal-a200 {
  color: #348571;
  background-color: #e0fff8;
  border-color: #d4fff5;
}
.alert-c-teal-a200 hr {
  border-top-color: #bbffef;
}
.alert-c-teal-a200 .alert-link {
  color: #266052;
}

.alert-c-teal-a400 {
  color: #0f795f;
  background-color: #d2fbf0;
  border-color: #c0f9eb;
}
.alert-c-teal-a400 hr {
  border-top-color: #a9f7e4;
}
.alert-c-teal-a400 .alert-link {
  color: #094c3b;
}

.alert-c-teal-a700 {
  color: #006356;
  background-color: #ccf2ed;
  border-color: #b8ede6;
}
.alert-c-teal-a700 hr {
  border-top-color: #a4e8df;
}
.alert-c-teal-a700 .alert-link {
  color: #00302a;
}

.alert-c-green-50 {
  color: #797f79;
  background-color: #fafdfb;
  border-color: #f9fcf9;
}
.alert-c-green-50 hr {
  border-top-color: #e8f4e8;
}
.alert-c-green-50 .alert-link {
  color: #606560;
}

.alert-c-green-100 {
  color: #687869;
  background-color: #f4faf4;
  border-color: #f0f8f0;
}
.alert-c-green-100 hr {
  border-top-color: #dff0df;
}
.alert-c-green-100 .alert-link {
  color: #505d51;
}

.alert-c-green-200 {
  color: #566f57;
  background-color: #edf7ed;
  border-color: #e6f4e6;
}
.alert-c-green-200 hr {
  border-top-color: #d4ecd4;
}
.alert-c-green-200 .alert-link {
  color: #405240;
}

.alert-c-green-300 {
  color: #436745;
  background-color: #e6f4e6;
  border-color: #dcefdd;
}
.alert-c-green-300 hr {
  border-top-color: #cbe7cc;
}
.alert-c-green-300 .alert-link {
  color: #2f4830;
}

.alert-c-green-400 {
  color: #356137;
  background-color: #e0f1e1;
  border-color: #d4ecd5;
}
.alert-c-green-400 hr {
  border-top-color: #c2e4c4;
}
.alert-c-green-400 .alert-link {
  color: #234024;
}

.alert-c-green-500 {
  color: #285b2a;
  background-color: #dbefdc;
  border-color: #cde9ce;
}
.alert-c-green-500 hr {
  border-top-color: #bbe1bd;
}
.alert-c-green-500 .alert-link {
  color: #18381a;
}

.alert-c-green-600 {
  color: #235325;
  background-color: #d9ecda;
  border-color: #cae4cb;
}
.alert-c-green-600 hr {
  border-top-color: #b9dbba;
}
.alert-c-green-600 .alert-link {
  color: #142f15;
}

.alert-c-green-700 {
  color: #1d4a1f;
  background-color: #d7e8d8;
  border-color: #c7dfc8;
}
.alert-c-green-700 hr {
  border-top-color: #b7d6b8;
}
.alert-c-green-700 .alert-link {
  color: #0f2510;
}

.alert-c-green-800 {
  color: #18411a;
  background-color: #d5e5d6;
  border-color: #c4dbc6;
}
.alert-c-green-800 hr {
  border-top-color: #b4d1b7;
}
.alert-c-green-800 .alert-link {
  color: #0a1c0b;
}

.alert-c-green-900 {
  color: #0e3111;
  background-color: #d1dfd2;
  border-color: #bfd2c1;
}
.alert-c-green-900 hr {
  border-top-color: #b0c7b2;
}
.alert-c-green-900 .alert-link {
  color: #030903;
}

.alert-c-green-a100 {
  color: #608069;
  background-color: #f1fdf4;
  border-color: #ebfcf0;
}
.alert-c-green-a100 hr {
  border-top-color: #d5f9df;
}
.alert-c-green-a100 .alert-link {
  color: #4a6351;
}

.alert-c-green-a200 {
  color: #377d5a;
  background-color: #e1fcef;
  border-color: #d5fbe8;
}
.alert-c-green-a200 hr {
  border-top-color: #bef9db;
}
.alert-c-green-a200 .alert-link {
  color: #275a41;
}

.alert-c-green-a400 {
  color: #00783d;
  background-color: #ccfae4;
  border-color: #b8f8d9;
}
.alert-c-green-a400 hr {
  border-top-color: #a1f6cd;
}
.alert-c-green-a400 .alert-link {
  color: #004523;
}

.alert-c-green-a700 {
  color: #00682b;
  background-color: #ccf4dd;
  border-color: #b8f0cf;
}
.alert-c-green-a700 hr {
  border-top-color: #a3ecc1;
}
.alert-c-green-a700 .alert-link {
  color: #003516;
}

.alert-c-light-green-50 {
  color: #7d8179;
  background-color: #fcfefb;
  border-color: #fbfdf9;
}
.alert-c-light-green-50 hr {
  border-top-color: #eef7e6;
}
.alert-c-light-green-50 .alert-link {
  color: #646760;
}

.alert-c-light-green-100 {
  color: #727b68;
  background-color: #f8fbf4;
  border-color: #f5faf0;
}
.alert-c-light-green-100 hr {
  border-top-color: #e8f4dd;
}
.alert-c-light-green-100 .alert-link {
  color: #585f51;
}

.alert-c-light-green-200 {
  color: #667556;
  background-color: #f3f9ed;
  border-color: #eff7e6;
}
.alert-c-light-green-200 hr {
  border-top-color: #e3f1d3;
}
.alert-c-light-green-200 .alert-link {
  color: #4c5840;
}

.alert-c-light-green-300 {
  color: #5a6f43;
  background-color: #eff7e6;
  border-color: #e8f3dc;
}
.alert-c-light-green-300 hr {
  border-top-color: #dcecc9;
}
.alert-c-light-green-300 .alert-link {
  color: #404f30;
}

.alert-c-light-green-400 {
  color: #516a35;
  background-color: #ebf5e0;
  border-color: #e3f1d4;
}
.alert-c-light-green-400 hr {
  border-top-color: #d6ebc1;
}
.alert-c-light-green-400 .alert-link {
  color: #374824;
}

.alert-c-light-green-500 {
  color: #486526;
  background-color: #e8f3db;
  border-color: #dfeecc;
}
.alert-c-light-green-500 hr {
  border-top-color: #d3e8b9;
}
.alert-c-light-green-500 .alert-link {
  color: #2e4018;
}

.alert-c-light-green-600 {
  color: #405d22;
  background-color: #e5f0d9;
  border-color: #daeaca;
}
.alert-c-light-green-600 hr {
  border-top-color: #cde3b8;
}
.alert-c-light-green-600 .alert-link {
  color: #263814;
}

.alert-c-light-green-700 {
  color: #36531d;
  background-color: #e1ecd7;
  border-color: #d5e4c7;
}
.alert-c-light-green-700 hr {
  border-top-color: #c8dcb6;
}
.alert-c-light-green-700 .alert-link {
  color: #1d2d10;
}

.alert-c-light-green-800 {
  color: #2c4818;
  background-color: #dde8d5;
  border-color: #cfdfc5;
}
.alert-c-light-green-800 hr {
  border-top-color: #c1d6b5;
}
.alert-c-light-green-800 .alert-link {
  color: #15220b;
}

.alert-c-light-green-900 {
  color: #1b3710;
  background-color: #d6e1d2;
  border-color: #c6d5c0;
}
.alert-c-light-green-900 hr {
  border-top-color: #b8cbb1;
}
.alert-c-light-green-900 .alert-link {
  color: #080f05;
}

.alert-c-light-green-a100 {
  color: #6a854b;
  background-color: #f5ffe9;
  border-color: #f1ffe0;
}
.alert-c-light-green-a100 hr {
  border-top-color: #e5ffc7;
}
.alert-c-light-green-a100 .alert-link {
  color: #506439;
}

.alert-c-lime-50 {
  color: #818378;
  background-color: #fefefa;
  border-color: #fdfef8;
}
.alert-c-lime-50 hr {
  border-top-color: #f7fbe2;
}
.alert-c-lime-50 .alert-link {
  color: #676860;
}

.alert-c-lime-100 {
  color: #7d7f65;
  background-color: #fcfdf3;
  border-color: #fbfcee;
}
.alert-c-lime-100 hr {
  border-top-color: #f6f8d8;
}
.alert-c-lime-100 .alert-link {
  color: #61634e;
}

.alert-c-lime-200 {
  color: #787c51;
  background-color: #fafceb;
  border-color: #f8fae3;
}
.alert-c-lime-200 hr {
  border-top-color: #f3f6cd;
}
.alert-c-lime-200 .alert-link {
  color: #5a5d3d;
}

.alert-c-lime-300 {
  color: #72783d;
  background-color: #f8fae3;
  border-color: #f5f8d8;
}
.alert-c-lime-300 hr {
  border-top-color: #eff4c2;
}
.alert-c-lime-300 .alert-link {
  color: #52562c;
}

.alert-c-lime-400 {
  color: #6e752d;
  background-color: #f6f9dd;
  border-color: #f3f7d0;
}
.alert-c-lime-400 hr {
  border-top-color: #edf3ba;
}
.alert-c-lime-400 .alert-link {
  color: #4b501f;
}

.alert-c-lime-500 {
  color: #6b721e;
  background-color: #f5f8d7;
  border-color: #f1f5c8;
}
.alert-c-lime-500 hr {
  border-top-color: #ecf1b2;
}
.alert-c-lime-500 .alert-link {
  color: #454a13;
}

.alert-c-lime-600 {
  color: #64691b;
  background-color: #f2f4d6;
  border-color: #edf0c6;
}
.alert-c-lime-600 hr {
  border-top-color: #e7ebb2;
}
.alert-c-lime-600 .alert-link {
  color: #3d4011;
}

.alert-c-lime-700 {
  color: #5b5e16;
  background-color: #eff0d5;
  border-color: #e9eac4;
}
.alert-c-lime-700 hr {
  border-top-color: #e2e3b1;
}
.alert-c-lime-700 .alert-link {
  color: #33350c;
}

.alert-c-lime-800 {
  color: #525213;
  background-color: #ecebd3;
  border-color: #e4e4c2;
}
.alert-c-lime-800 hr {
  border-top-color: #dcdcb0;
}
.alert-c-lime-800 .alert-link {
  color: #292909;
}

.alert-c-lime-900 {
  color: #443e0c;
  background-color: #e6e4d1;
  border-color: #dcd9be;
}
.alert-c-lime-900 hr {
  border-top-color: #d3cfad;
}
.alert-c-lime-900 .alert-link {
  color: #191604;
}

.alert-c-lime-a100 {
  color: #7f8543;
  background-color: #fdffe6;
  border-color: #fcffdc;
}
.alert-c-lime-a100 hr {
  border-top-color: #faffc3;
}
.alert-c-lime-a100 .alert-link {
  color: #5f6332;
}

.alert-c-lime-a200 {
  color: #7c8522;
  background-color: #fcffd9;
  border-color: #faffca;
}
.alert-c-lime-a200 hr {
  border-top-color: #f8ffb1;
}
.alert-c-lime-a200 .alert-link {
  color: #565c18;
}

.alert-c-lime-a400 {
  color: #678500;
  background-color: #f4ffcc;
  border-color: #efffb8;
}
.alert-c-lime-a400 hr {
  border-top-color: #e9ff9f;
}
.alert-c-lime-a400 .alert-link {
  color: #405200;
}

.alert-c-lime-a700 {
  color: #5a7a00;
  background-color: #effbcc;
  border-color: #e8f9b8;
}
.alert-c-lime-a700 hr {
  border-top-color: #e0f7a0;
}
.alert-c-lime-a700 .alert-link {
  color: #344700;
}

.alert-c-yellow-50 {
  color: #858478;
  background-color: #fffffa;
  border-color: #fffef8;
}
.alert-c-yellow-50 hr {
  border-top-color: #fffadf;
}
.alert-c-yellow-50 .alert-link {
  color: #6a6960;
}

.alert-c-yellow-100 {
  color: #858166;
  background-color: #fffef3;
  border-color: #fffdee;
}
.alert-c-yellow-100 hr {
  border-top-color: #fffad5;
}
.alert-c-yellow-100 .alert-link {
  color: #686550;
}

.alert-c-yellow-200 {
  color: #857f52;
  background-color: #fffdeb;
  border-color: #fffce4;
}
.alert-c-yellow-200 hr {
  border-top-color: #fff9cb;
}
.alert-c-yellow-200 .alert-link {
  color: #65613f;
}

.alert-c-yellow-300 {
  color: #857d3d;
  background-color: #fffce4;
  border-color: #fffbd9;
}
.alert-c-yellow-300 hr {
  border-top-color: #fff8c0;
}
.alert-c-yellow-300 .alert-link {
  color: #625c2d;
}

.alert-c-yellow-400 {
  color: #857c2e;
  background-color: #fffcde;
  border-color: #fffad0;
}
.alert-c-yellow-400 hr {
  border-top-color: #fff7b7;
}
.alert-c-yellow-400 .alert-link {
  color: #5f5921;
}

.alert-c-yellow-500 {
  color: #857a1f;
  background-color: #fffbd8;
  border-color: #fff9c8;
}
.alert-c-yellow-500 hr {
  border-top-color: #fff6af;
}
.alert-c-yellow-500 .alert-link {
  color: #5c5415;
}

.alert-c-yellow-600 {
  color: #84701c;
  background-color: #fff7d7;
  border-color: #fef4c6;
}
.alert-c-yellow-600 hr {
  border-top-color: #feefad;
}
.alert-c-yellow-600 .alert-link {
  color: #5a4c13;
}

.alert-c-yellow-700 {
  color: #836417;
  background-color: #fef2d5;
  border-color: #feedc4;
}
.alert-c-yellow-700 hr {
  border-top-color: #fee5ab;
}
.alert-c-yellow-700 .alert-link {
  color: #58430f;
}

.alert-c-yellow-800 {
  color: #815713;
  background-color: #feeed3;
  border-color: #fde7c2;
}
.alert-c-yellow-800 hr {
  border-top-color: #fcdda9;
}
.alert-c-yellow-800 .alert-link {
  color: #55390c;
}

.alert-c-yellow-900 {
  color: #7f420c;
  background-color: #fde5d1;
  border-color: #fcdbbe;
}
.alert-c-yellow-900 hr {
  border-top-color: #fbcea6;
}
.alert-c-yellow-900 .alert-link {
  color: #502a08;
}

.alert-c-yellow-a100 {
  color: #858549;
  background-color: #ffffe8;
  border-color: #ffffdf;
}
.alert-c-yellow-a100 hr {
  border-top-color: #ffffc6;
}
.alert-c-yellow-a100 .alert-link {
  color: #646437;
}

.alert-c-yellow-a200 {
  color: #858500;
  background-color: #ffffcc;
  border-color: #ffffb8;
}
.alert-c-yellow-a200 hr {
  border-top-color: #ffff9f;
}
.alert-c-yellow-a200 .alert-link {
  color: #525200;
}

.alert-c-yellow-a400 {
  color: #857a00;
  background-color: #fffbcc;
  border-color: #fff9b8;
}
.alert-c-yellow-a400 hr {
  border-top-color: #fff79f;
}
.alert-c-yellow-a400 .alert-link {
  color: #524b00;
}

.alert-c-yellow-a700 {
  color: #856f00;
  background-color: #fff7cc;
  border-color: #fff4b8;
}
.alert-c-yellow-a700 hr {
  border-top-color: #fff09f;
}
.alert-c-yellow-a700 .alert-link {
  color: #524400;
}

.alert-c-amber-50 {
  color: #858175;
  background-color: #fffef9;
  border-color: #fffdf7;
}
.alert-c-amber-50 hr {
  border-top-color: #fff7de;
}
.alert-c-amber-50 .alert-link {
  color: #6a675d;
}

.alert-c-amber-100 {
  color: #857b5d;
  background-color: #fffbf0;
  border-color: #fffaea;
}
.alert-c-amber-100 hr {
  border-top-color: #fff4d1;
}
.alert-c-amber-100 .alert-link {
  color: #675f48;
}

.alert-c-amber-200 {
  color: #857444;
  background-color: #fff9e6;
  border-color: #fff6dc;
}
.alert-c-amber-200 hr {
  border-top-color: #ffefc3;
}
.alert-c-amber-200 .alert-link {
  color: #635733;
}

.alert-c-amber-300 {
  color: #856f29;
  background-color: #fff7dc;
  border-color: #fff3ce;
}
.alert-c-amber-300 hr {
  border-top-color: #ffedb5;
}
.alert-c-amber-300 .alert-link {
  color: #5e4e1d;
}

.alert-c-amber-400 {
  color: #856915;
  background-color: #fff4d4;
  border-color: #fff0c3;
}
.alert-c-amber-400 hr {
  border-top-color: #ffeaaa;
}
.alert-c-amber-400 .alert-link {
  color: #59460e;
}

.alert-c-amber-500 {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-c-amber-500 hr {
  border-top-color: #ffe8a1;
}
.alert-c-amber-500 .alert-link {
  color: #533f03;
}

.alert-c-amber-600 {
  color: #855d00;
  background-color: #fff0cc;
  border-color: #ffeab8;
}
.alert-c-amber-600 hr {
  border-top-color: #ffe29f;
}
.alert-c-amber-600 .alert-link {
  color: #523900;
}

.alert-c-amber-700 {
  color: #855300;
  background-color: #ffeccc;
  border-color: #ffe4b8;
}
.alert-c-amber-700 hr {
  border-top-color: #ffda9f;
}
.alert-c-amber-700 .alert-link {
  color: #523300;
}

.alert-c-amber-800 {
  color: #854a00;
  background-color: #ffe9cc;
  border-color: #ffe0b8;
}
.alert-c-amber-800 hr {
  border-top-color: #ffd59f;
}
.alert-c-amber-800 .alert-link {
  color: #522e00;
}

.alert-c-amber-900 {
  color: #853a00;
  background-color: #ffe2cc;
  border-color: #ffd7b8;
}
.alert-c-amber-900 hr {
  border-top-color: #ffc99f;
}
.alert-c-amber-900 .alert-link {
  color: #522400;
}

.alert-c-amber-a100 {
  color: #857742;
  background-color: #fffae5;
  border-color: #fff8db;
}
.alert-c-amber-a100 hr {
  border-top-color: #fff3c2;
}
.alert-c-amber-a100 .alert-link {
  color: #635931;
}

.alert-c-amber-a400 {
  color: #856600;
  background-color: #fff3cc;
  border-color: #ffeeb8;
}
.alert-c-amber-a400 hr {
  border-top-color: #ffe89f;
}
.alert-c-amber-a400 .alert-link {
  color: #523f00;
}

.alert-c-amber-a700 {
  color: #855900;
  background-color: #ffeecc;
  border-color: #ffe7b8;
}
.alert-c-amber-a700 hr {
  border-top-color: #ffde9f;
}
.alert-c-amber-a700 .alert-link {
  color: #523700;
}

.alert-c-orange-50 {
  color: #857e74;
  background-color: #fffdf9;
  border-color: #fffcf6;
}
.alert-c-orange-50 hr {
  border-top-color: #fff4dd;
}
.alert-c-orange-50 .alert-link {
  color: #6a645c;
}

.alert-c-orange-100 {
  color: #85745d;
  background-color: #fff9f0;
  border-color: #fff6e9;
}
.alert-c-orange-100 hr {
  border-top-color: #ffecd0;
}
.alert-c-orange-100 .alert-link {
  color: #675a48;
}

.alert-c-orange-200 {
  color: #856a43;
  background-color: #fff5e6;
  border-color: #fff1db;
}
.alert-c-orange-200 hr {
  border-top-color: #ffe7c2;
}
.alert-c-orange-200 .alert-link {
  color: #634f32;
}

.alert-c-orange-300 {
  color: #855f28;
  background-color: #fff1db;
  border-color: blanchedalmond;
}
.alert-c-orange-300 hr {
  border-top-color: #ffe1b4;
}
.alert-c-orange-300 .alert-link {
  color: #5e431c;
}

.alert-c-orange-400 {
  color: #855714;
  background-color: #ffedd4;
  border-color: #ffe6c2;
}
.alert-c-orange-400 hr {
  border-top-color: #ffdca9;
}
.alert-c-orange-400 .alert-link {
  color: #593a0d;
}

.alert-c-orange-500 {
  color: #854f00;
  background-color: #ffeacc;
  border-color: #ffe2b8;
}
.alert-c-orange-500 hr {
  border-top-color: #ffd89f;
}
.alert-c-orange-500 .alert-link {
  color: #523100;
}

.alert-c-orange-600 {
  color: #834900;
  background-color: #fee8cc;
  border-color: #fedfb8;
}
.alert-c-orange-600 hr {
  border-top-color: #fed49f;
}
.alert-c-orange-600 .alert-link {
  color: #502d00;
}

.alert-c-orange-700 {
  color: #7f4000;
  background-color: #fde5cc;
  border-color: #fcdab8;
}
.alert-c-orange-700 hr {
  border-top-color: #fbcda0;
}
.alert-c-orange-700 .alert-link {
  color: #4c2600;
}

.alert-c-orange-800 {
  color: #7c3800;
  background-color: #fce2cc;
  border-color: #fbd6b8;
}
.alert-c-orange-800 hr {
  border-top-color: #fac8a0;
}
.alert-c-orange-800 .alert-link {
  color: #492100;
}

.alert-c-orange-900 {
  color: #782a00;
  background-color: #fadccc;
  border-color: #f8ceb8;
}
.alert-c-orange-900 hr {
  border-top-color: #f6bea1;
}
.alert-c-orange-900 .alert-link {
  color: #451800;
}

.alert-c-orange-a100 {
  color: #856d43;
  background-color: #fff6e6;
  border-color: #fff2db;
}
.alert-c-orange-a100 hr {
  border-top-color: #ffe9c2;
}
.alert-c-orange-a100 .alert-link {
  color: #635132;
}

.alert-c-orange-a200 {
  color: #855921;
  background-color: #ffeed9;
  border-color: #ffe7ca;
}
.alert-c-orange-a200 hr {
  border-top-color: #ffdbb1;
}
.alert-c-orange-a200 .alert-link {
  color: #5c3e17;
}

.alert-c-orange-a400 {
  color: #854b00;
  background-color: #ffe9cc;
  border-color: #ffe0b8;
}
.alert-c-orange-a400 hr {
  border-top-color: #ffd59f;
}
.alert-c-orange-a400 .alert-link {
  color: #522e00;
}

.alert-c-orange-a700 {
  color: #853900;
  background-color: #ffe2cc;
  border-color: #ffd6b8;
}
.alert-c-orange-a700 hr {
  border-top-color: #ffc79f;
}
.alert-c-orange-a700 .alert-link {
  color: #522300;
}

.alert-c-deep-orange-50 {
  color: #837978;
  background-color: #fefbfa;
  border-color: #fef9f8;
}
.alert-c-deep-orange-50 hr {
  border-top-color: #fbe6e2;
}
.alert-c-deep-orange-50 .alert-link {
  color: #686060;
}

.alert-c-deep-orange-100 {
  color: #856a62;
  background-color: #fff5f2;
  border-color: #fff1ec;
}
.alert-c-deep-orange-100 hr {
  border-top-color: #ffded3;
}
.alert-c-deep-orange-100 .alert-link {
  color: #68534c;
}

.alert-c-deep-orange-200 {
  color: #85594b;
  background-color: #ffeee9;
  border-color: #ffe7e0;
}
.alert-c-deep-orange-200 hr {
  border-top-color: #ffd3c7;
}
.alert-c-deep-orange-200 .alert-link {
  color: #644339;
}

.alert-c-deep-orange-300 {
  color: #854835;
  background-color: #ffe8e0;
  border-color: #ffded4;
}
.alert-c-deep-orange-300 hr {
  border-top-color: #ffcabb;
}
.alert-c-deep-orange-300 .alert-link {
  color: #613426;
}

.alert-c-deep-orange-400 {
  color: #853a23;
  background-color: #ffe2d9;
  border-color: #ffd7ca;
}
.alert-c-deep-orange-400 hr {
  border-top-color: #ffc4b1;
}
.alert-c-deep-orange-400 .alert-link {
  color: #5d2818;
}

.alert-c-deep-orange-500 {
  color: #852d12;
  background-color: #ffddd3;
  border-color: #ffd0c1;
}
.alert-c-deep-orange-500 hr {
  border-top-color: #ffbda8;
}
.alert-c-deep-orange-500 .alert-link {
  color: #581e0c;
}

.alert-c-deep-orange-600 {
  color: #7f2a10;
  background-color: #fddcd2;
  border-color: #fccec0;
}
.alert-c-deep-orange-600 hr {
  border-top-color: #fbbba8;
}
.alert-c-deep-orange-600 .alert-link {
  color: #521b0a;
}

.alert-c-deep-orange-700 {
  color: #78260d;
  background-color: #fadbd1;
  border-color: #f8ccbf;
}
.alert-c-deep-orange-700 hr {
  border-top-color: #f5baa8;
}
.alert-c-deep-orange-700 .alert-link {
  color: #4a1708;
}

.alert-c-deep-orange-800 {
  color: #70230b;
  background-color: #f7d9d0;
  border-color: #f4cabd;
}
.alert-c-deep-orange-800 hr {
  border-top-color: #f0b8a7;
}
.alert-c-deep-orange-800 .alert-link {
  color: #421406;
}

.alert-c-deep-orange-900 {
  color: #631c06;
  background-color: #f2d7ce;
  border-color: #edc7bb;
}
.alert-c-deep-orange-900 hr {
  border-top-color: #e8b6a7;
}
.alert-c-deep-orange-900 .alert-link {
  color: #330e03;
}

.alert-c-deep-orange-a100 {
  color: #855243;
  background-color: #ffece6;
  border-color: #ffe4db;
}
.alert-c-deep-orange-a100 hr {
  border-top-color: #ffd1c2;
}
.alert-c-deep-orange-a100 .alert-link {
  color: #633d32;
}

.alert-c-deep-orange-a200 {
  color: #853921;
  background-color: #ffe2d9;
  border-color: #ffd6ca;
}
.alert-c-deep-orange-a200 hr {
  border-top-color: #ffc2b1;
}
.alert-c-deep-orange-a200 .alert-link {
  color: #5c2717;
}

.alert-c-deep-orange-a400 {
  color: #852000;
  background-color: #ffd8cc;
  border-color: #ffc9b8;
}
.alert-c-deep-orange-a400 hr {
  border-top-color: #ffb69f;
}
.alert-c-deep-orange-a400 .alert-link {
  color: #521400;
}

.alert-c-deep-orange-a700 {
  color: #731700;
  background-color: #f8d5cc;
  border-color: #f5c4b8;
}
.alert-c-deep-orange-a700 hr {
  border-top-color: #f2b1a2;
}
.alert-c-deep-orange-a700 .alert-link {
  color: #400d00;
}

.alert-c-brown-50 {
  color: #7c7a79;
  background-color: #fcfbfb;
  border-color: #fbf9f9;
}
.alert-c-brown-50 hr {
  border-top-color: #f1eaea;
}
.alert-c-brown-50 .alert-link {
  color: #626160;
}

.alert-c-brown-100 {
  color: #706a68;
  background-color: #f7f5f4;
  border-color: #f4f1f0;
}
.alert-c-brown-100 hr {
  border-top-color: #e9e3e1;
}
.alert-c-brown-100 .alert-link {
  color: #56514f;
}

.alert-c-brown-200 {
  color: #625855;
  background-color: #f2eeed;
  border-color: #ece7e6;
}
.alert-c-brown-200 hr {
  border-top-color: #e1d9d8;
}
.alert-c-brown-200 .alert-link {
  color: #473f3d;
}

.alert-c-brown-300 {
  color: #544742;
  background-color: #ece7e5;
  border-color: #e5dedb;
}
.alert-c-brown-300 hr {
  border-top-color: #dad0cc;
}
.alert-c-brown-300 .alert-link {
  color: #372f2c;
}

.alert-c-brown-400 {
  color: #493933;
  background-color: #e8e2e0;
  border-color: #dfd6d3;
}
.alert-c-brown-400 hr {
  border-top-color: #d4c8c4;
}
.alert-c-brown-400 .alert-link {
  color: #2b221e;
}

.alert-c-brown-500 {
  color: #3f2c25;
  background-color: #e4ddda;
  border-color: #d9cfcc;
}
.alert-c-brown-500 hr {
  border-top-color: #cec1bd;
}
.alert-c-brown-500 .alert-link {
  color: #1f1612;
}

.alert-c-brown-600 {
  color: #392822;
  background-color: #e2dbd9;
  border-color: #d6cdca;
}
.alert-c-brown-600 hr {
  border-top-color: #cbbfbc;
}
.alert-c-brown-600 .alert-link {
  color: #19120f;
}

.alert-c-brown-700 {
  color: #30211d;
  background-color: #dfd9d7;
  border-color: #d2cac7;
}
.alert-c-brown-700 hr {
  border-top-color: #c7bdb9;
}
.alert-c-brown-700 .alert-link {
  color: #100b0a;
}

.alert-c-brown-800 {
  color: #291b18;
  background-color: #dcd6d5;
  border-color: #cdc6c4;
}
.alert-c-brown-800 hr {
  border-top-color: #c1b9b6;
}
.alert-c-brown-800 .alert-link {
  color: #090605;
}

.alert-c-brown-900 {
  color: #201412;
  background-color: #d8d4d3;
  border-color: #c9c3c1;
}
.alert-c-brown-900 hr {
  border-top-color: #bdb6b3;
}
.alert-c-brown-900 .alert-link {
  color: black;
}

.alert-c-blue-gray-50 {
  color: #7b7c7d;
  background-color: #fbfcfc;
  border-color: #fafbfb;
}
.alert-c-blue-gray-50 hr {
  border-top-color: #ecf0f0;
}
.alert-c-blue-gray-50 .alert-link {
  color: #626363;
}

.alert-c-blue-gray-100 {
  color: #6c7072;
  background-color: #f5f7f8;
  border-color: #f2f4f5;
}
.alert-c-blue-gray-100 hr {
  border-top-color: #e4e8ea;
}
.alert-c-blue-gray-100 .alert-link {
  color: #535658;
}

.alert-c-blue-gray-200 {
  color: #5c6366;
  background-color: #eff2f3;
  border-color: #e9edef;
}
.alert-c-blue-gray-200 hr {
  border-top-color: #dae1e4;
}
.alert-c-blue-gray-200 .alert-link {
  color: #44494b;
}

.alert-c-blue-gray-300 {
  color: #4b555a;
  background-color: #e9edef;
  border-color: #e0e6e8;
}
.alert-c-blue-gray-300 hr {
  border-top-color: #d1dadd;
}
.alert-c-blue-gray-300 .alert-link {
  color: #343b3e;
}

.alert-c-blue-gray-400 {
  color: #3e4b51;
  background-color: #e4e9eb;
  border-color: #d9e0e3;
}
.alert-c-blue-gray-400 hr {
  border-top-color: #cad4d8;
}
.alert-c-blue-gray-400 .alert-link {
  color: #283034;
}

.alert-c-blue-gray-500 {
  color: #324148;
  background-color: #dfe5e8;
  border-color: #d2dbdf;
}
.alert-c-blue-gray-500 hr {
  border-top-color: #c3cfd4;
}
.alert-c-blue-gray-500 .alert-link {
  color: #1d262a;
}

.alert-c-blue-gray-600 {
  color: #2c393f;
  background-color: #dde2e4;
  border-color: #cfd6da;
}
.alert-c-blue-gray-600 hr {
  border-top-color: #c1cacf;
}
.alert-c-blue-gray-600 .alert-link {
  color: #171e21;
}

.alert-c-blue-gray-700 {
  color: #242f34;
  background-color: #dadee0;
  border-color: #cbd1d4;
}
.alert-c-blue-gray-700 hr {
  border-top-color: #bdc5c8;
}
.alert-c-blue-gray-700 .alert-link {
  color: #0f1416;
}

.alert-c-blue-gray-800 {
  color: #1d2529;
  background-color: #d7dadc;
  border-color: #c7cbce;
}
.alert-c-blue-gray-800 hr {
  border-top-color: #b9bec2;
}
.alert-c-blue-gray-800 .alert-link {
  color: #080a0b;
}

.alert-c-blue-gray-900 {
  color: #141a1d;
  background-color: #d4d6d7;
  border-color: #c2c6c7;
}
.alert-c-blue-gray-900 hr {
  border-top-color: #b5babb;
}
.alert-c-blue-gray-900 .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #E91E63;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #E91E63;
  border-color: #E91E63;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #791033;
  background-color: #f9c0d3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #791033;
  background-color: #f7a9c3;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #791033;
  border-color: #791033;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-c-blue {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-c-blue.list-group-item-action:hover, .list-group-item-c-blue.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-c-blue.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-c-indigo {
  color: #35087e;
  background-color: #d4bcfb;
}
.list-group-item-c-indigo.list-group-item-action:hover, .list-group-item-c-indigo.list-group-item-action:focus {
  color: #35087e;
  background-color: #c5a4fa;
}
.list-group-item-c-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #35087e;
  border-color: #35087e;
}

.list-group-item-c-purple {
  color: #3a2264;
  background-color: #d7caee;
}
.list-group-item-c-purple.list-group-item-action:hover, .list-group-item-c-purple.list-group-item-action:focus {
  color: #3a2264;
  background-color: #c8b7e8;
}
.list-group-item-c-purple.list-group-item-action.active {
  color: #fff;
  background-color: #3a2264;
  border-color: #3a2264;
}

.list-group-item-c-pink {
  color: #792049;
  background-color: #f9c9df;
}
.list-group-item-c-pink.list-group-item-action:hover, .list-group-item-c-pink.list-group-item-action:focus {
  color: #792049;
  background-color: #f6b2d1;
}
.list-group-item-c-pink.list-group-item-action.active {
  color: #fff;
  background-color: #792049;
  border-color: #792049;
}

.list-group-item-c-red {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-c-red.list-group-item-action:hover, .list-group-item-c-red.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-c-red.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-c-orange {
  color: #84420a;
  background-color: #fedbbd;
}
.list-group-item-c-orange.list-group-item-action:hover, .list-group-item-c-orange.list-group-item-action:focus {
  color: #84420a;
  background-color: #fecda4;
}
.list-group-item-c-orange.list-group-item-action.active {
  color: #fff;
  background-color: #84420a;
  border-color: #84420a;
}

.list-group-item-c-yellow {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-c-yellow.list-group-item-action:hover, .list-group-item-c-yellow.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-c-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-c-green {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-c-green.list-group-item-action:hover, .list-group-item-c-green.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-c-green.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-c-teal {
  color: #11694f;
  background-color: #c1f0e2;
}
.list-group-item-c-teal.list-group-item-action:hover, .list-group-item-c-teal.list-group-item-action:focus {
  color: #11694f;
  background-color: #acebd8;
}
.list-group-item-c-teal.list-group-item-action.active {
  color: #fff;
  background-color: #11694f;
  border-color: #11694f;
}

.list-group-item-c-cyan {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-c-cyan.list-group-item-action:hover, .list-group-item-c-cyan.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-c-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-c-white {
  color: #858585;
  background-color: white;
}
.list-group-item-c-white.list-group-item-action:hover, .list-group-item-c-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-c-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-c-gray {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-c-gray.list-group-item-action:hover, .list-group-item-c-gray.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-c-gray.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-c-gray-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-c-gray-dark.list-group-item-action:hover, .list-group-item-c-gray-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-c-gray-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-c-gray-50 {
  color: #828282;
  background-color: #fefefe;
}
.list-group-item-c-gray-50.list-group-item-action:hover, .list-group-item-c-gray-50.list-group-item-action:focus {
  color: #828282;
  background-color: #f1f1f1;
}
.list-group-item-c-gray-50.list-group-item-action.active {
  color: #fff;
  background-color: #828282;
  border-color: #828282;
}

.list-group-item-c-gray-100 {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-c-gray-100.list-group-item-action:hover, .list-group-item-c-gray-100.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-c-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-c-gray-200 {
  color: #797b7c;
  background-color: #f9fafb;
}
.list-group-item-c-gray-200.list-group-item-action:hover, .list-group-item-c-gray-200.list-group-item-action:focus {
  color: #797b7c;
  background-color: #eaedf1;
}
.list-group-item-c-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #797b7c;
  border-color: #797b7c;
}

.list-group-item-c-gray-300 {
  color: #737678;
  background-color: #f6f7f8;
}
.list-group-item-c-gray-300.list-group-item-action:hover, .list-group-item-c-gray-300.list-group-item-action:focus {
  color: #737678;
  background-color: #e8eaed;
}
.list-group-item-c-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #737678;
  border-color: #737678;
}

.list-group-item-c-gray-400 {
  color: #6b6e71;
  background-color: #f1f3f5;
}
.list-group-item-c-gray-400.list-group-item-action:hover, .list-group-item-c-gray-400.list-group-item-action:focus {
  color: #6b6e71;
  background-color: #e2e6ea;
}
.list-group-item-c-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #6b6e71;
  border-color: #6b6e71;
}

.list-group-item-c-gray-500 {
  color: #5a5e62;
  background-color: #e8eaed;
}
.list-group-item-c-gray-500.list-group-item-action:hover, .list-group-item-c-gray-500.list-group-item-action:focus {
  color: #5a5e62;
  background-color: #dadde2;
}
.list-group-item-c-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #5a5e62;
  border-color: #5a5e62;
}

.list-group-item-c-gray-600 {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-c-gray-600.list-group-item-action:hover, .list-group-item-c-gray-600.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-c-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-c-gray-700 {
  color: #262a2d;
  background-color: #ccced0;
}
.list-group-item-c-gray-700.list-group-item-action:hover, .list-group-item-c-gray-700.list-group-item-action:focus {
  color: #262a2d;
  background-color: #bfc1c4;
}
.list-group-item-c-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #262a2d;
  border-color: #262a2d;
}

.list-group-item-c-gray-800 {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-c-gray-800.list-group-item-action:hover, .list-group-item-c-gray-800.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-c-gray-800.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-c-gray-900 {
  color: #111315;
  background-color: #c1c2c3;
}
.list-group-item-c-gray-900.list-group-item-action:hover, .list-group-item-c-gray-900.list-group-item-action:focus {
  color: #111315;
  background-color: #b4b5b6;
}
.list-group-item-c-gray-900.list-group-item-action.active {
  color: #fff;
  background-color: #111315;
  border-color: #111315;
}

.list-group-item-c-red-50 {
  color: #857a7c;
  background-color: #fff9fa;
}
.list-group-item-c-red-50.list-group-item-action:hover, .list-group-item-c-red-50.list-group-item-action:focus {
  color: #857a7c;
  background-color: #ffe0e5;
}
.list-group-item-c-red-50.list-group-item-action.active {
  color: #fff;
  background-color: #857a7c;
  border-color: #857a7c;
}

.list-group-item-c-red-100 {
  color: #856b6d;
  background-color: #fff1f2;
}
.list-group-item-c-red-100.list-group-item-action:hover, .list-group-item-c-red-100.list-group-item-action:focus {
  color: #856b6d;
  background-color: #ffd8da;
}
.list-group-item-c-red-100.list-group-item-action.active {
  color: #fff;
  background-color: #856b6d;
  border-color: #856b6d;
}

.list-group-item-c-red-200 {
  color: #7c5050;
  background-color: #fbe3e3;
}
.list-group-item-c-red-200.list-group-item-action:hover, .list-group-item-c-red-200.list-group-item-action:focus {
  color: #7c5050;
  background-color: #f8cdcd;
}
.list-group-item-c-red-200.list-group-item-action.active {
  color: #fff;
  background-color: #7c5050;
  border-color: #7c5050;
}

.list-group-item-c-red-300 {
  color: #773c3c;
  background-color: #f8d8d8;
}
.list-group-item-c-red-300.list-group-item-action:hover, .list-group-item-c-red-300.list-group-item-action:focus {
  color: #773c3c;
  background-color: #f4c2c2;
}
.list-group-item-c-red-300.list-group-item-action.active {
  color: #fff;
  background-color: #773c3c;
  border-color: #773c3c;
}

.list-group-item-c-red-400 {
  color: #7c2b2a;
  background-color: #fbcfce;
}
.list-group-item-c-red-400.list-group-item-action:hover, .list-group-item-c-red-400.list-group-item-action:focus {
  color: #7c2b2a;
  background-color: #f9b8b6;
}
.list-group-item-c-red-400.list-group-item-action.active {
  color: #fff;
  background-color: #7c2b2a;
  border-color: #7c2b2a;
}

.list-group-item-c-red-500 {
  color: #7f231c;
  background-color: #fccac7;
}
.list-group-item-c-red-500.list-group-item-action:hover, .list-group-item-c-red-500.list-group-item-action:focus {
  color: #7f231c;
  background-color: #fbb3af;
}
.list-group-item-c-red-500.list-group-item-action.active {
  color: #fff;
  background-color: #7f231c;
  border-color: #7f231c;
}

.list-group-item-c-red-600 {
  color: #771e1c;
  background-color: #f8c8c6;
}
.list-group-item-c-red-600.list-group-item-action:hover, .list-group-item-c-red-600.list-group-item-action:focus {
  color: #771e1c;
  background-color: #f5b2af;
}
.list-group-item-c-red-600.list-group-item-action.active {
  color: #fff;
  background-color: #771e1c;
  border-color: #771e1c;
}

.list-group-item-c-red-700 {
  color: #6e1818;
  background-color: #f3c5c5;
}
.list-group-item-c-red-700.list-group-item-action:hover, .list-group-item-c-red-700.list-group-item-action:focus {
  color: #6e1818;
  background-color: #efb0b0;
}
.list-group-item-c-red-700.list-group-item-action.active {
  color: #fff;
  background-color: #6e1818;
  border-color: #6e1818;
}

.list-group-item-c-red-800 {
  color: #671515;
  background-color: #efc3c3;
}
.list-group-item-c-red-800.list-group-item-action:hover, .list-group-item-c-red-800.list-group-item-action:focus {
  color: #671515;
  background-color: #eaafaf;
}
.list-group-item-c-red-800.list-group-item-action.active {
  color: #fff;
  background-color: #671515;
  border-color: #671515;
}

.list-group-item-c-red-900 {
  color: #5f0f0f;
  background-color: #ebbfbf;
}
.list-group-item-c-red-900.list-group-item-action:hover, .list-group-item-c-red-900.list-group-item-action:focus {
  color: #5f0f0f;
  background-color: #e5acac;
}
.list-group-item-c-red-900.list-group-item-action.active {
  color: #fff;
  background-color: #5f0f0f;
  border-color: #5f0f0f;
}

.list-group-item-c-red-a100 {
  color: #854843;
  background-color: #ffdedb;
}
.list-group-item-c-red-a100.list-group-item-action:hover, .list-group-item-c-red-a100.list-group-item-action:focus {
  color: #854843;
  background-color: #ffc7c2;
}
.list-group-item-c-red-a100.list-group-item-action.active {
  color: #fff;
  background-color: #854843;
  border-color: #854843;
}

.list-group-item-c-red-a200 {
  color: #852b2b;
  background-color: #ffcfcf;
}
.list-group-item-c-red-a200.list-group-item-action:hover, .list-group-item-c-red-a200.list-group-item-action:focus {
  color: #852b2b;
  background-color: #ffb6b6;
}
.list-group-item-c-red-a200.list-group-item-action.active {
  color: #fff;
  background-color: #852b2b;
  border-color: #852b2b;
}

.list-group-item-c-red-a400 {
  color: #850c23;
  background-color: #ffbecb;
}
.list-group-item-c-red-a400.list-group-item-action:hover, .list-group-item-c-red-a400.list-group-item-action:focus {
  color: #850c23;
  background-color: #ffa5b7;
}
.list-group-item-c-red-a400.list-group-item-action.active {
  color: #fff;
  background-color: #850c23;
  border-color: #850c23;
}

.list-group-item-c-red-a700 {
  color: #6f0000;
  background-color: #f3b8b8;
}
.list-group-item-c-red-a700.list-group-item-action:hover, .list-group-item-c-red-a700.list-group-item-action:focus {
  color: #6f0000;
  background-color: #efa2a2;
}
.list-group-item-c-red-a700.list-group-item-action.active {
  color: #fff;
  background-color: #6f0000;
  border-color: #6f0000;
}

.list-group-item-c-pink-50 {
  color: #83777b;
  background-color: #fef7fa;
}
.list-group-item-c-pink-50.list-group-item-action:hover, .list-group-item-c-pink-50.list-group-item-action:focus {
  color: #83777b;
  background-color: #fbe0ec;
}
.list-group-item-c-pink-50.list-group-item-action.active {
  color: #fff;
  background-color: #83777b;
  border-color: #83777b;
}

.list-group-item-c-pink-100 {
  color: #81616c;
  background-color: #fdecf2;
}
.list-group-item-c-pink-100.list-group-item-action:hover, .list-group-item-c-pink-100.list-group-item-action:focus {
  color: #81616c;
  background-color: #fbd5e2;
}
.list-group-item-c-pink-100.list-group-item-action.active {
  color: #fff;
  background-color: #81616c;
  border-color: #81616c;
}

.list-group-item-c-pink-200 {
  color: #7f4a5c;
  background-color: #fce0e9;
}
.list-group-item-c-pink-200.list-group-item-action:hover, .list-group-item-c-pink-200.list-group-item-action:focus {
  color: #7f4a5c;
  background-color: #fac9d9;
}
.list-group-item-c-pink-200.list-group-item-action.active {
  color: #fff;
  background-color: #7f4a5c;
  border-color: #7f4a5c;
}

.list-group-item-c-pink-300 {
  color: #7d334c;
  background-color: #fbd3e0;
}
.list-group-item-c-pink-300.list-group-item-action:hover, .list-group-item-c-pink-300.list-group-item-action:focus {
  color: #7d334c;
  background-color: #f9bcd0;
}
.list-group-item-c-pink-300.list-group-item-action.active {
  color: #fff;
  background-color: #7d334c;
  border-color: #7d334c;
}

.list-group-item-c-pink-400 {
  color: #7b213f;
  background-color: #facada;
}
.list-group-item-c-pink-400.list-group-item-action:hover, .list-group-item-c-pink-400.list-group-item-action:focus {
  color: #7b213f;
  background-color: #f8b3ca;
}
.list-group-item-c-pink-400.list-group-item-action.active {
  color: #fff;
  background-color: #7b213f;
  border-color: #7b213f;
}

.list-group-item-c-pink-500 {
  color: #791033;
  background-color: #f9c0d3;
}
.list-group-item-c-pink-500.list-group-item-action:hover, .list-group-item-c-pink-500.list-group-item-action:focus {
  color: #791033;
  background-color: #f7a9c3;
}
.list-group-item-c-pink-500.list-group-item-action.active {
  color: #fff;
  background-color: #791033;
  border-color: #791033;
}

.list-group-item-c-pink-600 {
  color: #700e32;
  background-color: #f4bfd2;
}
.list-group-item-c-pink-600.list-group-item-action:hover, .list-group-item-c-pink-600.list-group-item-action:focus {
  color: #700e32;
  background-color: #f0a9c3;
}
.list-group-item-c-pink-600.list-group-item-action.active {
  color: #fff;
  background-color: #700e32;
  border-color: #700e32;
}

.list-group-item-c-pink-700 {
  color: #650c2f;
  background-color: #eebed1;
}
.list-group-item-c-pink-700.list-group-item-action:hover, .list-group-item-c-pink-700.list-group-item-action:focus {
  color: #650c2f;
  background-color: #e9aac3;
}
.list-group-item-c-pink-700.list-group-item-action.active {
  color: #fff;
  background-color: #650c2f;
  border-color: #650c2f;
}

.list-group-item-c-pink-800 {
  color: #5a0a2d;
  background-color: #e8bdd0;
}
.list-group-item-c-pink-800.list-group-item-action:hover, .list-group-item-c-pink-800.list-group-item-action:focus {
  color: #5a0a2d;
  background-color: #e1aac3;
}
.list-group-item-c-pink-800.list-group-item-action.active {
  color: #fff;
  background-color: #5a0a2d;
  border-color: #5a0a2d;
}

.list-group-item-c-pink-900 {
  color: #470729;
  background-color: #debcce;
}
.list-group-item-c-pink-900.list-group-item-action:hover, .list-group-item-c-pink-900.list-group-item-action:focus {
  color: #470729;
  background-color: #d6abc2;
}
.list-group-item-c-pink-900.list-group-item-action.active {
  color: #fff;
  background-color: #470729;
  border-color: #470729;
}

.list-group-item-c-pink-a100 {
  color: #854359;
  background-color: #ffdbe7;
}
.list-group-item-c-pink-a100.list-group-item-action:hover, .list-group-item-c-pink-a100.list-group-item-action:focus {
  color: #854359;
  background-color: #ffc2d6;
}
.list-group-item-c-pink-a100.list-group-item-action.active {
  color: #fff;
  background-color: #854359;
  border-color: #854359;
}

.list-group-item-c-pink-a200 {
  color: #852143;
  background-color: #ffcadc;
}
.list-group-item-c-pink-a200.list-group-item-action:hover, .list-group-item-c-pink-a200.list-group-item-action:focus {
  color: #852143;
  background-color: #ffb1cb;
}
.list-group-item-c-pink-a200.list-group-item-action.active {
  color: #fff;
  background-color: #852143;
  border-color: #852143;
}

.list-group-item-c-pink-a400 {
  color: #7f002d;
  background-color: #fcb8d0;
}
.list-group-item-c-pink-a400.list-group-item-action:hover, .list-group-item-c-pink-a400.list-group-item-action:focus {
  color: #7f002d;
  background-color: #fba0c0;
}
.list-group-item-c-pink-a400.list-group-item-action.active {
  color: #fff;
  background-color: #7f002d;
  border-color: #7f002d;
}

.list-group-item-c-pink-a700 {
  color: #660933;
  background-color: #efbcd3;
}
.list-group-item-c-pink-a700.list-group-item-action:hover, .list-group-item-c-pink-a700.list-group-item-action:focus {
  color: #660933;
  background-color: #eaa7c5;
}
.list-group-item-c-pink-a700.list-group-item-action.active {
  color: #fff;
  background-color: #660933;
  border-color: #660933;
}

.list-group-item-c-purple-50 {
  color: #7e777f;
  background-color: #fcf8fc;
}
.list-group-item-c-purple-50.list-group-item-action:hover, .list-group-item-c-purple-50.list-group-item-action:focus {
  color: #7e777f;
  background-color: #f4e6f4;
}
.list-group-item-c-purple-50.list-group-item-action.active {
  color: #fff;
  background-color: #7e777f;
  border-color: #7e777f;
}

.list-group-item-c-purple-100 {
  color: #756378;
  background-color: #f7edf8;
}
.list-group-item-c-purple-100.list-group-item-action:hover, .list-group-item-c-purple-100.list-group-item-action:focus {
  color: #756378;
  background-color: #efdbf1;
}
.list-group-item-c-purple-100.list-group-item-action.active {
  color: #fff;
  background-color: #756378;
  border-color: #756378;
}

.list-group-item-c-purple-200 {
  color: #6b4c70;
  background-color: #f1e1f4;
}
.list-group-item-c-purple-200.list-group-item-action:hover, .list-group-item-c-purple-200.list-group-item-action:focus {
  color: #6b4c70;
  background-color: #e8ceed;
}
.list-group-item-c-purple-200.list-group-item-action.active {
  color: #fff;
  background-color: #6b4c70;
  border-color: #6b4c70;
}

.list-group-item-c-purple-300 {
  color: #613668;
  background-color: #ecd5f0;
}
.list-group-item-c-purple-300.list-group-item-action:hover, .list-group-item-c-purple-300.list-group-item-action:focus {
  color: #613668;
  background-color: #e4c2e9;
}
.list-group-item-c-purple-300.list-group-item-action.active {
  color: #fff;
  background-color: #613668;
  border-color: #613668;
}

.list-group-item-c-purple-400 {
  color: #592562;
  background-color: #e7cbec;
}
.list-group-item-c-purple-400.list-group-item-action:hover, .list-group-item-c-purple-400.list-group-item-action:focus {
  color: #592562;
  background-color: #deb8e5;
}
.list-group-item-c-purple-400.list-group-item-action.active {
  color: #fff;
  background-color: #592562;
  border-color: #592562;
}

.list-group-item-c-purple-500 {
  color: #51145c;
  background-color: #e3c3e9;
}
.list-group-item-c-purple-500.list-group-item-action:hover, .list-group-item-c-purple-500.list-group-item-action:focus {
  color: #51145c;
  background-color: #dab0e2;
}
.list-group-item-c-purple-500.list-group-item-action.active {
  color: #fff;
  background-color: #51145c;
  border-color: #51145c;
}

.list-group-item-c-purple-600 {
  color: #4a1358;
  background-color: #dfc2e7;
}
.list-group-item-c-purple-600.list-group-item-action:hover, .list-group-item-c-purple-600.list-group-item-action:focus {
  color: #4a1358;
  background-color: #d5b0e0;
}
.list-group-item-c-purple-600.list-group-item-action.active {
  color: #fff;
  background-color: #4a1358;
  border-color: #4a1358;
}

.list-group-item-c-purple-700 {
  color: #401054;
  background-color: #dac0e5;
}
.list-group-item-c-purple-700.list-group-item-action:hover, .list-group-item-c-purple-700.list-group-item-action:focus {
  color: #401054;
  background-color: #cfaede;
}
.list-group-item-c-purple-700.list-group-item-action.active {
  color: #fff;
  background-color: #401054;
  border-color: #401054;
}

.list-group-item-c-purple-800 {
  color: #370e50;
  background-color: #d5bfe3;
}
.list-group-item-c-purple-800.list-group-item-action:hover, .list-group-item-c-purple-800.list-group-item-action:focus {
  color: #370e50;
  background-color: #c9addb;
}
.list-group-item-c-purple-800.list-group-item-action.active {
  color: #fff;
  background-color: #370e50;
  border-color: #370e50;
}

.list-group-item-c-purple-900 {
  color: #260a49;
  background-color: #ccbddf;
}
.list-group-item-c-purple-900.list-group-item-action:hover, .list-group-item-c-purple-900.list-group-item-action:focus {
  color: #260a49;
  background-color: #bfacd7;
}
.list-group-item-c-purple-900.list-group-item-action.active {
  color: #fff;
  background-color: #260a49;
  border-color: #260a49;
}

.list-group-item-c-purple-a100 {
  color: #7a4383;
  background-color: #f9dbfe;
}
.list-group-item-c-purple-a100.list-group-item-action:hover, .list-group-item-c-purple-a100.list-group-item-action:focus {
  color: #7a4383;
  background-color: #f5c2fd;
}
.list-group-item-c-purple-a100.list-group-item-action.active {
  color: #fff;
  background-color: #7a4383;
  border-color: #7a4383;
}

.list-group-item-c-purple-a200 {
  color: #742183;
  background-color: #f6cafe;
}
.list-group-item-c-purple-a200.list-group-item-action:hover, .list-group-item-c-purple-a200.list-group-item-action:focus {
  color: #742183;
  background-color: #f2b1fe;
}
.list-group-item-c-purple-a200.list-group-item-action.active {
  color: #fff;
  background-color: #742183;
  border-color: #742183;
}

.list-group-item-c-purple-a400 {
  color: #6f0081;
  background-color: #f3b8fd;
}
.list-group-item-c-purple-a400.list-group-item-action:hover, .list-group-item-c-purple-a400.list-group-item-action:focus {
  color: #6f0081;
  background-color: #ef9ffc;
}
.list-group-item-c-purple-a400.list-group-item-action.active {
  color: #fff;
  background-color: #6f0081;
  border-color: #6f0081;
}

.list-group-item-c-purple-a700 {
  color: #580085;
  background-color: #e7b8ff;
}
.list-group-item-c-purple-a700.list-group-item-action:hover, .list-group-item-c-purple-a700.list-group-item-action:focus {
  color: #580085;
  background-color: #de9fff;
}
.list-group-item-c-purple-a700.list-group-item-action.active {
  color: #fff;
  background-color: #580085;
  border-color: #580085;
}

.list-group-item-c-deep-purple-50 {
  color: #7b7880;
  background-color: #faf8fc;
}
.list-group-item-c-deep-purple-50.list-group-item-action:hover, .list-group-item-c-deep-purple-50.list-group-item-action:focus {
  color: #7b7880;
  background-color: #ede6f4;
}
.list-group-item-c-deep-purple-50.list-group-item-action.active {
  color: #fff;
  background-color: #7b7880;
  border-color: #7b7880;
}

.list-group-item-c-deep-purple-100 {
  color: #6d6679;
  background-color: #f2eef9;
}
.list-group-item-c-deep-purple-100.list-group-item-action:hover, .list-group-item-c-deep-purple-100.list-group-item-action:focus {
  color: #6d6679;
  background-color: #e4dbf2;
}
.list-group-item-c-deep-purple-100.list-group-item-action.active {
  color: #fff;
  background-color: #6d6679;
  border-color: #6d6679;
}

.list-group-item-c-deep-purple-200 {
  color: #5d5272;
  background-color: #eae4f5;
}
.list-group-item-c-deep-purple-200.list-group-item-action:hover, .list-group-item-c-deep-purple-200.list-group-item-action:focus {
  color: #5d5272;
  background-color: #dcd1ee;
}
.list-group-item-c-deep-purple-200.list-group-item-action.active {
  color: #fff;
  background-color: #5d5272;
  border-color: #5d5272;
}

.list-group-item-c-deep-purple-300 {
  color: #4d3d6b;
  background-color: #e1d8f1;
}
.list-group-item-c-deep-purple-300.list-group-item-action:hover, .list-group-item-c-deep-purple-300.list-group-item-action:focus {
  color: #4d3d6b;
  background-color: #d3c5ea;
}
.list-group-item-c-deep-purple-300.list-group-item-action.active {
  color: #fff;
  background-color: #4d3d6b;
  border-color: #4d3d6b;
}

.list-group-item-c-deep-purple-400 {
  color: #422d65;
  background-color: #dbd0ee;
}
.list-group-item-c-deep-purple-400.list-group-item-action:hover, .list-group-item-c-deep-purple-400.list-group-item-action:focus {
  color: #422d65;
  background-color: #cdbde7;
}
.list-group-item-c-deep-purple-400.list-group-item-action.active {
  color: #fff;
  background-color: #422d65;
  border-color: #422d65;
}

.list-group-item-c-deep-purple-500 {
  color: #361e5f;
  background-color: #d4c8eb;
}
.list-group-item-c-deep-purple-500.list-group-item-action:hover, .list-group-item-c-deep-purple-500.list-group-item-action:focus {
  color: #361e5f;
  background-color: #c5b5e4;
}
.list-group-item-c-deep-purple-500.list-group-item-action.active {
  color: #fff;
  background-color: #361e5f;
  border-color: #361e5f;
}

.list-group-item-c-deep-purple-600 {
  color: #311c5c;
  background-color: #d2c6e9;
}
.list-group-item-c-deep-purple-600.list-group-item-action:hover, .list-group-item-c-deep-purple-600.list-group-item-action:focus {
  color: #311c5c;
  background-color: #c3b4e2;
}
.list-group-item-c-deep-purple-600.list-group-item-action.active {
  color: #fff;
  background-color: #311c5c;
  border-color: #311c5c;
}

.list-group-item-c-deep-purple-700 {
  color: #2a1757;
  background-color: #cec4e7;
}
.list-group-item-c-deep-purple-700.list-group-item-action:hover, .list-group-item-c-deep-purple-700.list-group-item-action:focus {
  color: #2a1757;
  background-color: #bfb2e0;
}
.list-group-item-c-deep-purple-700.list-group-item-action.active {
  color: #fff;
  background-color: #2a1757;
  border-color: #2a1757;
}

.list-group-item-c-deep-purple-800 {
  color: #241453;
  background-color: #cbc3e4;
}
.list-group-item-c-deep-purple-800.list-group-item-action:hover, .list-group-item-c-deep-purple-800.list-group-item-action:focus {
  color: #241453;
  background-color: #bcb1dc;
}
.list-group-item-c-deep-purple-800.list-group-item-action.active {
  color: #fff;
  background-color: #241453;
  border-color: #241453;
}

.list-group-item-c-deep-purple-900 {
  color: #190e4c;
  background-color: #c5bfe0;
}
.list-group-item-c-deep-purple-900.list-group-item-action:hover, .list-group-item-c-deep-purple-900.list-group-item-action:focus {
  color: #190e4c;
  background-color: #b5aed8;
}
.list-group-item-c-deep-purple-900.list-group-item-action.active {
  color: #fff;
  background-color: #190e4c;
  border-color: #190e4c;
}

.list-group-item-c-deep-purple-a100 {
  color: #5d4785;
  background-color: #eadeff;
}
.list-group-item-c-deep-purple-a100.list-group-item-action:hover, .list-group-item-c-deep-purple-a100.list-group-item-action:focus {
  color: #5d4785;
  background-color: #dac5ff;
}
.list-group-item-c-deep-purple-a100.list-group-item-action.active {
  color: #fff;
  background-color: #5d4785;
  border-color: #5d4785;
}

.list-group-item-c-deep-purple-a200 {
  color: #402885;
  background-color: #dacdff;
}
.list-group-item-c-deep-purple-a200.list-group-item-action:hover, .list-group-item-c-deep-purple-a200.list-group-item-action:focus {
  color: #402885;
  background-color: #c7b4ff;
}
.list-group-item-c-deep-purple-a200.list-group-item-action.active {
  color: #fff;
  background-color: #402885;
  border-color: #402885;
}

.list-group-item-c-deep-purple-a400 {
  color: #351085;
  background-color: #d4c0ff;
}
.list-group-item-c-deep-purple-a400.list-group-item-action:hover, .list-group-item-c-deep-purple-a400.list-group-item-action:focus {
  color: #351085;
  background-color: #c3a7ff;
}
.list-group-item-c-deep-purple-a400.list-group-item-action.active {
  color: #fff;
  background-color: #351085;
  border-color: #351085;
}

.list-group-item-c-deep-purple-a700 {
  color: #33007a;
  background-color: #d3b8f9;
}
.list-group-item-c-deep-purple-a700.list-group-item-action:hover, .list-group-item-c-deep-purple-a700.list-group-item-action:focus {
  color: #33007a;
  background-color: #c4a0f7;
}
.list-group-item-c-deep-purple-a700.list-group-item-action.active {
  color: #fff;
  background-color: #33007a;
  border-color: #33007a;
}

.list-group-item-c-indigo-50 {
  color: #797a80;
  background-color: #f9f9fc;
}
.list-group-item-c-indigo-50.list-group-item-action:hover, .list-group-item-c-indigo-50.list-group-item-action:focus {
  color: #797a80;
  background-color: #e8e8f4;
}
.list-group-item-c-indigo-50.list-group-item-action.active {
  color: #fff;
  background-color: #797a80;
  border-color: #797a80;
}

.list-group-item-c-indigo-100 {
  color: #666979;
  background-color: #eff0f9;
}
.list-group-item-c-indigo-100.list-group-item-action:hover, .list-group-item-c-indigo-100.list-group-item-action:focus {
  color: #666979;
  background-color: #dcdff2;
}
.list-group-item-c-indigo-100.list-group-item-action.active {
  color: #fff;
  background-color: #666979;
  border-color: #666979;
}

.list-group-item-c-indigo-200 {
  color: #535771;
  background-color: #e4e7f5;
}
.list-group-item-c-indigo-200.list-group-item-action:hover, .list-group-item-c-indigo-200.list-group-item-action:focus {
  color: #535771;
  background-color: #d1d6ee;
}
.list-group-item-c-indigo-200.list-group-item-action.active {
  color: #fff;
  background-color: #535771;
  border-color: #535771;
}

.list-group-item-c-indigo-300 {
  color: #3f466a;
  background-color: #d9ddf0;
}
.list-group-item-c-indigo-300.list-group-item-action:hover, .list-group-item-c-indigo-300.list-group-item-action:focus {
  color: #3f466a;
  background-color: #c7cde9;
}
.list-group-item-c-indigo-300.list-group-item-action.active {
  color: #fff;
  background-color: #3f466a;
  border-color: #3f466a;
}

.list-group-item-c-indigo-400 {
  color: #303864;
  background-color: #d1d6ed;
}
.list-group-item-c-indigo-400.list-group-item-action:hover, .list-group-item-c-indigo-400.list-group-item-action:focus {
  color: #303864;
  background-color: #bfc6e6;
}
.list-group-item-c-indigo-400.list-group-item-action.active {
  color: #fff;
  background-color: #303864;
  border-color: #303864;
}

.list-group-item-c-indigo-500 {
  color: #212a5e;
  background-color: #c9ceea;
}
.list-group-item-c-indigo-500.list-group-item-action:hover, .list-group-item-c-indigo-500.list-group-item-action:focus {
  color: #212a5e;
  background-color: #b7bde3;
}
.list-group-item-c-indigo-500.list-group-item-action.active {
  color: #fff;
  background-color: #212a5e;
  border-color: #212a5e;
}

.list-group-item-c-indigo-600 {
  color: #1e2659;
  background-color: #c8cce7;
}
.list-group-item-c-indigo-600.list-group-item-action:hover, .list-group-item-c-indigo-600.list-group-item-action:focus {
  color: #1e2659;
  background-color: #b6bcdf;
}
.list-group-item-c-indigo-600.list-group-item-action.active {
  color: #fff;
  background-color: #1e2659;
  border-color: #1e2659;
}

.list-group-item-c-indigo-700 {
  color: #192153;
  background-color: #c5c9e4;
}
.list-group-item-c-indigo-700.list-group-item-action:hover, .list-group-item-c-indigo-700.list-group-item-action:focus {
  color: #192153;
  background-color: #b4b9dc;
}
.list-group-item-c-indigo-700.list-group-item-action.active {
  color: #fff;
  background-color: #192153;
  border-color: #192153;
}

.list-group-item-c-indigo-800 {
  color: #151c4c;
  background-color: #c3c6e1;
}
.list-group-item-c-indigo-800.list-group-item-action:hover, .list-group-item-c-indigo-800.list-group-item-action:focus {
  color: #151c4c;
  background-color: #b2b6d9;
}
.list-group-item-c-indigo-800.list-group-item-action.active {
  color: #fff;
  background-color: #151c4c;
  border-color: #151c4c;
}

.list-group-item-c-indigo-900 {
  color: #0e1242;
  background-color: #bfc1db;
}
.list-group-item-c-indigo-900.list-group-item-action:hover, .list-group-item-c-indigo-900.list-group-item-action:focus {
  color: #0e1242;
  background-color: #afb1d2;
}
.list-group-item-c-indigo-900.list-group-item-action.active {
  color: #fff;
  background-color: #0e1242;
  border-color: #0e1242;
}

.list-group-item-c-indigo-a100 {
  color: #495285;
  background-color: #dfe4ff;
}
.list-group-item-c-indigo-a100.list-group-item-action:hover, .list-group-item-c-indigo-a100.list-group-item-action:focus {
  color: #495285;
  background-color: #c6ceff;
}
.list-group-item-c-indigo-a100.list-group-item-action.active {
  color: #fff;
  background-color: #495285;
  border-color: #495285;
}

.list-group-item-c-indigo-a200 {
  color: #2b3984;
  background-color: #cfd6ff;
}
.list-group-item-c-indigo-a200.list-group-item-action:hover, .list-group-item-c-indigo-a200.list-group-item-action:focus {
  color: #2b3984;
  background-color: #b6c0ff;
}
.list-group-item-c-indigo-a200.list-group-item-action.active {
  color: #fff;
  background-color: #2b3984;
  border-color: #2b3984;
}

.list-group-item-c-indigo-a400 {
  color: #202f84;
  background-color: #c9d1ff;
}
.list-group-item-c-indigo-a400.list-group-item-action:hover, .list-group-item-c-indigo-a400.list-group-item-action:focus {
  color: #202f84;
  background-color: #b0bbff;
}
.list-group-item-c-indigo-a400.list-group-item-action.active {
  color: #fff;
  background-color: #202f84;
  border-color: #202f84;
}

.list-group-item-c-indigo-a700 {
  color: #192984;
  background-color: #c5ceff;
}
.list-group-item-c-indigo-a700.list-group-item-action:hover, .list-group-item-c-indigo-a700.list-group-item-action:focus {
  color: #192984;
  background-color: #acb8ff;
}
.list-group-item-c-indigo-a700.list-group-item-action.active {
  color: #fff;
  background-color: #192984;
  border-color: #192984;
}

.list-group-item-c-blue-50 {
  color: #767e84;
  background-color: #f7fbfe;
}
.list-group-item-c-blue-50.list-group-item-action:hover, .list-group-item-c-blue-50.list-group-item-action:focus {
  color: #767e84;
  background-color: #e0f0fb;
}
.list-group-item-c-blue-50.list-group-item-action.active {
  color: #fff;
  background-color: #767e84;
  border-color: #767e84;
}

.list-group-item-c-blue-100 {
  color: #617383;
  background-color: #ecf6fe;
}
.list-group-item-c-blue-100.list-group-item-action:hover, .list-group-item-c-blue-100.list-group-item-action:focus {
  color: #617383;
  background-color: #d4ebfd;
}
.list-group-item-c-blue-100.list-group-item-action.active {
  color: #fff;
  background-color: #617383;
  border-color: #617383;
}

.list-group-item-c-blue-200 {
  color: #4b6981;
  background-color: #e0f0fd;
}
.list-group-item-c-blue-200.list-group-item-action:hover, .list-group-item-c-blue-200.list-group-item-action:focus {
  color: #4b6981;
  background-color: #c8e4fb;
}
.list-group-item-c-blue-200.list-group-item-action.active {
  color: #fff;
  background-color: #4b6981;
  border-color: #4b6981;
}

.list-group-item-c-blue-300 {
  color: #345e80;
  background-color: #d4eafc;
}
.list-group-item-c-blue-300.list-group-item-action:hover, .list-group-item-c-blue-300.list-group-item-action:focus {
  color: #345e80;
  background-color: #bcdefa;
}
.list-group-item-c-blue-300.list-group-item-action.active {
  color: #fff;
  background-color: #345e80;
  border-color: #345e80;
}

.list-group-item-c-blue-400 {
  color: #22567f;
  background-color: #cae6fc;
}
.list-group-item-c-blue-400.list-group-item-action:hover, .list-group-item-c-blue-400.list-group-item-action:focus {
  color: #22567f;
  background-color: #b2dbfb;
}
.list-group-item-c-blue-400.list-group-item-action.active {
  color: #fff;
  background-color: #22567f;
  border-color: #22567f;
}

.list-group-item-c-blue-500 {
  color: #114e7e;
  background-color: #c1e2fc;
}
.list-group-item-c-blue-500.list-group-item-action:hover, .list-group-item-c-blue-500.list-group-item-action:focus {
  color: #114e7e;
  background-color: #a9d7fb;
}
.list-group-item-c-blue-500.list-group-item-action.active {
  color: #fff;
  background-color: #114e7e;
  border-color: #114e7e;
}

.list-group-item-c-blue-600 {
  color: #104777;
  background-color: #c0def8;
}
.list-group-item-c-blue-600.list-group-item-action:hover, .list-group-item-c-blue-600.list-group-item-action:focus {
  color: #104777;
  background-color: #a9d2f5;
}
.list-group-item-c-blue-600.list-group-item-action.active {
  color: #fff;
  background-color: #104777;
  border-color: #104777;
}

.list-group-item-c-blue-700 {
  color: #0d3d6d;
  background-color: #bfd9f2;
}
.list-group-item-c-blue-700.list-group-item-action:hover, .list-group-item-c-blue-700.list-group-item-action:focus {
  color: #0d3d6d;
  background-color: #aaccee;
}
.list-group-item-c-blue-700.list-group-item-action.active {
  color: #fff;
  background-color: #0d3d6d;
  border-color: #0d3d6d;
}

.list-group-item-c-blue-800 {
  color: #0b3564;
  background-color: #bdd4ed;
}
.list-group-item-c-blue-800.list-group-item-action:hover, .list-group-item-c-blue-800.list-group-item-action:focus {
  color: #0b3564;
  background-color: #a9c7e8;
}
.list-group-item-c-blue-800.list-group-item-action.active {
  color: #fff;
  background-color: #0b3564;
  border-color: #0b3564;
}

.list-group-item-c-blue-900 {
  color: #072554;
  background-color: #bbcbe5;
}
.list-group-item-c-blue-900.list-group-item-action:hover, .list-group-item-c-blue-900.list-group-item-action:focus {
  color: #072554;
  background-color: #a9bdde;
}
.list-group-item-c-blue-900.list-group-item-action.active {
  color: #fff;
  background-color: #072554;
  border-color: #072554;
}

.list-group-item-c-blue-a100 {
  color: #445c85;
  background-color: #dce9ff;
}
.list-group-item-c-blue-a100.list-group-item-action:hover, .list-group-item-c-blue-a100.list-group-item-action:focus {
  color: #445c85;
  background-color: #c3d9ff;
}
.list-group-item-c-blue-a100.list-group-item-action.active {
  color: #fff;
  background-color: #445c85;
  border-color: #445c85;
}

.list-group-item-c-blue-a200 {
  color: #234885;
  background-color: #cbdeff;
}
.list-group-item-c-blue-a200.list-group-item-action:hover, .list-group-item-c-blue-a200.list-group-item-action:focus {
  color: #234885;
  background-color: #b2ceff;
}
.list-group-item-c-blue-a200.list-group-item-action.active {
  color: #fff;
  background-color: #234885;
  border-color: #234885;
}

.list-group-item-c-blue-a400 {
  color: #153f85;
  background-color: #c3d9ff;
}
.list-group-item-c-blue-a400.list-group-item-action:hover, .list-group-item-c-blue-a400.list-group-item-action:focus {
  color: #153f85;
  background-color: #aac9ff;
}
.list-group-item-c-blue-a400.list-group-item-action.active {
  color: #fff;
  background-color: #153f85;
  border-color: #153f85;
}

.list-group-item-c-blue-a700 {
  color: #153385;
  background-color: #c3d3ff;
}
.list-group-item-c-blue-a700.list-group-item-action:hover, .list-group-item-c-blue-a700.list-group-item-action:focus {
  color: #153385;
  background-color: #aac0ff;
}
.list-group-item-c-blue-a700.list-group-item-action.active {
  color: #fff;
  background-color: #153385;
  border-color: #153385;
}

.list-group-item-c-light-blue-50 {
  color: #757f84;
  background-color: #f7fcff;
}
.list-group-item-c-light-blue-50.list-group-item-action:hover, .list-group-item-c-light-blue-50.list-group-item-action:focus {
  color: #757f84;
  background-color: #def2ff;
}
.list-group-item-c-light-blue-50.list-group-item-action.active {
  color: #fff;
  background-color: #757f84;
  border-color: #757f84;
}

.list-group-item-c-light-blue-100 {
  color: #5d7783;
  background-color: #eaf8fe;
}
.list-group-item-c-light-blue-100.list-group-item-action:hover, .list-group-item-c-light-blue-100.list-group-item-action:focus {
  color: #5d7783;
  background-color: #d2f0fd;
}
.list-group-item-c-light-blue-100.list-group-item-action.active {
  color: #fff;
  background-color: #5d7783;
  border-color: #5d7783;
}

.list-group-item-c-light-blue-200 {
  color: #436e82;
  background-color: #dcf3fe;
}
.list-group-item-c-light-blue-200.list-group-item-action:hover, .list-group-item-c-light-blue-200.list-group-item-action:focus {
  color: #436e82;
  background-color: #c3ebfd;
}
.list-group-item-c-light-blue-200.list-group-item-action.active {
  color: #fff;
  background-color: #436e82;
  border-color: #436e82;
}

.list-group-item-c-light-blue-300 {
  color: #296580;
  background-color: #ceeefd;
}
.list-group-item-c-light-blue-300.list-group-item-action:hover, .list-group-item-c-light-blue-300.list-group-item-action:focus {
  color: #296580;
  background-color: #b6e6fc;
}
.list-group-item-c-light-blue-300.list-group-item-action.active {
  color: #fff;
  background-color: #296580;
  border-color: #296580;
}

.list-group-item-c-light-blue-400 {
  color: #155f80;
  background-color: #c3ebfc;
}
.list-group-item-c-light-blue-400.list-group-item-action:hover, .list-group-item-c-light-blue-400.list-group-item-action:focus {
  color: #155f80;
  background-color: #abe3fb;
}
.list-group-item-c-light-blue-400.list-group-item-action.active {
  color: #fff;
  background-color: #155f80;
  border-color: #155f80;
}

.list-group-item-c-light-blue-500 {
  color: #02587f;
  background-color: #b8e7fc;
}
.list-group-item-c-light-blue-500.list-group-item-action:hover, .list-group-item-c-light-blue-500.list-group-item-action:focus {
  color: #02587f;
  background-color: #a0dffb;
}
.list-group-item-c-light-blue-500.list-group-item-action.active {
  color: #fff;
  background-color: #02587f;
  border-color: #02587f;
}

.list-group-item-c-light-blue-600 {
  color: #025177;
  background-color: #b8e3f8;
}
.list-group-item-c-light-blue-600.list-group-item-action:hover, .list-group-item-c-light-blue-600.list-group-item-action:focus {
  color: #025177;
  background-color: #a1daf6;
}
.list-group-item-c-light-blue-600.list-group-item-action.active {
  color: #fff;
  background-color: #025177;
  border-color: #025177;
}

.list-group-item-c-light-blue-700 {
  color: #01476d;
  background-color: #b8def2;
}
.list-group-item-c-light-blue-700.list-group-item-action:hover, .list-group-item-c-light-blue-700.list-group-item-action:focus {
  color: #01476d;
  background-color: #a2d4ee;
}
.list-group-item-c-light-blue-700.list-group-item-action.active {
  color: #fff;
  background-color: #01476d;
  border-color: #01476d;
}

.list-group-item-c-light-blue-800 {
  color: #013e62;
  background-color: #b8d9ed;
}
.list-group-item-c-light-blue-800.list-group-item-action:hover, .list-group-item-c-light-blue-800.list-group-item-action:focus {
  color: #013e62;
  background-color: #a4cee8;
}
.list-group-item-c-light-blue-800.list-group-item-action.active {
  color: #fff;
  background-color: #013e62;
  border-color: #013e62;
}

.list-group-item-c-light-blue-900 {
  color: #012d51;
  background-color: #b8d0e3;
}
.list-group-item-c-light-blue-900.list-group-item-action:hover, .list-group-item-c-light-blue-900.list-group-item-action:focus {
  color: #012d51;
  background-color: #a6c4dc;
}
.list-group-item-c-light-blue-900.list-group-item-action.active {
  color: #fff;
  background-color: #012d51;
  border-color: #012d51;
}

.list-group-item-c-light-blue-a100 {
  color: #437085;
  background-color: #dbf4ff;
}
.list-group-item-c-light-blue-a100.list-group-item-action:hover, .list-group-item-c-light-blue-a100.list-group-item-action:focus {
  color: #437085;
  background-color: #c2ecff;
}
.list-group-item-c-light-blue-a100.list-group-item-action.active {
  color: #fff;
  background-color: #437085;
  border-color: #437085;
}

.list-group-item-c-light-blue-a200 {
  color: #216685;
  background-color: #caeeff;
}
.list-group-item-c-light-blue-a200.list-group-item-action:hover, .list-group-item-c-light-blue-a200.list-group-item-action:focus {
  color: #216685;
  background-color: #b1e6ff;
}
.list-group-item-c-light-blue-a200.list-group-item-action.active {
  color: #fff;
  background-color: #216685;
  border-color: #216685;
}

.list-group-item-c-light-blue-a400 {
  color: #005c85;
  background-color: #b8e9ff;
}
.list-group-item-c-light-blue-a400.list-group-item-action:hover, .list-group-item-c-light-blue-a400.list-group-item-action:focus {
  color: #005c85;
  background-color: #9fe1ff;
}
.list-group-item-c-light-blue-a400.list-group-item-action.active {
  color: #fff;
  background-color: #005c85;
  border-color: #005c85;
}

.list-group-item-c-light-blue-a700 {
  color: #004b7a;
  background-color: #b8e0f9;
}
.list-group-item-c-light-blue-a700.list-group-item-action:hover, .list-group-item-c-light-blue-a700.list-group-item-action:focus {
  color: #004b7a;
  background-color: #a0d6f7;
}
.list-group-item-c-light-blue-a700.list-group-item-action.active {
  color: #fff;
  background-color: #004b7a;
  border-color: #004b7a;
}

.list-group-item-c-cyan-50 {
  color: #748082;
  background-color: #f6fdfe;
}
.list-group-item-c-cyan-50.list-group-item-action:hover, .list-group-item-c-cyan-50.list-group-item-action:focus {
  color: #748082;
  background-color: #dff8fb;
}
.list-group-item-c-cyan-50.list-group-item-action.active {
  color: #fff;
  background-color: #748082;
  border-color: #748082;
}

.list-group-item-c-cyan-100 {
  color: #5d7a7e;
  background-color: #e9f9fb;
}
.list-group-item-c-cyan-100.list-group-item-action:hover, .list-group-item-c-cyan-100.list-group-item-action:focus {
  color: #5d7a7e;
  background-color: #d3f3f7;
}
.list-group-item-c-cyan-100.list-group-item-action.active {
  color: #fff;
  background-color: #5d7a7e;
  border-color: #5d7a7e;
}

.list-group-item-c-cyan-200 {
  color: #43737a;
  background-color: #dbf6f9;
}
.list-group-item-c-cyan-200.list-group-item-action:hover, .list-group-item-c-cyan-200.list-group-item-action:focus {
  color: #43737a;
  background-color: #c5f1f5;
}
.list-group-item-c-cyan-200.list-group-item-action.active {
  color: #fff;
  background-color: #43737a;
  border-color: #43737a;
}

.list-group-item-c-cyan-300 {
  color: #286c75;
  background-color: #cdf2f7;
}
.list-group-item-c-cyan-300.list-group-item-action:hover, .list-group-item-c-cyan-300.list-group-item-action:focus {
  color: #286c75;
  background-color: #b7ecf3;
}
.list-group-item-c-cyan-300.list-group-item-action.active {
  color: #fff;
  background-color: #286c75;
  border-color: #286c75;
}

.list-group-item-c-cyan-400 {
  color: #146771;
  background-color: #c2eff5;
}
.list-group-item-c-cyan-400.list-group-item-action:hover, .list-group-item-c-cyan-400.list-group-item-action:focus {
  color: #146771;
  background-color: #ace9f1;
}
.list-group-item-c-cyan-400.list-group-item-action.active {
  color: #fff;
  background-color: #146771;
  border-color: #146771;
}

.list-group-item-c-cyan-500 {
  color: #00626e;
  background-color: #b8ecf3;
}
.list-group-item-c-cyan-500.list-group-item-action:hover, .list-group-item-c-cyan-500.list-group-item-action:focus {
  color: #00626e;
  background-color: #a2e6ef;
}
.list-group-item-c-cyan-500.list-group-item-action.active {
  color: #fff;
  background-color: #00626e;
  border-color: #00626e;
}

.list-group-item-c-cyan-600 {
  color: #005964;
  background-color: #b8e8ee;
}
.list-group-item-c-cyan-600.list-group-item-action:hover, .list-group-item-c-cyan-600.list-group-item-action:focus {
  color: #005964;
  background-color: #a3e1e9;
}
.list-group-item-c-cyan-600.list-group-item-action.active {
  color: #fff;
  background-color: #005964;
  border-color: #005964;
}

.list-group-item-c-cyan-700 {
  color: #004f57;
  background-color: #b8e2e6;
}
.list-group-item-c-cyan-700.list-group-item-action:hover, .list-group-item-c-cyan-700.list-group-item-action:focus {
  color: #004f57;
  background-color: #a5dadf;
}
.list-group-item-c-cyan-700.list-group-item-action.active {
  color: #fff;
  background-color: #004f57;
  border-color: #004f57;
}

.list-group-item-c-cyan-800 {
  color: #00444a;
  background-color: #b8dce0;
}
.list-group-item-c-cyan-800.list-group-item-action:hover, .list-group-item-c-cyan-800.list-group-item-action:focus {
  color: #00444a;
  background-color: #a6d3d8;
}
.list-group-item-c-cyan-800.list-group-item-action.active {
  color: #fff;
  background-color: #00444a;
  border-color: #00444a;
}

.list-group-item-c-cyan-900 {
  color: #003234;
  background-color: #b8d2d4;
}
.list-group-item-c-cyan-900.list-group-item-action:hover, .list-group-item-c-cyan-900.list-group-item-action:focus {
  color: #003234;
  background-color: #a8c8ca;
}
.list-group-item-c-cyan-900.list-group-item-action.active {
  color: #fff;
  background-color: #003234;
  border-color: #003234;
}

.list-group-item-c-cyan-a100 {
  color: #458585;
  background-color: #ddffff;
}
.list-group-item-c-cyan-a100.list-group-item-action:hover, .list-group-item-c-cyan-a100.list-group-item-action:focus {
  color: #458585;
  background-color: #c4ffff;
}
.list-group-item-c-cyan-a100.list-group-item-action.active {
  color: #fff;
  background-color: #458585;
  border-color: #458585;
}

.list-group-item-c-cyan-a200 {
  color: #0c8585;
  background-color: #beffff;
}
.list-group-item-c-cyan-a200.list-group-item-action:hover, .list-group-item-c-cyan-a200.list-group-item-action:focus {
  color: #0c8585;
  background-color: #a5ffff;
}
.list-group-item-c-cyan-a200.list-group-item-action.active {
  color: #fff;
  background-color: #0c8585;
  border-color: #0c8585;
}

.list-group-item-c-cyan-a400 {
  color: #007785;
  background-color: #b8f8ff;
}
.list-group-item-c-cyan-a400.list-group-item-action:hover, .list-group-item-c-cyan-a400.list-group-item-action:focus {
  color: #007785;
  background-color: #9ff5ff;
}
.list-group-item-c-cyan-a400.list-group-item-action.active {
  color: #fff;
  background-color: #007785;
  border-color: #007785;
}

.list-group-item-c-cyan-a700 {
  color: #00606e;
  background-color: #b8ebf3;
}
.list-group-item-c-cyan-a700.list-group-item-action:hover, .list-group-item-c-cyan-a700.list-group-item-action:focus {
  color: #00606e;
  background-color: #a2e5ef;
}
.list-group-item-c-cyan-a700.list-group-item-action.active {
  color: #fff;
  background-color: #00606e;
  border-color: #00606e;
}

.list-group-item-c-teal-50 {
  color: #747e7d;
  background-color: #f6fbfb;
}
.list-group-item-c-teal-50.list-group-item-action:hover, .list-group-item-c-teal-50.list-group-item-action:focus {
  color: #747e7d;
  background-color: #e4f3f3;
}
.list-group-item-c-teal-50.list-group-item-action.active {
  color: #fff;
  background-color: #747e7d;
  border-color: #747e7d;
}

.list-group-item-c-teal-100 {
  color: #5d7472;
  background-color: #e9f6f5;
}
.list-group-item-c-teal-100.list-group-item-action:hover, .list-group-item-c-teal-100.list-group-item-action:focus {
  color: #5d7472;
  background-color: #d7efed;
}
.list-group-item-c-teal-100.list-group-item-action.active {
  color: #fff;
  background-color: #5d7472;
  border-color: #5d7472;
}

.list-group-item-c-teal-200 {
  color: #436a66;
  background-color: #dbf0ee;
}
.list-group-item-c-teal-200.list-group-item-action:hover, .list-group-item-c-teal-200.list-group-item-action:focus {
  color: #436a66;
  background-color: #c9e9e6;
}
.list-group-item-c-teal-200.list-group-item-action.active {
  color: #fff;
  background-color: #436a66;
  border-color: #436a66;
}

.list-group-item-c-teal-300 {
  color: #285f59;
  background-color: #cdebe8;
}
.list-group-item-c-teal-300.list-group-item-action:hover, .list-group-item-c-teal-300.list-group-item-action:focus {
  color: #285f59;
  background-color: #bbe4e0;
}
.list-group-item-c-teal-300.list-group-item-action.active {
  color: #fff;
  background-color: #285f59;
  border-color: #285f59;
}

.list-group-item-c-teal-400 {
  color: #145650;
  background-color: #c2e6e3;
}
.list-group-item-c-teal-400.list-group-item-action:hover, .list-group-item-c-teal-400.list-group-item-action:focus {
  color: #145650;
  background-color: #b0dfdb;
}
.list-group-item-c-teal-400.list-group-item-action.active {
  color: #fff;
  background-color: #145650;
  border-color: #145650;
}

.list-group-item-c-teal-500 {
  color: #145650;
  background-color: #c2e6e3;
}
.list-group-item-c-teal-500.list-group-item-action:hover, .list-group-item-c-teal-500.list-group-item-action:focus {
  color: #145650;
  background-color: #b0dfdb;
}
.list-group-item-c-teal-500.list-group-item-action.active {
  color: #fff;
  background-color: #145650;
  border-color: #145650;
}

.list-group-item-c-teal-600 {
  color: #004740;
  background-color: #b8deda;
}
.list-group-item-c-teal-600.list-group-item-action:hover, .list-group-item-c-teal-600.list-group-item-action:focus {
  color: #004740;
  background-color: #a7d6d1;
}
.list-group-item-c-teal-600.list-group-item-action.active {
  color: #fff;
  background-color: #004740;
  border-color: #004740;
}

.list-group-item-c-teal-700 {
  color: #003f38;
  background-color: #b8d9d6;
}
.list-group-item-c-teal-700.list-group-item-action:hover, .list-group-item-c-teal-700.list-group-item-action:focus {
  color: #003f38;
  background-color: #a7d0cc;
}
.list-group-item-c-teal-700.list-group-item-action.active {
  color: #fff;
  background-color: #003f38;
  border-color: #003f38;
}

.list-group-item-c-teal-800 {
  color: #003730;
  background-color: #b8d5d1;
}
.list-group-item-c-teal-800.list-group-item-action:hover, .list-group-item-c-teal-800.list-group-item-action:focus {
  color: #003730;
  background-color: #a8ccc7;
}
.list-group-item-c-teal-800.list-group-item-action.active {
  color: #fff;
  background-color: #003730;
  border-color: #003730;
}

.list-group-item-c-teal-900 {
  color: #002821;
  background-color: #b8cdca;
}
.list-group-item-c-teal-900.list-group-item-action:hover, .list-group-item-c-teal-900.list-group-item-action:focus {
  color: #002821;
  background-color: #a9c2bf;
}
.list-group-item-c-teal-900.list-group-item-action.active {
  color: #fff;
  background-color: #002821;
  border-color: #002821;
}

.list-group-item-c-teal-a100 {
  color: #57857a;
  background-color: #e6fff9;
}
.list-group-item-c-teal-a100.list-group-item-action:hover, .list-group-item-c-teal-a100.list-group-item-action:focus {
  color: #57857a;
  background-color: #cdfff3;
}
.list-group-item-c-teal-a100.list-group-item-action.active {
  color: #fff;
  background-color: #57857a;
  border-color: #57857a;
}

.list-group-item-c-teal-a200 {
  color: #348571;
  background-color: #d4fff5;
}
.list-group-item-c-teal-a200.list-group-item-action:hover, .list-group-item-c-teal-a200.list-group-item-action:focus {
  color: #348571;
  background-color: #bbffef;
}
.list-group-item-c-teal-a200.list-group-item-action.active {
  color: #fff;
  background-color: #348571;
  border-color: #348571;
}

.list-group-item-c-teal-a400 {
  color: #0f795f;
  background-color: #c0f9eb;
}
.list-group-item-c-teal-a400.list-group-item-action:hover, .list-group-item-c-teal-a400.list-group-item-action:focus {
  color: #0f795f;
  background-color: #a9f7e4;
}
.list-group-item-c-teal-a400.list-group-item-action.active {
  color: #fff;
  background-color: #0f795f;
  border-color: #0f795f;
}

.list-group-item-c-teal-a700 {
  color: #006356;
  background-color: #b8ede6;
}
.list-group-item-c-teal-a700.list-group-item-action:hover, .list-group-item-c-teal-a700.list-group-item-action:focus {
  color: #006356;
  background-color: #a4e8df;
}
.list-group-item-c-teal-a700.list-group-item-action.active {
  color: #fff;
  background-color: #006356;
  border-color: #006356;
}

.list-group-item-c-green-50 {
  color: #797f79;
  background-color: #f9fcf9;
}
.list-group-item-c-green-50.list-group-item-action:hover, .list-group-item-c-green-50.list-group-item-action:focus {
  color: #797f79;
  background-color: #e8f4e8;
}
.list-group-item-c-green-50.list-group-item-action.active {
  color: #fff;
  background-color: #797f79;
  border-color: #797f79;
}

.list-group-item-c-green-100 {
  color: #687869;
  background-color: #f0f8f0;
}
.list-group-item-c-green-100.list-group-item-action:hover, .list-group-item-c-green-100.list-group-item-action:focus {
  color: #687869;
  background-color: #dff0df;
}
.list-group-item-c-green-100.list-group-item-action.active {
  color: #fff;
  background-color: #687869;
  border-color: #687869;
}

.list-group-item-c-green-200 {
  color: #566f57;
  background-color: #e6f4e6;
}
.list-group-item-c-green-200.list-group-item-action:hover, .list-group-item-c-green-200.list-group-item-action:focus {
  color: #566f57;
  background-color: #d4ecd4;
}
.list-group-item-c-green-200.list-group-item-action.active {
  color: #fff;
  background-color: #566f57;
  border-color: #566f57;
}

.list-group-item-c-green-300 {
  color: #436745;
  background-color: #dcefdd;
}
.list-group-item-c-green-300.list-group-item-action:hover, .list-group-item-c-green-300.list-group-item-action:focus {
  color: #436745;
  background-color: #cbe7cc;
}
.list-group-item-c-green-300.list-group-item-action.active {
  color: #fff;
  background-color: #436745;
  border-color: #436745;
}

.list-group-item-c-green-400 {
  color: #356137;
  background-color: #d4ecd5;
}
.list-group-item-c-green-400.list-group-item-action:hover, .list-group-item-c-green-400.list-group-item-action:focus {
  color: #356137;
  background-color: #c2e4c4;
}
.list-group-item-c-green-400.list-group-item-action.active {
  color: #fff;
  background-color: #356137;
  border-color: #356137;
}

.list-group-item-c-green-500 {
  color: #285b2a;
  background-color: #cde9ce;
}
.list-group-item-c-green-500.list-group-item-action:hover, .list-group-item-c-green-500.list-group-item-action:focus {
  color: #285b2a;
  background-color: #bbe1bd;
}
.list-group-item-c-green-500.list-group-item-action.active {
  color: #fff;
  background-color: #285b2a;
  border-color: #285b2a;
}

.list-group-item-c-green-600 {
  color: #235325;
  background-color: #cae4cb;
}
.list-group-item-c-green-600.list-group-item-action:hover, .list-group-item-c-green-600.list-group-item-action:focus {
  color: #235325;
  background-color: #b9dbba;
}
.list-group-item-c-green-600.list-group-item-action.active {
  color: #fff;
  background-color: #235325;
  border-color: #235325;
}

.list-group-item-c-green-700 {
  color: #1d4a1f;
  background-color: #c7dfc8;
}
.list-group-item-c-green-700.list-group-item-action:hover, .list-group-item-c-green-700.list-group-item-action:focus {
  color: #1d4a1f;
  background-color: #b7d6b8;
}
.list-group-item-c-green-700.list-group-item-action.active {
  color: #fff;
  background-color: #1d4a1f;
  border-color: #1d4a1f;
}

.list-group-item-c-green-800 {
  color: #18411a;
  background-color: #c4dbc6;
}
.list-group-item-c-green-800.list-group-item-action:hover, .list-group-item-c-green-800.list-group-item-action:focus {
  color: #18411a;
  background-color: #b4d1b7;
}
.list-group-item-c-green-800.list-group-item-action.active {
  color: #fff;
  background-color: #18411a;
  border-color: #18411a;
}

.list-group-item-c-green-900 {
  color: #0e3111;
  background-color: #bfd2c1;
}
.list-group-item-c-green-900.list-group-item-action:hover, .list-group-item-c-green-900.list-group-item-action:focus {
  color: #0e3111;
  background-color: #b0c7b2;
}
.list-group-item-c-green-900.list-group-item-action.active {
  color: #fff;
  background-color: #0e3111;
  border-color: #0e3111;
}

.list-group-item-c-green-a100 {
  color: #608069;
  background-color: #ebfcf0;
}
.list-group-item-c-green-a100.list-group-item-action:hover, .list-group-item-c-green-a100.list-group-item-action:focus {
  color: #608069;
  background-color: #d5f9df;
}
.list-group-item-c-green-a100.list-group-item-action.active {
  color: #fff;
  background-color: #608069;
  border-color: #608069;
}

.list-group-item-c-green-a200 {
  color: #377d5a;
  background-color: #d5fbe8;
}
.list-group-item-c-green-a200.list-group-item-action:hover, .list-group-item-c-green-a200.list-group-item-action:focus {
  color: #377d5a;
  background-color: #bef9db;
}
.list-group-item-c-green-a200.list-group-item-action.active {
  color: #fff;
  background-color: #377d5a;
  border-color: #377d5a;
}

.list-group-item-c-green-a400 {
  color: #00783d;
  background-color: #b8f8d9;
}
.list-group-item-c-green-a400.list-group-item-action:hover, .list-group-item-c-green-a400.list-group-item-action:focus {
  color: #00783d;
  background-color: #a1f6cd;
}
.list-group-item-c-green-a400.list-group-item-action.active {
  color: #fff;
  background-color: #00783d;
  border-color: #00783d;
}

.list-group-item-c-green-a700 {
  color: #00682b;
  background-color: #b8f0cf;
}
.list-group-item-c-green-a700.list-group-item-action:hover, .list-group-item-c-green-a700.list-group-item-action:focus {
  color: #00682b;
  background-color: #a3ecc1;
}
.list-group-item-c-green-a700.list-group-item-action.active {
  color: #fff;
  background-color: #00682b;
  border-color: #00682b;
}

.list-group-item-c-light-green-50 {
  color: #7d8179;
  background-color: #fbfdf9;
}
.list-group-item-c-light-green-50.list-group-item-action:hover, .list-group-item-c-light-green-50.list-group-item-action:focus {
  color: #7d8179;
  background-color: #eef7e6;
}
.list-group-item-c-light-green-50.list-group-item-action.active {
  color: #fff;
  background-color: #7d8179;
  border-color: #7d8179;
}

.list-group-item-c-light-green-100 {
  color: #727b68;
  background-color: #f5faf0;
}
.list-group-item-c-light-green-100.list-group-item-action:hover, .list-group-item-c-light-green-100.list-group-item-action:focus {
  color: #727b68;
  background-color: #e8f4dd;
}
.list-group-item-c-light-green-100.list-group-item-action.active {
  color: #fff;
  background-color: #727b68;
  border-color: #727b68;
}

.list-group-item-c-light-green-200 {
  color: #667556;
  background-color: #eff7e6;
}
.list-group-item-c-light-green-200.list-group-item-action:hover, .list-group-item-c-light-green-200.list-group-item-action:focus {
  color: #667556;
  background-color: #e3f1d3;
}
.list-group-item-c-light-green-200.list-group-item-action.active {
  color: #fff;
  background-color: #667556;
  border-color: #667556;
}

.list-group-item-c-light-green-300 {
  color: #5a6f43;
  background-color: #e8f3dc;
}
.list-group-item-c-light-green-300.list-group-item-action:hover, .list-group-item-c-light-green-300.list-group-item-action:focus {
  color: #5a6f43;
  background-color: #dcecc9;
}
.list-group-item-c-light-green-300.list-group-item-action.active {
  color: #fff;
  background-color: #5a6f43;
  border-color: #5a6f43;
}

.list-group-item-c-light-green-400 {
  color: #516a35;
  background-color: #e3f1d4;
}
.list-group-item-c-light-green-400.list-group-item-action:hover, .list-group-item-c-light-green-400.list-group-item-action:focus {
  color: #516a35;
  background-color: #d6ebc1;
}
.list-group-item-c-light-green-400.list-group-item-action.active {
  color: #fff;
  background-color: #516a35;
  border-color: #516a35;
}

.list-group-item-c-light-green-500 {
  color: #486526;
  background-color: #dfeecc;
}
.list-group-item-c-light-green-500.list-group-item-action:hover, .list-group-item-c-light-green-500.list-group-item-action:focus {
  color: #486526;
  background-color: #d3e8b9;
}
.list-group-item-c-light-green-500.list-group-item-action.active {
  color: #fff;
  background-color: #486526;
  border-color: #486526;
}

.list-group-item-c-light-green-600 {
  color: #405d22;
  background-color: #daeaca;
}
.list-group-item-c-light-green-600.list-group-item-action:hover, .list-group-item-c-light-green-600.list-group-item-action:focus {
  color: #405d22;
  background-color: #cde3b8;
}
.list-group-item-c-light-green-600.list-group-item-action.active {
  color: #fff;
  background-color: #405d22;
  border-color: #405d22;
}

.list-group-item-c-light-green-700 {
  color: #36531d;
  background-color: #d5e4c7;
}
.list-group-item-c-light-green-700.list-group-item-action:hover, .list-group-item-c-light-green-700.list-group-item-action:focus {
  color: #36531d;
  background-color: #c8dcb6;
}
.list-group-item-c-light-green-700.list-group-item-action.active {
  color: #fff;
  background-color: #36531d;
  border-color: #36531d;
}

.list-group-item-c-light-green-800 {
  color: #2c4818;
  background-color: #cfdfc5;
}
.list-group-item-c-light-green-800.list-group-item-action:hover, .list-group-item-c-light-green-800.list-group-item-action:focus {
  color: #2c4818;
  background-color: #c1d6b5;
}
.list-group-item-c-light-green-800.list-group-item-action.active {
  color: #fff;
  background-color: #2c4818;
  border-color: #2c4818;
}

.list-group-item-c-light-green-900 {
  color: #1b3710;
  background-color: #c6d5c0;
}
.list-group-item-c-light-green-900.list-group-item-action:hover, .list-group-item-c-light-green-900.list-group-item-action:focus {
  color: #1b3710;
  background-color: #b8cbb1;
}
.list-group-item-c-light-green-900.list-group-item-action.active {
  color: #fff;
  background-color: #1b3710;
  border-color: #1b3710;
}

.list-group-item-c-light-green-a100 {
  color: #6a854b;
  background-color: #f1ffe0;
}
.list-group-item-c-light-green-a100.list-group-item-action:hover, .list-group-item-c-light-green-a100.list-group-item-action:focus {
  color: #6a854b;
  background-color: #e5ffc7;
}
.list-group-item-c-light-green-a100.list-group-item-action.active {
  color: #fff;
  background-color: #6a854b;
  border-color: #6a854b;
}

.list-group-item-c-lime-50 {
  color: #818378;
  background-color: #fdfef8;
}
.list-group-item-c-lime-50.list-group-item-action:hover, .list-group-item-c-lime-50.list-group-item-action:focus {
  color: #818378;
  background-color: #f7fbe2;
}
.list-group-item-c-lime-50.list-group-item-action.active {
  color: #fff;
  background-color: #818378;
  border-color: #818378;
}

.list-group-item-c-lime-100 {
  color: #7d7f65;
  background-color: #fbfcee;
}
.list-group-item-c-lime-100.list-group-item-action:hover, .list-group-item-c-lime-100.list-group-item-action:focus {
  color: #7d7f65;
  background-color: #f6f8d8;
}
.list-group-item-c-lime-100.list-group-item-action.active {
  color: #fff;
  background-color: #7d7f65;
  border-color: #7d7f65;
}

.list-group-item-c-lime-200 {
  color: #787c51;
  background-color: #f8fae3;
}
.list-group-item-c-lime-200.list-group-item-action:hover, .list-group-item-c-lime-200.list-group-item-action:focus {
  color: #787c51;
  background-color: #f3f6cd;
}
.list-group-item-c-lime-200.list-group-item-action.active {
  color: #fff;
  background-color: #787c51;
  border-color: #787c51;
}

.list-group-item-c-lime-300 {
  color: #72783d;
  background-color: #f5f8d8;
}
.list-group-item-c-lime-300.list-group-item-action:hover, .list-group-item-c-lime-300.list-group-item-action:focus {
  color: #72783d;
  background-color: #eff4c2;
}
.list-group-item-c-lime-300.list-group-item-action.active {
  color: #fff;
  background-color: #72783d;
  border-color: #72783d;
}

.list-group-item-c-lime-400 {
  color: #6e752d;
  background-color: #f3f7d0;
}
.list-group-item-c-lime-400.list-group-item-action:hover, .list-group-item-c-lime-400.list-group-item-action:focus {
  color: #6e752d;
  background-color: #edf3ba;
}
.list-group-item-c-lime-400.list-group-item-action.active {
  color: #fff;
  background-color: #6e752d;
  border-color: #6e752d;
}

.list-group-item-c-lime-500 {
  color: #6b721e;
  background-color: #f1f5c8;
}
.list-group-item-c-lime-500.list-group-item-action:hover, .list-group-item-c-lime-500.list-group-item-action:focus {
  color: #6b721e;
  background-color: #ecf1b2;
}
.list-group-item-c-lime-500.list-group-item-action.active {
  color: #fff;
  background-color: #6b721e;
  border-color: #6b721e;
}

.list-group-item-c-lime-600 {
  color: #64691b;
  background-color: #edf0c6;
}
.list-group-item-c-lime-600.list-group-item-action:hover, .list-group-item-c-lime-600.list-group-item-action:focus {
  color: #64691b;
  background-color: #e7ebb2;
}
.list-group-item-c-lime-600.list-group-item-action.active {
  color: #fff;
  background-color: #64691b;
  border-color: #64691b;
}

.list-group-item-c-lime-700 {
  color: #5b5e16;
  background-color: #e9eac4;
}
.list-group-item-c-lime-700.list-group-item-action:hover, .list-group-item-c-lime-700.list-group-item-action:focus {
  color: #5b5e16;
  background-color: #e2e3b1;
}
.list-group-item-c-lime-700.list-group-item-action.active {
  color: #fff;
  background-color: #5b5e16;
  border-color: #5b5e16;
}

.list-group-item-c-lime-800 {
  color: #525213;
  background-color: #e4e4c2;
}
.list-group-item-c-lime-800.list-group-item-action:hover, .list-group-item-c-lime-800.list-group-item-action:focus {
  color: #525213;
  background-color: #dcdcb0;
}
.list-group-item-c-lime-800.list-group-item-action.active {
  color: #fff;
  background-color: #525213;
  border-color: #525213;
}

.list-group-item-c-lime-900 {
  color: #443e0c;
  background-color: #dcd9be;
}
.list-group-item-c-lime-900.list-group-item-action:hover, .list-group-item-c-lime-900.list-group-item-action:focus {
  color: #443e0c;
  background-color: #d3cfad;
}
.list-group-item-c-lime-900.list-group-item-action.active {
  color: #fff;
  background-color: #443e0c;
  border-color: #443e0c;
}

.list-group-item-c-lime-a100 {
  color: #7f8543;
  background-color: #fcffdc;
}
.list-group-item-c-lime-a100.list-group-item-action:hover, .list-group-item-c-lime-a100.list-group-item-action:focus {
  color: #7f8543;
  background-color: #faffc3;
}
.list-group-item-c-lime-a100.list-group-item-action.active {
  color: #fff;
  background-color: #7f8543;
  border-color: #7f8543;
}

.list-group-item-c-lime-a200 {
  color: #7c8522;
  background-color: #faffca;
}
.list-group-item-c-lime-a200.list-group-item-action:hover, .list-group-item-c-lime-a200.list-group-item-action:focus {
  color: #7c8522;
  background-color: #f8ffb1;
}
.list-group-item-c-lime-a200.list-group-item-action.active {
  color: #fff;
  background-color: #7c8522;
  border-color: #7c8522;
}

.list-group-item-c-lime-a400 {
  color: #678500;
  background-color: #efffb8;
}
.list-group-item-c-lime-a400.list-group-item-action:hover, .list-group-item-c-lime-a400.list-group-item-action:focus {
  color: #678500;
  background-color: #e9ff9f;
}
.list-group-item-c-lime-a400.list-group-item-action.active {
  color: #fff;
  background-color: #678500;
  border-color: #678500;
}

.list-group-item-c-lime-a700 {
  color: #5a7a00;
  background-color: #e8f9b8;
}
.list-group-item-c-lime-a700.list-group-item-action:hover, .list-group-item-c-lime-a700.list-group-item-action:focus {
  color: #5a7a00;
  background-color: #e0f7a0;
}
.list-group-item-c-lime-a700.list-group-item-action.active {
  color: #fff;
  background-color: #5a7a00;
  border-color: #5a7a00;
}

.list-group-item-c-yellow-50 {
  color: #858478;
  background-color: #fffef8;
}
.list-group-item-c-yellow-50.list-group-item-action:hover, .list-group-item-c-yellow-50.list-group-item-action:focus {
  color: #858478;
  background-color: #fffadf;
}
.list-group-item-c-yellow-50.list-group-item-action.active {
  color: #fff;
  background-color: #858478;
  border-color: #858478;
}

.list-group-item-c-yellow-100 {
  color: #858166;
  background-color: #fffdee;
}
.list-group-item-c-yellow-100.list-group-item-action:hover, .list-group-item-c-yellow-100.list-group-item-action:focus {
  color: #858166;
  background-color: #fffad5;
}
.list-group-item-c-yellow-100.list-group-item-action.active {
  color: #fff;
  background-color: #858166;
  border-color: #858166;
}

.list-group-item-c-yellow-200 {
  color: #857f52;
  background-color: #fffce4;
}
.list-group-item-c-yellow-200.list-group-item-action:hover, .list-group-item-c-yellow-200.list-group-item-action:focus {
  color: #857f52;
  background-color: #fff9cb;
}
.list-group-item-c-yellow-200.list-group-item-action.active {
  color: #fff;
  background-color: #857f52;
  border-color: #857f52;
}

.list-group-item-c-yellow-300 {
  color: #857d3d;
  background-color: #fffbd9;
}
.list-group-item-c-yellow-300.list-group-item-action:hover, .list-group-item-c-yellow-300.list-group-item-action:focus {
  color: #857d3d;
  background-color: #fff8c0;
}
.list-group-item-c-yellow-300.list-group-item-action.active {
  color: #fff;
  background-color: #857d3d;
  border-color: #857d3d;
}

.list-group-item-c-yellow-400 {
  color: #857c2e;
  background-color: #fffad0;
}
.list-group-item-c-yellow-400.list-group-item-action:hover, .list-group-item-c-yellow-400.list-group-item-action:focus {
  color: #857c2e;
  background-color: #fff7b7;
}
.list-group-item-c-yellow-400.list-group-item-action.active {
  color: #fff;
  background-color: #857c2e;
  border-color: #857c2e;
}

.list-group-item-c-yellow-500 {
  color: #857a1f;
  background-color: #fff9c8;
}
.list-group-item-c-yellow-500.list-group-item-action:hover, .list-group-item-c-yellow-500.list-group-item-action:focus {
  color: #857a1f;
  background-color: #fff6af;
}
.list-group-item-c-yellow-500.list-group-item-action.active {
  color: #fff;
  background-color: #857a1f;
  border-color: #857a1f;
}

.list-group-item-c-yellow-600 {
  color: #84701c;
  background-color: #fef4c6;
}
.list-group-item-c-yellow-600.list-group-item-action:hover, .list-group-item-c-yellow-600.list-group-item-action:focus {
  color: #84701c;
  background-color: #feefad;
}
.list-group-item-c-yellow-600.list-group-item-action.active {
  color: #fff;
  background-color: #84701c;
  border-color: #84701c;
}

.list-group-item-c-yellow-700 {
  color: #836417;
  background-color: #feedc4;
}
.list-group-item-c-yellow-700.list-group-item-action:hover, .list-group-item-c-yellow-700.list-group-item-action:focus {
  color: #836417;
  background-color: #fee5ab;
}
.list-group-item-c-yellow-700.list-group-item-action.active {
  color: #fff;
  background-color: #836417;
  border-color: #836417;
}

.list-group-item-c-yellow-800 {
  color: #815713;
  background-color: #fde7c2;
}
.list-group-item-c-yellow-800.list-group-item-action:hover, .list-group-item-c-yellow-800.list-group-item-action:focus {
  color: #815713;
  background-color: #fcdda9;
}
.list-group-item-c-yellow-800.list-group-item-action.active {
  color: #fff;
  background-color: #815713;
  border-color: #815713;
}

.list-group-item-c-yellow-900 {
  color: #7f420c;
  background-color: #fcdbbe;
}
.list-group-item-c-yellow-900.list-group-item-action:hover, .list-group-item-c-yellow-900.list-group-item-action:focus {
  color: #7f420c;
  background-color: #fbcea6;
}
.list-group-item-c-yellow-900.list-group-item-action.active {
  color: #fff;
  background-color: #7f420c;
  border-color: #7f420c;
}

.list-group-item-c-yellow-a100 {
  color: #858549;
  background-color: #ffffdf;
}
.list-group-item-c-yellow-a100.list-group-item-action:hover, .list-group-item-c-yellow-a100.list-group-item-action:focus {
  color: #858549;
  background-color: #ffffc6;
}
.list-group-item-c-yellow-a100.list-group-item-action.active {
  color: #fff;
  background-color: #858549;
  border-color: #858549;
}

.list-group-item-c-yellow-a200 {
  color: #858500;
  background-color: #ffffb8;
}
.list-group-item-c-yellow-a200.list-group-item-action:hover, .list-group-item-c-yellow-a200.list-group-item-action:focus {
  color: #858500;
  background-color: #ffff9f;
}
.list-group-item-c-yellow-a200.list-group-item-action.active {
  color: #fff;
  background-color: #858500;
  border-color: #858500;
}

.list-group-item-c-yellow-a400 {
  color: #857a00;
  background-color: #fff9b8;
}
.list-group-item-c-yellow-a400.list-group-item-action:hover, .list-group-item-c-yellow-a400.list-group-item-action:focus {
  color: #857a00;
  background-color: #fff79f;
}
.list-group-item-c-yellow-a400.list-group-item-action.active {
  color: #fff;
  background-color: #857a00;
  border-color: #857a00;
}

.list-group-item-c-yellow-a700 {
  color: #856f00;
  background-color: #fff4b8;
}
.list-group-item-c-yellow-a700.list-group-item-action:hover, .list-group-item-c-yellow-a700.list-group-item-action:focus {
  color: #856f00;
  background-color: #fff09f;
}
.list-group-item-c-yellow-a700.list-group-item-action.active {
  color: #fff;
  background-color: #856f00;
  border-color: #856f00;
}

.list-group-item-c-amber-50 {
  color: #858175;
  background-color: #fffdf7;
}
.list-group-item-c-amber-50.list-group-item-action:hover, .list-group-item-c-amber-50.list-group-item-action:focus {
  color: #858175;
  background-color: #fff7de;
}
.list-group-item-c-amber-50.list-group-item-action.active {
  color: #fff;
  background-color: #858175;
  border-color: #858175;
}

.list-group-item-c-amber-100 {
  color: #857b5d;
  background-color: #fffaea;
}
.list-group-item-c-amber-100.list-group-item-action:hover, .list-group-item-c-amber-100.list-group-item-action:focus {
  color: #857b5d;
  background-color: #fff4d1;
}
.list-group-item-c-amber-100.list-group-item-action.active {
  color: #fff;
  background-color: #857b5d;
  border-color: #857b5d;
}

.list-group-item-c-amber-200 {
  color: #857444;
  background-color: #fff6dc;
}
.list-group-item-c-amber-200.list-group-item-action:hover, .list-group-item-c-amber-200.list-group-item-action:focus {
  color: #857444;
  background-color: #ffefc3;
}
.list-group-item-c-amber-200.list-group-item-action.active {
  color: #fff;
  background-color: #857444;
  border-color: #857444;
}

.list-group-item-c-amber-300 {
  color: #856f29;
  background-color: #fff3ce;
}
.list-group-item-c-amber-300.list-group-item-action:hover, .list-group-item-c-amber-300.list-group-item-action:focus {
  color: #856f29;
  background-color: #ffedb5;
}
.list-group-item-c-amber-300.list-group-item-action.active {
  color: #fff;
  background-color: #856f29;
  border-color: #856f29;
}

.list-group-item-c-amber-400 {
  color: #856915;
  background-color: #fff0c3;
}
.list-group-item-c-amber-400.list-group-item-action:hover, .list-group-item-c-amber-400.list-group-item-action:focus {
  color: #856915;
  background-color: #ffeaaa;
}
.list-group-item-c-amber-400.list-group-item-action.active {
  color: #fff;
  background-color: #856915;
  border-color: #856915;
}

.list-group-item-c-amber-500 {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-c-amber-500.list-group-item-action:hover, .list-group-item-c-amber-500.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-c-amber-500.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-c-amber-600 {
  color: #855d00;
  background-color: #ffeab8;
}
.list-group-item-c-amber-600.list-group-item-action:hover, .list-group-item-c-amber-600.list-group-item-action:focus {
  color: #855d00;
  background-color: #ffe29f;
}
.list-group-item-c-amber-600.list-group-item-action.active {
  color: #fff;
  background-color: #855d00;
  border-color: #855d00;
}

.list-group-item-c-amber-700 {
  color: #855300;
  background-color: #ffe4b8;
}
.list-group-item-c-amber-700.list-group-item-action:hover, .list-group-item-c-amber-700.list-group-item-action:focus {
  color: #855300;
  background-color: #ffda9f;
}
.list-group-item-c-amber-700.list-group-item-action.active {
  color: #fff;
  background-color: #855300;
  border-color: #855300;
}

.list-group-item-c-amber-800 {
  color: #854a00;
  background-color: #ffe0b8;
}
.list-group-item-c-amber-800.list-group-item-action:hover, .list-group-item-c-amber-800.list-group-item-action:focus {
  color: #854a00;
  background-color: #ffd59f;
}
.list-group-item-c-amber-800.list-group-item-action.active {
  color: #fff;
  background-color: #854a00;
  border-color: #854a00;
}

.list-group-item-c-amber-900 {
  color: #853a00;
  background-color: #ffd7b8;
}
.list-group-item-c-amber-900.list-group-item-action:hover, .list-group-item-c-amber-900.list-group-item-action:focus {
  color: #853a00;
  background-color: #ffc99f;
}
.list-group-item-c-amber-900.list-group-item-action.active {
  color: #fff;
  background-color: #853a00;
  border-color: #853a00;
}

.list-group-item-c-amber-a100 {
  color: #857742;
  background-color: #fff8db;
}
.list-group-item-c-amber-a100.list-group-item-action:hover, .list-group-item-c-amber-a100.list-group-item-action:focus {
  color: #857742;
  background-color: #fff3c2;
}
.list-group-item-c-amber-a100.list-group-item-action.active {
  color: #fff;
  background-color: #857742;
  border-color: #857742;
}

.list-group-item-c-amber-a400 {
  color: #856600;
  background-color: #ffeeb8;
}
.list-group-item-c-amber-a400.list-group-item-action:hover, .list-group-item-c-amber-a400.list-group-item-action:focus {
  color: #856600;
  background-color: #ffe89f;
}
.list-group-item-c-amber-a400.list-group-item-action.active {
  color: #fff;
  background-color: #856600;
  border-color: #856600;
}

.list-group-item-c-amber-a700 {
  color: #855900;
  background-color: #ffe7b8;
}
.list-group-item-c-amber-a700.list-group-item-action:hover, .list-group-item-c-amber-a700.list-group-item-action:focus {
  color: #855900;
  background-color: #ffde9f;
}
.list-group-item-c-amber-a700.list-group-item-action.active {
  color: #fff;
  background-color: #855900;
  border-color: #855900;
}

.list-group-item-c-orange-50 {
  color: #857e74;
  background-color: #fffcf6;
}
.list-group-item-c-orange-50.list-group-item-action:hover, .list-group-item-c-orange-50.list-group-item-action:focus {
  color: #857e74;
  background-color: #fff4dd;
}
.list-group-item-c-orange-50.list-group-item-action.active {
  color: #fff;
  background-color: #857e74;
  border-color: #857e74;
}

.list-group-item-c-orange-100 {
  color: #85745d;
  background-color: #fff6e9;
}
.list-group-item-c-orange-100.list-group-item-action:hover, .list-group-item-c-orange-100.list-group-item-action:focus {
  color: #85745d;
  background-color: #ffecd0;
}
.list-group-item-c-orange-100.list-group-item-action.active {
  color: #fff;
  background-color: #85745d;
  border-color: #85745d;
}

.list-group-item-c-orange-200 {
  color: #856a43;
  background-color: #fff1db;
}
.list-group-item-c-orange-200.list-group-item-action:hover, .list-group-item-c-orange-200.list-group-item-action:focus {
  color: #856a43;
  background-color: #ffe7c2;
}
.list-group-item-c-orange-200.list-group-item-action.active {
  color: #fff;
  background-color: #856a43;
  border-color: #856a43;
}

.list-group-item-c-orange-300 {
  color: #855f28;
  background-color: blanchedalmond;
}
.list-group-item-c-orange-300.list-group-item-action:hover, .list-group-item-c-orange-300.list-group-item-action:focus {
  color: #855f28;
  background-color: #ffe1b4;
}
.list-group-item-c-orange-300.list-group-item-action.active {
  color: #fff;
  background-color: #855f28;
  border-color: #855f28;
}

.list-group-item-c-orange-400 {
  color: #855714;
  background-color: #ffe6c2;
}
.list-group-item-c-orange-400.list-group-item-action:hover, .list-group-item-c-orange-400.list-group-item-action:focus {
  color: #855714;
  background-color: #ffdca9;
}
.list-group-item-c-orange-400.list-group-item-action.active {
  color: #fff;
  background-color: #855714;
  border-color: #855714;
}

.list-group-item-c-orange-500 {
  color: #854f00;
  background-color: #ffe2b8;
}
.list-group-item-c-orange-500.list-group-item-action:hover, .list-group-item-c-orange-500.list-group-item-action:focus {
  color: #854f00;
  background-color: #ffd89f;
}
.list-group-item-c-orange-500.list-group-item-action.active {
  color: #fff;
  background-color: #854f00;
  border-color: #854f00;
}

.list-group-item-c-orange-600 {
  color: #834900;
  background-color: #fedfb8;
}
.list-group-item-c-orange-600.list-group-item-action:hover, .list-group-item-c-orange-600.list-group-item-action:focus {
  color: #834900;
  background-color: #fed49f;
}
.list-group-item-c-orange-600.list-group-item-action.active {
  color: #fff;
  background-color: #834900;
  border-color: #834900;
}

.list-group-item-c-orange-700 {
  color: #7f4000;
  background-color: #fcdab8;
}
.list-group-item-c-orange-700.list-group-item-action:hover, .list-group-item-c-orange-700.list-group-item-action:focus {
  color: #7f4000;
  background-color: #fbcda0;
}
.list-group-item-c-orange-700.list-group-item-action.active {
  color: #fff;
  background-color: #7f4000;
  border-color: #7f4000;
}

.list-group-item-c-orange-800 {
  color: #7c3800;
  background-color: #fbd6b8;
}
.list-group-item-c-orange-800.list-group-item-action:hover, .list-group-item-c-orange-800.list-group-item-action:focus {
  color: #7c3800;
  background-color: #fac8a0;
}
.list-group-item-c-orange-800.list-group-item-action.active {
  color: #fff;
  background-color: #7c3800;
  border-color: #7c3800;
}

.list-group-item-c-orange-900 {
  color: #782a00;
  background-color: #f8ceb8;
}
.list-group-item-c-orange-900.list-group-item-action:hover, .list-group-item-c-orange-900.list-group-item-action:focus {
  color: #782a00;
  background-color: #f6bea1;
}
.list-group-item-c-orange-900.list-group-item-action.active {
  color: #fff;
  background-color: #782a00;
  border-color: #782a00;
}

.list-group-item-c-orange-a100 {
  color: #856d43;
  background-color: #fff2db;
}
.list-group-item-c-orange-a100.list-group-item-action:hover, .list-group-item-c-orange-a100.list-group-item-action:focus {
  color: #856d43;
  background-color: #ffe9c2;
}
.list-group-item-c-orange-a100.list-group-item-action.active {
  color: #fff;
  background-color: #856d43;
  border-color: #856d43;
}

.list-group-item-c-orange-a200 {
  color: #855921;
  background-color: #ffe7ca;
}
.list-group-item-c-orange-a200.list-group-item-action:hover, .list-group-item-c-orange-a200.list-group-item-action:focus {
  color: #855921;
  background-color: #ffdbb1;
}
.list-group-item-c-orange-a200.list-group-item-action.active {
  color: #fff;
  background-color: #855921;
  border-color: #855921;
}

.list-group-item-c-orange-a400 {
  color: #854b00;
  background-color: #ffe0b8;
}
.list-group-item-c-orange-a400.list-group-item-action:hover, .list-group-item-c-orange-a400.list-group-item-action:focus {
  color: #854b00;
  background-color: #ffd59f;
}
.list-group-item-c-orange-a400.list-group-item-action.active {
  color: #fff;
  background-color: #854b00;
  border-color: #854b00;
}

.list-group-item-c-orange-a700 {
  color: #853900;
  background-color: #ffd6b8;
}
.list-group-item-c-orange-a700.list-group-item-action:hover, .list-group-item-c-orange-a700.list-group-item-action:focus {
  color: #853900;
  background-color: #ffc79f;
}
.list-group-item-c-orange-a700.list-group-item-action.active {
  color: #fff;
  background-color: #853900;
  border-color: #853900;
}

.list-group-item-c-deep-orange-50 {
  color: #837978;
  background-color: #fef9f8;
}
.list-group-item-c-deep-orange-50.list-group-item-action:hover, .list-group-item-c-deep-orange-50.list-group-item-action:focus {
  color: #837978;
  background-color: #fbe6e2;
}
.list-group-item-c-deep-orange-50.list-group-item-action.active {
  color: #fff;
  background-color: #837978;
  border-color: #837978;
}

.list-group-item-c-deep-orange-100 {
  color: #856a62;
  background-color: #fff1ec;
}
.list-group-item-c-deep-orange-100.list-group-item-action:hover, .list-group-item-c-deep-orange-100.list-group-item-action:focus {
  color: #856a62;
  background-color: #ffded3;
}
.list-group-item-c-deep-orange-100.list-group-item-action.active {
  color: #fff;
  background-color: #856a62;
  border-color: #856a62;
}

.list-group-item-c-deep-orange-200 {
  color: #85594b;
  background-color: #ffe7e0;
}
.list-group-item-c-deep-orange-200.list-group-item-action:hover, .list-group-item-c-deep-orange-200.list-group-item-action:focus {
  color: #85594b;
  background-color: #ffd3c7;
}
.list-group-item-c-deep-orange-200.list-group-item-action.active {
  color: #fff;
  background-color: #85594b;
  border-color: #85594b;
}

.list-group-item-c-deep-orange-300 {
  color: #854835;
  background-color: #ffded4;
}
.list-group-item-c-deep-orange-300.list-group-item-action:hover, .list-group-item-c-deep-orange-300.list-group-item-action:focus {
  color: #854835;
  background-color: #ffcabb;
}
.list-group-item-c-deep-orange-300.list-group-item-action.active {
  color: #fff;
  background-color: #854835;
  border-color: #854835;
}

.list-group-item-c-deep-orange-400 {
  color: #853a23;
  background-color: #ffd7ca;
}
.list-group-item-c-deep-orange-400.list-group-item-action:hover, .list-group-item-c-deep-orange-400.list-group-item-action:focus {
  color: #853a23;
  background-color: #ffc4b1;
}
.list-group-item-c-deep-orange-400.list-group-item-action.active {
  color: #fff;
  background-color: #853a23;
  border-color: #853a23;
}

.list-group-item-c-deep-orange-500 {
  color: #852d12;
  background-color: #ffd0c1;
}
.list-group-item-c-deep-orange-500.list-group-item-action:hover, .list-group-item-c-deep-orange-500.list-group-item-action:focus {
  color: #852d12;
  background-color: #ffbda8;
}
.list-group-item-c-deep-orange-500.list-group-item-action.active {
  color: #fff;
  background-color: #852d12;
  border-color: #852d12;
}

.list-group-item-c-deep-orange-600 {
  color: #7f2a10;
  background-color: #fccec0;
}
.list-group-item-c-deep-orange-600.list-group-item-action:hover, .list-group-item-c-deep-orange-600.list-group-item-action:focus {
  color: #7f2a10;
  background-color: #fbbba8;
}
.list-group-item-c-deep-orange-600.list-group-item-action.active {
  color: #fff;
  background-color: #7f2a10;
  border-color: #7f2a10;
}

.list-group-item-c-deep-orange-700 {
  color: #78260d;
  background-color: #f8ccbf;
}
.list-group-item-c-deep-orange-700.list-group-item-action:hover, .list-group-item-c-deep-orange-700.list-group-item-action:focus {
  color: #78260d;
  background-color: #f5baa8;
}
.list-group-item-c-deep-orange-700.list-group-item-action.active {
  color: #fff;
  background-color: #78260d;
  border-color: #78260d;
}

.list-group-item-c-deep-orange-800 {
  color: #70230b;
  background-color: #f4cabd;
}
.list-group-item-c-deep-orange-800.list-group-item-action:hover, .list-group-item-c-deep-orange-800.list-group-item-action:focus {
  color: #70230b;
  background-color: #f0b8a7;
}
.list-group-item-c-deep-orange-800.list-group-item-action.active {
  color: #fff;
  background-color: #70230b;
  border-color: #70230b;
}

.list-group-item-c-deep-orange-900 {
  color: #631c06;
  background-color: #edc7bb;
}
.list-group-item-c-deep-orange-900.list-group-item-action:hover, .list-group-item-c-deep-orange-900.list-group-item-action:focus {
  color: #631c06;
  background-color: #e8b6a7;
}
.list-group-item-c-deep-orange-900.list-group-item-action.active {
  color: #fff;
  background-color: #631c06;
  border-color: #631c06;
}

.list-group-item-c-deep-orange-a100 {
  color: #855243;
  background-color: #ffe4db;
}
.list-group-item-c-deep-orange-a100.list-group-item-action:hover, .list-group-item-c-deep-orange-a100.list-group-item-action:focus {
  color: #855243;
  background-color: #ffd1c2;
}
.list-group-item-c-deep-orange-a100.list-group-item-action.active {
  color: #fff;
  background-color: #855243;
  border-color: #855243;
}

.list-group-item-c-deep-orange-a200 {
  color: #853921;
  background-color: #ffd6ca;
}
.list-group-item-c-deep-orange-a200.list-group-item-action:hover, .list-group-item-c-deep-orange-a200.list-group-item-action:focus {
  color: #853921;
  background-color: #ffc2b1;
}
.list-group-item-c-deep-orange-a200.list-group-item-action.active {
  color: #fff;
  background-color: #853921;
  border-color: #853921;
}

.list-group-item-c-deep-orange-a400 {
  color: #852000;
  background-color: #ffc9b8;
}
.list-group-item-c-deep-orange-a400.list-group-item-action:hover, .list-group-item-c-deep-orange-a400.list-group-item-action:focus {
  color: #852000;
  background-color: #ffb69f;
}
.list-group-item-c-deep-orange-a400.list-group-item-action.active {
  color: #fff;
  background-color: #852000;
  border-color: #852000;
}

.list-group-item-c-deep-orange-a700 {
  color: #731700;
  background-color: #f5c4b8;
}
.list-group-item-c-deep-orange-a700.list-group-item-action:hover, .list-group-item-c-deep-orange-a700.list-group-item-action:focus {
  color: #731700;
  background-color: #f2b1a2;
}
.list-group-item-c-deep-orange-a700.list-group-item-action.active {
  color: #fff;
  background-color: #731700;
  border-color: #731700;
}

.list-group-item-c-brown-50 {
  color: #7c7a79;
  background-color: #fbf9f9;
}
.list-group-item-c-brown-50.list-group-item-action:hover, .list-group-item-c-brown-50.list-group-item-action:focus {
  color: #7c7a79;
  background-color: #f1eaea;
}
.list-group-item-c-brown-50.list-group-item-action.active {
  color: #fff;
  background-color: #7c7a79;
  border-color: #7c7a79;
}

.list-group-item-c-brown-100 {
  color: #706a68;
  background-color: #f4f1f0;
}
.list-group-item-c-brown-100.list-group-item-action:hover, .list-group-item-c-brown-100.list-group-item-action:focus {
  color: #706a68;
  background-color: #e9e3e1;
}
.list-group-item-c-brown-100.list-group-item-action.active {
  color: #fff;
  background-color: #706a68;
  border-color: #706a68;
}

.list-group-item-c-brown-200 {
  color: #625855;
  background-color: #ece7e6;
}
.list-group-item-c-brown-200.list-group-item-action:hover, .list-group-item-c-brown-200.list-group-item-action:focus {
  color: #625855;
  background-color: #e1d9d8;
}
.list-group-item-c-brown-200.list-group-item-action.active {
  color: #fff;
  background-color: #625855;
  border-color: #625855;
}

.list-group-item-c-brown-300 {
  color: #544742;
  background-color: #e5dedb;
}
.list-group-item-c-brown-300.list-group-item-action:hover, .list-group-item-c-brown-300.list-group-item-action:focus {
  color: #544742;
  background-color: #dad0cc;
}
.list-group-item-c-brown-300.list-group-item-action.active {
  color: #fff;
  background-color: #544742;
  border-color: #544742;
}

.list-group-item-c-brown-400 {
  color: #493933;
  background-color: #dfd6d3;
}
.list-group-item-c-brown-400.list-group-item-action:hover, .list-group-item-c-brown-400.list-group-item-action:focus {
  color: #493933;
  background-color: #d4c8c4;
}
.list-group-item-c-brown-400.list-group-item-action.active {
  color: #fff;
  background-color: #493933;
  border-color: #493933;
}

.list-group-item-c-brown-500 {
  color: #3f2c25;
  background-color: #d9cfcc;
}
.list-group-item-c-brown-500.list-group-item-action:hover, .list-group-item-c-brown-500.list-group-item-action:focus {
  color: #3f2c25;
  background-color: #cec1bd;
}
.list-group-item-c-brown-500.list-group-item-action.active {
  color: #fff;
  background-color: #3f2c25;
  border-color: #3f2c25;
}

.list-group-item-c-brown-600 {
  color: #392822;
  background-color: #d6cdca;
}
.list-group-item-c-brown-600.list-group-item-action:hover, .list-group-item-c-brown-600.list-group-item-action:focus {
  color: #392822;
  background-color: #cbbfbc;
}
.list-group-item-c-brown-600.list-group-item-action.active {
  color: #fff;
  background-color: #392822;
  border-color: #392822;
}

.list-group-item-c-brown-700 {
  color: #30211d;
  background-color: #d2cac7;
}
.list-group-item-c-brown-700.list-group-item-action:hover, .list-group-item-c-brown-700.list-group-item-action:focus {
  color: #30211d;
  background-color: #c7bdb9;
}
.list-group-item-c-brown-700.list-group-item-action.active {
  color: #fff;
  background-color: #30211d;
  border-color: #30211d;
}

.list-group-item-c-brown-800 {
  color: #291b18;
  background-color: #cdc6c4;
}
.list-group-item-c-brown-800.list-group-item-action:hover, .list-group-item-c-brown-800.list-group-item-action:focus {
  color: #291b18;
  background-color: #c1b9b6;
}
.list-group-item-c-brown-800.list-group-item-action.active {
  color: #fff;
  background-color: #291b18;
  border-color: #291b18;
}

.list-group-item-c-brown-900 {
  color: #201412;
  background-color: #c9c3c1;
}
.list-group-item-c-brown-900.list-group-item-action:hover, .list-group-item-c-brown-900.list-group-item-action:focus {
  color: #201412;
  background-color: #bdb6b3;
}
.list-group-item-c-brown-900.list-group-item-action.active {
  color: #fff;
  background-color: #201412;
  border-color: #201412;
}

.list-group-item-c-blue-gray-50 {
  color: #7b7c7d;
  background-color: #fafbfb;
}
.list-group-item-c-blue-gray-50.list-group-item-action:hover, .list-group-item-c-blue-gray-50.list-group-item-action:focus {
  color: #7b7c7d;
  background-color: #ecf0f0;
}
.list-group-item-c-blue-gray-50.list-group-item-action.active {
  color: #fff;
  background-color: #7b7c7d;
  border-color: #7b7c7d;
}

.list-group-item-c-blue-gray-100 {
  color: #6c7072;
  background-color: #f2f4f5;
}
.list-group-item-c-blue-gray-100.list-group-item-action:hover, .list-group-item-c-blue-gray-100.list-group-item-action:focus {
  color: #6c7072;
  background-color: #e4e8ea;
}
.list-group-item-c-blue-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #6c7072;
  border-color: #6c7072;
}

.list-group-item-c-blue-gray-200 {
  color: #5c6366;
  background-color: #e9edef;
}
.list-group-item-c-blue-gray-200.list-group-item-action:hover, .list-group-item-c-blue-gray-200.list-group-item-action:focus {
  color: #5c6366;
  background-color: #dae1e4;
}
.list-group-item-c-blue-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #5c6366;
  border-color: #5c6366;
}

.list-group-item-c-blue-gray-300 {
  color: #4b555a;
  background-color: #e0e6e8;
}
.list-group-item-c-blue-gray-300.list-group-item-action:hover, .list-group-item-c-blue-gray-300.list-group-item-action:focus {
  color: #4b555a;
  background-color: #d1dadd;
}
.list-group-item-c-blue-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #4b555a;
  border-color: #4b555a;
}

.list-group-item-c-blue-gray-400 {
  color: #3e4b51;
  background-color: #d9e0e3;
}
.list-group-item-c-blue-gray-400.list-group-item-action:hover, .list-group-item-c-blue-gray-400.list-group-item-action:focus {
  color: #3e4b51;
  background-color: #cad4d8;
}
.list-group-item-c-blue-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #3e4b51;
  border-color: #3e4b51;
}

.list-group-item-c-blue-gray-500 {
  color: #324148;
  background-color: #d2dbdf;
}
.list-group-item-c-blue-gray-500.list-group-item-action:hover, .list-group-item-c-blue-gray-500.list-group-item-action:focus {
  color: #324148;
  background-color: #c3cfd4;
}
.list-group-item-c-blue-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #324148;
  border-color: #324148;
}

.list-group-item-c-blue-gray-600 {
  color: #2c393f;
  background-color: #cfd6da;
}
.list-group-item-c-blue-gray-600.list-group-item-action:hover, .list-group-item-c-blue-gray-600.list-group-item-action:focus {
  color: #2c393f;
  background-color: #c1cacf;
}
.list-group-item-c-blue-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: #2c393f;
  border-color: #2c393f;
}

.list-group-item-c-blue-gray-700 {
  color: #242f34;
  background-color: #cbd1d4;
}
.list-group-item-c-blue-gray-700.list-group-item-action:hover, .list-group-item-c-blue-gray-700.list-group-item-action:focus {
  color: #242f34;
  background-color: #bdc5c8;
}
.list-group-item-c-blue-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #242f34;
  border-color: #242f34;
}

.list-group-item-c-blue-gray-800 {
  color: #1d2529;
  background-color: #c7cbce;
}
.list-group-item-c-blue-gray-800.list-group-item-action:hover, .list-group-item-c-blue-gray-800.list-group-item-action:focus {
  color: #1d2529;
  background-color: #b9bec2;
}
.list-group-item-c-blue-gray-800.list-group-item-action.active {
  color: #fff;
  background-color: #1d2529;
  border-color: #1d2529;
}

.list-group-item-c-blue-gray-900 {
  color: #141a1d;
  background-color: #c2c6c7;
}
.list-group-item-c-blue-gray-900.list-group-item-action:hover, .list-group-item-c-blue-gray-900.list-group-item-action:focus {
  color: #141a1d;
  background-color: #b5babb;
}
.list-group-item-c-blue-gray-900.list-group-item-action.active {
  color: #fff;
  background-color: #141a1d;
  border-color: #141a1d;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

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

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

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

.bg-danger {
  background-color: #dc3545 !important;
}

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

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

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

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-c-blue {
  background-color: #007bff !important;
}

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

.bg-c-indigo {
  background-color: #6610f2 !important;
}

a.bg-c-indigo:hover, a.bg-c-indigo:focus,
button.bg-c-indigo:hover,
button.bg-c-indigo:focus {
  background-color: #510bc4 !important;
}

.bg-c-purple {
  background-color: #6f42c1 !important;
}

a.bg-c-purple:hover, a.bg-c-purple:focus,
button.bg-c-purple:hover,
button.bg-c-purple:focus {
  background-color: #59339d !important;
}

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

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

.bg-c-red {
  background-color: #dc3545 !important;
}

a.bg-c-red:hover, a.bg-c-red:focus,
button.bg-c-red:hover,
button.bg-c-red:focus {
  background-color: #bd2130 !important;
}

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

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

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

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

.bg-c-green {
  background-color: #28a745 !important;
}

a.bg-c-green:hover, a.bg-c-green:focus,
button.bg-c-green:hover,
button.bg-c-green:focus {
  background-color: #1e7e34 !important;
}

.bg-c-teal {
  background-color: #20c997 !important;
}

a.bg-c-teal:hover, a.bg-c-teal:focus,
button.bg-c-teal:hover,
button.bg-c-teal:focus {
  background-color: #199d76 !important;
}

.bg-c-cyan {
  background-color: #17a2b8 !important;
}

a.bg-c-cyan:hover, a.bg-c-cyan:focus,
button.bg-c-cyan:hover,
button.bg-c-cyan:focus {
  background-color: #117a8b !important;
}

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

a.bg-c-white:hover, a.bg-c-white:focus,
button.bg-c-white:hover,
button.bg-c-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-c-gray {
  background-color: #6c757d !important;
}

a.bg-c-gray:hover, a.bg-c-gray:focus,
button.bg-c-gray:hover,
button.bg-c-gray:focus {
  background-color: #545b62 !important;
}

.bg-c-gray-dark {
  background-color: #343a40 !important;
}

a.bg-c-gray-dark:hover, a.bg-c-gray-dark:focus,
button.bg-c-gray-dark:hover,
button.bg-c-gray-dark:focus {
  background-color: #1d2124 !important;
}

.bg-c-gray-50 {
  background-color: #FAFAFA !important;
}

a.bg-c-gray-50:hover, a.bg-c-gray-50:focus,
button.bg-c-gray-50:hover,
button.bg-c-gray-50:focus {
  background-color: #e1e1e1 !important;
}

.bg-c-gray-100 {
  background-color: #f8f9fa !important;
}

a.bg-c-gray-100:hover, a.bg-c-gray-100:focus,
button.bg-c-gray-100:hover,
button.bg-c-gray-100:focus {
  background-color: #dae0e5 !important;
}

.bg-c-gray-200 {
  background-color: #e9ecef !important;
}

a.bg-c-gray-200:hover, a.bg-c-gray-200:focus,
button.bg-c-gray-200:hover,
button.bg-c-gray-200:focus {
  background-color: #cbd3da !important;
}

.bg-c-gray-300 {
  background-color: #dee2e6 !important;
}

a.bg-c-gray-300:hover, a.bg-c-gray-300:focus,
button.bg-c-gray-300:hover,
button.bg-c-gray-300:focus {
  background-color: #c1c9d0 !important;
}

.bg-c-gray-400 {
  background-color: #ced4da !important;
}

a.bg-c-gray-400:hover, a.bg-c-gray-400:focus,
button.bg-c-gray-400:hover,
button.bg-c-gray-400:focus {
  background-color: #b1bbc4 !important;
}

.bg-c-gray-500 {
  background-color: #adb5bd !important;
}

a.bg-c-gray-500:hover, a.bg-c-gray-500:focus,
button.bg-c-gray-500:hover,
button.bg-c-gray-500:focus {
  background-color: #919ca6 !important;
}

.bg-c-gray-600 {
  background-color: #6c757d !important;
}

a.bg-c-gray-600:hover, a.bg-c-gray-600:focus,
button.bg-c-gray-600:hover,
button.bg-c-gray-600:focus {
  background-color: #545b62 !important;
}

.bg-c-gray-700 {
  background-color: #495057 !important;
}

a.bg-c-gray-700:hover, a.bg-c-gray-700:focus,
button.bg-c-gray-700:hover,
button.bg-c-gray-700:focus {
  background-color: #32373b !important;
}

.bg-c-gray-800 {
  background-color: #343a40 !important;
}

a.bg-c-gray-800:hover, a.bg-c-gray-800:focus,
button.bg-c-gray-800:hover,
button.bg-c-gray-800:focus {
  background-color: #1d2124 !important;
}

.bg-c-gray-900 {
  background-color: #212529 !important;
}

a.bg-c-gray-900:hover, a.bg-c-gray-900:focus,
button.bg-c-gray-900:hover,
button.bg-c-gray-900:focus {
  background-color: #0a0c0d !important;
}

.bg-c-red-50 {
  background-color: #FFEBEE !important;
}

a.bg-c-red-50:hover, a.bg-c-red-50:focus,
button.bg-c-red-50:hover,
button.bg-c-red-50:focus {
  background-color: #ffb8c3 !important;
}

.bg-c-red-100 {
  background-color: #FFCDD2 !important;
}

a.bg-c-red-100:hover, a.bg-c-red-100:focus,
button.bg-c-red-100:hover,
button.bg-c-red-100:focus {
  background-color: #ff9aa4 !important;
}

.bg-c-red-200 {
  background-color: #EF9A9A !important;
}

a.bg-c-red-200:hover, a.bg-c-red-200:focus,
button.bg-c-red-200:hover,
button.bg-c-red-200:focus {
  background-color: #e86e6e !important;
}

.bg-c-red-300 {
  background-color: #E57373 !important;
}

a.bg-c-red-300:hover, a.bg-c-red-300:focus,
button.bg-c-red-300:hover,
button.bg-c-red-300:focus {
  background-color: #dd4848 !important;
}

.bg-c-red-400 {
  background-color: #EF5350 !important;
}

a.bg-c-red-400:hover, a.bg-c-red-400:focus,
button.bg-c-red-400:hover,
button.bg-c-red-400:focus {
  background-color: #eb2521 !important;
}

.bg-c-red-500 {
  background-color: #F44336 !important;
}

a.bg-c-red-500:hover, a.bg-c-red-500:focus,
button.bg-c-red-500:hover,
button.bg-c-red-500:focus {
  background-color: #ea1c0d !important;
}

.bg-c-red-600 {
  background-color: #E53935 !important;
}

a.bg-c-red-600:hover, a.bg-c-red-600:focus,
button.bg-c-red-600:hover,
button.bg-c-red-600:focus {
  background-color: #cd1e1a !important;
}

.bg-c-red-700 {
  background-color: #D32F2F !important;
}

a.bg-c-red-700:hover, a.bg-c-red-700:focus,
button.bg-c-red-700:hover,
button.bg-c-red-700:focus {
  background-color: #ab2424 !important;
}

.bg-c-red-800 {
  background-color: #C62828 !important;
}

a.bg-c-red-800:hover, a.bg-c-red-800:focus,
button.bg-c-red-800:hover,
button.bg-c-red-800:focus {
  background-color: #9c1f1f !important;
}

.bg-c-red-900 {
  background-color: #B71C1C !important;
}

a.bg-c-red-900:hover, a.bg-c-red-900:focus,
button.bg-c-red-900:hover,
button.bg-c-red-900:focus {
  background-color: #8b1515 !important;
}

.bg-c-red-a100 {
  background-color: #FF8A80 !important;
}

a.bg-c-red-a100:hover, a.bg-c-red-a100:focus,
button.bg-c-red-a100:hover,
button.bg-c-red-a100:focus {
  background-color: #ff5b4d !important;
}

.bg-c-red-a200 {
  background-color: #FF5252 !important;
}

a.bg-c-red-a200:hover, a.bg-c-red-a200:focus,
button.bg-c-red-a200:hover,
button.bg-c-red-a200:focus {
  background-color: #ff1f1f !important;
}

.bg-c-red-a400 {
  background-color: #FF1744 !important;
}

a.bg-c-red-a400:hover, a.bg-c-red-a400:focus,
button.bg-c-red-a400:hover,
button.bg-c-red-a400:focus {
  background-color: #e3002c !important;
}

.bg-c-red-a700 {
  background-color: #D50000 !important;
}

a.bg-c-red-a700:hover, a.bg-c-red-a700:focus,
button.bg-c-red-a700:hover,
button.bg-c-red-a700:focus {
  background-color: #a20000 !important;
}

.bg-c-pink-50 {
  background-color: #FCE4EC !important;
}

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

.bg-c-pink-100 {
  background-color: #F8BBD0 !important;
}

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

.bg-c-pink-200 {
  background-color: #F48FB1 !important;
}

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

.bg-c-pink-300 {
  background-color: #F06292 !important;
}

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

.bg-c-pink-400 {
  background-color: #EC407A !important;
}

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

.bg-c-pink-500 {
  background-color: #E91E63 !important;
}

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

.bg-c-pink-600 {
  background-color: #D81B60 !important;
}

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

.bg-c-pink-700 {
  background-color: #C2185B !important;
}

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

.bg-c-pink-800 {
  background-color: #AD1457 !important;
}

a.bg-c-pink-800:hover, a.bg-c-pink-800:focus,
button.bg-c-pink-800:hover,
button.bg-c-pink-800:focus {
  background-color: #7f0f40 !important;
}

.bg-c-pink-900 {
  background-color: #880E4F !important;
}

a.bg-c-pink-900:hover, a.bg-c-pink-900:focus,
button.bg-c-pink-900:hover,
button.bg-c-pink-900:focus {
  background-color: #5a0934 !important;
}

.bg-c-pink-a100 {
  background-color: #FF80AB !important;
}

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

.bg-c-pink-a200 {
  background-color: #FF4081 !important;
}

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

.bg-c-pink-a400 {
  background-color: #F50057 !important;
}

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

.bg-c-pink-a700 {
  background-color: #C51162 !important;
}

a.bg-c-pink-a700:hover, a.bg-c-pink-a700:focus,
button.bg-c-pink-a700:hover,
button.bg-c-pink-a700:focus {
  background-color: #960d4b !important;
}

.bg-c-purple-50 {
  background-color: #F3E5F5 !important;
}

a.bg-c-purple-50:hover, a.bg-c-purple-50:focus,
button.bg-c-purple-50:hover,
button.bg-c-purple-50:focus {
  background-color: #e2c0e7 !important;
}

.bg-c-purple-100 {
  background-color: #E1BEE7 !important;
}

a.bg-c-purple-100:hover, a.bg-c-purple-100:focus,
button.bg-c-purple-100:hover,
button.bg-c-purple-100:focus {
  background-color: #d099d9 !important;
}

.bg-c-purple-200 {
  background-color: #CE93D8 !important;
}

a.bg-c-purple-200:hover, a.bg-c-purple-200:focus,
button.bg-c-purple-200:hover,
button.bg-c-purple-200:focus {
  background-color: #bd6eca !important;
}

.bg-c-purple-300 {
  background-color: #BA68C8 !important;
}

a.bg-c-purple-300:hover, a.bg-c-purple-300:focus,
button.bg-c-purple-300:hover,
button.bg-c-purple-300:focus {
  background-color: #a844b9 !important;
}

.bg-c-purple-400 {
  background-color: #AB47BC !important;
}

a.bg-c-purple-400:hover, a.bg-c-purple-400:focus,
button.bg-c-purple-400:hover,
button.bg-c-purple-400:focus {
  background-color: #8a3898 !important;
}

.bg-c-purple-500 {
  background-color: #9C27B0 !important;
}

a.bg-c-purple-500:hover, a.bg-c-purple-500:focus,
button.bg-c-purple-500:hover,
button.bg-c-purple-500:focus {
  background-color: #771e86 !important;
}

.bg-c-purple-600 {
  background-color: #8E24AA !important;
}

a.bg-c-purple-600:hover, a.bg-c-purple-600:focus,
button.bg-c-purple-600:hover,
button.bg-c-purple-600:focus {
  background-color: #6b1b80 !important;
}

.bg-c-purple-700 {
  background-color: #7B1FA2 !important;
}

a.bg-c-purple-700:hover, a.bg-c-purple-700:focus,
button.bg-c-purple-700:hover,
button.bg-c-purple-700:focus {
  background-color: #5a1777 !important;
}

.bg-c-purple-800 {
  background-color: #6A1B9A !important;
}

a.bg-c-purple-800:hover, a.bg-c-purple-800:focus,
button.bg-c-purple-800:hover,
button.bg-c-purple-800:focus {
  background-color: #4c136f !important;
}

.bg-c-purple-900 {
  background-color: #4A148C !important;
}

a.bg-c-purple-900:hover, a.bg-c-purple-900:focus,
button.bg-c-purple-900:hover,
button.bg-c-purple-900:focus {
  background-color: #320e5f !important;
}

.bg-c-purple-a100 {
  background-color: #EA80FC !important;
}

a.bg-c-purple-a100:hover, a.bg-c-purple-a100:focus,
button.bg-c-purple-a100:hover,
button.bg-c-purple-a100:focus {
  background-color: #e24efb !important;
}

.bg-c-purple-a200 {
  background-color: #E040FB !important;
}

a.bg-c-purple-a200:hover, a.bg-c-purple-a200:focus,
button.bg-c-purple-a200:hover,
button.bg-c-purple-a200:focus {
  background-color: #d80efa !important;
}

.bg-c-purple-a400 {
  background-color: #D500F9 !important;
}

a.bg-c-purple-a400:hover, a.bg-c-purple-a400:focus,
button.bg-c-purple-a400:hover,
button.bg-c-purple-a400:focus {
  background-color: #a900c6 !important;
}

.bg-c-purple-a700 {
  background-color: #AA00FF !important;
}

a.bg-c-purple-a700:hover, a.bg-c-purple-a700:focus,
button.bg-c-purple-a700:hover,
button.bg-c-purple-a700:focus {
  background-color: #8800cc !important;
}

.bg-c-deep-purple-50 {
  background-color: #EDE7F6 !important;
}

a.bg-c-deep-purple-50:hover, a.bg-c-deep-purple-50:focus,
button.bg-c-deep-purple-50:hover,
button.bg-c-deep-purple-50:focus {
  background-color: #d1c2e8 !important;
}

.bg-c-deep-purple-100 {
  background-color: #D1C4E9 !important;
}

a.bg-c-deep-purple-100:hover, a.bg-c-deep-purple-100:focus,
button.bg-c-deep-purple-100:hover,
button.bg-c-deep-purple-100:focus {
  background-color: #b49fdb !important;
}

.bg-c-deep-purple-200 {
  background-color: #B39DDB !important;
}

a.bg-c-deep-purple-200:hover, a.bg-c-deep-purple-200:focus,
button.bg-c-deep-purple-200:hover,
button.bg-c-deep-purple-200:focus {
  background-color: #9678cd !important;
}

.bg-c-deep-purple-300 {
  background-color: #9575CD !important;
}

a.bg-c-deep-purple-300:hover, a.bg-c-deep-purple-300:focus,
button.bg-c-deep-purple-300:hover,
button.bg-c-deep-purple-300:focus {
  background-color: #7850bf !important;
}

.bg-c-deep-purple-400 {
  background-color: #7E57C2 !important;
}

a.bg-c-deep-purple-400:hover, a.bg-c-deep-purple-400:focus,
button.bg-c-deep-purple-400:hover,
button.bg-c-deep-purple-400:focus {
  background-color: #643da9 !important;
}

.bg-c-deep-purple-500 {
  background-color: #673AB7 !important;
}

a.bg-c-deep-purple-500:hover, a.bg-c-deep-purple-500:focus,
button.bg-c-deep-purple-500:hover,
button.bg-c-deep-purple-500:focus {
  background-color: #512e90 !important;
}

.bg-c-deep-purple-600 {
  background-color: #5E35B1 !important;
}

a.bg-c-deep-purple-600:hover, a.bg-c-deep-purple-600:focus,
button.bg-c-deep-purple-600:hover,
button.bg-c-deep-purple-600:focus {
  background-color: #49298a !important;
}

.bg-c-deep-purple-700 {
  background-color: #512DA8 !important;
}

a.bg-c-deep-purple-700:hover, a.bg-c-deep-purple-700:focus,
button.bg-c-deep-purple-700:hover,
button.bg-c-deep-purple-700:focus {
  background-color: #3e2280 !important;
}

.bg-c-deep-purple-800 {
  background-color: #4527A0 !important;
}

a.bg-c-deep-purple-800:hover, a.bg-c-deep-purple-800:focus,
button.bg-c-deep-purple-800:hover,
button.bg-c-deep-purple-800:focus {
  background-color: #331d77 !important;
}

.bg-c-deep-purple-900 {
  background-color: #311B92 !important;
}

a.bg-c-deep-purple-900:hover, a.bg-c-deep-purple-900:focus,
button.bg-c-deep-purple-900:hover,
button.bg-c-deep-purple-900:focus {
  background-color: #231367 !important;
}

.bg-c-deep-purple-a100 {
  background-color: #B388FF !important;
}

a.bg-c-deep-purple-a100:hover, a.bg-c-deep-purple-a100:focus,
button.bg-c-deep-purple-a100:hover,
button.bg-c-deep-purple-a100:focus {
  background-color: #9255ff !important;
}

.bg-c-deep-purple-a200 {
  background-color: #7C4DFF !important;
}

a.bg-c-deep-purple-a200:hover, a.bg-c-deep-purple-a200:focus,
button.bg-c-deep-purple-a200:hover,
button.bg-c-deep-purple-a200:focus {
  background-color: #561aff !important;
}

.bg-c-deep-purple-a400 {
  background-color: #651FFF !important;
}

a.bg-c-deep-purple-a400:hover, a.bg-c-deep-purple-a400:focus,
button.bg-c-deep-purple-a400:hover,
button.bg-c-deep-purple-a400:focus {
  background-color: #4900eb !important;
}

.bg-c-deep-purple-a700 {
  background-color: #6200EA !important;
}

a.bg-c-deep-purple-a700:hover, a.bg-c-deep-purple-a700:focus,
button.bg-c-deep-purple-a700:hover,
button.bg-c-deep-purple-a700:focus {
  background-color: #4d00b7 !important;
}

.bg-c-indigo-50 {
  background-color: #E8EAF6 !important;
}

a.bg-c-indigo-50:hover, a.bg-c-indigo-50:focus,
button.bg-c-indigo-50:hover,
button.bg-c-indigo-50:focus {
  background-color: #c3c9e8 !important;
}

.bg-c-indigo-100 {
  background-color: #C5CAE9 !important;
}

a.bg-c-indigo-100:hover, a.bg-c-indigo-100:focus,
button.bg-c-indigo-100:hover,
button.bg-c-indigo-100:focus {
  background-color: #a0a8db !important;
}

.bg-c-indigo-200 {
  background-color: #9FA8DA !important;
}

a.bg-c-indigo-200:hover, a.bg-c-indigo-200:focus,
button.bg-c-indigo-200:hover,
button.bg-c-indigo-200:focus {
  background-color: #7a87cc !important;
}

.bg-c-indigo-300 {
  background-color: #7986CB !important;
}

a.bg-c-indigo-300:hover, a.bg-c-indigo-300:focus,
button.bg-c-indigo-300:hover,
button.bg-c-indigo-300:focus {
  background-color: #5465bd !important;
}

.bg-c-indigo-400 {
  background-color: #5C6BC0 !important;
}

a.bg-c-indigo-400:hover, a.bg-c-indigo-400:focus,
button.bg-c-indigo-400:hover,
button.bg-c-indigo-400:focus {
  background-color: #4150a8 !important;
}

.bg-c-indigo-500 {
  background-color: #3F51B5 !important;
}

a.bg-c-indigo-500:hover, a.bg-c-indigo-500:focus,
button.bg-c-indigo-500:hover,
button.bg-c-indigo-500:focus {
  background-color: #32408f !important;
}

.bg-c-indigo-600 {
  background-color: #3949AB !important;
}

a.bg-c-indigo-600:hover, a.bg-c-indigo-600:focus,
button.bg-c-indigo-600:hover,
button.bg-c-indigo-600:focus {
  background-color: #2c3985 !important;
}

.bg-c-indigo-700 {
  background-color: #303F9F !important;
}

a.bg-c-indigo-700:hover, a.bg-c-indigo-700:focus,
button.bg-c-indigo-700:hover,
button.bg-c-indigo-700:focus {
  background-color: #242f78 !important;
}

.bg-c-indigo-800 {
  background-color: #283593 !important;
}

a.bg-c-indigo-800:hover, a.bg-c-indigo-800:focus,
button.bg-c-indigo-800:hover,
button.bg-c-indigo-800:focus {
  background-color: #1d276b !important;
}

.bg-c-indigo-900 {
  background-color: #1A237E !important;
}

a.bg-c-indigo-900:hover, a.bg-c-indigo-900:focus,
button.bg-c-indigo-900:hover,
button.bg-c-indigo-900:focus {
  background-color: #111754 !important;
}

.bg-c-indigo-a100 {
  background-color: #8C9EFF !important;
}

a.bg-c-indigo-a100:hover, a.bg-c-indigo-a100:focus,
button.bg-c-indigo-a100:hover,
button.bg-c-indigo-a100:focus {
  background-color: #5973ff !important;
}

.bg-c-indigo-a200 {
  background-color: #536DFE !important;
}

a.bg-c-indigo-a200:hover, a.bg-c-indigo-a200:focus,
button.bg-c-indigo-a200:hover,
button.bg-c-indigo-a200:focus {
  background-color: #2042fe !important;
}

.bg-c-indigo-a400 {
  background-color: #3D5AFE !important;
}

a.bg-c-indigo-a400:hover, a.bg-c-indigo-a400:focus,
button.bg-c-indigo-a400:hover,
button.bg-c-indigo-a400:focus {
  background-color: #0a2ffe !important;
}

.bg-c-indigo-a700 {
  background-color: #304FFE !important;
}

a.bg-c-indigo-a700:hover, a.bg-c-indigo-a700:focus,
button.bg-c-indigo-a700:hover,
button.bg-c-indigo-a700:focus {
  background-color: #0127fa !important;
}

.bg-c-blue-50 {
  background-color: #E3F2FD !important;
}

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

.bg-c-blue-100 {
  background-color: #BBDEFB !important;
}

a.bg-c-blue-100:hover, a.bg-c-blue-100:focus,
button.bg-c-blue-100:hover,
button.bg-c-blue-100:focus {
  background-color: #8bc7f8 !important;
}

.bg-c-blue-200 {
  background-color: #90CAF9 !important;
}

a.bg-c-blue-200:hover, a.bg-c-blue-200:focus,
button.bg-c-blue-200:hover,
button.bg-c-blue-200:focus {
  background-color: #60b3f6 !important;
}

.bg-c-blue-300 {
  background-color: #64B5F6 !important;
}

a.bg-c-blue-300:hover, a.bg-c-blue-300:focus,
button.bg-c-blue-300:hover,
button.bg-c-blue-300:focus {
  background-color: #349ef3 !important;
}

.bg-c-blue-400 {
  background-color: #42A5F5 !important;
}

a.bg-c-blue-400:hover, a.bg-c-blue-400:focus,
button.bg-c-blue-400:hover,
button.bg-c-blue-400:focus {
  background-color: #128ef2 !important;
}

.bg-c-blue-500 {
  background-color: #2196F3 !important;
}

a.bg-c-blue-500:hover, a.bg-c-blue-500:focus,
button.bg-c-blue-500:hover,
button.bg-c-blue-500:focus {
  background-color: #0c7cd5 !important;
}

.bg-c-blue-600 {
  background-color: #1E88E5 !important;
}

a.bg-c-blue-600:hover, a.bg-c-blue-600:focus,
button.bg-c-blue-600:hover,
button.bg-c-blue-600:focus {
  background-color: #166dba !important;
}

.bg-c-blue-700 {
  background-color: #1976D2 !important;
}

a.bg-c-blue-700:hover, a.bg-c-blue-700:focus,
button.bg-c-blue-700:hover,
button.bg-c-blue-700:focus {
  background-color: #145ca4 !important;
}

.bg-c-blue-800 {
  background-color: #1565C0 !important;
}

a.bg-c-blue-800:hover, a.bg-c-blue-800:focus,
button.bg-c-blue-800:hover,
button.bg-c-blue-800:focus {
  background-color: #104d92 !important;
}

.bg-c-blue-900 {
  background-color: #0D47A1 !important;
}

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

.bg-c-blue-a100 {
  background-color: #82B1FF !important;
}

a.bg-c-blue-a100:hover, a.bg-c-blue-a100:focus,
button.bg-c-blue-a100:hover,
button.bg-c-blue-a100:focus {
  background-color: #4f91ff !important;
}

.bg-c-blue-a200 {
  background-color: #448AFF !important;
}

a.bg-c-blue-a200:hover, a.bg-c-blue-a200:focus,
button.bg-c-blue-a200:hover,
button.bg-c-blue-a200:focus {
  background-color: #116aff !important;
}

.bg-c-blue-a400 {
  background-color: #2979FF !important;
}

a.bg-c-blue-a400:hover, a.bg-c-blue-a400:focus,
button.bg-c-blue-a400:hover,
button.bg-c-blue-a400:focus {
  background-color: #005cf5 !important;
}

.bg-c-blue-a700 {
  background-color: #2962FF !important;
}

a.bg-c-blue-a700:hover, a.bg-c-blue-a700:focus,
button.bg-c-blue-a700:hover,
button.bg-c-blue-a700:focus {
  background-color: #0041f5 !important;
}

.bg-c-light-blue-50 {
  background-color: #E1F5FE !important;
}

a.bg-c-light-blue-50:hover, a.bg-c-light-blue-50:focus,
button.bg-c-light-blue-50:hover,
button.bg-c-light-blue-50:focus {
  background-color: #b0e5fc !important;
}

.bg-c-light-blue-100 {
  background-color: #B3E5FC !important;
}

a.bg-c-light-blue-100:hover, a.bg-c-light-blue-100:focus,
button.bg-c-light-blue-100:hover,
button.bg-c-light-blue-100:focus {
  background-color: #82d4fa !important;
}

.bg-c-light-blue-200 {
  background-color: #81D4FA !important;
}

a.bg-c-light-blue-200:hover, a.bg-c-light-blue-200:focus,
button.bg-c-light-blue-200:hover,
button.bg-c-light-blue-200:focus {
  background-color: #50c3f8 !important;
}

.bg-c-light-blue-300 {
  background-color: #4FC3F7 !important;
}

a.bg-c-light-blue-300:hover, a.bg-c-light-blue-300:focus,
button.bg-c-light-blue-300:hover,
button.bg-c-light-blue-300:focus {
  background-color: #1eb2f5 !important;
}

.bg-c-light-blue-400 {
  background-color: #29B6F6 !important;
}

a.bg-c-light-blue-400:hover, a.bg-c-light-blue-400:focus,
button.bg-c-light-blue-400:hover,
button.bg-c-light-blue-400:focus {
  background-color: #0a9fe2 !important;
}

.bg-c-light-blue-500 {
  background-color: #03A9F4 !important;
}

a.bg-c-light-blue-500:hover, a.bg-c-light-blue-500:focus,
button.bg-c-light-blue-500:hover,
button.bg-c-light-blue-500:focus {
  background-color: #0286c2 !important;
}

.bg-c-light-blue-600 {
  background-color: #039BE5 !important;
}

a.bg-c-light-blue-600:hover, a.bg-c-light-blue-600:focus,
button.bg-c-light-blue-600:hover,
button.bg-c-light-blue-600:focus {
  background-color: #0279b3 !important;
}

.bg-c-light-blue-700 {
  background-color: #0288D1 !important;
}

a.bg-c-light-blue-700:hover, a.bg-c-light-blue-700:focus,
button.bg-c-light-blue-700:hover,
button.bg-c-light-blue-700:focus {
  background-color: #02679e !important;
}

.bg-c-light-blue-800 {
  background-color: #0277BD !important;
}

a.bg-c-light-blue-800:hover, a.bg-c-light-blue-800:focus,
button.bg-c-light-blue-800:hover,
button.bg-c-light-blue-800:focus {
  background-color: #01578b !important;
}

.bg-c-light-blue-900 {
  background-color: #01579B !important;
}

a.bg-c-light-blue-900:hover, a.bg-c-light-blue-900:focus,
button.bg-c-light-blue-900:hover,
button.bg-c-light-blue-900:focus {
  background-color: #013b68 !important;
}

.bg-c-light-blue-a100 {
  background-color: #80D8FF !important;
}

a.bg-c-light-blue-a100:hover, a.bg-c-light-blue-a100:focus,
button.bg-c-light-blue-a100:hover,
button.bg-c-light-blue-a100:focus {
  background-color: #4dc8ff !important;
}

.bg-c-light-blue-a200 {
  background-color: #40C4FF !important;
}

a.bg-c-light-blue-a200:hover, a.bg-c-light-blue-a200:focus,
button.bg-c-light-blue-a200:hover,
button.bg-c-light-blue-a200:focus {
  background-color: #0db4ff !important;
}

.bg-c-light-blue-a400 {
  background-color: #00B0FF !important;
}

a.bg-c-light-blue-a400:hover, a.bg-c-light-blue-a400:focus,
button.bg-c-light-blue-a400:hover,
button.bg-c-light-blue-a400:focus {
  background-color: #008dcc !important;
}

.bg-c-light-blue-a700 {
  background-color: #0091EA !important;
}

a.bg-c-light-blue-a700:hover, a.bg-c-light-blue-a700:focus,
button.bg-c-light-blue-a700:hover,
button.bg-c-light-blue-a700:focus {
  background-color: #0071b7 !important;
}

.bg-c-cyan-50 {
  background-color: #E0F7FA !important;
}

a.bg-c-cyan-50:hover, a.bg-c-cyan-50:focus,
button.bg-c-cyan-50:hover,
button.bg-c-cyan-50:focus {
  background-color: #b4ecf3 !important;
}

.bg-c-cyan-100 {
  background-color: #B2EBF2 !important;
}

a.bg-c-cyan-100:hover, a.bg-c-cyan-100:focus,
button.bg-c-cyan-100:hover,
button.bg-c-cyan-100:focus {
  background-color: #86e0eb !important;
}

.bg-c-cyan-200 {
  background-color: #80DEEA !important;
}

a.bg-c-cyan-200:hover, a.bg-c-cyan-200:focus,
button.bg-c-cyan-200:hover,
button.bg-c-cyan-200:focus {
  background-color: #54d3e3 !important;
}

.bg-c-cyan-300 {
  background-color: #4DD0E1 !important;
}

a.bg-c-cyan-300:hover, a.bg-c-cyan-300:focus,
button.bg-c-cyan-300:hover,
button.bg-c-cyan-300:focus {
  background-color: #24c2d7 !important;
}

.bg-c-cyan-400 {
  background-color: #26C6DA !important;
}

a.bg-c-cyan-400:hover, a.bg-c-cyan-400:focus,
button.bg-c-cyan-400:hover,
button.bg-c-cyan-400:focus {
  background-color: #1e9faf !important;
}

.bg-c-cyan-500 {
  background-color: #00BCD4 !important;
}

a.bg-c-cyan-500:hover, a.bg-c-cyan-500:focus,
button.bg-c-cyan-500:hover,
button.bg-c-cyan-500:focus {
  background-color: #008fa1 !important;
}

.bg-c-cyan-600 {
  background-color: #00ACC1 !important;
}

a.bg-c-cyan-600:hover, a.bg-c-cyan-600:focus,
button.bg-c-cyan-600:hover,
button.bg-c-cyan-600:focus {
  background-color: #007f8e !important;
}

.bg-c-cyan-700 {
  background-color: #0097A7 !important;
}

a.bg-c-cyan-700:hover, a.bg-c-cyan-700:focus,
button.bg-c-cyan-700:hover,
button.bg-c-cyan-700:focus {
  background-color: #006974 !important;
}

.bg-c-cyan-800 {
  background-color: #00838F !important;
}

a.bg-c-cyan-800:hover, a.bg-c-cyan-800:focus,
button.bg-c-cyan-800:hover,
button.bg-c-cyan-800:focus {
  background-color: #00545c !important;
}

.bg-c-cyan-900 {
  background-color: #006064 !important;
}

a.bg-c-cyan-900:hover, a.bg-c-cyan-900:focus,
button.bg-c-cyan-900:hover,
button.bg-c-cyan-900:focus {
  background-color: #002f31 !important;
}

.bg-c-cyan-a100 {
  background-color: #84FFFF !important;
}

a.bg-c-cyan-a100:hover, a.bg-c-cyan-a100:focus,
button.bg-c-cyan-a100:hover,
button.bg-c-cyan-a100:focus {
  background-color: #51ffff !important;
}

.bg-c-cyan-a200 {
  background-color: #18FFFF !important;
}

a.bg-c-cyan-a200:hover, a.bg-c-cyan-a200:focus,
button.bg-c-cyan-a200:hover,
button.bg-c-cyan-a200:focus {
  background-color: #00e4e4 !important;
}

.bg-c-cyan-a400 {
  background-color: #00E5FF !important;
}

a.bg-c-cyan-a400:hover, a.bg-c-cyan-a400:focus,
button.bg-c-cyan-a400:hover,
button.bg-c-cyan-a400:focus {
  background-color: #00b7cc !important;
}

.bg-c-cyan-a700 {
  background-color: #00B8D4 !important;
}

a.bg-c-cyan-a700:hover, a.bg-c-cyan-a700:focus,
button.bg-c-cyan-a700:hover,
button.bg-c-cyan-a700:focus {
  background-color: #008ca1 !important;
}

.bg-c-teal-50 {
  background-color: #E0F2F1 !important;
}

a.bg-c-teal-50:hover, a.bg-c-teal-50:focus,
button.bg-c-teal-50:hover,
button.bg-c-teal-50:focus {
  background-color: #bce3e1 !important;
}

.bg-c-teal-100 {
  background-color: #B2DFDB !important;
}

a.bg-c-teal-100:hover, a.bg-c-teal-100:focus,
button.bg-c-teal-100:hover,
button.bg-c-teal-100:focus {
  background-color: #8ed0ca !important;
}

.bg-c-teal-200 {
  background-color: #80CBC4 !important;
}

a.bg-c-teal-200:hover, a.bg-c-teal-200:focus,
button.bg-c-teal-200:hover,
button.bg-c-teal-200:focus {
  background-color: #5cbcb3 !important;
}

.bg-c-teal-300 {
  background-color: #4DB6AC !important;
}

a.bg-c-teal-300:hover, a.bg-c-teal-300:focus,
button.bg-c-teal-300:hover,
button.bg-c-teal-300:focus {
  background-color: #3c948b !important;
}

.bg-c-teal-400 {
  background-color: #26A69A !important;
}

a.bg-c-teal-400:hover, a.bg-c-teal-400:focus,
button.bg-c-teal-400:hover,
button.bg-c-teal-400:focus {
  background-color: #1d7d74 !important;
}

.bg-c-teal-500 {
  background-color: #26A69A !important;
}

a.bg-c-teal-500:hover, a.bg-c-teal-500:focus,
button.bg-c-teal-500:hover,
button.bg-c-teal-500:focus {
  background-color: #1d7d74 !important;
}

.bg-c-teal-600 {
  background-color: #00897B !important;
}

a.bg-c-teal-600:hover, a.bg-c-teal-600:focus,
button.bg-c-teal-600:hover,
button.bg-c-teal-600:focus {
  background-color: #00564d !important;
}

.bg-c-teal-700 {
  background-color: #00796B !important;
}

a.bg-c-teal-700:hover, a.bg-c-teal-700:focus,
button.bg-c-teal-700:hover,
button.bg-c-teal-700:focus {
  background-color: #00463e !important;
}

.bg-c-teal-800 {
  background-color: #00695C !important;
}

a.bg-c-teal-800:hover, a.bg-c-teal-800:focus,
button.bg-c-teal-800:hover,
button.bg-c-teal-800:focus {
  background-color: #00362f !important;
}

.bg-c-teal-900 {
  background-color: #004D40 !important;
}

a.bg-c-teal-900:hover, a.bg-c-teal-900:focus,
button.bg-c-teal-900:hover,
button.bg-c-teal-900:focus {
  background-color: #001a16 !important;
}

.bg-c-teal-a100 {
  background-color: #A7FFEB !important;
}

a.bg-c-teal-a100:hover, a.bg-c-teal-a100:focus,
button.bg-c-teal-a100:hover,
button.bg-c-teal-a100:focus {
  background-color: #74ffdf !important;
}

.bg-c-teal-a200 {
  background-color: #64FFDA !important;
}

a.bg-c-teal-a200:hover, a.bg-c-teal-a200:focus,
button.bg-c-teal-a200:hover,
button.bg-c-teal-a200:focus {
  background-color: #31ffce !important;
}

.bg-c-teal-a400 {
  background-color: #1DE9B6 !important;
}

a.bg-c-teal-a400:hover, a.bg-c-teal-a400:focus,
button.bg-c-teal-a400:hover,
button.bg-c-teal-a400:focus {
  background-color: #13c095 !important;
}

.bg-c-teal-a700 {
  background-color: #00BFA5 !important;
}

a.bg-c-teal-a700:hover, a.bg-c-teal-a700:focus,
button.bg-c-teal-a700:hover,
button.bg-c-teal-a700:focus {
  background-color: #008c79 !important;
}

.bg-c-green-50 {
  background-color: #E8F5E9 !important;
}

a.bg-c-green-50:hover, a.bg-c-green-50:focus,
button.bg-c-green-50:hover,
button.bg-c-green-50:focus {
  background-color: #c4e6c7 !important;
}

.bg-c-green-100 {
  background-color: #C8E6C9 !important;
}

a.bg-c-green-100:hover, a.bg-c-green-100:focus,
button.bg-c-green-100:hover,
button.bg-c-green-100:focus {
  background-color: #a5d6a7 !important;
}

.bg-c-green-200 {
  background-color: #A5D6A7 !important;
}

a.bg-c-green-200:hover, a.bg-c-green-200:focus,
button.bg-c-green-200:hover,
button.bg-c-green-200:focus {
  background-color: #82c685 !important;
}

.bg-c-green-300 {
  background-color: #81C784 !important;
}

a.bg-c-green-300:hover, a.bg-c-green-300:focus,
button.bg-c-green-300:hover,
button.bg-c-green-300:focus {
  background-color: #5eb762 !important;
}

.bg-c-green-400 {
  background-color: #66BB6A !important;
}

a.bg-c-green-400:hover, a.bg-c-green-400:focus,
button.bg-c-green-400:hover,
button.bg-c-green-400:focus {
  background-color: #49a54e !important;
}

.bg-c-green-500 {
  background-color: #4CAF50 !important;
}

a.bg-c-green-500:hover, a.bg-c-green-500:focus,
button.bg-c-green-500:hover,
button.bg-c-green-500:focus {
  background-color: #3d8b40 !important;
}

.bg-c-green-600 {
  background-color: #43A047 !important;
}

a.bg-c-green-600:hover, a.bg-c-green-600:focus,
button.bg-c-green-600:hover,
button.bg-c-green-600:focus {
  background-color: #347c37 !important;
}

.bg-c-green-700 {
  background-color: #388E3C !important;
}

a.bg-c-green-700:hover, a.bg-c-green-700:focus,
button.bg-c-green-700:hover,
button.bg-c-green-700:focus {
  background-color: #2a692d !important;
}

.bg-c-green-800 {
  background-color: #2E7D32 !important;
}

a.bg-c-green-800:hover, a.bg-c-green-800:focus,
button.bg-c-green-800:hover,
button.bg-c-green-800:focus {
  background-color: #205823 !important;
}

.bg-c-green-900 {
  background-color: #1B5E20 !important;
}

a.bg-c-green-900:hover, a.bg-c-green-900:focus,
button.bg-c-green-900:hover,
button.bg-c-green-900:focus {
  background-color: #103613 !important;
}

.bg-c-green-a100 {
  background-color: #B9F6CA !important;
}

a.bg-c-green-a100:hover, a.bg-c-green-a100:focus,
button.bg-c-green-a100:hover,
button.bg-c-green-a100:focus {
  background-color: #8cf0a8 !important;
}

.bg-c-green-a200 {
  background-color: #69F0AE !important;
}

a.bg-c-green-a200:hover, a.bg-c-green-a200:focus,
button.bg-c-green-a200:hover,
button.bg-c-green-a200:focus {
  background-color: #3beb95 !important;
}

.bg-c-green-a400 {
  background-color: #00E676 !important;
}

a.bg-c-green-a400:hover, a.bg-c-green-a400:focus,
button.bg-c-green-a400:hover,
button.bg-c-green-a400:focus {
  background-color: #00b35c !important;
}

.bg-c-green-a700 {
  background-color: #00C853 !important;
}

a.bg-c-green-a700:hover, a.bg-c-green-a700:focus,
button.bg-c-green-a700:hover,
button.bg-c-green-a700:focus {
  background-color: #00953e !important;
}

.bg-c-light-green-50 {
  background-color: #F1F8E9 !important;
}

a.bg-c-light-green-50:hover, a.bg-c-light-green-50:focus,
button.bg-c-light-green-50:hover,
button.bg-c-light-green-50:focus {
  background-color: #d8ecc2 !important;
}

.bg-c-light-green-100 {
  background-color: #DCEDC8 !important;
}

a.bg-c-light-green-100:hover, a.bg-c-light-green-100:focus,
button.bg-c-light-green-100:hover,
button.bg-c-light-green-100:focus {
  background-color: #c4e0a2 !important;
}

.bg-c-light-green-200 {
  background-color: #C5E1A5 !important;
}

a.bg-c-light-green-200:hover, a.bg-c-light-green-200:focus,
button.bg-c-light-green-200:hover,
button.bg-c-light-green-200:focus {
  background-color: #acd47f !important;
}

.bg-c-light-green-300 {
  background-color: #AED581 !important;
}

a.bg-c-light-green-300:hover, a.bg-c-light-green-300:focus,
button.bg-c-light-green-300:hover,
button.bg-c-light-green-300:focus {
  background-color: #95c85b !important;
}

.bg-c-light-green-400 {
  background-color: #9CCC65 !important;
}

a.bg-c-light-green-400:hover, a.bg-c-light-green-400:focus,
button.bg-c-light-green-400:hover,
button.bg-c-light-green-400:focus {
  background-color: #83bf3f !important;
}

.bg-c-light-green-500 {
  background-color: #8BC34A !important;
}

a.bg-c-light-green-500:hover, a.bg-c-light-green-500:focus,
button.bg-c-light-green-500:hover,
button.bg-c-light-green-500:focus {
  background-color: #71a436 !important;
}

.bg-c-light-green-600 {
  background-color: #7CB342 !important;
}

a.bg-c-light-green-600:hover, a.bg-c-light-green-600:focus,
button.bg-c-light-green-600:hover,
button.bg-c-light-green-600:focus {
  background-color: #628e34 !important;
}

.bg-c-light-green-700 {
  background-color: #689F38 !important;
}

a.bg-c-light-green-700:hover, a.bg-c-light-green-700:focus,
button.bg-c-light-green-700:hover,
button.bg-c-light-green-700:focus {
  background-color: #4f792b !important;
}

.bg-c-light-green-800 {
  background-color: #558B2F !important;
}

a.bg-c-light-green-800:hover, a.bg-c-light-green-800:focus,
button.bg-c-light-green-800:hover,
button.bg-c-light-green-800:focus {
  background-color: #3e6522 !important;
}

.bg-c-light-green-900 {
  background-color: #33691E !important;
}

a.bg-c-light-green-900:hover, a.bg-c-light-green-900:focus,
button.bg-c-light-green-900:hover,
button.bg-c-light-green-900:focus {
  background-color: #204113 !important;
}

.bg-c-light-green-a100 {
  background-color: #CCFF90 !important;
}

a.bg-c-light-green-a100:hover, a.bg-c-light-green-a100:focus,
button.bg-c-light-green-a100:hover,
button.bg-c-light-green-a100:focus {
  background-color: #b5ff5d !important;
}

.bg-c-lime-50 {
  background-color: #F9FBE7 !important;
}

a.bg-c-lime-50:hover, a.bg-c-lime-50:focus,
button.bg-c-lime-50:hover,
button.bg-c-lime-50:focus {
  background-color: #eef4bb !important;
}

.bg-c-lime-100 {
  background-color: #F0F4C3 !important;
}

a.bg-c-lime-100:hover, a.bg-c-lime-100:focus,
button.bg-c-lime-100:hover,
button.bg-c-lime-100:focus {
  background-color: #e5ec98 !important;
}

.bg-c-lime-200 {
  background-color: #E6EE9C !important;
}

a.bg-c-lime-200:hover, a.bg-c-lime-200:focus,
button.bg-c-lime-200:hover,
button.bg-c-lime-200:focus {
  background-color: #dbe770 !important;
}

.bg-c-lime-300 {
  background-color: #DCE775 !important;
}

a.bg-c-lime-300:hover, a.bg-c-lime-300:focus,
button.bg-c-lime-300:hover,
button.bg-c-lime-300:focus {
  background-color: #d1df4a !important;
}

.bg-c-lime-400 {
  background-color: #D4E157 !important;
}

a.bg-c-lime-400:hover, a.bg-c-lime-400:focus,
button.bg-c-lime-400:hover,
button.bg-c-lime-400:focus {
  background-color: #c9d92c !important;
}

.bg-c-lime-500 {
  background-color: #CDDC39 !important;
}

a.bg-c-lime-500:hover, a.bg-c-lime-500:focus,
button.bg-c-lime-500:hover,
button.bg-c-lime-500:focus {
  background-color: #b2c022 !important;
}

.bg-c-lime-600 {
  background-color: #C0CA33 !important;
}

a.bg-c-lime-600:hover, a.bg-c-lime-600:focus,
button.bg-c-lime-600:hover,
button.bg-c-lime-600:focus {
  background-color: #99a129 !important;
}

.bg-c-lime-700 {
  background-color: #AFB42B !important;
}

a.bg-c-lime-700:hover, a.bg-c-lime-700:focus,
button.bg-c-lime-700:hover,
button.bg-c-lime-700:focus {
  background-color: #878b21 !important;
}

.bg-c-lime-800 {
  background-color: #9E9D24 !important;
}

a.bg-c-lime-800:hover, a.bg-c-lime-800:focus,
button.bg-c-lime-800:hover,
button.bg-c-lime-800:focus {
  background-color: #74741b !important;
}

.bg-c-lime-900 {
  background-color: #827717 !important;
}

a.bg-c-lime-900:hover, a.bg-c-lime-900:focus,
button.bg-c-lime-900:hover,
button.bg-c-lime-900:focus {
  background-color: #574f0f !important;
}

.bg-c-lime-a100 {
  background-color: #F4FF81 !important;
}

a.bg-c-lime-a100:hover, a.bg-c-lime-a100:focus,
button.bg-c-lime-a100:hover,
button.bg-c-lime-a100:focus {
  background-color: #f0ff4e !important;
}

.bg-c-lime-a200 {
  background-color: #EEFF41 !important;
}

a.bg-c-lime-a200:hover, a.bg-c-lime-a200:focus,
button.bg-c-lime-a200:hover,
button.bg-c-lime-a200:focus {
  background-color: #e9ff0e !important;
}

.bg-c-lime-a400 {
  background-color: #C6FF00 !important;
}

a.bg-c-lime-a400:hover, a.bg-c-lime-a400:focus,
button.bg-c-lime-a400:hover,
button.bg-c-lime-a400:focus {
  background-color: #9ecc00 !important;
}

.bg-c-lime-a700 {
  background-color: #AEEA00 !important;
}

a.bg-c-lime-a700:hover, a.bg-c-lime-a700:focus,
button.bg-c-lime-a700:hover,
button.bg-c-lime-a700:focus {
  background-color: #88b700 !important;
}

.bg-c-yellow-50 {
  background-color: #FFFDE7 !important;
}

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

.bg-c-yellow-100 {
  background-color: #FFF9C4 !important;
}

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

.bg-c-yellow-200 {
  background-color: #FFF59D !important;
}

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

.bg-c-yellow-300 {
  background-color: #FFF176 !important;
}

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

.bg-c-yellow-400 {
  background-color: #FFEE58 !important;
}

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

.bg-c-yellow-500 {
  background-color: #FFEB3B !important;
}

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

.bg-c-yellow-600 {
  background-color: #FDD835 !important;
}

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

.bg-c-yellow-700 {
  background-color: #FBC02D !important;
}

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

.bg-c-yellow-800 {
  background-color: #F9A825 !important;
}

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

.bg-c-yellow-900 {
  background-color: #F57F17 !important;
}

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

.bg-c-yellow-a100 {
  background-color: #FFFF8D !important;
}

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

.bg-c-yellow-a200 {
  background-color: #FFFF00 !important;
}

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

.bg-c-yellow-a400 {
  background-color: #FFEA00 !important;
}

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

.bg-c-yellow-a700 {
  background-color: #FFD600 !important;
}

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

.bg-c-amber-50 {
  background-color: #FFF8E1 !important;
}

a.bg-c-amber-50:hover, a.bg-c-amber-50:focus,
button.bg-c-amber-50:hover,
button.bg-c-amber-50:focus {
  background-color: #ffecae !important;
}

.bg-c-amber-100 {
  background-color: #FFECB3 !important;
}

a.bg-c-amber-100:hover, a.bg-c-amber-100:focus,
button.bg-c-amber-100:hover,
button.bg-c-amber-100:focus {
  background-color: #ffdf80 !important;
}

.bg-c-amber-200 {
  background-color: #FFE082 !important;
}

a.bg-c-amber-200:hover, a.bg-c-amber-200:focus,
button.bg-c-amber-200:hover,
button.bg-c-amber-200:focus {
  background-color: #ffd34f !important;
}

.bg-c-amber-300 {
  background-color: #FFD54F !important;
}

a.bg-c-amber-300:hover, a.bg-c-amber-300:focus,
button.bg-c-amber-300:hover,
button.bg-c-amber-300:focus {
  background-color: #ffc91c !important;
}

.bg-c-amber-400 {
  background-color: #FFCA28 !important;
}

a.bg-c-amber-400:hover, a.bg-c-amber-400:focus,
button.bg-c-amber-400:hover,
button.bg-c-amber-400:focus {
  background-color: #f4b800 !important;
}

.bg-c-amber-500 {
  background-color: #FFC107 !important;
}

a.bg-c-amber-500:hover, a.bg-c-amber-500:focus,
button.bg-c-amber-500:hover,
button.bg-c-amber-500:focus {
  background-color: #d39e00 !important;
}

.bg-c-amber-600 {
  background-color: #FFB300 !important;
}

a.bg-c-amber-600:hover, a.bg-c-amber-600:focus,
button.bg-c-amber-600:hover,
button.bg-c-amber-600:focus {
  background-color: #cc8f00 !important;
}

.bg-c-amber-700 {
  background-color: #FFA000 !important;
}

a.bg-c-amber-700:hover, a.bg-c-amber-700:focus,
button.bg-c-amber-700:hover,
button.bg-c-amber-700:focus {
  background-color: #cc8000 !important;
}

.bg-c-amber-800 {
  background-color: #FF8F00 !important;
}

a.bg-c-amber-800:hover, a.bg-c-amber-800:focus,
button.bg-c-amber-800:hover,
button.bg-c-amber-800:focus {
  background-color: #cc7200 !important;
}

.bg-c-amber-900 {
  background-color: #FF6F00 !important;
}

a.bg-c-amber-900:hover, a.bg-c-amber-900:focus,
button.bg-c-amber-900:hover,
button.bg-c-amber-900:focus {
  background-color: #cc5900 !important;
}

.bg-c-amber-a100 {
  background-color: #FFE57F !important;
}

a.bg-c-amber-a100:hover, a.bg-c-amber-a100:focus,
button.bg-c-amber-a100:hover,
button.bg-c-amber-a100:focus {
  background-color: #ffdb4c !important;
}

.bg-c-amber-a400 {
  background-color: #FFC400 !important;
}

a.bg-c-amber-a400:hover, a.bg-c-amber-a400:focus,
button.bg-c-amber-a400:hover,
button.bg-c-amber-a400:focus {
  background-color: #cc9d00 !important;
}

.bg-c-amber-a700 {
  background-color: #FFAB00 !important;
}

a.bg-c-amber-a700:hover, a.bg-c-amber-a700:focus,
button.bg-c-amber-a700:hover,
button.bg-c-amber-a700:focus {
  background-color: #cc8900 !important;
}

.bg-c-orange-50 {
  background-color: #FFF3E0 !important;
}

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

.bg-c-orange-100 {
  background-color: #FFE0B2 !important;
}

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

.bg-c-orange-200 {
  background-color: #FFCC80 !important;
}

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

.bg-c-orange-300 {
  background-color: #FFB74D !important;
}

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

.bg-c-orange-400 {
  background-color: #FFA726 !important;
}

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

.bg-c-orange-500 {
  background-color: #FF9800 !important;
}

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

.bg-c-orange-600 {
  background-color: #FB8C00 !important;
}

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

.bg-c-orange-700 {
  background-color: #F57C00 !important;
}

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

.bg-c-orange-800 {
  background-color: #EF6C00 !important;
}

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

.bg-c-orange-900 {
  background-color: #E65100 !important;
}

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

.bg-c-orange-a100 {
  background-color: #FFD180 !important;
}

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

.bg-c-orange-a200 {
  background-color: #FFAB40 !important;
}

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

.bg-c-orange-a400 {
  background-color: #FF9100 !important;
}

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

.bg-c-orange-a700 {
  background-color: #FF6D00 !important;
}

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

.bg-c-deep-orange-50 {
  background-color: #FBE9E7 !important;
}

a.bg-c-deep-orange-50:hover, a.bg-c-deep-orange-50:focus,
button.bg-c-deep-orange-50:hover,
button.bg-c-deep-orange-50:focus {
  background-color: #f4c1bb !important;
}

.bg-c-deep-orange-100 {
  background-color: #FFCCBC !important;
}

a.bg-c-deep-orange-100:hover, a.bg-c-deep-orange-100:focus,
button.bg-c-deep-orange-100:hover,
button.bg-c-deep-orange-100:focus {
  background-color: #ffa589 !important;
}

.bg-c-deep-orange-200 {
  background-color: #FFAB91 !important;
}

a.bg-c-deep-orange-200:hover, a.bg-c-deep-orange-200:focus,
button.bg-c-deep-orange-200:hover,
button.bg-c-deep-orange-200:focus {
  background-color: #ff845e !important;
}

.bg-c-deep-orange-300 {
  background-color: #FF8A65 !important;
}

a.bg-c-deep-orange-300:hover, a.bg-c-deep-orange-300:focus,
button.bg-c-deep-orange-300:hover,
button.bg-c-deep-orange-300:focus {
  background-color: #ff6332 !important;
}

.bg-c-deep-orange-400 {
  background-color: #FF7043 !important;
}

a.bg-c-deep-orange-400:hover, a.bg-c-deep-orange-400:focus,
button.bg-c-deep-orange-400:hover,
button.bg-c-deep-orange-400:focus {
  background-color: #ff4910 !important;
}

.bg-c-deep-orange-500 {
  background-color: #FF5722 !important;
}

a.bg-c-deep-orange-500:hover, a.bg-c-deep-orange-500:focus,
button.bg-c-deep-orange-500:hover,
button.bg-c-deep-orange-500:focus {
  background-color: #ee3900 !important;
}

.bg-c-deep-orange-600 {
  background-color: #F4511E !important;
}

a.bg-c-deep-orange-600:hover, a.bg-c-deep-orange-600:focus,
button.bg-c-deep-orange-600:hover,
button.bg-c-deep-orange-600:focus {
  background-color: #d53b0a !important;
}

.bg-c-deep-orange-700 {
  background-color: #E64A19 !important;
}

a.bg-c-deep-orange-700:hover, a.bg-c-deep-orange-700:focus,
button.bg-c-deep-orange-700:hover,
button.bg-c-deep-orange-700:focus {
  background-color: #b83b14 !important;
}

.bg-c-deep-orange-800 {
  background-color: #D84315 !important;
}

a.bg-c-deep-orange-800:hover, a.bg-c-deep-orange-800:focus,
button.bg-c-deep-orange-800:hover,
button.bg-c-deep-orange-800:focus {
  background-color: #aa3510 !important;
}

.bg-c-deep-orange-900 {
  background-color: #BF360C !important;
}

a.bg-c-deep-orange-900:hover, a.bg-c-deep-orange-900:focus,
button.bg-c-deep-orange-900:hover,
button.bg-c-deep-orange-900:focus {
  background-color: #8f2809 !important;
}

.bg-c-deep-orange-a100 {
  background-color: #FF9E80 !important;
}

a.bg-c-deep-orange-a100:hover, a.bg-c-deep-orange-a100:focus,
button.bg-c-deep-orange-a100:hover,
button.bg-c-deep-orange-a100:focus {
  background-color: #ff774d !important;
}

.bg-c-deep-orange-a200 {
  background-color: #FF6E40 !important;
}

a.bg-c-deep-orange-a200:hover, a.bg-c-deep-orange-a200:focus,
button.bg-c-deep-orange-a200:hover,
button.bg-c-deep-orange-a200:focus {
  background-color: #ff470d !important;
}

.bg-c-deep-orange-a400 {
  background-color: #FF3D00 !important;
}

a.bg-c-deep-orange-a400:hover, a.bg-c-deep-orange-a400:focus,
button.bg-c-deep-orange-a400:hover,
button.bg-c-deep-orange-a400:focus {
  background-color: #cc3100 !important;
}

.bg-c-deep-orange-a700 {
  background-color: #DD2C00 !important;
}

a.bg-c-deep-orange-a700:hover, a.bg-c-deep-orange-a700:focus,
button.bg-c-deep-orange-a700:hover,
button.bg-c-deep-orange-a700:focus {
  background-color: #aa2200 !important;
}

.bg-c-brown-50 {
  background-color: #EFEBE9 !important;
}

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

.bg-c-brown-100 {
  background-color: #D7CCC8 !important;
}

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

.bg-c-brown-200 {
  background-color: #BCAAA4 !important;
}

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

.bg-c-brown-300 {
  background-color: #A1887F !important;
}

a.bg-c-brown-300:hover, a.bg-c-brown-300:focus,
button.bg-c-brown-300:hover,
button.bg-c-brown-300:focus {
  background-color: #896e64 !important;
}

.bg-c-brown-400 {
  background-color: #8D6E63 !important;
}

a.bg-c-brown-400:hover, a.bg-c-brown-400:focus,
button.bg-c-brown-400:hover,
button.bg-c-brown-400:focus {
  background-color: #6f574e !important;
}

.bg-c-brown-500 {
  background-color: #795548 !important;
}

a.bg-c-brown-500:hover, a.bg-c-brown-500:focus,
button.bg-c-brown-500:hover,
button.bg-c-brown-500:focus {
  background-color: #593f35 !important;
}

.bg-c-brown-600 {
  background-color: #6D4C41 !important;
}

a.bg-c-brown-600:hover, a.bg-c-brown-600:focus,
button.bg-c-brown-600:hover,
button.bg-c-brown-600:focus {
  background-color: #4d362e !important;
}

.bg-c-brown-700 {
  background-color: #5D4037 !important;
}

a.bg-c-brown-700:hover, a.bg-c-brown-700:focus,
button.bg-c-brown-700:hover,
button.bg-c-brown-700:focus {
  background-color: #3d2a24 !important;
}

.bg-c-brown-800 {
  background-color: #4E342E !important;
}

a.bg-c-brown-800:hover, a.bg-c-brown-800:focus,
button.bg-c-brown-800:hover,
button.bg-c-brown-800:focus {
  background-color: #2e1f1b !important;
}

.bg-c-brown-900 {
  background-color: #3E2723 !important;
}

a.bg-c-brown-900:hover, a.bg-c-brown-900:focus,
button.bg-c-brown-900:hover,
button.bg-c-brown-900:focus {
  background-color: #1d1211 !important;
}

.bg-c-blue-gray-50 {
  background-color: #ECEFF1 !important;
}

a.bg-c-blue-gray-50:hover, a.bg-c-blue-gray-50:focus,
button.bg-c-blue-gray-50:hover,
button.bg-c-blue-gray-50:focus {
  background-color: #cfd6db !important;
}

.bg-c-blue-gray-100 {
  background-color: #CFD8DC !important;
}

a.bg-c-blue-gray-100:hover, a.bg-c-blue-gray-100:focus,
button.bg-c-blue-gray-100:hover,
button.bg-c-blue-gray-100:focus {
  background-color: #b2c0c6 !important;
}

.bg-c-blue-gray-200 {
  background-color: #B0BEC5 !important;
}

a.bg-c-blue-gray-200:hover, a.bg-c-blue-gray-200:focus,
button.bg-c-blue-gray-200:hover,
button.bg-c-blue-gray-200:focus {
  background-color: #93a6af !important;
}

.bg-c-blue-gray-300 {
  background-color: #90A4AE !important;
}

a.bg-c-blue-gray-300:hover, a.bg-c-blue-gray-300:focus,
button.bg-c-blue-gray-300:hover,
button.bg-c-blue-gray-300:focus {
  background-color: #738c98 !important;
}

.bg-c-blue-gray-400 {
  background-color: #78909C !important;
}

a.bg-c-blue-gray-400:hover, a.bg-c-blue-gray-400:focus,
button.bg-c-blue-gray-400:hover,
button.bg-c-blue-gray-400:focus {
  background-color: #5f7682 !important;
}

.bg-c-blue-gray-500 {
  background-color: #607D8B !important;
}

a.bg-c-blue-gray-500:hover, a.bg-c-blue-gray-500:focus,
button.bg-c-blue-gray-500:hover,
button.bg-c-blue-gray-500:focus {
  background-color: #4b626d !important;
}

.bg-c-blue-gray-600 {
  background-color: #546E7A !important;
}

a.bg-c-blue-gray-600:hover, a.bg-c-blue-gray-600:focus,
button.bg-c-blue-gray-600:hover,
button.bg-c-blue-gray-600:focus {
  background-color: #3f535c !important;
}

.bg-c-blue-gray-700 {
  background-color: #455A64 !important;
}

a.bg-c-blue-gray-700:hover, a.bg-c-blue-gray-700:focus,
button.bg-c-blue-gray-700:hover,
button.bg-c-blue-gray-700:focus {
  background-color: #303f46 !important;
}

.bg-c-blue-gray-800 {
  background-color: #37474F !important;
}

a.bg-c-blue-gray-800:hover, a.bg-c-blue-gray-800:focus,
button.bg-c-blue-gray-800:hover,
button.bg-c-blue-gray-800:focus {
  background-color: #222c31 !important;
}

.bg-c-blue-gray-900 {
  background-color: #263238 !important;
}

a.bg-c-blue-gray-900:hover, a.bg-c-blue-gray-900:focus,
button.bg-c-blue-gray-900:hover,
button.bg-c-blue-gray-900:focus {
  background-color: #11171a !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

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

.border-dark {
  border-color: #343a40 !important;
}

.border-c-blue {
  border-color: #007bff !important;
}

.border-c-indigo {
  border-color: #6610f2 !important;
}

.border-c-purple {
  border-color: #6f42c1 !important;
}

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

.border-c-red {
  border-color: #dc3545 !important;
}

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

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

.border-c-green {
  border-color: #28a745 !important;
}

.border-c-teal {
  border-color: #20c997 !important;
}

.border-c-cyan {
  border-color: #17a2b8 !important;
}

.border-c-white {
  border-color: #fff !important;
}

.border-c-gray {
  border-color: #6c757d !important;
}

.border-c-gray-dark {
  border-color: #343a40 !important;
}

.border-c-gray-50 {
  border-color: #FAFAFA !important;
}

.border-c-gray-100 {
  border-color: #f8f9fa !important;
}

.border-c-gray-200 {
  border-color: #e9ecef !important;
}

.border-c-gray-300 {
  border-color: #dee2e6 !important;
}

.border-c-gray-400 {
  border-color: #ced4da !important;
}

.border-c-gray-500 {
  border-color: #adb5bd !important;
}

.border-c-gray-600 {
  border-color: #6c757d !important;
}

.border-c-gray-700 {
  border-color: #495057 !important;
}

.border-c-gray-800 {
  border-color: #343a40 !important;
}

.border-c-gray-900 {
  border-color: #212529 !important;
}

.border-c-red-50 {
  border-color: #FFEBEE !important;
}

.border-c-red-100 {
  border-color: #FFCDD2 !important;
}

.border-c-red-200 {
  border-color: #EF9A9A !important;
}

.border-c-red-300 {
  border-color: #E57373 !important;
}

.border-c-red-400 {
  border-color: #EF5350 !important;
}

.border-c-red-500 {
  border-color: #F44336 !important;
}

.border-c-red-600 {
  border-color: #E53935 !important;
}

.border-c-red-700 {
  border-color: #D32F2F !important;
}

.border-c-red-800 {
  border-color: #C62828 !important;
}

.border-c-red-900 {
  border-color: #B71C1C !important;
}

.border-c-red-a100 {
  border-color: #FF8A80 !important;
}

.border-c-red-a200 {
  border-color: #FF5252 !important;
}

.border-c-red-a400 {
  border-color: #FF1744 !important;
}

.border-c-red-a700 {
  border-color: #D50000 !important;
}

.border-c-pink-50 {
  border-color: #FCE4EC !important;
}

.border-c-pink-100 {
  border-color: #F8BBD0 !important;
}

.border-c-pink-200 {
  border-color: #F48FB1 !important;
}

.border-c-pink-300 {
  border-color: #F06292 !important;
}

.border-c-pink-400 {
  border-color: #EC407A !important;
}

.border-c-pink-500 {
  border-color: #E91E63 !important;
}

.border-c-pink-600 {
  border-color: #D81B60 !important;
}

.border-c-pink-700 {
  border-color: #C2185B !important;
}

.border-c-pink-800 {
  border-color: #AD1457 !important;
}

.border-c-pink-900 {
  border-color: #880E4F !important;
}

.border-c-pink-a100 {
  border-color: #FF80AB !important;
}

.border-c-pink-a200 {
  border-color: #FF4081 !important;
}

.border-c-pink-a400 {
  border-color: #F50057 !important;
}

.border-c-pink-a700 {
  border-color: #C51162 !important;
}

.border-c-purple-50 {
  border-color: #F3E5F5 !important;
}

.border-c-purple-100 {
  border-color: #E1BEE7 !important;
}

.border-c-purple-200 {
  border-color: #CE93D8 !important;
}

.border-c-purple-300 {
  border-color: #BA68C8 !important;
}

.border-c-purple-400 {
  border-color: #AB47BC !important;
}

.border-c-purple-500 {
  border-color: #9C27B0 !important;
}

.border-c-purple-600 {
  border-color: #8E24AA !important;
}

.border-c-purple-700 {
  border-color: #7B1FA2 !important;
}

.border-c-purple-800 {
  border-color: #6A1B9A !important;
}

.border-c-purple-900 {
  border-color: #4A148C !important;
}

.border-c-purple-a100 {
  border-color: #EA80FC !important;
}

.border-c-purple-a200 {
  border-color: #E040FB !important;
}

.border-c-purple-a400 {
  border-color: #D500F9 !important;
}

.border-c-purple-a700 {
  border-color: #AA00FF !important;
}

.border-c-deep-purple-50 {
  border-color: #EDE7F6 !important;
}

.border-c-deep-purple-100 {
  border-color: #D1C4E9 !important;
}

.border-c-deep-purple-200 {
  border-color: #B39DDB !important;
}

.border-c-deep-purple-300 {
  border-color: #9575CD !important;
}

.border-c-deep-purple-400 {
  border-color: #7E57C2 !important;
}

.border-c-deep-purple-500 {
  border-color: #673AB7 !important;
}

.border-c-deep-purple-600 {
  border-color: #5E35B1 !important;
}

.border-c-deep-purple-700 {
  border-color: #512DA8 !important;
}

.border-c-deep-purple-800 {
  border-color: #4527A0 !important;
}

.border-c-deep-purple-900 {
  border-color: #311B92 !important;
}

.border-c-deep-purple-a100 {
  border-color: #B388FF !important;
}

.border-c-deep-purple-a200 {
  border-color: #7C4DFF !important;
}

.border-c-deep-purple-a400 {
  border-color: #651FFF !important;
}

.border-c-deep-purple-a700 {
  border-color: #6200EA !important;
}

.border-c-indigo-50 {
  border-color: #E8EAF6 !important;
}

.border-c-indigo-100 {
  border-color: #C5CAE9 !important;
}

.border-c-indigo-200 {
  border-color: #9FA8DA !important;
}

.border-c-indigo-300 {
  border-color: #7986CB !important;
}

.border-c-indigo-400 {
  border-color: #5C6BC0 !important;
}

.border-c-indigo-500 {
  border-color: #3F51B5 !important;
}

.border-c-indigo-600 {
  border-color: #3949AB !important;
}

.border-c-indigo-700 {
  border-color: #303F9F !important;
}

.border-c-indigo-800 {
  border-color: #283593 !important;
}

.border-c-indigo-900 {
  border-color: #1A237E !important;
}

.border-c-indigo-a100 {
  border-color: #8C9EFF !important;
}

.border-c-indigo-a200 {
  border-color: #536DFE !important;
}

.border-c-indigo-a400 {
  border-color: #3D5AFE !important;
}

.border-c-indigo-a700 {
  border-color: #304FFE !important;
}

.border-c-blue-50 {
  border-color: #E3F2FD !important;
}

.border-c-blue-100 {
  border-color: #BBDEFB !important;
}

.border-c-blue-200 {
  border-color: #90CAF9 !important;
}

.border-c-blue-300 {
  border-color: #64B5F6 !important;
}

.border-c-blue-400 {
  border-color: #42A5F5 !important;
}

.border-c-blue-500 {
  border-color: #2196F3 !important;
}

.border-c-blue-600 {
  border-color: #1E88E5 !important;
}

.border-c-blue-700 {
  border-color: #1976D2 !important;
}

.border-c-blue-800 {
  border-color: #1565C0 !important;
}

.border-c-blue-900 {
  border-color: #0D47A1 !important;
}

.border-c-blue-a100 {
  border-color: #82B1FF !important;
}

.border-c-blue-a200 {
  border-color: #448AFF !important;
}

.border-c-blue-a400 {
  border-color: #2979FF !important;
}

.border-c-blue-a700 {
  border-color: #2962FF !important;
}

.border-c-light-blue-50 {
  border-color: #E1F5FE !important;
}

.border-c-light-blue-100 {
  border-color: #B3E5FC !important;
}

.border-c-light-blue-200 {
  border-color: #81D4FA !important;
}

.border-c-light-blue-300 {
  border-color: #4FC3F7 !important;
}

.border-c-light-blue-400 {
  border-color: #29B6F6 !important;
}

.border-c-light-blue-500 {
  border-color: #03A9F4 !important;
}

.border-c-light-blue-600 {
  border-color: #039BE5 !important;
}

.border-c-light-blue-700 {
  border-color: #0288D1 !important;
}

.border-c-light-blue-800 {
  border-color: #0277BD !important;
}

.border-c-light-blue-900 {
  border-color: #01579B !important;
}

.border-c-light-blue-a100 {
  border-color: #80D8FF !important;
}

.border-c-light-blue-a200 {
  border-color: #40C4FF !important;
}

.border-c-light-blue-a400 {
  border-color: #00B0FF !important;
}

.border-c-light-blue-a700 {
  border-color: #0091EA !important;
}

.border-c-cyan-50 {
  border-color: #E0F7FA !important;
}

.border-c-cyan-100 {
  border-color: #B2EBF2 !important;
}

.border-c-cyan-200 {
  border-color: #80DEEA !important;
}

.border-c-cyan-300 {
  border-color: #4DD0E1 !important;
}

.border-c-cyan-400 {
  border-color: #26C6DA !important;
}

.border-c-cyan-500 {
  border-color: #00BCD4 !important;
}

.border-c-cyan-600 {
  border-color: #00ACC1 !important;
}

.border-c-cyan-700 {
  border-color: #0097A7 !important;
}

.border-c-cyan-800 {
  border-color: #00838F !important;
}

.border-c-cyan-900 {
  border-color: #006064 !important;
}

.border-c-cyan-a100 {
  border-color: #84FFFF !important;
}

.border-c-cyan-a200 {
  border-color: #18FFFF !important;
}

.border-c-cyan-a400 {
  border-color: #00E5FF !important;
}

.border-c-cyan-a700 {
  border-color: #00B8D4 !important;
}

.border-c-teal-50 {
  border-color: #E0F2F1 !important;
}

.border-c-teal-100 {
  border-color: #B2DFDB !important;
}

.border-c-teal-200 {
  border-color: #80CBC4 !important;
}

.border-c-teal-300 {
  border-color: #4DB6AC !important;
}

.border-c-teal-400 {
  border-color: #26A69A !important;
}

.border-c-teal-500 {
  border-color: #26A69A !important;
}

.border-c-teal-600 {
  border-color: #00897B !important;
}

.border-c-teal-700 {
  border-color: #00796B !important;
}

.border-c-teal-800 {
  border-color: #00695C !important;
}

.border-c-teal-900 {
  border-color: #004D40 !important;
}

.border-c-teal-a100 {
  border-color: #A7FFEB !important;
}

.border-c-teal-a200 {
  border-color: #64FFDA !important;
}

.border-c-teal-a400 {
  border-color: #1DE9B6 !important;
}

.border-c-teal-a700 {
  border-color: #00BFA5 !important;
}

.border-c-green-50 {
  border-color: #E8F5E9 !important;
}

.border-c-green-100 {
  border-color: #C8E6C9 !important;
}

.border-c-green-200 {
  border-color: #A5D6A7 !important;
}

.border-c-green-300 {
  border-color: #81C784 !important;
}

.border-c-green-400 {
  border-color: #66BB6A !important;
}

.border-c-green-500 {
  border-color: #4CAF50 !important;
}

.border-c-green-600 {
  border-color: #43A047 !important;
}

.border-c-green-700 {
  border-color: #388E3C !important;
}

.border-c-green-800 {
  border-color: #2E7D32 !important;
}

.border-c-green-900 {
  border-color: #1B5E20 !important;
}

.border-c-green-a100 {
  border-color: #B9F6CA !important;
}

.border-c-green-a200 {
  border-color: #69F0AE !important;
}

.border-c-green-a400 {
  border-color: #00E676 !important;
}

.border-c-green-a700 {
  border-color: #00C853 !important;
}

.border-c-light-green-50 {
  border-color: #F1F8E9 !important;
}

.border-c-light-green-100 {
  border-color: #DCEDC8 !important;
}

.border-c-light-green-200 {
  border-color: #C5E1A5 !important;
}

.border-c-light-green-300 {
  border-color: #AED581 !important;
}

.border-c-light-green-400 {
  border-color: #9CCC65 !important;
}

.border-c-light-green-500 {
  border-color: #8BC34A !important;
}

.border-c-light-green-600 {
  border-color: #7CB342 !important;
}

.border-c-light-green-700 {
  border-color: #689F38 !important;
}

.border-c-light-green-800 {
  border-color: #558B2F !important;
}

.border-c-light-green-900 {
  border-color: #33691E !important;
}

.border-c-light-green-a100 {
  border-color: #CCFF90 !important;
}

.border-c-lime-50 {
  border-color: #F9FBE7 !important;
}

.border-c-lime-100 {
  border-color: #F0F4C3 !important;
}

.border-c-lime-200 {
  border-color: #E6EE9C !important;
}

.border-c-lime-300 {
  border-color: #DCE775 !important;
}

.border-c-lime-400 {
  border-color: #D4E157 !important;
}

.border-c-lime-500 {
  border-color: #CDDC39 !important;
}

.border-c-lime-600 {
  border-color: #C0CA33 !important;
}

.border-c-lime-700 {
  border-color: #AFB42B !important;
}

.border-c-lime-800 {
  border-color: #9E9D24 !important;
}

.border-c-lime-900 {
  border-color: #827717 !important;
}

.border-c-lime-a100 {
  border-color: #F4FF81 !important;
}

.border-c-lime-a200 {
  border-color: #EEFF41 !important;
}

.border-c-lime-a400 {
  border-color: #C6FF00 !important;
}

.border-c-lime-a700 {
  border-color: #AEEA00 !important;
}

.border-c-yellow-50 {
  border-color: #FFFDE7 !important;
}

.border-c-yellow-100 {
  border-color: #FFF9C4 !important;
}

.border-c-yellow-200 {
  border-color: #FFF59D !important;
}

.border-c-yellow-300 {
  border-color: #FFF176 !important;
}

.border-c-yellow-400 {
  border-color: #FFEE58 !important;
}

.border-c-yellow-500 {
  border-color: #FFEB3B !important;
}

.border-c-yellow-600 {
  border-color: #FDD835 !important;
}

.border-c-yellow-700 {
  border-color: #FBC02D !important;
}

.border-c-yellow-800 {
  border-color: #F9A825 !important;
}

.border-c-yellow-900 {
  border-color: #F57F17 !important;
}

.border-c-yellow-a100 {
  border-color: #FFFF8D !important;
}

.border-c-yellow-a200 {
  border-color: #FFFF00 !important;
}

.border-c-yellow-a400 {
  border-color: #FFEA00 !important;
}

.border-c-yellow-a700 {
  border-color: #FFD600 !important;
}

.border-c-amber-50 {
  border-color: #FFF8E1 !important;
}

.border-c-amber-100 {
  border-color: #FFECB3 !important;
}

.border-c-amber-200 {
  border-color: #FFE082 !important;
}

.border-c-amber-300 {
  border-color: #FFD54F !important;
}

.border-c-amber-400 {
  border-color: #FFCA28 !important;
}

.border-c-amber-500 {
  border-color: #FFC107 !important;
}

.border-c-amber-600 {
  border-color: #FFB300 !important;
}

.border-c-amber-700 {
  border-color: #FFA000 !important;
}

.border-c-amber-800 {
  border-color: #FF8F00 !important;
}

.border-c-amber-900 {
  border-color: #FF6F00 !important;
}

.border-c-amber-a100 {
  border-color: #FFE57F !important;
}

.border-c-amber-a400 {
  border-color: #FFC400 !important;
}

.border-c-amber-a700 {
  border-color: #FFAB00 !important;
}

.border-c-orange-50 {
  border-color: #FFF3E0 !important;
}

.border-c-orange-100 {
  border-color: #FFE0B2 !important;
}

.border-c-orange-200 {
  border-color: #FFCC80 !important;
}

.border-c-orange-300 {
  border-color: #FFB74D !important;
}

.border-c-orange-400 {
  border-color: #FFA726 !important;
}

.border-c-orange-500 {
  border-color: #FF9800 !important;
}

.border-c-orange-600 {
  border-color: #FB8C00 !important;
}

.border-c-orange-700 {
  border-color: #F57C00 !important;
}

.border-c-orange-800 {
  border-color: #EF6C00 !important;
}

.border-c-orange-900 {
  border-color: #E65100 !important;
}

.border-c-orange-a100 {
  border-color: #FFD180 !important;
}

.border-c-orange-a200 {
  border-color: #FFAB40 !important;
}

.border-c-orange-a400 {
  border-color: #FF9100 !important;
}

.border-c-orange-a700 {
  border-color: #FF6D00 !important;
}

.border-c-deep-orange-50 {
  border-color: #FBE9E7 !important;
}

.border-c-deep-orange-100 {
  border-color: #FFCCBC !important;
}

.border-c-deep-orange-200 {
  border-color: #FFAB91 !important;
}

.border-c-deep-orange-300 {
  border-color: #FF8A65 !important;
}

.border-c-deep-orange-400 {
  border-color: #FF7043 !important;
}

.border-c-deep-orange-500 {
  border-color: #FF5722 !important;
}

.border-c-deep-orange-600 {
  border-color: #F4511E !important;
}

.border-c-deep-orange-700 {
  border-color: #E64A19 !important;
}

.border-c-deep-orange-800 {
  border-color: #D84315 !important;
}

.border-c-deep-orange-900 {
  border-color: #BF360C !important;
}

.border-c-deep-orange-a100 {
  border-color: #FF9E80 !important;
}

.border-c-deep-orange-a200 {
  border-color: #FF6E40 !important;
}

.border-c-deep-orange-a400 {
  border-color: #FF3D00 !important;
}

.border-c-deep-orange-a700 {
  border-color: #DD2C00 !important;
}

.border-c-brown-50 {
  border-color: #EFEBE9 !important;
}

.border-c-brown-100 {
  border-color: #D7CCC8 !important;
}

.border-c-brown-200 {
  border-color: #BCAAA4 !important;
}

.border-c-brown-300 {
  border-color: #A1887F !important;
}

.border-c-brown-400 {
  border-color: #8D6E63 !important;
}

.border-c-brown-500 {
  border-color: #795548 !important;
}

.border-c-brown-600 {
  border-color: #6D4C41 !important;
}

.border-c-brown-700 {
  border-color: #5D4037 !important;
}

.border-c-brown-800 {
  border-color: #4E342E !important;
}

.border-c-brown-900 {
  border-color: #3E2723 !important;
}

.border-c-blue-gray-50 {
  border-color: #ECEFF1 !important;
}

.border-c-blue-gray-100 {
  border-color: #CFD8DC !important;
}

.border-c-blue-gray-200 {
  border-color: #B0BEC5 !important;
}

.border-c-blue-gray-300 {
  border-color: #90A4AE !important;
}

.border-c-blue-gray-400 {
  border-color: #78909C !important;
}

.border-c-blue-gray-500 {
  border-color: #607D8B !important;
}

.border-c-blue-gray-600 {
  border-color: #546E7A !important;
}

.border-c-blue-gray-700 {
  border-color: #455A64 !important;
}

.border-c-blue-gray-800 {
  border-color: #37474F !important;
}

.border-c-blue-gray-900 {
  border-color: #263238 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

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

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

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

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

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

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-c-blue {
  color: #007bff !important;
}

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

.text-c-indigo {
  color: #6610f2 !important;
}

a.text-c-indigo:hover, a.text-c-indigo:focus {
  color: #4709ac !important;
}

.text-c-purple {
  color: #6f42c1 !important;
}

a.text-c-purple:hover, a.text-c-purple:focus {
  color: #4e2d89 !important;
}

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

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

.text-c-red {
  color: #dc3545 !important;
}

a.text-c-red:hover, a.text-c-red:focus {
  color: #a71d2a !important;
}

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

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

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

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

.text-c-green {
  color: #28a745 !important;
}

a.text-c-green:hover, a.text-c-green:focus {
  color: #19692c !important;
}

.text-c-teal {
  color: #20c997 !important;
}

a.text-c-teal:hover, a.text-c-teal:focus {
  color: #158765 !important;
}

.text-c-cyan {
  color: #17a2b8 !important;
}

a.text-c-cyan:hover, a.text-c-cyan:focus {
  color: #0f6674 !important;
}

.text-c-white {
  color: #fff !important;
}

a.text-c-white:hover, a.text-c-white:focus {
  color: #d9d9d9 !important;
}

.text-c-gray {
  color: #6c757d !important;
}

a.text-c-gray:hover, a.text-c-gray:focus {
  color: #494f54 !important;
}

.text-c-gray-dark {
  color: #343a40 !important;
}

a.text-c-gray-dark:hover, a.text-c-gray-dark:focus {
  color: #121416 !important;
}

.text-c-gray-50 {
  color: #FAFAFA !important;
}

a.text-c-gray-50:hover, a.text-c-gray-50:focus {
  color: #d4d4d4 !important;
}

.text-c-gray-100 {
  color: #f8f9fa !important;
}

a.text-c-gray-100:hover, a.text-c-gray-100:focus {
  color: #cbd3da !important;
}

.text-c-gray-200 {
  color: #e9ecef !important;
}

a.text-c-gray-200:hover, a.text-c-gray-200:focus {
  color: #bdc6cf !important;
}

.text-c-gray-300 {
  color: #dee2e6 !important;
}

a.text-c-gray-300:hover, a.text-c-gray-300:focus {
  color: #b2bcc5 !important;
}

.text-c-gray-400 {
  color: #ced4da !important;
}

a.text-c-gray-400:hover, a.text-c-gray-400:focus {
  color: #a2aeb9 !important;
}

.text-c-gray-500 {
  color: #adb5bd !important;
}

a.text-c-gray-500:hover, a.text-c-gray-500:focus {
  color: #838f9b !important;
}

.text-c-gray-600 {
  color: #6c757d !important;
}

a.text-c-gray-600:hover, a.text-c-gray-600:focus {
  color: #494f54 !important;
}

.text-c-gray-700 {
  color: #495057 !important;
}

a.text-c-gray-700:hover, a.text-c-gray-700:focus {
  color: #262a2d !important;
}

.text-c-gray-800 {
  color: #343a40 !important;
}

a.text-c-gray-800:hover, a.text-c-gray-800:focus {
  color: #121416 !important;
}

.text-c-gray-900 {
  color: #212529 !important;
}

a.text-c-gray-900:hover, a.text-c-gray-900:focus {
  color: black !important;
}

.text-c-red-50 {
  color: #FFEBEE !important;
}

a.text-c-red-50:hover, a.text-c-red-50:focus {
  color: #ff9fad !important;
}

.text-c-red-100 {
  color: #FFCDD2 !important;
}

a.text-c-red-100:hover, a.text-c-red-100:focus {
  color: #ff818d !important;
}

.text-c-red-200 {
  color: #EF9A9A !important;
}

a.text-c-red-200:hover, a.text-c-red-200:focus {
  color: #e55858 !important;
}

.text-c-red-300 {
  color: #E57373 !important;
}

a.text-c-red-300:hover, a.text-c-red-300:focus {
  color: #d93232 !important;
}

.text-c-red-400 {
  color: #EF5350 !important;
}

a.text-c-red-400:hover, a.text-c-red-400:focus {
  color: #de1814 !important;
}

.text-c-red-500 {
  color: #F44336 !important;
}

a.text-c-red-500:hover, a.text-c-red-500:focus {
  color: #d2190b !important;
}

.text-c-red-600 {
  color: #E53935 !important;
}

a.text-c-red-600:hover, a.text-c-red-600:focus {
  color: #b61b17 !important;
}

.text-c-red-700 {
  color: #D32F2F !important;
}

a.text-c-red-700:hover, a.text-c-red-700:focus {
  color: #962020 !important;
}

.text-c-red-800 {
  color: #C62828 !important;
}

a.text-c-red-800:hover, a.text-c-red-800:focus {
  color: #861b1b !important;
}

.text-c-red-900 {
  color: #B71C1C !important;
}

a.text-c-red-900:hover, a.text-c-red-900:focus {
  color: #751212 !important;
}

.text-c-red-a100 {
  color: #FF8A80 !important;
}

a.text-c-red-a100:hover, a.text-c-red-a100:focus {
  color: #ff4434 !important;
}

.text-c-red-a200 {
  color: #FF5252 !important;
}

a.text-c-red-a200:hover, a.text-c-red-a200:focus {
  color: #ff0606 !important;
}

.text-c-red-a400 {
  color: #FF1744 !important;
}

a.text-c-red-a400:hover, a.text-c-red-a400:focus {
  color: #ca0027 !important;
}

.text-c-red-a700 {
  color: #D50000 !important;
}

a.text-c-red-a700:hover, a.text-c-red-a700:focus {
  color: #890000 !important;
}

.text-c-pink-50 {
  color: #FCE4EC !important;
}

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

.text-c-pink-100 {
  color: #F8BBD0 !important;
}

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

.text-c-pink-200 {
  color: #F48FB1 !important;
}

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

.text-c-pink-300 {
  color: #F06292 !important;
}

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

.text-c-pink-400 {
  color: #EC407A !important;
}

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

.text-c-pink-500 {
  color: #E91E63 !important;
}

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

.text-c-pink-600 {
  color: #D81B60 !important;
}

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

.text-c-pink-700 {
  color: #C2185B !important;
}

a.text-c-pink-700:hover, a.text-c-pink-700:focus {
  color: #7e103b !important;
}

.text-c-pink-800 {
  color: #AD1457 !important;
}

a.text-c-pink-800:hover, a.text-c-pink-800:focus {
  color: #680c35 !important;
}

.text-c-pink-900 {
  color: #880E4F !important;
}

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

.text-c-pink-a100 {
  color: #FF80AB !important;
}

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

.text-c-pink-a200 {
  color: #FF4081 !important;
}

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

.text-c-pink-a400 {
  color: #F50057 !important;
}

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

.text-c-pink-a700 {
  color: #C51162 !important;
}

a.text-c-pink-a700:hover, a.text-c-pink-a700:focus {
  color: #7f0b3f !important;
}

.text-c-purple-50 {
  color: #F3E5F5 !important;
}

a.text-c-purple-50:hover, a.text-c-purple-50:focus {
  color: #daaee0 !important;
}

.text-c-purple-100 {
  color: #E1BEE7 !important;
}

a.text-c-purple-100:hover, a.text-c-purple-100:focus {
  color: #c786d2 !important;
}

.text-c-purple-200 {
  color: #CE93D8 !important;
}

a.text-c-purple-200:hover, a.text-c-purple-200:focus {
  color: #b55bc4 !important;
}

.text-c-purple-300 {
  color: #BA68C8 !important;
}

a.text-c-purple-300:hover, a.text-c-purple-300:focus {
  color: #973da7 !important;
}

.text-c-purple-400 {
  color: #AB47BC !important;
}

a.text-c-purple-400:hover, a.text-c-purple-400:focus {
  color: #793186 !important;
}

.text-c-purple-500 {
  color: #9C27B0 !important;
}

a.text-c-purple-500:hover, a.text-c-purple-500:focus {
  color: #641971 !important;
}

.text-c-purple-600 {
  color: #8E24AA !important;
}

a.text-c-purple-600:hover, a.text-c-purple-600:focus {
  color: #59176b !important;
}

.text-c-purple-700 {
  color: #7B1FA2 !important;
}

a.text-c-purple-700:hover, a.text-c-purple-700:focus {
  color: #4a1362 !important;
}

.text-c-purple-800 {
  color: #6A1B9A !important;
}

a.text-c-purple-800:hover, a.text-c-purple-800:focus {
  color: #3d1059 !important;
}

.text-c-purple-900 {
  color: #4A148C !important;
}

a.text-c-purple-900:hover, a.text-c-purple-900:focus {
  color: #270a49 !important;
}

.text-c-purple-a100 {
  color: #EA80FC !important;
}

a.text-c-purple-a100:hover, a.text-c-purple-a100:focus {
  color: #de35fa !important;
}

.text-c-purple-a200 {
  color: #E040FB !important;
}

a.text-c-purple-a200:hover, a.text-c-purple-a200:focus {
  color: #c905ea !important;
}

.text-c-purple-a400 {
  color: #D500F9 !important;
}

a.text-c-purple-a400:hover, a.text-c-purple-a400:focus {
  color: #9400ad !important;
}

.text-c-purple-a700 {
  color: #AA00FF !important;
}

a.text-c-purple-a700:hover, a.text-c-purple-a700:focus {
  color: #7700b3 !important;
}

.text-c-deep-purple-50 {
  color: #EDE7F6 !important;
}

a.text-c-deep-purple-50:hover, a.text-c-deep-purple-50:focus {
  color: #c3afe1 !important;
}

.text-c-deep-purple-100 {
  color: #D1C4E9 !important;
}

a.text-c-deep-purple-100:hover, a.text-c-deep-purple-100:focus {
  color: #a68cd4 !important;
}

.text-c-deep-purple-200 {
  color: #B39DDB !important;
}

a.text-c-deep-purple-200:hover, a.text-c-deep-purple-200:focus {
  color: #8865c6 !important;
}

.text-c-deep-purple-300 {
  color: #9575CD !important;
}

a.text-c-deep-purple-300:hover, a.text-c-deep-purple-300:focus {
  color: #6b41b4 !important;
}

.text-c-deep-purple-400 {
  color: #7E57C2 !important;
}

a.text-c-deep-purple-400:hover, a.text-c-deep-purple-400:focus {
  color: #593696 !important;
}

.text-c-deep-purple-500 {
  color: #673AB7 !important;
}

a.text-c-deep-purple-500:hover, a.text-c-deep-purple-500:focus {
  color: #46287d !important;
}

.text-c-deep-purple-600 {
  color: #5E35B1 !important;
}

a.text-c-deep-purple-600:hover, a.text-c-deep-purple-600:focus {
  color: #3f2376 !important;
}

.text-c-deep-purple-700 {
  color: #512DA8 !important;
}

a.text-c-deep-purple-700:hover, a.text-c-deep-purple-700:focus {
  color: #341d6c !important;
}

.text-c-deep-purple-800 {
  color: #4527A0 !important;
}

a.text-c-deep-purple-800:hover, a.text-c-deep-purple-800:focus {
  color: #2a1862 !important;
}

.text-c-deep-purple-900 {
  color: #311B92 !important;
}

a.text-c-deep-purple-900:hover, a.text-c-deep-purple-900:focus {
  color: #1b0f51 !important;
}

.text-c-deep-purple-a100 {
  color: #B388FF !important;
}

a.text-c-deep-purple-a100:hover, a.text-c-deep-purple-a100:focus {
  color: #823cff !important;
}

.text-c-deep-purple-a200 {
  color: #7C4DFF !important;
}

a.text-c-deep-purple-a200:hover, a.text-c-deep-purple-a200:focus {
  color: #4401ff !important;
}

.text-c-deep-purple-a400 {
  color: #651FFF !important;
}

a.text-c-deep-purple-a400:hover, a.text-c-deep-purple-a400:focus {
  color: #4100d2 !important;
}

.text-c-deep-purple-a700 {
  color: #6200EA !important;
}

a.text-c-deep-purple-a700:hover, a.text-c-deep-purple-a700:focus {
  color: #42009e !important;
}

.text-c-indigo-50 {
  color: #E8EAF6 !important;
}

a.text-c-indigo-50:hover, a.text-c-indigo-50:focus {
  color: #b1b8e0 !important;
}

.text-c-indigo-100 {
  color: #C5CAE9 !important;
}

a.text-c-indigo-100:hover, a.text-c-indigo-100:focus {
  color: #8e97d4 !important;
}

.text-c-indigo-200 {
  color: #9FA8DA !important;
}

a.text-c-indigo-200:hover, a.text-c-indigo-200:focus {
  color: #6876c5 !important;
}

.text-c-indigo-300 {
  color: #7986CB !important;
}

a.text-c-indigo-300:hover, a.text-c-indigo-300:focus {
  color: #4556b2 !important;
}

.text-c-indigo-400 {
  color: #5C6BC0 !important;
}

a.text-c-indigo-400:hover, a.text-c-indigo-400:focus {
  color: #3a4896 !important;
}

.text-c-indigo-500 {
  color: #3F51B5 !important;
}

a.text-c-indigo-500:hover, a.text-c-indigo-500:focus {
  color: #2b387c !important;
}

.text-c-indigo-600 {
  color: #3949AB !important;
}

a.text-c-indigo-600:hover, a.text-c-indigo-600:focus {
  color: #263172 !important;
}

.text-c-indigo-700 {
  color: #303F9F !important;
}

a.text-c-indigo-700:hover, a.text-c-indigo-700:focus {
  color: #1e2864 !important;
}

.text-c-indigo-800 {
  color: #283593 !important;
}

a.text-c-indigo-800:hover, a.text-c-indigo-800:focus {
  color: #181f57 !important;
}

.text-c-indigo-900 {
  color: #1A237E !important;
}

a.text-c-indigo-900:hover, a.text-c-indigo-900:focus {
  color: #0d113f !important;
}

.text-c-indigo-a100 {
  color: #8C9EFF !important;
}

a.text-c-indigo-a100:hover, a.text-c-indigo-a100:focus {
  color: #405dff !important;
}

.text-c-indigo-a200 {
  color: #536DFE !important;
}

a.text-c-indigo-a200:hover, a.text-c-indigo-a200:focus {
  color: #072cfe !important;
}

.text-c-indigo-a400 {
  color: #3D5AFE !important;
}

a.text-c-indigo-a400:hover, a.text-c-indigo-a400:focus {
  color: #0125ed !important;
}

.text-c-indigo-a700 {
  color: #304FFE !important;
}

a.text-c-indigo-a700:hover, a.text-c-indigo-a700:focus {
  color: #0123e0 !important;
}

.text-c-blue-50 {
  color: #E3F2FD !important;
}

a.text-c-blue-50:hover, a.text-c-blue-50:focus {
  color: #9cd1f8 !important;
}

.text-c-blue-100 {
  color: #BBDEFB !important;
}

a.text-c-blue-100:hover, a.text-c-blue-100:focus {
  color: #73bbf7 !important;
}

.text-c-blue-200 {
  color: #90CAF9 !important;
}

a.text-c-blue-200:hover, a.text-c-blue-200:focus {
  color: #47a7f5 !important;
}

.text-c-blue-300 {
  color: #64B5F6 !important;
}

a.text-c-blue-300:hover, a.text-c-blue-300:focus {
  color: #1c92f2 !important;
}

.text-c-blue-400 {
  color: #42A5F5 !important;
}

a.text-c-blue-400:hover, a.text-c-blue-400:focus {
  color: #0c80df !important;
}

.text-c-blue-500 {
  color: #2196F3 !important;
}

a.text-c-blue-500:hover, a.text-c-blue-500:focus {
  color: #0a6ebd !important;
}

.text-c-blue-600 {
  color: #1E88E5 !important;
}

a.text-c-blue-600:hover, a.text-c-blue-600:focus {
  color: #1360a4 !important;
}

.text-c-blue-700 {
  color: #1976D2 !important;
}

a.text-c-blue-700:hover, a.text-c-blue-700:focus {
  color: #11508e !important;
}

.text-c-blue-800 {
  color: #1565C0 !important;
}

a.text-c-blue-800:hover, a.text-c-blue-800:focus {
  color: #0d417b !important;
}

.text-c-blue-900 {
  color: #0D47A1 !important;
}

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

.text-c-blue-a100 {
  color: #82B1FF !important;
}

a.text-c-blue-a100:hover, a.text-c-blue-a100:focus {
  color: #3681ff !important;
}

.text-c-blue-a200 {
  color: #448AFF !important;
}

a.text-c-blue-a200:hover, a.text-c-blue-a200:focus {
  color: #005cf7 !important;
}

.text-c-blue-a400 {
  color: #2979FF !important;
}

a.text-c-blue-a400:hover, a.text-c-blue-a400:focus {
  color: #0052dc !important;
}

.text-c-blue-a700 {
  color: #2962FF !important;
}

a.text-c-blue-a700:hover, a.text-c-blue-a700:focus {
  color: #003adc !important;
}

.text-c-light-blue-50 {
  color: #E1F5FE !important;
}

a.text-c-light-blue-50:hover, a.text-c-light-blue-50:focus {
  color: #97dcfc !important;
}

.text-c-light-blue-100 {
  color: #B3E5FC !important;
}

a.text-c-light-blue-100:hover, a.text-c-light-blue-100:focus {
  color: #69ccf9 !important;
}

.text-c-light-blue-200 {
  color: #81D4FA !important;
}

a.text-c-light-blue-200:hover, a.text-c-light-blue-200:focus {
  color: #37bbf7 !important;
}

.text-c-light-blue-300 {
  color: #4FC3F7 !important;
}

a.text-c-light-blue-300:hover, a.text-c-light-blue-300:focus {
  color: #0ba8ef !important;
}

.text-c-light-blue-400 {
  color: #29B6F6 !important;
}

a.text-c-light-blue-400:hover, a.text-c-light-blue-400:focus {
  color: #088eca !important;
}

.text-c-light-blue-500 {
  color: #03A9F4 !important;
}

a.text-c-light-blue-500:hover, a.text-c-light-blue-500:focus {
  color: #0275a8 !important;
}

.text-c-light-blue-600 {
  color: #039BE5 !important;
}

a.text-c-light-blue-600:hover, a.text-c-light-blue-600:focus {
  color: #026899 !important;
}

.text-c-light-blue-700 {
  color: #0288D1 !important;
}

a.text-c-light-blue-700:hover, a.text-c-light-blue-700:focus {
  color: #015785 !important;
}

.text-c-light-blue-800 {
  color: #0277BD !important;
}

a.text-c-light-blue-800:hover, a.text-c-light-blue-800:focus {
  color: #014771 !important;
}

.text-c-light-blue-900 {
  color: #01579B !important;
}

a.text-c-light-blue-900:hover, a.text-c-light-blue-900:focus {
  color: #012c4f !important;
}

.text-c-light-blue-a100 {
  color: #80D8FF !important;
}

a.text-c-light-blue-a100:hover, a.text-c-light-blue-a100:focus {
  color: #34c1ff !important;
}

.text-c-light-blue-a200 {
  color: #40C4FF !important;
}

a.text-c-light-blue-a200:hover, a.text-c-light-blue-a200:focus {
  color: #00a8f3 !important;
}

.text-c-light-blue-a400 {
  color: #00B0FF !important;
}

a.text-c-light-blue-a400:hover, a.text-c-light-blue-a400:focus {
  color: #007bb3 !important;
}

.text-c-light-blue-a700 {
  color: #0091EA !important;
}

a.text-c-light-blue-a700:hover, a.text-c-light-blue-a700:focus {
  color: #00629e !important;
}

.text-c-cyan-50 {
  color: #E0F7FA !important;
}

a.text-c-cyan-50:hover, a.text-c-cyan-50:focus {
  color: #9ee6ef !important;
}

.text-c-cyan-100 {
  color: #B2EBF2 !important;
}

a.text-c-cyan-100:hover, a.text-c-cyan-100:focus {
  color: #71dae7 !important;
}

.text-c-cyan-200 {
  color: #80DEEA !important;
}

a.text-c-cyan-200:hover, a.text-c-cyan-200:focus {
  color: #3ecddf !important;
}

.text-c-cyan-300 {
  color: #4DD0E1 !important;
}

a.text-c-cyan-300:hover, a.text-c-cyan-300:focus {
  color: #21afc1 !important;
}

.text-c-cyan-400 {
  color: #26C6DA !important;
}

a.text-c-cyan-400:hover, a.text-c-cyan-400:focus {
  color: #1a8b99 !important;
}

.text-c-cyan-500 {
  color: #00BCD4 !important;
}

a.text-c-cyan-500:hover, a.text-c-cyan-500:focus {
  color: #007888 !important;
}

.text-c-cyan-600 {
  color: #00ACC1 !important;
}

a.text-c-cyan-600:hover, a.text-c-cyan-600:focus {
  color: #006875 !important;
}

.text-c-cyan-700 {
  color: #0097A7 !important;
}

a.text-c-cyan-700:hover, a.text-c-cyan-700:focus {
  color: #00525b !important;
}

.text-c-cyan-800 {
  color: #00838F !important;
}

a.text-c-cyan-800:hover, a.text-c-cyan-800:focus {
  color: #003d43 !important;
}

.text-c-cyan-900 {
  color: #006064 !important;
}

a.text-c-cyan-900:hover, a.text-c-cyan-900:focus {
  color: #001718 !important;
}

.text-c-cyan-a100 {
  color: #84FFFF !important;
}

a.text-c-cyan-a100:hover, a.text-c-cyan-a100:focus {
  color: #38ffff !important;
}

.text-c-cyan-a200 {
  color: #18FFFF !important;
}

a.text-c-cyan-a200:hover, a.text-c-cyan-a200:focus {
  color: #00cbcb !important;
}

.text-c-cyan-a400 {
  color: #00E5FF !important;
}

a.text-c-cyan-a400:hover, a.text-c-cyan-a400:focus {
  color: #00a0b3 !important;
}

.text-c-cyan-a700 {
  color: #00B8D4 !important;
}

a.text-c-cyan-a700:hover, a.text-c-cyan-a700:focus {
  color: #007688 !important;
}

.text-c-teal-50 {
  color: #E0F2F1 !important;
}

a.text-c-teal-50:hover, a.text-c-teal-50:focus {
  color: #aadbd9 !important;
}

.text-c-teal-100 {
  color: #B2DFDB !important;
}

a.text-c-teal-100:hover, a.text-c-teal-100:focus {
  color: #7cc9c2 !important;
}

.text-c-teal-200 {
  color: #80CBC4 !important;
}

a.text-c-teal-200:hover, a.text-c-teal-200:focus {
  color: #4ab5ab !important;
}

.text-c-teal-300 {
  color: #4DB6AC !important;
}

a.text-c-teal-300:hover, a.text-c-teal-300:focus {
  color: #35817a !important;
}

.text-c-teal-400 {
  color: #26A69A !important;
}

a.text-c-teal-400:hover, a.text-c-teal-400:focus {
  color: #186860 !important;
}

.text-c-teal-500 {
  color: #26A69A !important;
}

a.text-c-teal-500:hover, a.text-c-teal-500:focus {
  color: #186860 !important;
}

.text-c-teal-600 {
  color: #00897B !important;
}

a.text-c-teal-600:hover, a.text-c-teal-600:focus {
  color: #003d36 !important;
}

.text-c-teal-700 {
  color: #00796B !important;
}

a.text-c-teal-700:hover, a.text-c-teal-700:focus {
  color: #002d27 !important;
}

.text-c-teal-800 {
  color: #00695C !important;
}

a.text-c-teal-800:hover, a.text-c-teal-800:focus {
  color: #001d19 !important;
}

.text-c-teal-900 {
  color: #004D40 !important;
}

a.text-c-teal-900:hover, a.text-c-teal-900:focus {
  color: #000100 !important;
}

.text-c-teal-a100 {
  color: #A7FFEB !important;
}

a.text-c-teal-a100:hover, a.text-c-teal-a100:focus {
  color: #5bffda !important;
}

.text-c-teal-a200 {
  color: #64FFDA !important;
}

a.text-c-teal-a200:hover, a.text-c-teal-a200:focus {
  color: #18ffc8 !important;
}

.text-c-teal-a400 {
  color: #1DE9B6 !important;
}

a.text-c-teal-a400:hover, a.text-c-teal-a400:focus {
  color: #10a983 !important;
}

.text-c-teal-a700 {
  color: #00BFA5 !important;
}

a.text-c-teal-a700:hover, a.text-c-teal-a700:focus {
  color: #007363 !important;
}

.text-c-green-50 {
  color: #E8F5E9 !important;
}

a.text-c-green-50:hover, a.text-c-green-50:focus {
  color: #b3deb6 !important;
}

.text-c-green-100 {
  color: #C8E6C9 !important;
}

a.text-c-green-100:hover, a.text-c-green-100:focus {
  color: #93ce95 !important;
}

.text-c-green-200 {
  color: #A5D6A7 !important;
}

a.text-c-green-200:hover, a.text-c-green-200:focus {
  color: #70be74 !important;
}

.text-c-green-300 {
  color: #81C784 !important;
}

a.text-c-green-300:hover, a.text-c-green-300:focus {
  color: #4dae52 !important;
}

.text-c-green-400 {
  color: #66BB6A !important;
}

a.text-c-green-400:hover, a.text-c-green-400:focus {
  color: #419345 !important;
}

.text-c-green-500 {
  color: #4CAF50 !important;
}

a.text-c-green-500:hover, a.text-c-green-500:focus {
  color: #357a38 !important;
}

.text-c-green-600 {
  color: #43A047 !important;
}

a.text-c-green-600:hover, a.text-c-green-600:focus {
  color: #2c6a2f !important;
}

.text-c-green-700 {
  color: #388E3C !important;
}

a.text-c-green-700:hover, a.text-c-green-700:focus {
  color: #225725 !important;
}

.text-c-green-800 {
  color: #2E7D32 !important;
}

a.text-c-green-800:hover, a.text-c-green-800:focus {
  color: #19451c !important;
}

.text-c-green-900 {
  color: #1B5E20 !important;
}

a.text-c-green-900:hover, a.text-c-green-900:focus {
  color: #0a230c !important;
}

.text-c-green-a100 {
  color: #B9F6CA !important;
}

a.text-c-green-a100:hover, a.text-c-green-a100:focus {
  color: #75ed97 !important;
}

.text-c-green-a200 {
  color: #69F0AE !important;
}

a.text-c-green-a200:hover, a.text-c-green-a200:focus {
  color: #23e988 !important;
}

.text-c-green-a400 {
  color: #00E676 !important;
}

a.text-c-green-a400:hover, a.text-c-green-a400:focus {
  color: #009a4f !important;
}

.text-c-green-a700 {
  color: #00C853 !important;
}

a.text-c-green-a700:hover, a.text-c-green-a700:focus {
  color: #007c33 !important;
}

.text-c-light-green-50 {
  color: #F1F8E9 !important;
}

a.text-c-light-green-50:hover, a.text-c-light-green-50:focus {
  color: #cce6af !important;
}

.text-c-light-green-100 {
  color: #DCEDC8 !important;
}

a.text-c-light-green-100:hover, a.text-c-light-green-100:focus {
  color: #b7da8e !important;
}

.text-c-light-green-200 {
  color: #C5E1A5 !important;
}

a.text-c-light-green-200:hover, a.text-c-light-green-200:focus {
  color: #a0ce6c !important;
}

.text-c-light-green-300 {
  color: #AED581 !important;
}

a.text-c-light-green-300:hover, a.text-c-light-green-300:focus {
  color: #89c248 !important;
}

.text-c-light-green-400 {
  color: #9CCC65 !important;
}

a.text-c-light-green-400:hover, a.text-c-light-green-400:focus {
  color: #76ac39 !important;
}

.text-c-light-green-500 {
  color: #8BC34A !important;
}

a.text-c-light-green-500:hover, a.text-c-light-green-500:focus {
  color: #649130 !important;
}

.text-c-light-green-600 {
  color: #7CB342 !important;
}

a.text-c-light-green-600:hover, a.text-c-light-green-600:focus {
  color: #557b2d !important;
}

.text-c-light-green-700 {
  color: #689F38 !important;
}

a.text-c-light-green-700:hover, a.text-c-light-green-700:focus {
  color: #436624 !important;
}

.text-c-light-green-800 {
  color: #558B2F !important;
}

a.text-c-light-green-800:hover, a.text-c-light-green-800:focus {
  color: #32521c !important;
}

.text-c-light-green-900 {
  color: #33691E !important;
}

a.text-c-light-green-900:hover, a.text-c-light-green-900:focus {
  color: #162e0d !important;
}

.text-c-light-green-a100 {
  color: #CCFF90 !important;
}

a.text-c-light-green-a100:hover, a.text-c-light-green-a100:focus {
  color: #a9ff44 !important;
}

.text-c-lime-50 {
  color: #F9FBE7 !important;
}

a.text-c-lime-50:hover, a.text-c-lime-50:focus {
  color: #e9f0a5 !important;
}

.text-c-lime-100 {
  color: #F0F4C3 !important;
}

a.text-c-lime-100:hover, a.text-c-lime-100:focus {
  color: #e0e882 !important;
}

.text-c-lime-200 {
  color: #E6EE9C !important;
}

a.text-c-lime-200:hover, a.text-c-lime-200:focus {
  color: #d6e35b !important;
}

.text-c-lime-300 {
  color: #DCE775 !important;
}

a.text-c-lime-300:hover, a.text-c-lime-300:focus {
  color: #cbdc34 !important;
}

.text-c-lime-400 {
  color: #D4E157 !important;
}

a.text-c-lime-400:hover, a.text-c-lime-400:focus {
  color: #b8c824 !important;
}

.text-c-lime-500 {
  color: #CDDC39 !important;
}

a.text-c-lime-500:hover, a.text-c-lime-500:focus {
  color: #9daa1e !important;
}

.text-c-lime-600 {
  color: #C0CA33 !important;
}

a.text-c-lime-600:hover, a.text-c-lime-600:focus {
  color: #868d24 !important;
}

.text-c-lime-700 {
  color: #AFB42B !important;
}

a.text-c-lime-700:hover, a.text-c-lime-700:focus {
  color: #73761c !important;
}

.text-c-lime-800 {
  color: #9E9D24 !important;
}

a.text-c-lime-800:hover, a.text-c-lime-800:focus {
  color: #605f16 !important;
}

.text-c-lime-900 {
  color: #827717 !important;
}

a.text-c-lime-900:hover, a.text-c-lime-900:focus {
  color: #413c0c !important;
}

.text-c-lime-a100 {
  color: #F4FF81 !important;
}

a.text-c-lime-a100:hover, a.text-c-lime-a100:focus {
  color: #edff35 !important;
}

.text-c-lime-a200 {
  color: #EEFF41 !important;
}

a.text-c-lime-a200:hover, a.text-c-lime-a200:focus {
  color: #def400 !important;
}

.text-c-lime-a400 {
  color: #C6FF00 !important;
}

a.text-c-lime-a400:hover, a.text-c-lime-a400:focus {
  color: #8bb300 !important;
}

.text-c-lime-a700 {
  color: #AEEA00 !important;
}

a.text-c-lime-a700:hover, a.text-c-lime-a700:focus {
  color: #759e00 !important;
}

.text-c-yellow-50 {
  color: #FFFDE7 !important;
}

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

.text-c-yellow-100 {
  color: #FFF9C4 !important;
}

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

.text-c-yellow-200 {
  color: #FFF59D !important;
}

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

.text-c-yellow-300 {
  color: #FFF176 !important;
}

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

.text-c-yellow-400 {
  color: #FFEE58 !important;
}

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

.text-c-yellow-500 {
  color: #FFEB3B !important;
}

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

.text-c-yellow-600 {
  color: #FDD835 !important;
}

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

.text-c-yellow-700 {
  color: #FBC02D !important;
}

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

.text-c-yellow-800 {
  color: #F9A825 !important;
}

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

.text-c-yellow-900 {
  color: #F57F17 !important;
}

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

.text-c-yellow-a100 {
  color: #FFFF8D !important;
}

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

.text-c-yellow-a200 {
  color: #FFFF00 !important;
}

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

.text-c-yellow-a400 {
  color: #FFEA00 !important;
}

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

.text-c-yellow-a700 {
  color: #FFD600 !important;
}

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

.text-c-amber-50 {
  color: #FFF8E1 !important;
}

a.text-c-amber-50:hover, a.text-c-amber-50:focus {
  color: #ffe695 !important;
}

.text-c-amber-100 {
  color: #FFECB3 !important;
}

a.text-c-amber-100:hover, a.text-c-amber-100:focus {
  color: #ffd967 !important;
}

.text-c-amber-200 {
  color: #FFE082 !important;
}

a.text-c-amber-200:hover, a.text-c-amber-200:focus {
  color: #ffcd36 !important;
}

.text-c-amber-300 {
  color: #FFD54F !important;
}

a.text-c-amber-300:hover, a.text-c-amber-300:focus {
  color: #ffc303 !important;
}

.text-c-amber-400 {
  color: #FFCA28 !important;
}

a.text-c-amber-400:hover, a.text-c-amber-400:focus {
  color: #dba500 !important;
}

.text-c-amber-500 {
  color: #FFC107 !important;
}

a.text-c-amber-500:hover, a.text-c-amber-500:focus {
  color: #ba8b00 !important;
}

.text-c-amber-600 {
  color: #FFB300 !important;
}

a.text-c-amber-600:hover, a.text-c-amber-600:focus {
  color: #b37d00 !important;
}

.text-c-amber-700 {
  color: #FFA000 !important;
}

a.text-c-amber-700:hover, a.text-c-amber-700:focus {
  color: #b37000 !important;
}

.text-c-amber-800 {
  color: #FF8F00 !important;
}

a.text-c-amber-800:hover, a.text-c-amber-800:focus {
  color: #b36400 !important;
}

.text-c-amber-900 {
  color: #FF6F00 !important;
}

a.text-c-amber-900:hover, a.text-c-amber-900:focus {
  color: #b34e00 !important;
}

.text-c-amber-a100 {
  color: #FFE57F !important;
}

a.text-c-amber-a100:hover, a.text-c-amber-a100:focus {
  color: #ffd533 !important;
}

.text-c-amber-a400 {
  color: #FFC400 !important;
}

a.text-c-amber-a400:hover, a.text-c-amber-a400:focus {
  color: #b38900 !important;
}

.text-c-amber-a700 {
  color: #FFAB00 !important;
}

a.text-c-amber-a700:hover, a.text-c-amber-a700:focus {
  color: #b37800 !important;
}

.text-c-orange-50 {
  color: #FFF3E0 !important;
}

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

.text-c-orange-100 {
  color: #FFE0B2 !important;
}

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

.text-c-orange-200 {
  color: #FFCC80 !important;
}

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

.text-c-orange-300 {
  color: #FFB74D !important;
}

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

.text-c-orange-400 {
  color: #FFA726 !important;
}

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

.text-c-orange-500 {
  color: #FF9800 !important;
}

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

.text-c-orange-600 {
  color: #FB8C00 !important;
}

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

.text-c-orange-700 {
  color: #F57C00 !important;
}

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

.text-c-orange-800 {
  color: #EF6C00 !important;
}

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

.text-c-orange-900 {
  color: #E65100 !important;
}

a.text-c-orange-900:hover, a.text-c-orange-900:focus {
  color: #9a3600 !important;
}

.text-c-orange-a100 {
  color: #FFD180 !important;
}

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

.text-c-orange-a200 {
  color: #FFAB40 !important;
}

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

.text-c-orange-a400 {
  color: #FF9100 !important;
}

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

.text-c-orange-a700 {
  color: #FF6D00 !important;
}

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

.text-c-deep-orange-50 {
  color: #FBE9E7 !important;
}

a.text-c-deep-orange-50:hover, a.text-c-deep-orange-50:focus {
  color: #f0ada5 !important;
}

.text-c-deep-orange-100 {
  color: #FFCCBC !important;
}

a.text-c-deep-orange-100:hover, a.text-c-deep-orange-100:focus {
  color: #ff9270 !important;
}

.text-c-deep-orange-200 {
  color: #FFAB91 !important;
}

a.text-c-deep-orange-200:hover, a.text-c-deep-orange-200:focus {
  color: #ff7145 !important;
}

.text-c-deep-orange-300 {
  color: #FF8A65 !important;
}

a.text-c-deep-orange-300:hover, a.text-c-deep-orange-300:focus {
  color: #ff5019 !important;
}

.text-c-deep-orange-400 {
  color: #FF7043 !important;
}

a.text-c-deep-orange-400:hover, a.text-c-deep-orange-400:focus {
  color: #f63b00 !important;
}

.text-c-deep-orange-500 {
  color: #FF5722 !important;
}

a.text-c-deep-orange-500:hover, a.text-c-deep-orange-500:focus {
  color: #d53300 !important;
}

.text-c-deep-orange-600 {
  color: #F4511E !important;
}

a.text-c-deep-orange-600:hover, a.text-c-deep-orange-600:focus {
  color: #bc3409 !important;
}

.text-c-deep-orange-700 {
  color: #E64A19 !important;
}

a.text-c-deep-orange-700:hover, a.text-c-deep-orange-700:focus {
  color: #a13412 !important;
}

.text-c-deep-orange-800 {
  color: #D84315 !important;
}

a.text-c-deep-orange-800:hover, a.text-c-deep-orange-800:focus {
  color: #922d0e !important;
}

.text-c-deep-orange-900 {
  color: #BF360C !important;
}

a.text-c-deep-orange-900:hover, a.text-c-deep-orange-900:focus {
  color: #772207 !important;
}

.text-c-deep-orange-a100 {
  color: #FF9E80 !important;
}

a.text-c-deep-orange-a100:hover, a.text-c-deep-orange-a100:focus {
  color: #ff6434 !important;
}

.text-c-deep-orange-a200 {
  color: #FF6E40 !important;
}

a.text-c-deep-orange-a200:hover, a.text-c-deep-orange-a200:focus {
  color: #f33a00 !important;
}

.text-c-deep-orange-a400 {
  color: #FF3D00 !important;
}

a.text-c-deep-orange-a400:hover, a.text-c-deep-orange-a400:focus {
  color: #b32b00 !important;
}

.text-c-deep-orange-a700 {
  color: #DD2C00 !important;
}

a.text-c-deep-orange-a700:hover, a.text-c-deep-orange-a700:focus {
  color: #911d00 !important;
}

.text-c-brown-50 {
  color: #EFEBE9 !important;
}

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

.text-c-brown-100 {
  color: #D7CCC8 !important;
}

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

.text-c-brown-200 {
  color: #BCAAA4 !important;
}

a.text-c-brown-200:hover, a.text-c-brown-200:focus {
  color: #9c8178 !important;
}

.text-c-brown-300 {
  color: #A1887F !important;
}

a.text-c-brown-300:hover, a.text-c-brown-300:focus {
  color: #7a625a !important;
}

.text-c-brown-400 {
  color: #8D6E63 !important;
}

a.text-c-brown-400:hover, a.text-c-brown-400:focus {
  color: #604b43 !important;
}

.text-c-brown-500 {
  color: #795548 !important;
}

a.text-c-brown-500:hover, a.text-c-brown-500:focus {
  color: #49332b !important;
}

.text-c-brown-600 {
  color: #6D4C41 !important;
}

a.text-c-brown-600:hover, a.text-c-brown-600:focus {
  color: #3d2b24 !important;
}

.text-c-brown-700 {
  color: #5D4037 !important;
}

a.text-c-brown-700:hover, a.text-c-brown-700:focus {
  color: #2d1f1b !important;
}

.text-c-brown-800 {
  color: #4E342E !important;
}

a.text-c-brown-800:hover, a.text-c-brown-800:focus {
  color: #1e1412 !important;
}

.text-c-brown-900 {
  color: #3E2723 !important;
}

a.text-c-brown-900:hover, a.text-c-brown-900:focus {
  color: #0d0807 !important;
}

.text-c-blue-gray-50 {
  color: #ECEFF1 !important;
}

a.text-c-blue-gray-50:hover, a.text-c-blue-gray-50:focus {
  color: #c0cad1 !important;
}

.text-c-blue-gray-100 {
  color: #CFD8DC !important;
}

a.text-c-blue-gray-100:hover, a.text-c-blue-gray-100:focus {
  color: #a3b4bc !important;
}

.text-c-blue-gray-200 {
  color: #B0BEC5 !important;
}

a.text-c-blue-gray-200:hover, a.text-c-blue-gray-200:focus {
  color: #849aa5 !important;
}

.text-c-blue-gray-300 {
  color: #90A4AE !important;
}

a.text-c-blue-gray-300:hover, a.text-c-blue-gray-300:focus {
  color: #667f8c !important;
}

.text-c-blue-gray-400 {
  color: #78909C !important;
}

a.text-c-blue-gray-400:hover, a.text-c-blue-gray-400:focus {
  color: #546973 !important;
}

.text-c-blue-gray-500 {
  color: #607D8B !important;
}

a.text-c-blue-gray-500:hover, a.text-c-blue-gray-500:focus {
  color: #41545e !important;
}

.text-c-blue-gray-600 {
  color: #546E7A !important;
}

a.text-c-blue-gray-600:hover, a.text-c-blue-gray-600:focus {
  color: #35454d !important;
}

.text-c-blue-gray-700 {
  color: #455A64 !important;
}

a.text-c-blue-gray-700:hover, a.text-c-blue-gray-700:focus {
  color: #263137 !important;
}

.text-c-blue-gray-800 {
  color: #37474F !important;
}

a.text-c-blue-gray-800:hover, a.text-c-blue-gray-800:focus {
  color: #181e22 !important;
}

.text-c-blue-gray-900 {
  color: #263238 !important;
}

a.text-c-blue-gray-900:hover, a.text-c-blue-gray-900:focus {
  color: #07090a !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
