: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: #5f86e3;
  --secondary: #666c7b;
  --success: #2f9d45;
  --info: #3dadc9;
  --warning: #ffc107;
  --danger: #de6345;
  --light: #f9f9fa;
  --dark: #3c3f48;
  --base: #4371de;
  --gray-0: #f9f9fa;
  --gray-1: #ecedf0;
  --gray-2: #dfe1e6;
  --gray-3: #d0d3da;
  --gray-4: #c0c4ce;
  --gray-5: #aeb3bf;
  --gray-6: #99a0af;
  --gray-7: #81899c;
  --gray-8: #666c7b;
  --gray-9: #3c3f48;
  --blue-0: #f8f9fe;
  --blue-1: #e8eefb;
  --blue-2: #d7e1f8;
  --blue-3: #c5d3f5;
  --blue-4: #b0c4f1;
  --blue-5: #9ab2ed;
  --blue-6: #7f9ee9;
  --blue-7: #5f86e3;
  --blue-8: #3d67cb;
  --blue-9: #243d77;
  --indigo-0: #faf9fe;
  --indigo-1: #efebfc;
  --indigo-2: #e3ddf9;
  --indigo-3: #d6cef6;
  --indigo-4: #c8bdf3;
  --indigo-5: #b8aaf0;
  --indigo-6: #a593ec;
  --indigo-7: #8e78e7;
  --indigo-8: #6f53e1;
  --indigo-9: #412c92;
  --violet-0: #fcf8fe;
  --violet-1: #f6e9fb;
  --violet-2: #efd9f8;
  --violet-3: #e8c8f5;
  --violet-4: #e0b4f2;
  --violet-5: #d69eee;
  --violet-6: #cb84e9;
  --violet-7: #bd61e3;
  --violet-8: #a03dc9;
  --violet-9: #5e2477;
  --fuschia-0: #fef8fd;
  --fuschia-1: #fbe8f7;
  --fuschia-2: #f8d7f1;
  --fuschia-3: #f5c4eb;
  --fuschia-4: #f1afe4;
  --fuschia-5: #ed96db;
  --fuschia-6: #e778d1;
  --fuschia-7: #e04dc2;
  --fuschia-8: #b5379c;
  --fuschia-9: #6c205d;
  --pink-0: #fef8fa;
  --pink-1: #fbe9ee;
  --pink-2: #f8d9e2;
  --pink-3: #f5c7d5;
  --pink-4: #f2b3c5;
  --pink-5: #ee9cb4;
  --pink-6: #e97f9f;
  --pink-7: #e25982;
  --pink-8: #bf3a61;
  --pink-9: #71223a;
  --red-0: #fef8f7;
  --red-1: #fbeae6;
  --red-2: #f7dbd3;
  --red-3: #f4cabf;
  --red-4: #f0b7a8;
  --red-5: #eba18e;
  --red-6: #e6866e;
  --red-7: #de6345;
  --red-8: #b14e35;
  --red-9: #682e1f;
  --orange-0: #fdf9f1;
  --orange-1: #f7edd4;
  --orange-2: #f2dfb3;
  --orange-3: #ebd090;
  --orange-4: #e4bf68;
  --orange-5: #daad42;
  --orange-6: #c29a3b;
  --orange-7: #a78432;
  --orange-8: #846828;
  --orange-9: #4d3d17;
  --yellow-0: #f8fbea;
  --yellow-1: #e8f3bc;
  --yellow-2: #d6ea88;
  --yellow-3: #c2df4b;
  --yellow-4: #b3d03f;
  --yellow-5: #a4be39;
  --yellow-6: #92aa33;
  --yellow-7: #7d922c;
  --yellow-8: #637323;
  --yellow-9: #3a4314;
  --lime-0: #f3fcef;
  --lime-1: #d9f6cc;
  --lime-2: #bbefa4;
  --lime-3: #97e776;
  --lime-4: #70dc42;
  --lime-5: #66c93d;
  --lime-6: #5bb436;
  --lime-7: #4e9a2f;
  --lime-8: #3e7a25;
  --lime-9: #244716;
  --green-0: #f1fcf3;
  --green-1: #d1f7d9;
  --green-2: #acf1ba;
  --green-3: #81e995;
  --green-4: #48df66;
  --green-5: #3ecc5a;
  --green-6: #37b650;
  --green-7: #2f9d45;
  --green-8: #257c37;
  --green-9: #164920;
  --teal-0: #effcf8;
  --teal-1: #cdf6ea;
  --teal-2: #a6efd9;
  --teal-3: #76e7c5;
  --teal-4: #42dbae;
  --teal-5: #3cc89f;
  --teal-6: #36b38e;
  --teal-7: #2e9a7a;
  --teal-8: #257960;
  --teal-9: #164739;
  --cyan-0: #f3fbfd;
  --cyan-1: #d9f2f8;
  --cyan-2: #bce8f3;
  --cyan-3: #9cddee;
  --cyan-4: #76d0e7;
  --cyan-5: #49c1df;
  --cyan-6: #3dadc9;
  --cyan-7: #3494ac;
  --cyan-8: #297588;
  --cyan-9: #184550;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto 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 {
  -webkit-box-sizing: border-box;
          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", "Helvetica Neue", Arial, "Noto 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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: 500; }

dd {
  margin-bottom: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):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; }

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; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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; }

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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

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: .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: "\2014\A0"; }

.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: 500; }

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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.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: #d2ddf7; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #acc0f0; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #afb3ba; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #93cc9e; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #9ad4e3; }

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

.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: #f6d3cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #eeae9e; }

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

.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: #fcfcfc; }

.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: #c8c9cc; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9a9ba0; }

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

.table-base,
.table-base > th,
.table-base > td {
  background-color: #cad7f6; }

.table-base th,
.table-base td,
.table-base thead th,
.table-base tbody + tbody {
  border-color: #9db5ee; }

.table-hover .table-base:hover {
  background-color: #b4c7f2; }
  .table-hover .table-base:hover > td,
  .table-hover .table-base:hover > th {
    background-color: #b4c7f2; }

.table-gray-0,
.table-gray-0 > th,
.table-gray-0 > td {
  background-color: #fdfdfe; }

.table-gray-0 th,
.table-gray-0 td,
.table-gray-0 thead th,
.table-gray-0 tbody + tbody {
  border-color: #fcfcfc; }

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

.table-gray-1,
.table-gray-1 > th,
.table-gray-1 > td {
  background-color: #fafafb; }

.table-gray-1 th,
.table-gray-1 td,
.table-gray-1 thead th,
.table-gray-1 tbody + tbody {
  border-color: #f5f6f7; }

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

.table-gray-2,
.table-gray-2 > th,
.table-gray-2 > td {
  background-color: #f6f7f8; }

.table-gray-2 th,
.table-gray-2 td,
.table-gray-2 thead th,
.table-gray-2 tbody + tbody {
  border-color: #eeeff2; }

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

.table-gray-3,
.table-gray-3 > th,
.table-gray-3 > td {
  background-color: #f2f3f5; }

.table-gray-3 th,
.table-gray-3 td,
.table-gray-3 thead th,
.table-gray-3 tbody + tbody {
  border-color: #e7e8ec; }

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

.table-gray-4,
.table-gray-4 > th,
.table-gray-4 > td {
  background-color: #edeef1; }

.table-gray-4 th,
.table-gray-4 td,
.table-gray-4 thead th,
.table-gray-4 tbody + tbody {
  border-color: #dee0e6; }

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

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

.table-gray-5 th,
.table-gray-5 td,
.table-gray-5 thead th,
.table-gray-5 tbody + tbody {
  border-color: #d5d7de; }

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

.table-gray-6,
.table-gray-6 > th,
.table-gray-6 > td {
  background-color: #e2e4e9; }

.table-gray-6 th,
.table-gray-6 td,
.table-gray-6 thead th,
.table-gray-6 tbody + tbody {
  border-color: #caced5; }

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

.table-gray-7,
.table-gray-7 > th,
.table-gray-7 > td {
  background-color: #dcdee3; }

.table-gray-7 th,
.table-gray-7 td,
.table-gray-7 thead th,
.table-gray-7 tbody + tbody {
  border-color: #bdc2cc; }

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

.table-gray-8,
.table-gray-8 > th,
.table-gray-8 > td {
  background-color: #d4d6da; }

.table-gray-8 th,
.table-gray-8 td,
.table-gray-8 thead th,
.table-gray-8 tbody + tbody {
  border-color: #afb3ba; }

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

.table-gray-9,
.table-gray-9 > th,
.table-gray-9 > td {
  background-color: #c8c9cc; }

.table-gray-9 th,
.table-gray-9 td,
.table-gray-9 thead th,
.table-gray-9 tbody + tbody {
  border-color: #9a9ba0; }

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

.table-blue-0,
.table-blue-0 > th,
.table-blue-0 > td {
  background-color: #fdfdff; }

.table-blue-0 th,
.table-blue-0 td,
.table-blue-0 thead th,
.table-blue-0 tbody + tbody {
  border-color: #fbfcfe; }

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

.table-blue-1,
.table-blue-1 > th,
.table-blue-1 > td {
  background-color: #f9fafe; }

.table-blue-1 th,
.table-blue-1 td,
.table-blue-1 thead th,
.table-blue-1 tbody + tbody {
  border-color: #f3f6fd; }

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

.table-blue-2,
.table-blue-2 > th,
.table-blue-2 > td {
  background-color: #f4f7fd; }

.table-blue-2 th,
.table-blue-2 td,
.table-blue-2 thead th,
.table-blue-2 tbody + tbody {
  border-color: #eaeffb; }

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

.table-blue-3,
.table-blue-3 > th,
.table-blue-3 > td {
  background-color: #eff3fc; }

.table-blue-3 th,
.table-blue-3 td,
.table-blue-3 thead th,
.table-blue-3 tbody + tbody {
  border-color: #e1e8fa; }

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

.table-blue-4,
.table-blue-4 > th,
.table-blue-4 > td {
  background-color: #e9eefb; }

.table-blue-4 th,
.table-blue-4 td,
.table-blue-4 thead th,
.table-blue-4 tbody + tbody {
  border-color: #d6e0f8; }

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

.table-blue-5,
.table-blue-5 > th,
.table-blue-5 > td {
  background-color: #e3e9fa; }

.table-blue-5 th,
.table-blue-5 td,
.table-blue-5 thead th,
.table-blue-5 tbody + tbody {
  border-color: #cad7f6; }

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

.table-blue-6,
.table-blue-6 > th,
.table-blue-6 > td {
  background-color: #dbe4f9; }

.table-blue-6 th,
.table-blue-6 td,
.table-blue-6 thead th,
.table-blue-6 tbody + tbody {
  border-color: #bccdf4; }

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

.table-blue-7,
.table-blue-7 > th,
.table-blue-7 > td {
  background-color: #d2ddf7; }

.table-blue-7 th,
.table-blue-7 td,
.table-blue-7 thead th,
.table-blue-7 tbody + tbody {
  border-color: #acc0f0; }

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

.table-blue-8,
.table-blue-8 > th,
.table-blue-8 > td {
  background-color: #c9d4f0; }

.table-blue-8 th,
.table-blue-8 td,
.table-blue-8 thead th,
.table-blue-8 tbody + tbody {
  border-color: #9ab0e4; }

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

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

.table-blue-9 th,
.table-blue-9 td,
.table-blue-9 thead th,
.table-blue-9 tbody + tbody {
  border-color: #8d9ab8; }

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

.table-indigo-0,
.table-indigo-0 > th,
.table-indigo-0 > td {
  background-color: #fefdff; }

.table-indigo-0 th,
.table-indigo-0 td,
.table-indigo-0 thead th,
.table-indigo-0 tbody + tbody {
  border-color: #fcfcfe; }

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

.table-indigo-1,
.table-indigo-1 > th,
.table-indigo-1 > td {
  background-color: #fbf9fe; }

.table-indigo-1 th,
.table-indigo-1 td,
.table-indigo-1 thead th,
.table-indigo-1 tbody + tbody {
  border-color: #f7f5fd; }

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

.table-indigo-2,
.table-indigo-2 > th,
.table-indigo-2 > td {
  background-color: #f7f5fd; }

.table-indigo-2 th,
.table-indigo-2 td,
.table-indigo-2 thead th,
.table-indigo-2 tbody + tbody {
  border-color: #f0edfc; }

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

.table-indigo-3,
.table-indigo-3 > th,
.table-indigo-3 > td {
  background-color: #f4f1fc; }

.table-indigo-3 th,
.table-indigo-3 td,
.table-indigo-3 thead th,
.table-indigo-3 tbody + tbody {
  border-color: #eae6fa; }

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

.table-indigo-4,
.table-indigo-4 > th,
.table-indigo-4 > td {
  background-color: #f0edfc; }

.table-indigo-4 th,
.table-indigo-4 td,
.table-indigo-4 thead th,
.table-indigo-4 tbody + tbody {
  border-color: #e2ddf9; }

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

.table-indigo-5,
.table-indigo-5 > th,
.table-indigo-5 > td {
  background-color: #ebe7fb; }

.table-indigo-5 th,
.table-indigo-5 td,
.table-indigo-5 thead th,
.table-indigo-5 tbody + tbody {
  border-color: #dad3f7; }

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

.table-indigo-6,
.table-indigo-6 > th,
.table-indigo-6 > td {
  background-color: #e6e1fa; }

.table-indigo-6 th,
.table-indigo-6 td,
.table-indigo-6 thead th,
.table-indigo-6 tbody + tbody {
  border-color: #d0c7f5; }

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

.table-indigo-7,
.table-indigo-7 > th,
.table-indigo-7 > td {
  background-color: #dfd9f8; }

.table-indigo-7 th,
.table-indigo-7 td,
.table-indigo-7 thead th,
.table-indigo-7 tbody + tbody {
  border-color: #c4b9f3; }

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

.table-indigo-8,
.table-indigo-8 > th,
.table-indigo-8 > td {
  background-color: #d7cff7; }

.table-indigo-8 th,
.table-indigo-8 td,
.table-indigo-8 thead th,
.table-indigo-8 tbody + tbody {
  border-color: #b4a6ef; }

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

.table-indigo-9,
.table-indigo-9 > th,
.table-indigo-9 > td {
  background-color: #cac4e0; }

.table-indigo-9 th,
.table-indigo-9 td,
.table-indigo-9 thead th,
.table-indigo-9 tbody + tbody {
  border-color: #9c91c6; }

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

.table-violet-0,
.table-violet-0 > th,
.table-violet-0 > td {
  background-color: #fefdff; }

.table-violet-0 th,
.table-violet-0 td,
.table-violet-0 thead th,
.table-violet-0 tbody + tbody {
  border-color: #fdfbfe; }

.table-hover .table-violet-0:hover {
  background-color: #f1e4ff; }
  .table-hover .table-violet-0:hover > td,
  .table-hover .table-violet-0:hover > th {
    background-color: #f1e4ff; }

.table-violet-1,
.table-violet-1 > th,
.table-violet-1 > td {
  background-color: #fcf9fe; }

.table-violet-1 th,
.table-violet-1 td,
.table-violet-1 thead th,
.table-violet-1 tbody + tbody {
  border-color: #faf4fd; }

.table-hover .table-violet-1:hover {
  background-color: #f1e3fa; }
  .table-hover .table-violet-1:hover > td,
  .table-hover .table-violet-1:hover > th {
    background-color: #f1e3fa; }

.table-violet-2,
.table-violet-2 > th,
.table-violet-2 > td {
  background-color: #fbf4fd; }

.table-violet-2 th,
.table-violet-2 td,
.table-violet-2 thead th,
.table-violet-2 tbody + tbody {
  border-color: #f7ebfb; }

.table-hover .table-violet-2:hover {
  background-color: #f3def9; }
  .table-hover .table-violet-2:hover > td,
  .table-hover .table-violet-2:hover > th {
    background-color: #f3def9; }

.table-violet-3,
.table-violet-3 > th,
.table-violet-3 > td {
  background-color: #f9f0fc; }

.table-violet-3 th,
.table-violet-3 td,
.table-violet-3 thead th,
.table-violet-3 tbody + tbody {
  border-color: #f3e2fa; }

.table-hover .table-violet-3:hover {
  background-color: #f1dbf8; }
  .table-hover .table-violet-3:hover > td,
  .table-hover .table-violet-3:hover > th {
    background-color: #f1dbf8; }

.table-violet-4,
.table-violet-4 > th,
.table-violet-4 > td {
  background-color: #f6eafb; }

.table-violet-4 th,
.table-violet-4 td,
.table-violet-4 thead th,
.table-violet-4 tbody + tbody {
  border-color: #efd8f8; }

.table-hover .table-violet-4:hover {
  background-color: #edd5f7; }
  .table-hover .table-violet-4:hover > td,
  .table-hover .table-violet-4:hover > th {
    background-color: #edd5f7; }

.table-violet-5,
.table-violet-5 > th,
.table-violet-5 > td {
  background-color: #f4e4fa; }

.table-violet-5 th,
.table-violet-5 td,
.table-violet-5 thead th,
.table-violet-5 tbody + tbody {
  border-color: #eacdf6; }

.table-hover .table-violet-5:hover {
  background-color: #ebcef6; }
  .table-hover .table-violet-5:hover > td,
  .table-hover .table-violet-5:hover > th {
    background-color: #ebcef6; }

.table-violet-6,
.table-violet-6 > th,
.table-violet-6 > td {
  background-color: #f0ddf9; }

.table-violet-6 th,
.table-violet-6 td,
.table-violet-6 thead th,
.table-violet-6 tbody + tbody {
  border-color: #e4bff4; }

.table-hover .table-violet-6:hover {
  background-color: #e6c7f5; }
  .table-hover .table-violet-6:hover > td,
  .table-hover .table-violet-6:hover > th {
    background-color: #e6c7f5; }

.table-violet-7,
.table-violet-7 > th,
.table-violet-7 > td {
  background-color: #edd3f7; }

.table-violet-7 th,
.table-violet-7 td,
.table-violet-7 thead th,
.table-violet-7 tbody + tbody {
  border-color: #ddadf0; }

.table-hover .table-violet-7:hover {
  background-color: #e4bdf3; }
  .table-hover .table-violet-7:hover > td,
  .table-hover .table-violet-7:hover > th {
    background-color: #e4bdf3; }

.table-violet-8,
.table-violet-8 > th,
.table-violet-8 > td {
  background-color: #e4c9f0; }

.table-violet-8 th,
.table-violet-8 td,
.table-violet-8 thead th,
.table-violet-8 tbody + tbody {
  border-color: #ce9ae3; }

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

.table-violet-9,
.table-violet-9 > th,
.table-violet-9 > td {
  background-color: #d2c2d9; }

.table-violet-9 th,
.table-violet-9 td,
.table-violet-9 thead th,
.table-violet-9 tbody + tbody {
  border-color: #ab8db8; }

.table-hover .table-violet-9:hover {
  background-color: #c6b2cf; }
  .table-hover .table-violet-9:hover > td,
  .table-hover .table-violet-9:hover > th {
    background-color: #c6b2cf; }

.table-fuschia-0,
.table-fuschia-0 > th,
.table-fuschia-0 > td {
  background-color: #fffdfe; }

.table-fuschia-0 th,
.table-fuschia-0 td,
.table-fuschia-0 thead th,
.table-fuschia-0 tbody + tbody {
  border-color: #fefbfe; }

.table-hover .table-fuschia-0:hover {
  background-color: #ffe4f1; }
  .table-hover .table-fuschia-0:hover > td,
  .table-hover .table-fuschia-0:hover > th {
    background-color: #ffe4f1; }

.table-fuschia-1,
.table-fuschia-1 > th,
.table-fuschia-1 > td {
  background-color: #fef9fd; }

.table-fuschia-1 th,
.table-fuschia-1 td,
.table-fuschia-1 thead th,
.table-fuschia-1 tbody + tbody {
  border-color: #fdf3fb; }

.table-hover .table-fuschia-1:hover {
  background-color: #fae3f6; }
  .table-hover .table-fuschia-1:hover > td,
  .table-hover .table-fuschia-1:hover > th {
    background-color: #fae3f6; }

.table-fuschia-2,
.table-fuschia-2 > th,
.table-fuschia-2 > td {
  background-color: #fdf4fb; }

.table-fuschia-2 th,
.table-fuschia-2 td,
.table-fuschia-2 thead th,
.table-fuschia-2 tbody + tbody {
  border-color: #fbeaf8; }

.table-hover .table-fuschia-2:hover {
  background-color: #f9def3; }
  .table-hover .table-fuschia-2:hover > td,
  .table-hover .table-fuschia-2:hover > th {
    background-color: #f9def3; }

.table-fuschia-3,
.table-fuschia-3 > th,
.table-fuschia-3 > td {
  background-color: #fceef9; }

.table-fuschia-3 th,
.table-fuschia-3 td,
.table-fuschia-3 thead th,
.table-fuschia-3 tbody + tbody {
  border-color: #fae0f5; }

.table-hover .table-fuschia-3:hover {
  background-color: #f8d8f1; }
  .table-hover .table-fuschia-3:hover > td,
  .table-hover .table-fuschia-3:hover > th {
    background-color: #f8d8f1; }

.table-fuschia-4,
.table-fuschia-4 > th,
.table-fuschia-4 > td {
  background-color: #fbe9f7; }

.table-fuschia-4 th,
.table-fuschia-4 td,
.table-fuschia-4 thead th,
.table-fuschia-4 tbody + tbody {
  border-color: #f8d5f1; }

.table-hover .table-fuschia-4:hover {
  background-color: #f7d3ef; }
  .table-hover .table-fuschia-4:hover > td,
  .table-hover .table-fuschia-4:hover > th {
    background-color: #f7d3ef; }

.table-fuschia-5,
.table-fuschia-5 > th,
.table-fuschia-5 > td {
  background-color: #fae2f5; }

.table-fuschia-5 th,
.table-fuschia-5 td,
.table-fuschia-5 thead th,
.table-fuschia-5 tbody + tbody {
  border-color: #f6c8ec; }

.table-hover .table-fuschia-5:hover {
  background-color: #f6ccee; }
  .table-hover .table-fuschia-5:hover > td,
  .table-hover .table-fuschia-5:hover > th {
    background-color: #f6ccee; }

.table-fuschia-6,
.table-fuschia-6 > th,
.table-fuschia-6 > td {
  background-color: #f8d9f2; }

.table-fuschia-6 th,
.table-fuschia-6 td,
.table-fuschia-6 thead th,
.table-fuschia-6 tbody + tbody {
  border-color: #f3b9e7; }

.table-hover .table-fuschia-6:hover {
  background-color: #f4c3eb; }
  .table-hover .table-fuschia-6:hover > td,
  .table-hover .table-fuschia-6:hover > th {
    background-color: #f4c3eb; }

.table-fuschia-7,
.table-fuschia-7 > th,
.table-fuschia-7 > td {
  background-color: #f6cdee; }

.table-fuschia-7 th,
.table-fuschia-7 td,
.table-fuschia-7 thead th,
.table-fuschia-7 tbody + tbody {
  border-color: #efa2df; }

.table-hover .table-fuschia-7:hover {
  background-color: #f2b7e7; }
  .table-hover .table-fuschia-7:hover > td,
  .table-hover .table-fuschia-7:hover > th {
    background-color: #f2b7e7; }

.table-fuschia-8,
.table-fuschia-8 > th,
.table-fuschia-8 > td {
  background-color: #eac7e3; }

.table-fuschia-8 th,
.table-fuschia-8 td,
.table-fuschia-8 thead th,
.table-fuschia-8 tbody + tbody {
  border-color: #d997cc; }

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

.table-fuschia-9,
.table-fuschia-9 > th,
.table-fuschia-9 > td {
  background-color: #d6c1d2; }

.table-fuschia-9 th,
.table-fuschia-9 td,
.table-fuschia-9 thead th,
.table-fuschia-9 tbody + tbody {
  border-color: #b38bab; }

.table-hover .table-fuschia-9:hover {
  background-color: #ccb2c7; }
  .table-hover .table-fuschia-9:hover > td,
  .table-hover .table-fuschia-9:hover > th {
    background-color: #ccb2c7; }

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

.table-pink-0 th,
.table-pink-0 td,
.table-pink-0 thead th,
.table-pink-0 tbody + tbody {
  border-color: #fefbfc; }

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

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

.table-pink-1 th,
.table-pink-1 td,
.table-pink-1 thead th,
.table-pink-1 tbody + tbody {
  border-color: #fdf4f6; }

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

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

.table-pink-2 th,
.table-pink-2 td,
.table-pink-2 thead th,
.table-pink-2 tbody + tbody {
  border-color: #fbebf0; }

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

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

.table-pink-3 th,
.table-pink-3 td,
.table-pink-3 thead th,
.table-pink-3 tbody + tbody {
  border-color: #fae2e9; }

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

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

.table-pink-4 th,
.table-pink-4 td,
.table-pink-4 thead th,
.table-pink-4 tbody + tbody {
  border-color: #f8d7e1; }

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

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

.table-pink-5 th,
.table-pink-5 td,
.table-pink-5 thead th,
.table-pink-5 tbody + tbody {
  border-color: #f6ccd8; }

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

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

.table-pink-6 th,
.table-pink-6 td,
.table-pink-6 thead th,
.table-pink-6 tbody + tbody {
  border-color: #f4bccd; }

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

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

.table-pink-7 th,
.table-pink-7 td,
.table-pink-7 thead th,
.table-pink-7 tbody + tbody {
  border-color: #f0a9be; }

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

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

.table-pink-8 th,
.table-pink-8 td,
.table-pink-8 thead th,
.table-pink-8 tbody + tbody {
  border-color: #de99ad; }

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

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

.table-pink-9 th,
.table-pink-9 td,
.table-pink-9 thead th,
.table-pink-9 tbody + tbody {
  border-color: #b58c99; }

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

.table-red-0,
.table-red-0 > th,
.table-red-0 > td {
  background-color: #fffdfd; }

.table-red-0 th,
.table-red-0 td,
.table-red-0 thead th,
.table-red-0 tbody + tbody {
  border-color: #fefbfb; }

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

.table-red-1,
.table-red-1 > th,
.table-red-1 > td {
  background-color: #fef9f8; }

.table-red-1 th,
.table-red-1 td,
.table-red-1 thead th,
.table-red-1 tbody + tbody {
  border-color: #fdf4f2; }

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

.table-red-2,
.table-red-2 > th,
.table-red-2 > td {
  background-color: #fdf5f3; }

.table-red-2 th,
.table-red-2 td,
.table-red-2 thead th,
.table-red-2 tbody + tbody {
  border-color: #fbece8; }

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

.table-red-3,
.table-red-3 > th,
.table-red-3 > td {
  background-color: #fcf0ed; }

.table-red-3 th,
.table-red-3 td,
.table-red-3 thead th,
.table-red-3 tbody + tbody {
  border-color: #f9e3de; }

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

.table-red-4,
.table-red-4 > th,
.table-red-4 > td {
  background-color: #fbebe7; }

.table-red-4 th,
.table-red-4 td,
.table-red-4 thead th,
.table-red-4 tbody + tbody {
  border-color: #f7dad2; }

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

.table-red-5,
.table-red-5 > th,
.table-red-5 > td {
  background-color: #f9e5df; }

.table-red-5 th,
.table-red-5 td,
.table-red-5 thead th,
.table-red-5 tbody + tbody {
  border-color: #f5cec4; }

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

.table-red-6,
.table-red-6 > th,
.table-red-6 > td {
  background-color: #f8ddd6; }

.table-red-6 th,
.table-red-6 td,
.table-red-6 thead th,
.table-red-6 tbody + tbody {
  border-color: #f2c0b4; }

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

.table-red-7,
.table-red-7 > th,
.table-red-7 > td {
  background-color: #f6d3cb; }

.table-red-7 th,
.table-red-7 td,
.table-red-7 thead th,
.table-red-7 tbody + tbody {
  border-color: #eeae9e; }

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

.table-red-8,
.table-red-8 > th,
.table-red-8 > td {
  background-color: #e9cdc6; }

.table-red-8 th,
.table-red-8 td,
.table-red-8 thead th,
.table-red-8 tbody + tbody {
  border-color: #d6a396; }

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

.table-red-9,
.table-red-9 > th,
.table-red-9 > td {
  background-color: #d5c4c0; }

.table-red-9 th,
.table-red-9 td,
.table-red-9 thead th,
.table-red-9 tbody + tbody {
  border-color: #b0928b; }

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

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

.table-orange-0 th,
.table-orange-0 td,
.table-orange-0 thead th,
.table-orange-0 tbody + tbody {
  border-color: #fefcf8; }

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

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

.table-orange-1 th,
.table-orange-1 td,
.table-orange-1 thead th,
.table-orange-1 tbody + tbody {
  border-color: #fbf6e9; }

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

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

.table-orange-2 th,
.table-orange-2 td,
.table-orange-2 thead th,
.table-orange-2 tbody + tbody {
  border-color: #f8eed7; }

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

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

.table-orange-3 th,
.table-orange-3 td,
.table-orange-3 thead th,
.table-orange-3 tbody + tbody {
  border-color: #f5e7c5; }

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

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

.table-orange-4 th,
.table-orange-4 td,
.table-orange-4 thead th,
.table-orange-4 tbody + tbody {
  border-color: #f1deb0; }

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

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

.table-orange-5 th,
.table-orange-5 td,
.table-orange-5 thead th,
.table-orange-5 tbody + tbody {
  border-color: #ecd49d; }

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

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

.table-orange-6 th,
.table-orange-6 td,
.table-orange-6 thead th,
.table-orange-6 tbody + tbody {
  border-color: #dfca99; }

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

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

.table-orange-7 th,
.table-orange-7 td,
.table-orange-7 thead th,
.table-orange-7 tbody + tbody {
  border-color: #d1bf94; }

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

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

.table-orange-8 th,
.table-orange-8 td,
.table-orange-8 thead th,
.table-orange-8 tbody + tbody {
  border-color: #bfb08f; }

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

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

.table-orange-9 th,
.table-orange-9 td,
.table-orange-9 thead th,
.table-orange-9 tbody + tbody {
  border-color: #a29a86; }

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

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

.table-yellow-0 th,
.table-yellow-0 td,
.table-yellow-0 thead th,
.table-yellow-0 tbody + tbody {
  border-color: #fbfdf4; }

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

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

.table-yellow-1 th,
.table-yellow-1 td,
.table-yellow-1 thead th,
.table-yellow-1 tbody + tbody {
  border-color: #f3f9dc; }

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

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

.table-yellow-2 th,
.table-yellow-2 td,
.table-yellow-2 thead th,
.table-yellow-2 tbody + tbody {
  border-color: #eaf4c1; }

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

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

.table-yellow-3 th,
.table-yellow-3 td,
.table-yellow-3 thead th,
.table-yellow-3 tbody + tbody {
  border-color: #dfeea1; }

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

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

.table-yellow-4 th,
.table-yellow-4 td,
.table-yellow-4 thead th,
.table-yellow-4 tbody + tbody {
  border-color: #d7e79b; }

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

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

.table-yellow-5 th,
.table-yellow-5 td,
.table-yellow-5 thead th,
.table-yellow-5 tbody + tbody {
  border-color: #d0dd98; }

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

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

.table-yellow-6 th,
.table-yellow-6 td,
.table-yellow-6 thead th,
.table-yellow-6 tbody + tbody {
  border-color: #c6d395; }

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

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

.table-yellow-7 th,
.table-yellow-7 td,
.table-yellow-7 thead th,
.table-yellow-7 tbody + tbody {
  border-color: #bbc691; }

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

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

.table-yellow-8 th,
.table-yellow-8 td,
.table-yellow-8 thead th,
.table-yellow-8 tbody + tbody {
  border-color: #aeb68d; }

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

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

.table-yellow-9 th,
.table-yellow-9 td,
.table-yellow-9 thead th,
.table-yellow-9 tbody + tbody {
  border-color: #999d85; }

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

.table-lime-0,
.table-lime-0 > th,
.table-lime-0 > td {
  background-color: #fcfefb; }

.table-lime-0 th,
.table-lime-0 td,
.table-lime-0 thead th,
.table-lime-0 tbody + tbody {
  border-color: #f9fdf7; }

.table-hover .table-lime-0:hover {
  background-color: #edf9e7; }
  .table-hover .table-lime-0:hover > td,
  .table-hover .table-lime-0:hover > th {
    background-color: #edf9e7; }

.table-lime-1,
.table-lime-1 > th,
.table-lime-1 > td {
  background-color: #f4fcf1; }

.table-lime-1 th,
.table-lime-1 td,
.table-lime-1 thead th,
.table-lime-1 tbody + tbody {
  border-color: #ebfae4; }

.table-hover .table-lime-1:hover {
  background-color: #e4f8dc; }
  .table-hover .table-lime-1:hover > td,
  .table-hover .table-lime-1:hover > th {
    background-color: #e4f8dc; }

.table-lime-2,
.table-lime-2 > th,
.table-lime-2 > td {
  background-color: #ecfbe6; }

.table-lime-2 th,
.table-lime-2 td,
.table-lime-2 thead th,
.table-lime-2 tbody + tbody {
  border-color: #dcf7d0; }

.table-hover .table-lime-2:hover {
  background-color: #dbf7d0; }
  .table-hover .table-lime-2:hover > td,
  .table-hover .table-lime-2:hover > th {
    background-color: #dbf7d0; }

.table-lime-3,
.table-lime-3 > th,
.table-lime-3 > td {
  background-color: #e2f8d9; }

.table-lime-3 th,
.table-lime-3 td,
.table-lime-3 thead th,
.table-lime-3 tbody + tbody {
  border-color: #c9f3b8; }

.table-hover .table-lime-3:hover {
  background-color: #d2f4c3; }
  .table-hover .table-lime-3:hover > td,
  .table-hover .table-lime-3:hover > th {
    background-color: #d2f4c3; }

.table-lime-4,
.table-lime-4 > th,
.table-lime-4 > td {
  background-color: #d7f5ca; }

.table-lime-4 th,
.table-lime-4 td,
.table-lime-4 thead th,
.table-lime-4 tbody + tbody {
  border-color: #b5ed9d; }

.table-hover .table-lime-4:hover {
  background-color: #c7f1b5; }
  .table-hover .table-lime-4:hover > td,
  .table-hover .table-lime-4:hover > th {
    background-color: #c7f1b5; }

.table-lime-5,
.table-lime-5 > th,
.table-lime-5 > td {
  background-color: #d4f0c9; }

.table-lime-5 th,
.table-lime-5 td,
.table-lime-5 thead th,
.table-lime-5 tbody + tbody {
  border-color: #afe39a; }

.table-hover .table-lime-5:hover {
  background-color: #c4eab5; }
  .table-hover .table-lime-5:hover > td,
  .table-hover .table-lime-5:hover > th {
    background-color: #c4eab5; }

.table-lime-6,
.table-lime-6 > th,
.table-lime-6 > td {
  background-color: #d1eac7; }

.table-lime-6 th,
.table-lime-6 td,
.table-lime-6 thead th,
.table-lime-6 tbody + tbody {
  border-color: #aad896; }

.table-hover .table-lime-6:hover {
  background-color: #c2e3b4; }
  .table-hover .table-lime-6:hover > td,
  .table-hover .table-lime-6:hover > th {
    background-color: #c2e3b4; }

.table-lime-7,
.table-lime-7 > th,
.table-lime-7 > td {
  background-color: #cde3c5; }

.table-lime-7 th,
.table-lime-7 td,
.table-lime-7 thead th,
.table-lime-7 tbody + tbody {
  border-color: #a3ca93; }

.table-hover .table-lime-7:hover {
  background-color: #bedbb4; }
  .table-hover .table-lime-7:hover > td,
  .table-hover .table-lime-7:hover > th {
    background-color: #bedbb4; }

.table-lime-8,
.table-lime-8 > th,
.table-lime-8 > td {
  background-color: #c9dac2; }

.table-lime-8 th,
.table-lime-8 td,
.table-lime-8 thead th,
.table-lime-8 tbody + tbody {
  border-color: #9bba8e; }

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

.table-lime-9,
.table-lime-9 > th,
.table-lime-9 > td {
  background-color: #c2cbbe; }

.table-lime-9 th,
.table-lime-9 td,
.table-lime-9 thead th,
.table-lime-9 tbody + tbody {
  border-color: #8d9f86; }

.table-hover .table-lime-9:hover {
  background-color: #b5c0b0; }
  .table-hover .table-lime-9:hover > td,
  .table-hover .table-lime-9:hover > th {
    background-color: #b5c0b0; }

.table-green-0,
.table-green-0 > th,
.table-green-0 > td {
  background-color: #fbfefc; }

.table-green-0 th,
.table-green-0 td,
.table-green-0 thead th,
.table-green-0 tbody + tbody {
  border-color: #f8fdf9; }

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

.table-green-1,
.table-green-1 > th,
.table-green-1 > td {
  background-color: #f2fdf4; }

.table-green-1 th,
.table-green-1 td,
.table-green-1 thead th,
.table-green-1 tbody + tbody {
  border-color: #e7fbeb; }

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

.table-green-2,
.table-green-2 > th,
.table-green-2 > td {
  background-color: #e8fbec; }

.table-green-2 th,
.table-green-2 td,
.table-green-2 thead th,
.table-green-2 tbody + tbody {
  border-color: #d4f8db; }

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

.table-green-3,
.table-green-3 > th,
.table-green-3 > td {
  background-color: #dcf9e1; }

.table-green-3 th,
.table-green-3 td,
.table-green-3 thead th,
.table-green-3 tbody + tbody {
  border-color: #bdf4c8; }

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

.table-green-4,
.table-green-4 > th,
.table-green-4 > td {
  background-color: #ccf6d4; }

.table-green-4 th,
.table-green-4 td,
.table-green-4 thead th,
.table-green-4 tbody + tbody {
  border-color: #a0eeaf; }

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

.table-green-5,
.table-green-5 > th,
.table-green-5 > td {
  background-color: #c9f1d1; }

.table-green-5 th,
.table-green-5 td,
.table-green-5 thead th,
.table-green-5 tbody + tbody {
  border-color: #9be4a9; }

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

.table-green-6,
.table-green-6 > th,
.table-green-6 > td {
  background-color: #c7ebce; }

.table-green-6 th,
.table-green-6 td,
.table-green-6 thead th,
.table-green-6 tbody + tbody {
  border-color: #97d9a4; }

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

.table-green-7,
.table-green-7 > th,
.table-green-7 > td {
  background-color: #c5e4cb; }

.table-green-7 th,
.table-green-7 td,
.table-green-7 thead th,
.table-green-7 tbody + tbody {
  border-color: #93cc9e; }

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

.table-green-8,
.table-green-8 > th,
.table-green-8 > td {
  background-color: #c2dac7; }

.table-green-8 th,
.table-green-8 td,
.table-green-8 thead th,
.table-green-8 tbody + tbody {
  border-color: #8ebb97; }

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

.table-green-9,
.table-green-9 > th,
.table-green-9 > td {
  background-color: #beccc1; }

.table-green-9 th,
.table-green-9 td,
.table-green-9 thead th,
.table-green-9 tbody + tbody {
  border-color: #86a08b; }

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

.table-teal-0,
.table-teal-0 > th,
.table-teal-0 > td {
  background-color: #fbfefd; }

.table-teal-0 th,
.table-teal-0 td,
.table-teal-0 thead th,
.table-teal-0 tbody + tbody {
  border-color: #f7fdfb; }

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

.table-teal-1,
.table-teal-1 > th,
.table-teal-1 > td {
  background-color: #f1fcf9; }

.table-teal-1 th,
.table-teal-1 td,
.table-teal-1 thead th,
.table-teal-1 tbody + tbody {
  border-color: #e5faf4; }

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

.table-teal-2,
.table-teal-2 > th,
.table-teal-2 > td {
  background-color: #e6fbf4; }

.table-teal-2 th,
.table-teal-2 td,
.table-teal-2 thead th,
.table-teal-2 tbody + tbody {
  border-color: #d1f7eb; }

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

.table-teal-3,
.table-teal-3 > th,
.table-teal-3 > td {
  background-color: #d9f8ef; }

.table-teal-3 th,
.table-teal-3 td,
.table-teal-3 thead th,
.table-teal-3 tbody + tbody {
  border-color: #b8f3e1; }

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

.table-teal-4,
.table-teal-4 > th,
.table-teal-4 > td {
  background-color: #caf5e8; }

.table-teal-4 th,
.table-teal-4 td,
.table-teal-4 thead th,
.table-teal-4 tbody + tbody {
  border-color: #9decd5; }

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

.table-teal-5,
.table-teal-5 > th,
.table-teal-5 > td {
  background-color: #c8f0e4; }

.table-teal-5 th,
.table-teal-5 td,
.table-teal-5 thead th,
.table-teal-5 tbody + tbody {
  border-color: #9ae2cd; }

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

.table-teal-6,
.table-teal-6 > th,
.table-teal-6 > td {
  background-color: #c7eadf; }

.table-teal-6 th,
.table-teal-6 td,
.table-teal-6 thead th,
.table-teal-6 tbody + tbody {
  border-color: #96d7c4; }

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

.table-teal-7,
.table-teal-7 > th,
.table-teal-7 > td {
  background-color: #c4e3da; }

.table-teal-7 th,
.table-teal-7 td,
.table-teal-7 thead th,
.table-teal-7 tbody + tbody {
  border-color: #92caba; }

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

.table-teal-8,
.table-teal-8 > th,
.table-teal-8 > td {
  background-color: #c2d9d2; }

.table-teal-8 th,
.table-teal-8 td,
.table-teal-8 thead th,
.table-teal-8 tbody + tbody {
  border-color: #8eb9ac; }

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

.table-teal-9,
.table-teal-9 > th,
.table-teal-9 > td {
  background-color: #becbc8; }

.table-teal-9 th,
.table-teal-9 td,
.table-teal-9 thead th,
.table-teal-9 tbody + tbody {
  border-color: #869f98; }

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

.table-cyan-0,
.table-cyan-0 > th,
.table-cyan-0 > td {
  background-color: #fcfefe; }

.table-cyan-0 th,
.table-cyan-0 td,
.table-cyan-0 thead th,
.table-cyan-0 tbody + tbody {
  border-color: #f9fdfe; }

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

.table-cyan-1,
.table-cyan-1 > th,
.table-cyan-1 > td {
  background-color: #f4fbfd; }

.table-cyan-1 th,
.table-cyan-1 td,
.table-cyan-1 thead th,
.table-cyan-1 tbody + tbody {
  border-color: #ebf8fb; }

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

.table-cyan-2,
.table-cyan-2 > th,
.table-cyan-2 > td {
  background-color: #ecf9fc; }

.table-cyan-2 th,
.table-cyan-2 td,
.table-cyan-2 thead th,
.table-cyan-2 tbody + tbody {
  border-color: #dcf3f9; }

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

.table-cyan-3,
.table-cyan-3 > th,
.table-cyan-3 > td {
  background-color: #e3f5fa; }

.table-cyan-3 th,
.table-cyan-3 td,
.table-cyan-3 thead th,
.table-cyan-3 tbody + tbody {
  border-color: #ccedf6; }

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

.table-cyan-4,
.table-cyan-4 > th,
.table-cyan-4 > td {
  background-color: #d9f2f8; }

.table-cyan-4 th,
.table-cyan-4 td,
.table-cyan-4 thead th,
.table-cyan-4 tbody + tbody {
  border-color: #b8e7f3; }

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

.table-cyan-5,
.table-cyan-5 > th,
.table-cyan-5 > td {
  background-color: #cceef6; }

.table-cyan-5 th,
.table-cyan-5 td,
.table-cyan-5 thead th,
.table-cyan-5 tbody + tbody {
  border-color: #a0dfee; }

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

.table-cyan-6,
.table-cyan-6 > th,
.table-cyan-6 > td {
  background-color: #c9e8f0; }

.table-cyan-6 th,
.table-cyan-6 td,
.table-cyan-6 thead th,
.table-cyan-6 tbody + tbody {
  border-color: #9ad4e3; }

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

.table-cyan-7,
.table-cyan-7 > th,
.table-cyan-7 > td {
  background-color: #c6e1e8; }

.table-cyan-7 th,
.table-cyan-7 td,
.table-cyan-7 thead th,
.table-cyan-7 tbody + tbody {
  border-color: #95c7d4; }

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

.table-cyan-8,
.table-cyan-8 > th,
.table-cyan-8 > td {
  background-color: #c3d8de; }

.table-cyan-8 th,
.table-cyan-8 td,
.table-cyan-8 thead th,
.table-cyan-8 tbody + tbody {
  border-color: #90b7c1; }

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

.table-cyan-9,
.table-cyan-9 > th,
.table-cyan-9 > td {
  background-color: #becbce; }

.table-cyan-9 th,
.table-cyan-9 td,
.table-cyan-9 thead th,
.table-cyan-9 tbody + tbody {
  border-color: #879ea4; }

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

.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; } }

.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;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.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);
  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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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);
  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") no-repeat right 0.75rem center/8px 10px, 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.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);
  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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.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);
  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") no-repeat right 0.75rem center/8px 10px, 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: 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;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #5f86e3;
  border-color: #5f86e3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #3e6ddd;
    border-color: #3465db; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #3e6ddd;
    border-color: #3465db;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 152, 231, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(119, 152, 231, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #5f86e3;
    border-color: #5f86e3; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3465db;
    border-color: #295dda; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 152, 231, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(119, 152, 231, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #666c7b;
  border-color: #666c7b; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #555a66;
    border-color: #4f545f; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #555a66;
    border-color: #4f545f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 130, 143, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(125, 130, 143, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #666c7b;
    border-color: #666c7b; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4f545f;
    border-color: #494d58; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 130, 143, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(125, 130, 143, 0.5); }

.btn-success {
  color: #fff;
  background-color: #2f9d45;
  border-color: #2f9d45; }
  .btn-success:hover {
    color: #fff;
    background-color: #268038;
    border-color: #237634; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #268038;
    border-color: #237634;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 172, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(78, 172, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #2f9d45;
    border-color: #2f9d45; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #237634;
    border-color: #206c2f; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 172, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(78, 172, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #3dadc9;
  border-color: #3dadc9; }
  .btn-info:hover {
    color: #fff;
    background-color: #3196af;
    border-color: #2e8da5; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #3196af;
    border-color: #2e8da5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 185, 209, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(90, 185, 209, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #3dadc9;
    border-color: #3dadc9; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2e8da5;
    border-color: #2b859b; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 185, 209, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(90, 185, 209, 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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #de6345;
  border-color: #de6345; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d74926;
    border-color: #cc4524; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d74926;
    border-color: #cc4524;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 122, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(227, 122, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #de6345;
    border-color: #de6345; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc4524;
    border-color: #c14122; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 122, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(227, 122, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f9f9fa;
  border-color: #f9f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e4e4e9;
    border-color: #dddde3; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e4e4e9;
    border-color: #dddde3;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(217, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f9f9fa;
    border-color: #f9f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dddde3;
    border-color: #d6d6dd; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(217, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #3c3f48;
  border-color: #3c3f48; }
  .btn-dark:hover {
    color: #fff;
    background-color: #2b2d33;
    border-color: #25272c; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #2b2d33;
    border-color: #25272c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 92, 99, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(89, 92, 99, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #3c3f48;
    border-color: #3c3f48; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #25272c;
    border-color: #1f2125; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 92, 99, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(89, 92, 99, 0.5); }

.btn-base {
  color: #fff;
  background-color: #4371de;
  border-color: #4371de; }
  .btn-base:hover {
    color: #fff;
    background-color: #255ad5;
    border-color: #2455ca; }
  .btn-base:focus, .btn-base.focus {
    color: #fff;
    background-color: #255ad5;
    border-color: #2455ca;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5); }
  .btn-base.disabled, .btn-base:disabled {
    color: #fff;
    background-color: #4371de;
    border-color: #4371de; }
  .btn-base:not(:disabled):not(.disabled):active, .btn-base:not(:disabled):not(.disabled).active,
  .show > .btn-base.dropdown-toggle {
    color: #fff;
    background-color: #2455ca;
    border-color: #2251c0; }
    .btn-base:not(:disabled):not(.disabled):active:focus, .btn-base:not(:disabled):not(.disabled).active:focus,
    .show > .btn-base.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5); }

.btn-gray-0 {
  color: #212529;
  background-color: #f9f9fa;
  border-color: #f9f9fa; }
  .btn-gray-0:hover {
    color: #212529;
    background-color: #e4e4e9;
    border-color: #dddde3; }
  .btn-gray-0:focus, .btn-gray-0.focus {
    color: #212529;
    background-color: #e4e4e9;
    border-color: #dddde3;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(217, 217, 219, 0.5); }
  .btn-gray-0.disabled, .btn-gray-0:disabled {
    color: #212529;
    background-color: #f9f9fa;
    border-color: #f9f9fa; }
  .btn-gray-0:not(:disabled):not(.disabled):active, .btn-gray-0:not(:disabled):not(.disabled).active,
  .show > .btn-gray-0.dropdown-toggle {
    color: #212529;
    background-color: #dddde3;
    border-color: #d6d6dd; }
    .btn-gray-0:not(:disabled):not(.disabled):active:focus, .btn-gray-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(217, 217, 219, 0.5); }

.btn-gray-1 {
  color: #212529;
  background-color: #ecedf0;
  border-color: #ecedf0; }
  .btn-gray-1:hover {
    color: #212529;
    background-color: #d7d9df;
    border-color: #d0d2da; }
  .btn-gray-1:focus, .btn-gray-1.focus {
    color: #212529;
    background-color: #d7d9df;
    border-color: #d0d2da;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 207, 210, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(206, 207, 210, 0.5); }
  .btn-gray-1.disabled, .btn-gray-1:disabled {
    color: #212529;
    background-color: #ecedf0;
    border-color: #ecedf0; }
  .btn-gray-1:not(:disabled):not(.disabled):active, .btn-gray-1:not(:disabled):not(.disabled).active,
  .show > .btn-gray-1.dropdown-toggle {
    color: #212529;
    background-color: #d0d2da;
    border-color: #c8cbd4; }
    .btn-gray-1:not(:disabled):not(.disabled):active:focus, .btn-gray-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 207, 210, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(206, 207, 210, 0.5); }

.btn-gray-2 {
  color: #212529;
  background-color: #dfe1e6;
  border-color: #dfe1e6; }
  .btn-gray-2:hover {
    color: #212529;
    background-color: #cacdd5;
    border-color: #c2c6d0; }
  .btn-gray-2:focus, .btn-gray-2.focus {
    color: #212529;
    background-color: #cacdd5;
    border-color: #c2c6d0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 197, 202, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(195, 197, 202, 0.5); }
  .btn-gray-2.disabled, .btn-gray-2:disabled {
    color: #212529;
    background-color: #dfe1e6;
    border-color: #dfe1e6; }
  .btn-gray-2:not(:disabled):not(.disabled):active, .btn-gray-2:not(:disabled):not(.disabled).active,
  .show > .btn-gray-2.dropdown-toggle {
    color: #212529;
    background-color: #c2c6d0;
    border-color: #bbbfca; }
    .btn-gray-2:not(:disabled):not(.disabled):active:focus, .btn-gray-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 197, 202, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(195, 197, 202, 0.5); }

.btn-gray-3 {
  color: #212529;
  background-color: #d0d3da;
  border-color: #d0d3da; }
  .btn-gray-3:hover {
    color: #212529;
    background-color: #bbbfc9;
    border-color: #b3b8c4; }
  .btn-gray-3:focus, .btn-gray-3.focus {
    color: #212529;
    background-color: #bbbfc9;
    border-color: #b3b8c4;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 185, 191, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(182, 185, 191, 0.5); }
  .btn-gray-3.disabled, .btn-gray-3:disabled {
    color: #212529;
    background-color: #d0d3da;
    border-color: #d0d3da; }
  .btn-gray-3:not(:disabled):not(.disabled):active, .btn-gray-3:not(:disabled):not(.disabled).active,
  .show > .btn-gray-3.dropdown-toggle {
    color: #212529;
    background-color: #b3b8c4;
    border-color: #acb2be; }
    .btn-gray-3:not(:disabled):not(.disabled):active:focus, .btn-gray-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 185, 191, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(182, 185, 191, 0.5); }

.btn-gray-4 {
  color: #212529;
  background-color: #c0c4ce;
  border-color: #c0c4ce; }
  .btn-gray-4:hover {
    color: #212529;
    background-color: #aab0bd;
    border-color: #a3a9b8; }
  .btn-gray-4:focus, .btn-gray-4.focus {
    color: #212529;
    background-color: #aab0bd;
    border-color: #a3a9b8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 172, 181, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(168, 172, 181, 0.5); }
  .btn-gray-4.disabled, .btn-gray-4:disabled {
    color: #212529;
    background-color: #c0c4ce;
    border-color: #c0c4ce; }
  .btn-gray-4:not(:disabled):not(.disabled):active, .btn-gray-4:not(:disabled):not(.disabled).active,
  .show > .btn-gray-4.dropdown-toggle {
    color: #212529;
    background-color: #a3a9b8;
    border-color: #9ca2b2; }
    .btn-gray-4:not(:disabled):not(.disabled):active:focus, .btn-gray-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 172, 181, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(168, 172, 181, 0.5); }

.btn-gray-5 {
  color: #212529;
  background-color: #aeb3bf;
  border-color: #aeb3bf; }
  .btn-gray-5:hover {
    color: #212529;
    background-color: #999fae;
    border-color: #9298a8; }
  .btn-gray-5:focus, .btn-gray-5.focus {
    color: #212529;
    background-color: #999fae;
    border-color: #9298a8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 158, 169, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(153, 158, 169, 0.5); }
  .btn-gray-5.disabled, .btn-gray-5:disabled {
    color: #212529;
    background-color: #aeb3bf;
    border-color: #aeb3bf; }
  .btn-gray-5:not(:disabled):not(.disabled):active, .btn-gray-5:not(:disabled):not(.disabled).active,
  .show > .btn-gray-5.dropdown-toggle {
    color: #212529;
    background-color: #9298a8;
    border-color: #8a92a3; }
    .btn-gray-5:not(:disabled):not(.disabled):active:focus, .btn-gray-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 158, 169, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(153, 158, 169, 0.5); }

.btn-gray-6 {
  color: #212529;
  background-color: #99a0af;
  border-color: #99a0af; }
  .btn-gray-6:hover {
    color: #fff;
    background-color: #848c9e;
    border-color: #7c8599; }
  .btn-gray-6:focus, .btn-gray-6.focus {
    color: #fff;
    background-color: #848c9e;
    border-color: #7c8599;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 142, 155, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(135, 142, 155, 0.5); }
  .btn-gray-6.disabled, .btn-gray-6:disabled {
    color: #212529;
    background-color: #99a0af;
    border-color: #99a0af; }
  .btn-gray-6:not(:disabled):not(.disabled):active, .btn-gray-6:not(:disabled):not(.disabled).active,
  .show > .btn-gray-6.dropdown-toggle {
    color: #fff;
    background-color: #7c8599;
    border-color: #757f93; }
    .btn-gray-6:not(:disabled):not(.disabled):active:focus, .btn-gray-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 142, 155, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(135, 142, 155, 0.5); }

.btn-gray-7 {
  color: #fff;
  background-color: #81899c;
  border-color: #81899c; }
  .btn-gray-7:hover {
    color: #fff;
    background-color: #6d758a;
    border-color: #676f83; }
  .btn-gray-7:focus, .btn-gray-7.focus {
    color: #fff;
    background-color: #6d758a;
    border-color: #676f83;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(148, 155, 171, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(148, 155, 171, 0.5); }
  .btn-gray-7.disabled, .btn-gray-7:disabled {
    color: #fff;
    background-color: #81899c;
    border-color: #81899c; }
  .btn-gray-7:not(:disabled):not(.disabled):active, .btn-gray-7:not(:disabled):not(.disabled).active,
  .show > .btn-gray-7.dropdown-toggle {
    color: #fff;
    background-color: #676f83;
    border-color: #61697c; }
    .btn-gray-7:not(:disabled):not(.disabled):active:focus, .btn-gray-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(148, 155, 171, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(148, 155, 171, 0.5); }

.btn-gray-8 {
  color: #fff;
  background-color: #666c7b;
  border-color: #666c7b; }
  .btn-gray-8:hover {
    color: #fff;
    background-color: #555a66;
    border-color: #4f545f; }
  .btn-gray-8:focus, .btn-gray-8.focus {
    color: #fff;
    background-color: #555a66;
    border-color: #4f545f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 130, 143, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(125, 130, 143, 0.5); }
  .btn-gray-8.disabled, .btn-gray-8:disabled {
    color: #fff;
    background-color: #666c7b;
    border-color: #666c7b; }
  .btn-gray-8:not(:disabled):not(.disabled):active, .btn-gray-8:not(:disabled):not(.disabled).active,
  .show > .btn-gray-8.dropdown-toggle {
    color: #fff;
    background-color: #4f545f;
    border-color: #494d58; }
    .btn-gray-8:not(:disabled):not(.disabled):active:focus, .btn-gray-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 130, 143, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(125, 130, 143, 0.5); }

.btn-gray-9 {
  color: #fff;
  background-color: #3c3f48;
  border-color: #3c3f48; }
  .btn-gray-9:hover {
    color: #fff;
    background-color: #2b2d33;
    border-color: #25272c; }
  .btn-gray-9:focus, .btn-gray-9.focus {
    color: #fff;
    background-color: #2b2d33;
    border-color: #25272c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 92, 99, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(89, 92, 99, 0.5); }
  .btn-gray-9.disabled, .btn-gray-9:disabled {
    color: #fff;
    background-color: #3c3f48;
    border-color: #3c3f48; }
  .btn-gray-9:not(:disabled):not(.disabled):active, .btn-gray-9:not(:disabled):not(.disabled).active,
  .show > .btn-gray-9.dropdown-toggle {
    color: #fff;
    background-color: #25272c;
    border-color: #1f2125; }
    .btn-gray-9:not(:disabled):not(.disabled):active:focus, .btn-gray-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 92, 99, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(89, 92, 99, 0.5); }

.btn-blue-0 {
  color: #212529;
  background-color: #f8f9fe;
  border-color: #f8f9fe; }
  .btn-blue-0:hover {
    color: #212529;
    background-color: #d7dcf9;
    border-color: #cbd3f8; }
  .btn-blue-0:focus, .btn-blue-0.focus {
    color: #212529;
    background-color: #d7dcf9;
    border-color: #cbd3f8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 222, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 222, 0.5); }
  .btn-blue-0.disabled, .btn-blue-0:disabled {
    color: #212529;
    background-color: #f8f9fe;
    border-color: #f8f9fe; }
  .btn-blue-0:not(:disabled):not(.disabled):active, .btn-blue-0:not(:disabled):not(.disabled).active,
  .show > .btn-blue-0.dropdown-toggle {
    color: #212529;
    background-color: #cbd3f8;
    border-color: #c0c9f6; }
    .btn-blue-0:not(:disabled):not(.disabled):active:focus, .btn-blue-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 222, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 222, 0.5); }

.btn-blue-1 {
  color: #212529;
  background-color: #e8eefb;
  border-color: #e8eefb; }
  .btn-blue-1:hover {
    color: #212529;
    background-color: #c7d6f5;
    border-color: #bdcef3; }
  .btn-blue-1:focus, .btn-blue-1.focus {
    color: #212529;
    background-color: #c7d6f5;
    border-color: #bdcef3;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 208, 220, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(202, 208, 220, 0.5); }
  .btn-blue-1.disabled, .btn-blue-1:disabled {
    color: #212529;
    background-color: #e8eefb;
    border-color: #e8eefb; }
  .btn-blue-1:not(:disabled):not(.disabled):active, .btn-blue-1:not(:disabled):not(.disabled).active,
  .show > .btn-blue-1.dropdown-toggle {
    color: #212529;
    background-color: #bdcef3;
    border-color: #b2c6f2; }
    .btn-blue-1:not(:disabled):not(.disabled):active:focus, .btn-blue-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 208, 220, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(202, 208, 220, 0.5); }

.btn-blue-2 {
  color: #212529;
  background-color: #d7e1f8;
  border-color: #d7e1f8; }
  .btn-blue-2:hover {
    color: #212529;
    background-color: #b6c9f2;
    border-color: #acc0f0; }
  .btn-blue-2:focus, .btn-blue-2.focus {
    color: #212529;
    background-color: #b6c9f2;
    border-color: #acc0f0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 197, 217, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(188, 197, 217, 0.5); }
  .btn-blue-2.disabled, .btn-blue-2:disabled {
    color: #212529;
    background-color: #d7e1f8;
    border-color: #d7e1f8; }
  .btn-blue-2:not(:disabled):not(.disabled):active, .btn-blue-2:not(:disabled):not(.disabled).active,
  .show > .btn-blue-2.dropdown-toggle {
    color: #212529;
    background-color: #acc0f0;
    border-color: #a1b8ef; }
    .btn-blue-2:not(:disabled):not(.disabled):active:focus, .btn-blue-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 197, 217, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(188, 197, 217, 0.5); }

.btn-blue-3 {
  color: #212529;
  background-color: #c5d3f5;
  border-color: #c5d3f5; }
  .btn-blue-3:hover {
    color: #212529;
    background-color: #a4baef;
    border-color: #9ab2ee; }
  .btn-blue-3:focus, .btn-blue-3.focus {
    color: #212529;
    background-color: #a4baef;
    border-color: #9ab2ee;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(172, 185, 214, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(172, 185, 214, 0.5); }
  .btn-blue-3.disabled, .btn-blue-3:disabled {
    color: #212529;
    background-color: #c5d3f5;
    border-color: #c5d3f5; }
  .btn-blue-3:not(:disabled):not(.disabled):active, .btn-blue-3:not(:disabled):not(.disabled).active,
  .show > .btn-blue-3.dropdown-toggle {
    color: #212529;
    background-color: #9ab2ee;
    border-color: #8faaec; }
    .btn-blue-3:not(:disabled):not(.disabled):active:focus, .btn-blue-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(172, 185, 214, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(172, 185, 214, 0.5); }

.btn-blue-4 {
  color: #212529;
  background-color: #b0c4f1;
  border-color: #b0c4f1; }
  .btn-blue-4:hover {
    color: #212529;
    background-color: #90aceb;
    border-color: #85a4e9; }
  .btn-blue-4:focus, .btn-blue-4.focus {
    color: #212529;
    background-color: #90aceb;
    border-color: #85a4e9;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 172, 211, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(155, 172, 211, 0.5); }
  .btn-blue-4.disabled, .btn-blue-4:disabled {
    color: #212529;
    background-color: #b0c4f1;
    border-color: #b0c4f1; }
  .btn-blue-4:not(:disabled):not(.disabled):active, .btn-blue-4:not(:disabled):not(.disabled).active,
  .show > .btn-blue-4.dropdown-toggle {
    color: #212529;
    background-color: #85a4e9;
    border-color: #7a9ce7; }
    .btn-blue-4:not(:disabled):not(.disabled):active:focus, .btn-blue-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 172, 211, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(155, 172, 211, 0.5); }

.btn-blue-5 {
  color: #212529;
  background-color: #9ab2ed;
  border-color: #9ab2ed; }
  .btn-blue-5:hover {
    color: #212529;
    background-color: #7a99e7;
    border-color: #6f91e5; }
  .btn-blue-5:focus, .btn-blue-5.focus {
    color: #212529;
    background-color: #7a99e7;
    border-color: #6f91e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(136, 157, 208, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(136, 157, 208, 0.5); }
  .btn-blue-5.disabled, .btn-blue-5:disabled {
    color: #212529;
    background-color: #9ab2ed;
    border-color: #9ab2ed; }
  .btn-blue-5:not(:disabled):not(.disabled):active, .btn-blue-5:not(:disabled):not(.disabled).active,
  .show > .btn-blue-5.dropdown-toggle {
    color: #fff;
    background-color: #6f91e5;
    border-color: #6489e3; }
    .btn-blue-5:not(:disabled):not(.disabled):active:focus, .btn-blue-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(136, 157, 208, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(136, 157, 208, 0.5); }

.btn-blue-6 {
  color: #212529;
  background-color: #7f9ee9;
  border-color: #7f9ee9; }
  .btn-blue-6:hover {
    color: #fff;
    background-color: #5e85e3;
    border-color: #537de2; }
  .btn-blue-6:focus, .btn-blue-6.focus {
    color: #fff;
    background-color: #5e85e3;
    border-color: #537de2;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 140, 204, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(113, 140, 204, 0.5); }
  .btn-blue-6.disabled, .btn-blue-6:disabled {
    color: #212529;
    background-color: #7f9ee9;
    border-color: #7f9ee9; }
  .btn-blue-6:not(:disabled):not(.disabled):active, .btn-blue-6:not(:disabled):not(.disabled).active,
  .show > .btn-blue-6.dropdown-toggle {
    color: #fff;
    background-color: #537de2;
    border-color: #4975e0; }
    .btn-blue-6:not(:disabled):not(.disabled):active:focus, .btn-blue-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 140, 204, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(113, 140, 204, 0.5); }

.btn-blue-7 {
  color: #fff;
  background-color: #5f86e3;
  border-color: #5f86e3; }
  .btn-blue-7:hover {
    color: #fff;
    background-color: #3e6ddd;
    border-color: #3465db; }
  .btn-blue-7:focus, .btn-blue-7.focus {
    color: #fff;
    background-color: #3e6ddd;
    border-color: #3465db;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 152, 231, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(119, 152, 231, 0.5); }
  .btn-blue-7.disabled, .btn-blue-7:disabled {
    color: #fff;
    background-color: #5f86e3;
    border-color: #5f86e3; }
  .btn-blue-7:not(:disabled):not(.disabled):active, .btn-blue-7:not(:disabled):not(.disabled).active,
  .show > .btn-blue-7.dropdown-toggle {
    color: #fff;
    background-color: #3465db;
    border-color: #295dda; }
    .btn-blue-7:not(:disabled):not(.disabled):active:focus, .btn-blue-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 152, 231, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(119, 152, 231, 0.5); }

.btn-blue-8 {
  color: #fff;
  background-color: #3d67cb;
  border-color: #3d67cb; }
  .btn-blue-8:hover {
    color: #fff;
    background-color: #3056b2;
    border-color: #2d51a8; }
  .btn-blue-8:focus, .btn-blue-8.focus {
    color: #fff;
    background-color: #3056b2;
    border-color: #2d51a8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 126, 211, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(90, 126, 211, 0.5); }
  .btn-blue-8.disabled, .btn-blue-8:disabled {
    color: #fff;
    background-color: #3d67cb;
    border-color: #3d67cb; }
  .btn-blue-8:not(:disabled):not(.disabled):active, .btn-blue-8:not(:disabled):not(.disabled).active,
  .show > .btn-blue-8.dropdown-toggle {
    color: #fff;
    background-color: #2d51a8;
    border-color: #2a4d9e; }
    .btn-blue-8:not(:disabled):not(.disabled):active:focus, .btn-blue-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 126, 211, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(90, 126, 211, 0.5); }

.btn-blue-9 {
  color: #fff;
  background-color: #243d77;
  border-color: #243d77; }
  .btn-blue-9:hover {
    color: #fff;
    background-color: #1b2e5a;
    border-color: #182950; }
  .btn-blue-9:focus, .btn-blue-9.focus {
    color: #fff;
    background-color: #1b2e5a;
    border-color: #182950;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 90, 139, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(69, 90, 139, 0.5); }
  .btn-blue-9.disabled, .btn-blue-9:disabled {
    color: #fff;
    background-color: #243d77;
    border-color: #243d77; }
  .btn-blue-9:not(:disabled):not(.disabled):active, .btn-blue-9:not(:disabled):not(.disabled).active,
  .show > .btn-blue-9.dropdown-toggle {
    color: #fff;
    background-color: #182950;
    border-color: #152446; }
    .btn-blue-9:not(:disabled):not(.disabled):active:focus, .btn-blue-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 90, 139, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(69, 90, 139, 0.5); }

.btn-indigo-0 {
  color: #212529;
  background-color: #faf9fe;
  border-color: #faf9fe; }
  .btn-indigo-0:hover {
    color: #212529;
    background-color: #dfd8f9;
    border-color: #d6cdf7; }
  .btn-indigo-0:focus, .btn-indigo-0.focus {
    color: #212529;
    background-color: #dfd8f9;
    border-color: #d6cdf7;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 222, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(217, 217, 222, 0.5); }
  .btn-indigo-0.disabled, .btn-indigo-0:disabled {
    color: #212529;
    background-color: #faf9fe;
    border-color: #faf9fe; }
  .btn-indigo-0:not(:disabled):not(.disabled):active, .btn-indigo-0:not(:disabled):not(.disabled).active,
  .show > .btn-indigo-0.dropdown-toggle {
    color: #212529;
    background-color: #d6cdf7;
    border-color: #ccc2f5; }
    .btn-indigo-0:not(:disabled):not(.disabled):active:focus, .btn-indigo-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 222, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(217, 217, 222, 0.5); }

.btn-indigo-1 {
  color: #212529;
  background-color: #efebfc;
  border-color: #efebfc; }
  .btn-indigo-1:hover {
    color: #212529;
    background-color: #d4caf7;
    border-color: #ccbff5; }
  .btn-indigo-1:focus, .btn-indigo-1.focus {
    color: #212529;
    background-color: #d4caf7;
    border-color: #ccbff5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 205, 220, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(208, 205, 220, 0.5); }
  .btn-indigo-1.disabled, .btn-indigo-1:disabled {
    color: #212529;
    background-color: #efebfc;
    border-color: #efebfc; }
  .btn-indigo-1:not(:disabled):not(.disabled):active, .btn-indigo-1:not(:disabled):not(.disabled).active,
  .show > .btn-indigo-1.dropdown-toggle {
    color: #212529;
    background-color: #ccbff5;
    border-color: #c3b4f4; }
    .btn-indigo-1:not(:disabled):not(.disabled):active:focus, .btn-indigo-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 205, 220, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(208, 205, 220, 0.5); }

.btn-indigo-2 {
  color: #212529;
  background-color: #e3ddf9;
  border-color: #e3ddf9; }
  .btn-indigo-2:hover {
    color: #212529;
    background-color: #c8bcf3;
    border-color: #bfb2f1; }
  .btn-indigo-2:focus, .btn-indigo-2.focus {
    color: #212529;
    background-color: #c8bcf3;
    border-color: #bfb2f1;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 193, 218, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(198, 193, 218, 0.5); }
  .btn-indigo-2.disabled, .btn-indigo-2:disabled {
    color: #212529;
    background-color: #e3ddf9;
    border-color: #e3ddf9; }
  .btn-indigo-2:not(:disabled):not(.disabled):active, .btn-indigo-2:not(:disabled):not(.disabled).active,
  .show > .btn-indigo-2.dropdown-toggle {
    color: #212529;
    background-color: #bfb2f1;
    border-color: #b6a7ef; }
    .btn-indigo-2:not(:disabled):not(.disabled):active:focus, .btn-indigo-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 193, 218, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(198, 193, 218, 0.5); }

.btn-indigo-3 {
  color: #212529;
  background-color: #d6cef6;
  border-color: #d6cef6; }
  .btn-indigo-3:hover {
    color: #212529;
    background-color: #bbaef0;
    border-color: #b2a3ee; }
  .btn-indigo-3:focus, .btn-indigo-3.focus {
    color: #212529;
    background-color: #bbaef0;
    border-color: #b2a3ee;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 181, 215, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(187, 181, 215, 0.5); }
  .btn-indigo-3.disabled, .btn-indigo-3:disabled {
    color: #212529;
    background-color: #d6cef6;
    border-color: #d6cef6; }
  .btn-indigo-3:not(:disabled):not(.disabled):active, .btn-indigo-3:not(:disabled):not(.disabled).active,
  .show > .btn-indigo-3.dropdown-toggle {
    color: #212529;
    background-color: #b2a3ee;
    border-color: #a998ec; }
    .btn-indigo-3:not(:disabled):not(.disabled):active:focus, .btn-indigo-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 181, 215, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(187, 181, 215, 0.5); }

.btn-indigo-4 {
  color: #212529;
  background-color: #c8bdf3;
  border-color: #c8bdf3; }
  .btn-indigo-4:hover {
    color: #212529;
    background-color: #ad9ded;
    border-color: #a492eb; }
  .btn-indigo-4:focus, .btn-indigo-4.focus {
    color: #212529;
    background-color: #ad9ded;
    border-color: #a492eb;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(175, 166, 213, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(175, 166, 213, 0.5); }
  .btn-indigo-4.disabled, .btn-indigo-4:disabled {
    color: #212529;
    background-color: #c8bdf3;
    border-color: #c8bdf3; }
  .btn-indigo-4:not(:disabled):not(.disabled):active, .btn-indigo-4:not(:disabled):not(.disabled).active,
  .show > .btn-indigo-4.dropdown-toggle {
    color: #212529;
    background-color: #a492eb;
    border-color: #9b87e9; }
    .btn-indigo-4:not(:disabled):not(.disabled):active:focus, .btn-indigo-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(175, 166, 213, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(175, 166, 213, 0.5); }

.btn-indigo-5 {
  color: #212529;
  background-color: #b8aaf0;
  border-color: #b8aaf0; }
  .btn-indigo-5:hover {
    color: #212529;
    background-color: #9d89ea;
    border-color: #947fe8; }
  .btn-indigo-5:focus, .btn-indigo-5.focus {
    color: #212529;
    background-color: #9d89ea;
    border-color: #947fe8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 150, 210, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(161, 150, 210, 0.5); }
  .btn-indigo-5.disabled, .btn-indigo-5:disabled {
    color: #212529;
    background-color: #b8aaf0;
    border-color: #b8aaf0; }
  .btn-indigo-5:not(:disabled):not(.disabled):active, .btn-indigo-5:not(:disabled):not(.disabled).active,
  .show > .btn-indigo-5.dropdown-toggle {
    color: #fff;
    background-color: #947fe8;
    border-color: #8b74e6; }
    .btn-indigo-5:not(:disabled):not(.disabled):active:focus, .btn-indigo-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 150, 210, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(161, 150, 210, 0.5); }

.btn-indigo-6 {
  color: #212529;
  background-color: #a593ec;
  border-color: #a593ec; }
  .btn-indigo-6:hover {
    color: #fff;
    background-color: #8a72e6;
    border-color: #8168e4; }
  .btn-indigo-6:focus, .btn-indigo-6.focus {
    color: #fff;
    background-color: #8a72e6;
    border-color: #8168e4;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(145, 131, 207, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(145, 131, 207, 0.5); }
  .btn-indigo-6.disabled, .btn-indigo-6:disabled {
    color: #212529;
    background-color: #a593ec;
    border-color: #a593ec; }
  .btn-indigo-6:not(:disabled):not(.disabled):active, .btn-indigo-6:not(:disabled):not(.disabled).active,
  .show > .btn-indigo-6.dropdown-toggle {
    color: #fff;
    background-color: #8168e4;
    border-color: #785de2; }
    .btn-indigo-6:not(:disabled):not(.disabled):active:focus, .btn-indigo-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(145, 131, 207, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(145, 131, 207, 0.5); }

.btn-indigo-7 {
  color: #fff;
  background-color: #8e78e7;
  border-color: #8e78e7; }
  .btn-indigo-7:hover {
    color: #fff;
    background-color: #7358e1;
    border-color: #6a4ddf; }
  .btn-indigo-7:focus, .btn-indigo-7.focus {
    color: #fff;
    background-color: #7358e1;
    border-color: #6a4ddf;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(159, 140, 235, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(159, 140, 235, 0.5); }
  .btn-indigo-7.disabled, .btn-indigo-7:disabled {
    color: #fff;
    background-color: #8e78e7;
    border-color: #8e78e7; }
  .btn-indigo-7:not(:disabled):not(.disabled):active, .btn-indigo-7:not(:disabled):not(.disabled).active,
  .show > .btn-indigo-7.dropdown-toggle {
    color: #fff;
    background-color: #6a4ddf;
    border-color: #6142dd; }
    .btn-indigo-7:not(:disabled):not(.disabled):active:focus, .btn-indigo-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(159, 140, 235, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(159, 140, 235, 0.5); }

.btn-indigo-8 {
  color: #fff;
  background-color: #6f53e1;
  border-color: #6f53e1; }
  .btn-indigo-8:hover {
    color: #fff;
    background-color: #5432db;
    border-color: #4b28d9; }
  .btn-indigo-8:focus, .btn-indigo-8.focus {
    color: #fff;
    background-color: #5432db;
    border-color: #4b28d9;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 109, 230, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(133, 109, 230, 0.5); }
  .btn-indigo-8.disabled, .btn-indigo-8:disabled {
    color: #fff;
    background-color: #6f53e1;
    border-color: #6f53e1; }
  .btn-indigo-8:not(:disabled):not(.disabled):active, .btn-indigo-8:not(:disabled):not(.disabled).active,
  .show > .btn-indigo-8.dropdown-toggle {
    color: #fff;
    background-color: #4b28d9;
    border-color: #4624d0; }
    .btn-indigo-8:not(:disabled):not(.disabled):active:focus, .btn-indigo-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 109, 230, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(133, 109, 230, 0.5); }

.btn-indigo-9 {
  color: #fff;
  background-color: #412c92;
  border-color: #412c92; }
  .btn-indigo-9:hover {
    color: #fff;
    background-color: #342375;
    border-color: #30206b; }
  .btn-indigo-9:focus, .btn-indigo-9.focus {
    color: #fff;
    background-color: #342375;
    border-color: #30206b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 76, 162, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(94, 76, 162, 0.5); }
  .btn-indigo-9.disabled, .btn-indigo-9:disabled {
    color: #fff;
    background-color: #412c92;
    border-color: #412c92; }
  .btn-indigo-9:not(:disabled):not(.disabled):active, .btn-indigo-9:not(:disabled):not(.disabled).active,
  .show > .btn-indigo-9.dropdown-toggle {
    color: #fff;
    background-color: #30206b;
    border-color: #2b1d61; }
    .btn-indigo-9:not(:disabled):not(.disabled):active:focus, .btn-indigo-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 76, 162, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(94, 76, 162, 0.5); }

.btn-violet-0 {
  color: #212529;
  background-color: #fcf8fe;
  border-color: #fcf8fe; }
  .btn-violet-0:hover {
    color: #212529;
    background-color: #eed7f9;
    border-color: #e9cbf8; }
  .btn-violet-0:focus, .btn-violet-0.focus {
    color: #212529;
    background-color: #eed7f9;
    border-color: #e9cbf8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 216, 222, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(219, 216, 222, 0.5); }
  .btn-violet-0.disabled, .btn-violet-0:disabled {
    color: #212529;
    background-color: #fcf8fe;
    border-color: #fcf8fe; }
  .btn-violet-0:not(:disabled):not(.disabled):active, .btn-violet-0:not(:disabled):not(.disabled).active,
  .show > .btn-violet-0.dropdown-toggle {
    color: #212529;
    background-color: #e9cbf8;
    border-color: #e4c0f6; }
    .btn-violet-0:not(:disabled):not(.disabled):active:focus, .btn-violet-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-violet-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 216, 222, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(219, 216, 222, 0.5); }

.btn-violet-1 {
  color: #212529;
  background-color: #f6e9fb;
  border-color: #f6e9fb; }
  .btn-violet-1:hover {
    color: #212529;
    background-color: #e9c9f5;
    border-color: #e4bef3; }
  .btn-violet-1:focus, .btn-violet-1.focus {
    color: #212529;
    background-color: #e9c9f5;
    border-color: #e4bef3;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 204, 220, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 204, 220, 0.5); }
  .btn-violet-1.disabled, .btn-violet-1:disabled {
    color: #212529;
    background-color: #f6e9fb;
    border-color: #f6e9fb; }
  .btn-violet-1:not(:disabled):not(.disabled):active, .btn-violet-1:not(:disabled):not(.disabled).active,
  .show > .btn-violet-1.dropdown-toggle {
    color: #212529;
    background-color: #e4bef3;
    border-color: #e0b3f1; }
    .btn-violet-1:not(:disabled):not(.disabled):active:focus, .btn-violet-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-violet-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 204, 220, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(214, 204, 220, 0.5); }

.btn-violet-2 {
  color: #212529;
  background-color: #efd9f8;
  border-color: #efd9f8; }
  .btn-violet-2:hover {
    color: #212529;
    background-color: #e1b9f2;
    border-color: #ddaef0; }
  .btn-violet-2:focus, .btn-violet-2.focus {
    color: #212529;
    background-color: #e1b9f2;
    border-color: #ddaef0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 190, 217, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(208, 190, 217, 0.5); }
  .btn-violet-2.disabled, .btn-violet-2:disabled {
    color: #212529;
    background-color: #efd9f8;
    border-color: #efd9f8; }
  .btn-violet-2:not(:disabled):not(.disabled):active, .btn-violet-2:not(:disabled):not(.disabled).active,
  .show > .btn-violet-2.dropdown-toggle {
    color: #212529;
    background-color: #ddaef0;
    border-color: #d8a3ee; }
    .btn-violet-2:not(:disabled):not(.disabled):active:focus, .btn-violet-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-violet-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 190, 217, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(208, 190, 217, 0.5); }

.btn-violet-3 {
  color: #212529;
  background-color: #e8c8f5;
  border-color: #e8c8f5; }
  .btn-violet-3:hover {
    color: #212529;
    background-color: #daa8ef;
    border-color: #d69ded; }
  .btn-violet-3:focus, .btn-violet-3.focus {
    color: #212529;
    background-color: #daa8ef;
    border-color: #d69ded;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 176, 214, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(202, 176, 214, 0.5); }
  .btn-violet-3.disabled, .btn-violet-3:disabled {
    color: #212529;
    background-color: #e8c8f5;
    border-color: #e8c8f5; }
  .btn-violet-3:not(:disabled):not(.disabled):active, .btn-violet-3:not(:disabled):not(.disabled).active,
  .show > .btn-violet-3.dropdown-toggle {
    color: #212529;
    background-color: #d69ded;
    border-color: #d192eb; }
    .btn-violet-3:not(:disabled):not(.disabled):active:focus, .btn-violet-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-violet-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 176, 214, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(202, 176, 214, 0.5); }

.btn-violet-4 {
  color: #212529;
  background-color: #e0b4f2;
  border-color: #e0b4f2; }
  .btn-violet-4:hover {
    color: #212529;
    background-color: #d393ec;
    border-color: #ce89ea; }
  .btn-violet-4:focus, .btn-violet-4.focus {
    color: #212529;
    background-color: #d393ec;
    border-color: #ce89ea;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 159, 212, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(195, 159, 212, 0.5); }
  .btn-violet-4.disabled, .btn-violet-4:disabled {
    color: #212529;
    background-color: #e0b4f2;
    border-color: #e0b4f2; }
  .btn-violet-4:not(:disabled):not(.disabled):active, .btn-violet-4:not(:disabled):not(.disabled).active,
  .show > .btn-violet-4.dropdown-toggle {
    color: #212529;
    background-color: #ce89ea;
    border-color: #ca7ee9; }
    .btn-violet-4:not(:disabled):not(.disabled):active:focus, .btn-violet-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-violet-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 159, 212, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(195, 159, 212, 0.5); }

.btn-violet-5 {
  color: #212529;
  background-color: #d69eee;
  border-color: #d69eee; }
  .btn-violet-5:hover {
    color: #212529;
    background-color: #c87de8;
    border-color: #c473e6; }
  .btn-violet-5:focus, .btn-violet-5.focus {
    color: #212529;
    background-color: #c87de8;
    border-color: #c473e6;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 140, 208, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(187, 140, 208, 0.5); }
  .btn-violet-5.disabled, .btn-violet-5:disabled {
    color: #212529;
    background-color: #d69eee;
    border-color: #d69eee; }
  .btn-violet-5:not(:disabled):not(.disabled):active, .btn-violet-5:not(:disabled):not(.disabled).active,
  .show > .btn-violet-5.dropdown-toggle {
    color: #212529;
    background-color: #c473e6;
    border-color: #bf68e4; }
    .btn-violet-5:not(:disabled):not(.disabled):active:focus, .btn-violet-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-violet-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 140, 208, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(187, 140, 208, 0.5); }

.btn-violet-6 {
  color: #212529;
  background-color: #cb84e9;
  border-color: #cb84e9; }
  .btn-violet-6:hover {
    color: #fff;
    background-color: #bd64e3;
    border-color: #b959e1; }
  .btn-violet-6:focus, .btn-violet-6.focus {
    color: #fff;
    background-color: #bd64e3;
    border-color: #b959e1;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 118, 204, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(178, 118, 204, 0.5); }
  .btn-violet-6.disabled, .btn-violet-6:disabled {
    color: #212529;
    background-color: #cb84e9;
    border-color: #cb84e9; }
  .btn-violet-6:not(:disabled):not(.disabled):active, .btn-violet-6:not(:disabled):not(.disabled).active,
  .show > .btn-violet-6.dropdown-toggle {
    color: #fff;
    background-color: #b959e1;
    border-color: #b44edf; }
    .btn-violet-6:not(:disabled):not(.disabled):active:focus, .btn-violet-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-violet-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 118, 204, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(178, 118, 204, 0.5); }

.btn-violet-7 {
  color: #fff;
  background-color: #bd61e3;
  border-color: #bd61e3; }
  .btn-violet-7:hover {
    color: #fff;
    background-color: #af41dd;
    border-color: #ab36db; }
  .btn-violet-7:focus, .btn-violet-7.focus {
    color: #fff;
    background-color: #af41dd;
    border-color: #ab36db;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 121, 231, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(199, 121, 231, 0.5); }
  .btn-violet-7.disabled, .btn-violet-7:disabled {
    color: #fff;
    background-color: #bd61e3;
    border-color: #bd61e3; }
  .btn-violet-7:not(:disabled):not(.disabled):active, .btn-violet-7:not(:disabled):not(.disabled).active,
  .show > .btn-violet-7.dropdown-toggle {
    color: #fff;
    background-color: #ab36db;
    border-color: #a62bd9; }
    .btn-violet-7:not(:disabled):not(.disabled):active:focus, .btn-violet-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-violet-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 121, 231, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(199, 121, 231, 0.5); }

.btn-violet-8 {
  color: #fff;
  background-color: #a03dc9;
  border-color: #a03dc9; }
  .btn-violet-8:hover {
    color: #fff;
    background-color: #8a31af;
    border-color: #822ea5; }
  .btn-violet-8:focus, .btn-violet-8.focus {
    color: #fff;
    background-color: #8a31af;
    border-color: #822ea5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 90, 209, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(174, 90, 209, 0.5); }
  .btn-violet-8.disabled, .btn-violet-8:disabled {
    color: #fff;
    background-color: #a03dc9;
    border-color: #a03dc9; }
  .btn-violet-8:not(:disabled):not(.disabled):active, .btn-violet-8:not(:disabled):not(.disabled).active,
  .show > .btn-violet-8.dropdown-toggle {
    color: #fff;
    background-color: #822ea5;
    border-color: #7a2b9b; }
    .btn-violet-8:not(:disabled):not(.disabled):active:focus, .btn-violet-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-violet-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 90, 209, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(174, 90, 209, 0.5); }

.btn-violet-9 {
  color: #fff;
  background-color: #5e2477;
  border-color: #5e2477; }
  .btn-violet-9:hover {
    color: #fff;
    background-color: #471b5a;
    border-color: #3f1850; }
  .btn-violet-9:focus, .btn-violet-9.focus {
    color: #fff;
    background-color: #471b5a;
    border-color: #3f1850;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 69, 139, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(118, 69, 139, 0.5); }
  .btn-violet-9.disabled, .btn-violet-9:disabled {
    color: #fff;
    background-color: #5e2477;
    border-color: #5e2477; }
  .btn-violet-9:not(:disabled):not(.disabled):active, .btn-violet-9:not(:disabled):not(.disabled).active,
  .show > .btn-violet-9.dropdown-toggle {
    color: #fff;
    background-color: #3f1850;
    border-color: #371546; }
    .btn-violet-9:not(:disabled):not(.disabled):active:focus, .btn-violet-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-violet-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 69, 139, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(118, 69, 139, 0.5); }

.btn-fuschia-0 {
  color: #212529;
  background-color: #fef8fd;
  border-color: #fef8fd; }
  .btn-fuschia-0:hover {
    color: #212529;
    background-color: #f9d7f3;
    border-color: #f8cbf0; }
  .btn-fuschia-0:focus, .btn-fuschia-0.focus {
    color: #212529;
    background-color: #f9d7f3;
    border-color: #f8cbf0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 216, 221, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(221, 216, 221, 0.5); }
  .btn-fuschia-0.disabled, .btn-fuschia-0:disabled {
    color: #212529;
    background-color: #fef8fd;
    border-color: #fef8fd; }
  .btn-fuschia-0:not(:disabled):not(.disabled):active, .btn-fuschia-0:not(:disabled):not(.disabled).active,
  .show > .btn-fuschia-0.dropdown-toggle {
    color: #212529;
    background-color: #f8cbf0;
    border-color: #f6c0ed; }
    .btn-fuschia-0:not(:disabled):not(.disabled):active:focus, .btn-fuschia-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuschia-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 216, 221, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(221, 216, 221, 0.5); }

.btn-fuschia-1 {
  color: #212529;
  background-color: #fbe8f7;
  border-color: #fbe8f7; }
  .btn-fuschia-1:hover {
    color: #212529;
    background-color: #f5c7ec;
    border-color: #f3bde8; }
  .btn-fuschia-1:focus, .btn-fuschia-1.focus {
    color: #212529;
    background-color: #f5c7ec;
    border-color: #f3bde8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 203, 216, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(218, 203, 216, 0.5); }
  .btn-fuschia-1.disabled, .btn-fuschia-1:disabled {
    color: #212529;
    background-color: #fbe8f7;
    border-color: #fbe8f7; }
  .btn-fuschia-1:not(:disabled):not(.disabled):active, .btn-fuschia-1:not(:disabled):not(.disabled).active,
  .show > .btn-fuschia-1.dropdown-toggle {
    color: #212529;
    background-color: #f3bde8;
    border-color: #f2b2e4; }
    .btn-fuschia-1:not(:disabled):not(.disabled):active:focus, .btn-fuschia-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuschia-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 203, 216, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(218, 203, 216, 0.5); }

.btn-fuschia-2 {
  color: #212529;
  background-color: #f8d7f1;
  border-color: #f8d7f1; }
  .btn-fuschia-2:hover {
    color: #212529;
    background-color: #f2b6e6;
    border-color: #f0ace2; }
  .btn-fuschia-2:focus, .btn-fuschia-2.focus {
    color: #212529;
    background-color: #f2b6e6;
    border-color: #f0ace2;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 188, 211, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 188, 211, 0.5); }
  .btn-fuschia-2.disabled, .btn-fuschia-2:disabled {
    color: #212529;
    background-color: #f8d7f1;
    border-color: #f8d7f1; }
  .btn-fuschia-2:not(:disabled):not(.disabled):active, .btn-fuschia-2:not(:disabled):not(.disabled).active,
  .show > .btn-fuschia-2.dropdown-toggle {
    color: #212529;
    background-color: #f0ace2;
    border-color: #efa1de; }
    .btn-fuschia-2:not(:disabled):not(.disabled):active:focus, .btn-fuschia-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuschia-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 188, 211, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 188, 211, 0.5); }

.btn-fuschia-3 {
  color: #212529;
  background-color: #f5c4eb;
  border-color: #f5c4eb; }
  .btn-fuschia-3:hover {
    color: #212529;
    background-color: #efa3e0;
    border-color: #ee98dc; }
  .btn-fuschia-3:focus, .btn-fuschia-3.focus {
    color: #212529;
    background-color: #efa3e0;
    border-color: #ee98dc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 172, 206, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(213, 172, 206, 0.5); }
  .btn-fuschia-3.disabled, .btn-fuschia-3:disabled {
    color: #212529;
    background-color: #f5c4eb;
    border-color: #f5c4eb; }
  .btn-fuschia-3:not(:disabled):not(.disabled):active, .btn-fuschia-3:not(:disabled):not(.disabled).active,
  .show > .btn-fuschia-3.dropdown-toggle {
    color: #212529;
    background-color: #ee98dc;
    border-color: #ec8dd9; }
    .btn-fuschia-3:not(:disabled):not(.disabled):active:focus, .btn-fuschia-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuschia-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 172, 206, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(213, 172, 206, 0.5); }

.btn-fuschia-4 {
  color: #212529;
  background-color: #f1afe4;
  border-color: #f1afe4; }
  .btn-fuschia-4:hover {
    color: #212529;
    background-color: #eb8ed9;
    border-color: #e984d5; }
  .btn-fuschia-4:focus, .btn-fuschia-4.focus {
    color: #212529;
    background-color: #eb8ed9;
    border-color: #e984d5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 154, 200, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(210, 154, 200, 0.5); }
  .btn-fuschia-4.disabled, .btn-fuschia-4:disabled {
    color: #212529;
    background-color: #f1afe4;
    border-color: #f1afe4; }
  .btn-fuschia-4:not(:disabled):not(.disabled):active, .btn-fuschia-4:not(:disabled):not(.disabled).active,
  .show > .btn-fuschia-4.dropdown-toggle {
    color: #212529;
    background-color: #e984d5;
    border-color: #e879d2; }
    .btn-fuschia-4:not(:disabled):not(.disabled):active:focus, .btn-fuschia-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuschia-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 154, 200, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(210, 154, 200, 0.5); }

.btn-fuschia-5 {
  color: #212529;
  background-color: #ed96db;
  border-color: #ed96db; }
  .btn-fuschia-5:hover {
    color: #212529;
    background-color: #e775d0;
    border-color: #e66acc; }
  .btn-fuschia-5:focus, .btn-fuschia-5.focus {
    color: #212529;
    background-color: #e775d0;
    border-color: #e66acc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 133, 192, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(206, 133, 192, 0.5); }
  .btn-fuschia-5.disabled, .btn-fuschia-5:disabled {
    color: #212529;
    background-color: #ed96db;
    border-color: #ed96db; }
  .btn-fuschia-5:not(:disabled):not(.disabled):active, .btn-fuschia-5:not(:disabled):not(.disabled).active,
  .show > .btn-fuschia-5.dropdown-toggle {
    color: #212529;
    background-color: #e66acc;
    border-color: #e460c8; }
    .btn-fuschia-5:not(:disabled):not(.disabled):active:focus, .btn-fuschia-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuschia-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 133, 192, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(206, 133, 192, 0.5); }

.btn-fuschia-6 {
  color: #212529;
  background-color: #e778d1;
  border-color: #e778d1; }
  .btn-fuschia-6:hover {
    color: #fff;
    background-color: #e158c6;
    border-color: #df4dc2; }
  .btn-fuschia-6:focus, .btn-fuschia-6.focus {
    color: #fff;
    background-color: #e158c6;
    border-color: #df4dc2;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 108, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(201, 108, 184, 0.5); }
  .btn-fuschia-6.disabled, .btn-fuschia-6:disabled {
    color: #212529;
    background-color: #e778d1;
    border-color: #e778d1; }
  .btn-fuschia-6:not(:disabled):not(.disabled):active, .btn-fuschia-6:not(:disabled):not(.disabled).active,
  .show > .btn-fuschia-6.dropdown-toggle {
    color: #fff;
    background-color: #df4dc2;
    border-color: #dd42bf; }
    .btn-fuschia-6:not(:disabled):not(.disabled):active:focus, .btn-fuschia-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuschia-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 108, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(201, 108, 184, 0.5); }

.btn-fuschia-7 {
  color: #fff;
  background-color: #e04dc2;
  border-color: #e04dc2; }
  .btn-fuschia-7:hover {
    color: #fff;
    background-color: #da2cb7;
    border-color: #d525b1; }
  .btn-fuschia-7:focus, .btn-fuschia-7.focus {
    color: #fff;
    background-color: #da2cb7;
    border-color: #d525b1;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 104, 203, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(229, 104, 203, 0.5); }
  .btn-fuschia-7.disabled, .btn-fuschia-7:disabled {
    color: #fff;
    background-color: #e04dc2;
    border-color: #e04dc2; }
  .btn-fuschia-7:not(:disabled):not(.disabled):active, .btn-fuschia-7:not(:disabled):not(.disabled).active,
  .show > .btn-fuschia-7.dropdown-toggle {
    color: #fff;
    background-color: #d525b1;
    border-color: #ca23a8; }
    .btn-fuschia-7:not(:disabled):not(.disabled):active:focus, .btn-fuschia-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuschia-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 104, 203, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(229, 104, 203, 0.5); }

.btn-fuschia-8 {
  color: #fff;
  background-color: #b5379c;
  border-color: #b5379c; }
  .btn-fuschia-8:hover {
    color: #fff;
    background-color: #982e83;
    border-color: #8e2b7a; }
  .btn-fuschia-8:focus, .btn-fuschia-8.focus {
    color: #fff;
    background-color: #982e83;
    border-color: #8e2b7a;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 85, 171, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(192, 85, 171, 0.5); }
  .btn-fuschia-8.disabled, .btn-fuschia-8:disabled {
    color: #fff;
    background-color: #b5379c;
    border-color: #b5379c; }
  .btn-fuschia-8:not(:disabled):not(.disabled):active, .btn-fuschia-8:not(:disabled):not(.disabled).active,
  .show > .btn-fuschia-8.dropdown-toggle {
    color: #fff;
    background-color: #8e2b7a;
    border-color: #842872; }
    .btn-fuschia-8:not(:disabled):not(.disabled):active:focus, .btn-fuschia-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuschia-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 85, 171, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(192, 85, 171, 0.5); }

.btn-fuschia-9 {
  color: #fff;
  background-color: #6c205d;
  border-color: #6c205d; }
  .btn-fuschia-9:hover {
    color: #fff;
    background-color: #4e1744;
    border-color: #45143b; }
  .btn-fuschia-9:focus, .btn-fuschia-9.focus {
    color: #fff;
    background-color: #4e1744;
    border-color: #45143b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 65, 117, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 65, 117, 0.5); }
  .btn-fuschia-9.disabled, .btn-fuschia-9:disabled {
    color: #fff;
    background-color: #6c205d;
    border-color: #6c205d; }
  .btn-fuschia-9:not(:disabled):not(.disabled):active, .btn-fuschia-9:not(:disabled):not(.disabled).active,
  .show > .btn-fuschia-9.dropdown-toggle {
    color: #fff;
    background-color: #45143b;
    border-color: #3b1133; }
    .btn-fuschia-9:not(:disabled):not(.disabled):active:focus, .btn-fuschia-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuschia-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 65, 117, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 65, 117, 0.5); }

.btn-pink-0 {
  color: #212529;
  background-color: #fef8fa;
  border-color: #fef8fa; }
  .btn-pink-0:hover {
    color: #212529;
    background-color: #f9d7e2;
    border-color: #f8cbda; }
  .btn-pink-0:focus, .btn-pink-0.focus {
    color: #212529;
    background-color: #f9d7e2;
    border-color: #f8cbda;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 216, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(221, 216, 219, 0.5); }
  .btn-pink-0.disabled, .btn-pink-0:disabled {
    color: #212529;
    background-color: #fef8fa;
    border-color: #fef8fa; }
  .btn-pink-0:not(:disabled):not(.disabled):active, .btn-pink-0:not(:disabled):not(.disabled).active,
  .show > .btn-pink-0.dropdown-toggle {
    color: #212529;
    background-color: #f8cbda;
    border-color: #f6c0d2; }
    .btn-pink-0:not(:disabled):not(.disabled):active:focus, .btn-pink-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 216, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(221, 216, 219, 0.5); }

.btn-pink-1 {
  color: #212529;
  background-color: #fbe9ee;
  border-color: #fbe9ee; }
  .btn-pink-1:hover {
    color: #212529;
    background-color: #f5c9d5;
    border-color: #f3becd; }
  .btn-pink-1:focus, .btn-pink-1.focus {
    color: #212529;
    background-color: #f5c9d5;
    border-color: #f3becd;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 204, 208, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(218, 204, 208, 0.5); }
  .btn-pink-1.disabled, .btn-pink-1:disabled {
    color: #212529;
    background-color: #fbe9ee;
    border-color: #fbe9ee; }
  .btn-pink-1:not(:disabled):not(.disabled):active, .btn-pink-1:not(:disabled):not(.disabled).active,
  .show > .btn-pink-1.dropdown-toggle {
    color: #212529;
    background-color: #f3becd;
    border-color: #f1b3c4; }
    .btn-pink-1:not(:disabled):not(.disabled):active:focus, .btn-pink-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 204, 208, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(218, 204, 208, 0.5); }

.btn-pink-2 {
  color: #212529;
  background-color: #f8d9e2;
  border-color: #f8d9e2; }
  .btn-pink-2:hover {
    color: #212529;
    background-color: #f2b9c9;
    border-color: #f0aec1; }
  .btn-pink-2:focus, .btn-pink-2.focus {
    color: #212529;
    background-color: #f2b9c9;
    border-color: #f0aec1;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 190, 198, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 190, 198, 0.5); }
  .btn-pink-2.disabled, .btn-pink-2:disabled {
    color: #212529;
    background-color: #f8d9e2;
    border-color: #f8d9e2; }
  .btn-pink-2:not(:disabled):not(.disabled):active, .btn-pink-2:not(:disabled):not(.disabled).active,
  .show > .btn-pink-2.dropdown-toggle {
    color: #212529;
    background-color: #f0aec1;
    border-color: #eea3b9; }
    .btn-pink-2:not(:disabled):not(.disabled):active:focus, .btn-pink-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 190, 198, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 190, 198, 0.5); }

.btn-pink-3 {
  color: #212529;
  background-color: #f5c7d5;
  border-color: #f5c7d5; }
  .btn-pink-3:hover {
    color: #212529;
    background-color: #efa7bd;
    border-color: #ed9cb5; }
  .btn-pink-3:focus, .btn-pink-3.focus {
    color: #212529;
    background-color: #efa7bd;
    border-color: #ed9cb5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 175, 187, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(213, 175, 187, 0.5); }
  .btn-pink-3.disabled, .btn-pink-3:disabled {
    color: #212529;
    background-color: #f5c7d5;
    border-color: #f5c7d5; }
  .btn-pink-3:not(:disabled):not(.disabled):active, .btn-pink-3:not(:disabled):not(.disabled).active,
  .show > .btn-pink-3.dropdown-toggle {
    color: #212529;
    background-color: #ed9cb5;
    border-color: #eb91ac; }
    .btn-pink-3:not(:disabled):not(.disabled):active:focus, .btn-pink-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 175, 187, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(213, 175, 187, 0.5); }

.btn-pink-4 {
  color: #212529;
  background-color: #f2b3c5;
  border-color: #f2b3c5; }
  .btn-pink-4:hover {
    color: #212529;
    background-color: #ec92ac;
    border-color: #eb87a4; }
  .btn-pink-4:focus, .btn-pink-4.focus {
    color: #212529;
    background-color: #ec92ac;
    border-color: #eb87a4;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 158, 174, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(211, 158, 174, 0.5); }
  .btn-pink-4.disabled, .btn-pink-4:disabled {
    color: #212529;
    background-color: #f2b3c5;
    border-color: #f2b3c5; }
  .btn-pink-4:not(:disabled):not(.disabled):active, .btn-pink-4:not(:disabled):not(.disabled).active,
  .show > .btn-pink-4.dropdown-toggle {
    color: #212529;
    background-color: #eb87a4;
    border-color: #e97d9b; }
    .btn-pink-4:not(:disabled):not(.disabled):active:focus, .btn-pink-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 158, 174, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(211, 158, 174, 0.5); }

.btn-pink-5 {
  color: #212529;
  background-color: #ee9cb4;
  border-color: #ee9cb4; }
  .btn-pink-5:hover {
    color: #212529;
    background-color: #e87b9b;
    border-color: #e77093; }
  .btn-pink-5:focus, .btn-pink-5.focus {
    color: #212529;
    background-color: #e87b9b;
    border-color: #e77093;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 138, 159, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(207, 138, 159, 0.5); }
  .btn-pink-5.disabled, .btn-pink-5:disabled {
    color: #212529;
    background-color: #ee9cb4;
    border-color: #ee9cb4; }
  .btn-pink-5:not(:disabled):not(.disabled):active, .btn-pink-5:not(:disabled):not(.disabled).active,
  .show > .btn-pink-5.dropdown-toggle {
    color: #212529;
    background-color: #e77093;
    border-color: #e5668b; }
    .btn-pink-5:not(:disabled):not(.disabled):active:focus, .btn-pink-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 138, 159, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(207, 138, 159, 0.5); }

.btn-pink-6 {
  color: #212529;
  background-color: #e97f9f;
  border-color: #e97f9f; }
  .btn-pink-6:hover {
    color: #fff;
    background-color: #e35e87;
    border-color: #e2537e; }
  .btn-pink-6:focus, .btn-pink-6.focus {
    color: #fff;
    background-color: #e35e87;
    border-color: #e2537e;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 114, 141, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(203, 114, 141, 0.5); }
  .btn-pink-6.disabled, .btn-pink-6:disabled {
    color: #212529;
    background-color: #e97f9f;
    border-color: #e97f9f; }
  .btn-pink-6:not(:disabled):not(.disabled):active, .btn-pink-6:not(:disabled):not(.disabled).active,
  .show > .btn-pink-6.dropdown-toggle {
    color: #fff;
    background-color: #e2537e;
    border-color: #e04976; }
    .btn-pink-6:not(:disabled):not(.disabled):active:focus, .btn-pink-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 114, 141, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(203, 114, 141, 0.5); }

.btn-pink-7 {
  color: #fff;
  background-color: #e25982;
  border-color: #e25982; }
  .btn-pink-7:hover {
    color: #fff;
    background-color: #dc3869;
    border-color: #da2e61; }
  .btn-pink-7:focus, .btn-pink-7.focus {
    color: #fff;
    background-color: #dc3869;
    border-color: #da2e61;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 114, 149, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(230, 114, 149, 0.5); }
  .btn-pink-7.disabled, .btn-pink-7:disabled {
    color: #fff;
    background-color: #e25982;
    border-color: #e25982; }
  .btn-pink-7:not(:disabled):not(.disabled):active, .btn-pink-7:not(:disabled):not(.disabled).active,
  .show > .btn-pink-7.dropdown-toggle {
    color: #fff;
    background-color: #da2e61;
    border-color: #d6255a; }
    .btn-pink-7:not(:disabled):not(.disabled):active:focus, .btn-pink-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 114, 149, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(230, 114, 149, 0.5); }

.btn-pink-8 {
  color: #fff;
  background-color: #bf3a61;
  border-color: #bf3a61; }
  .btn-pink-8:hover {
    color: #fff;
    background-color: #a23152;
    border-color: #982e4d; }
  .btn-pink-8:focus, .btn-pink-8.focus {
    color: #fff;
    background-color: #a23152;
    border-color: #982e4d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 88, 121, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(201, 88, 121, 0.5); }
  .btn-pink-8.disabled, .btn-pink-8:disabled {
    color: #fff;
    background-color: #bf3a61;
    border-color: #bf3a61; }
  .btn-pink-8:not(:disabled):not(.disabled):active, .btn-pink-8:not(:disabled):not(.disabled).active,
  .show > .btn-pink-8.dropdown-toggle {
    color: #fff;
    background-color: #982e4d;
    border-color: #8e2b48; }
    .btn-pink-8:not(:disabled):not(.disabled):active:focus, .btn-pink-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 88, 121, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(201, 88, 121, 0.5); }

.btn-pink-9 {
  color: #fff;
  background-color: #71223a;
  border-color: #71223a; }
  .btn-pink-9:hover {
    color: #fff;
    background-color: #54192b;
    border-color: #4a1626; }
  .btn-pink-9:focus, .btn-pink-9.focus {
    color: #fff;
    background-color: #54192b;
    border-color: #4a1626;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 67, 88, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(134, 67, 88, 0.5); }
  .btn-pink-9.disabled, .btn-pink-9:disabled {
    color: #fff;
    background-color: #71223a;
    border-color: #71223a; }
  .btn-pink-9:not(:disabled):not(.disabled):active, .btn-pink-9:not(:disabled):not(.disabled).active,
  .show > .btn-pink-9.dropdown-toggle {
    color: #fff;
    background-color: #4a1626;
    border-color: #401321; }
    .btn-pink-9:not(:disabled):not(.disabled):active:focus, .btn-pink-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 67, 88, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(134, 67, 88, 0.5); }

.btn-red-0 {
  color: #212529;
  background-color: #fef8f7;
  border-color: #fef8f7; }
  .btn-red-0:hover {
    color: #212529;
    background-color: #fadad5;
    border-color: #f8d0ca; }
  .btn-red-0:focus, .btn-red-0.focus {
    color: #212529;
    background-color: #fadad5;
    border-color: #f8d0ca;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 216, 216, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(221, 216, 216, 0.5); }
  .btn-red-0.disabled, .btn-red-0:disabled {
    color: #212529;
    background-color: #fef8f7;
    border-color: #fef8f7; }
  .btn-red-0:not(:disabled):not(.disabled):active, .btn-red-0:not(:disabled):not(.disabled).active,
  .show > .btn-red-0.dropdown-toggle {
    color: #212529;
    background-color: #f8d0ca;
    border-color: #f7c6be; }
    .btn-red-0:not(:disabled):not(.disabled):active:focus, .btn-red-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 216, 216, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(221, 216, 216, 0.5); }

.btn-red-1 {
  color: #212529;
  background-color: #fbeae6;
  border-color: #fbeae6; }
  .btn-red-1:hover {
    color: #212529;
    background-color: #f6cec5;
    border-color: #f4c5ba; }
  .btn-red-1:focus, .btn-red-1.focus {
    color: #212529;
    background-color: #f6cec5;
    border-color: #f4c5ba;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 204, 202, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(218, 204, 202, 0.5); }
  .btn-red-1.disabled, .btn-red-1:disabled {
    color: #212529;
    background-color: #fbeae6;
    border-color: #fbeae6; }
  .btn-red-1:not(:disabled):not(.disabled):active, .btn-red-1:not(:disabled):not(.disabled).active,
  .show > .btn-red-1.dropdown-toggle {
    color: #212529;
    background-color: #f4c5ba;
    border-color: #f2bcaf; }
    .btn-red-1:not(:disabled):not(.disabled):active:focus, .btn-red-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 204, 202, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(218, 204, 202, 0.5); }

.btn-red-2 {
  color: #212529;
  background-color: #f7dbd3;
  border-color: #f7dbd3; }
  .btn-red-2:hover {
    color: #212529;
    background-color: #f1c1b3;
    border-color: #efb8a8; }
  .btn-red-2:focus, .btn-red-2.focus {
    color: #212529;
    background-color: #f1c1b3;
    border-color: #efb8a8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 192, 186, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(215, 192, 186, 0.5); }
  .btn-red-2.disabled, .btn-red-2:disabled {
    color: #212529;
    background-color: #f7dbd3;
    border-color: #f7dbd3; }
  .btn-red-2:not(:disabled):not(.disabled):active, .btn-red-2:not(:disabled):not(.disabled).active,
  .show > .btn-red-2.dropdown-toggle {
    color: #212529;
    background-color: #efb8a8;
    border-color: #edaf9d; }
    .btn-red-2:not(:disabled):not(.disabled):active:focus, .btn-red-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 192, 186, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(215, 192, 186, 0.5); }

.btn-red-3 {
  color: #212529;
  background-color: #f4cabf;
  border-color: #f4cabf; }
  .btn-red-3:hover {
    color: #212529;
    background-color: #eeaf9e;
    border-color: #eda693; }
  .btn-red-3:focus, .btn-red-3.focus {
    color: #212529;
    background-color: #eeaf9e;
    border-color: #eda693;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 177, 169, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(212, 177, 169, 0.5); }
  .btn-red-3.disabled, .btn-red-3:disabled {
    color: #212529;
    background-color: #f4cabf;
    border-color: #f4cabf; }
  .btn-red-3:not(:disabled):not(.disabled):active, .btn-red-3:not(:disabled):not(.disabled).active,
  .show > .btn-red-3.dropdown-toggle {
    color: #212529;
    background-color: #eda693;
    border-color: #eb9d89; }
    .btn-red-3:not(:disabled):not(.disabled):active:focus, .btn-red-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 177, 169, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(212, 177, 169, 0.5); }

.btn-red-4 {
  color: #212529;
  background-color: #f0b7a8;
  border-color: #f0b7a8; }
  .btn-red-4:hover {
    color: #212529;
    background-color: #ea9c87;
    border-color: #e9937d; }
  .btn-red-4:focus, .btn-red-4.focus {
    color: #212529;
    background-color: #ea9c87;
    border-color: #e9937d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 161, 149, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(209, 161, 149, 0.5); }
  .btn-red-4.disabled, .btn-red-4:disabled {
    color: #212529;
    background-color: #f0b7a8;
    border-color: #f0b7a8; }
  .btn-red-4:not(:disabled):not(.disabled):active, .btn-red-4:not(:disabled):not(.disabled).active,
  .show > .btn-red-4.dropdown-toggle {
    color: #212529;
    background-color: #e9937d;
    border-color: #e78a72; }
    .btn-red-4:not(:disabled):not(.disabled):active:focus, .btn-red-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 161, 149, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(209, 161, 149, 0.5); }

.btn-red-5 {
  color: #212529;
  background-color: #eba18e;
  border-color: #eba18e; }
  .btn-red-5:hover {
    color: #212529;
    background-color: #e5866e;
    border-color: #e37d63; }
  .btn-red-5:focus, .btn-red-5.focus {
    color: #212529;
    background-color: #e5866e;
    border-color: #e37d63;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 142, 127, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(205, 142, 127, 0.5); }
  .btn-red-5.disabled, .btn-red-5:disabled {
    color: #212529;
    background-color: #eba18e;
    border-color: #eba18e; }
  .btn-red-5:not(:disabled):not(.disabled):active, .btn-red-5:not(:disabled):not(.disabled).active,
  .show > .btn-red-5.dropdown-toggle {
    color: #212529;
    background-color: #e37d63;
    border-color: #e17458; }
    .btn-red-5:not(:disabled):not(.disabled):active:focus, .btn-red-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 142, 127, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(205, 142, 127, 0.5); }

.btn-red-6 {
  color: #212529;
  background-color: #e6866e;
  border-color: #e6866e; }
  .btn-red-6:hover {
    color: #fff;
    background-color: #e06b4d;
    border-color: #df6243; }
  .btn-red-6:focus, .btn-red-6.focus {
    color: #fff;
    background-color: #e06b4d;
    border-color: #df6243;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 119, 100, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(200, 119, 100, 0.5); }
  .btn-red-6.disabled, .btn-red-6:disabled {
    color: #212529;
    background-color: #e6866e;
    border-color: #e6866e; }
  .btn-red-6:not(:disabled):not(.disabled):active, .btn-red-6:not(:disabled):not(.disabled).active,
  .show > .btn-red-6.dropdown-toggle {
    color: #fff;
    background-color: #df6243;
    border-color: #dd5938; }
    .btn-red-6:not(:disabled):not(.disabled):active:focus, .btn-red-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 119, 100, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(200, 119, 100, 0.5); }

.btn-red-7 {
  color: #fff;
  background-color: #de6345;
  border-color: #de6345; }
  .btn-red-7:hover {
    color: #fff;
    background-color: #d74926;
    border-color: #cc4524; }
  .btn-red-7:focus, .btn-red-7.focus {
    color: #fff;
    background-color: #d74926;
    border-color: #cc4524;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 122, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(227, 122, 97, 0.5); }
  .btn-red-7.disabled, .btn-red-7:disabled {
    color: #fff;
    background-color: #de6345;
    border-color: #de6345; }
  .btn-red-7:not(:disabled):not(.disabled):active, .btn-red-7:not(:disabled):not(.disabled).active,
  .show > .btn-red-7.dropdown-toggle {
    color: #fff;
    background-color: #cc4524;
    border-color: #c14122; }
    .btn-red-7:not(:disabled):not(.disabled):active:focus, .btn-red-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 122, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(227, 122, 97, 0.5); }

.btn-red-8 {
  color: #fff;
  background-color: #b14e35;
  border-color: #b14e35; }
  .btn-red-8:hover {
    color: #fff;
    background-color: #94412c;
    border-color: #8a3d29; }
  .btn-red-8:focus, .btn-red-8.focus {
    color: #fff;
    background-color: #94412c;
    border-color: #8a3d29;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 105, 83, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(189, 105, 83, 0.5); }
  .btn-red-8.disabled, .btn-red-8:disabled {
    color: #fff;
    background-color: #b14e35;
    border-color: #b14e35; }
  .btn-red-8:not(:disabled):not(.disabled):active, .btn-red-8:not(:disabled):not(.disabled).active,
  .show > .btn-red-8.dropdown-toggle {
    color: #fff;
    background-color: #8a3d29;
    border-color: #803826; }
    .btn-red-8:not(:disabled):not(.disabled):active:focus, .btn-red-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 105, 83, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(189, 105, 83, 0.5); }

.btn-red-9 {
  color: #fff;
  background-color: #682e1f;
  border-color: #682e1f; }
  .btn-red-9:hover {
    color: #fff;
    background-color: #4b2116;
    border-color: #411d13; }
  .btn-red-9:focus, .btn-red-9.focus {
    color: #fff;
    background-color: #4b2116;
    border-color: #411d13;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(127, 77, 65, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(127, 77, 65, 0.5); }
  .btn-red-9.disabled, .btn-red-9:disabled {
    color: #fff;
    background-color: #682e1f;
    border-color: #682e1f; }
  .btn-red-9:not(:disabled):not(.disabled):active, .btn-red-9:not(:disabled):not(.disabled).active,
  .show > .btn-red-9.dropdown-toggle {
    color: #fff;
    background-color: #411d13;
    border-color: #371810; }
    .btn-red-9:not(:disabled):not(.disabled):active:focus, .btn-red-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(127, 77, 65, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(127, 77, 65, 0.5); }

.btn-orange-0 {
  color: #212529;
  background-color: #fdf9f1;
  border-color: #fdf9f1; }
  .btn-orange-0:hover {
    color: #212529;
    background-color: #f8ebd0;
    border-color: #f7e6c4; }
  .btn-orange-0:focus, .btn-orange-0.focus {
    color: #212529;
    background-color: #f8ebd0;
    border-color: #f7e6c4;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 217, 211, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 217, 211, 0.5); }
  .btn-orange-0.disabled, .btn-orange-0:disabled {
    color: #212529;
    background-color: #fdf9f1;
    border-color: #fdf9f1; }
  .btn-orange-0:not(:disabled):not(.disabled):active, .btn-orange-0:not(:disabled):not(.disabled).active,
  .show > .btn-orange-0.dropdown-toggle {
    color: #212529;
    background-color: #f7e6c4;
    border-color: #f5e1b9; }
    .btn-orange-0:not(:disabled):not(.disabled):active:focus, .btn-orange-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 217, 211, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 217, 211, 0.5); }

.btn-orange-1 {
  color: #212529;
  background-color: #f7edd4;
  border-color: #f7edd4; }
  .btn-orange-1:hover {
    color: #212529;
    background-color: #f1e0b4;
    border-color: #efdba9; }
  .btn-orange-1:focus, .btn-orange-1.focus {
    color: #212529;
    background-color: #f1e0b4;
    border-color: #efdba9;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 207, 186, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(215, 207, 186, 0.5); }
  .btn-orange-1.disabled, .btn-orange-1:disabled {
    color: #212529;
    background-color: #f7edd4;
    border-color: #f7edd4; }
  .btn-orange-1:not(:disabled):not(.disabled):active, .btn-orange-1:not(:disabled):not(.disabled).active,
  .show > .btn-orange-1.dropdown-toggle {
    color: #212529;
    background-color: #efdba9;
    border-color: #edd79e; }
    .btn-orange-1:not(:disabled):not(.disabled):active:focus, .btn-orange-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 207, 186, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(215, 207, 186, 0.5); }

.btn-orange-2 {
  color: #212529;
  background-color: #f2dfb3;
  border-color: #f2dfb3; }
  .btn-orange-2:hover {
    color: #212529;
    background-color: #ecd192;
    border-color: #ebcd87; }
  .btn-orange-2:focus, .btn-orange-2.focus {
    color: #212529;
    background-color: #ecd192;
    border-color: #ebcd87;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 195, 158, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(211, 195, 158, 0.5); }
  .btn-orange-2.disabled, .btn-orange-2:disabled {
    color: #212529;
    background-color: #f2dfb3;
    border-color: #f2dfb3; }
  .btn-orange-2:not(:disabled):not(.disabled):active, .btn-orange-2:not(:disabled):not(.disabled).active,
  .show > .btn-orange-2.dropdown-toggle {
    color: #212529;
    background-color: #ebcd87;
    border-color: #e9c87d; }
    .btn-orange-2:not(:disabled):not(.disabled):active:focus, .btn-orange-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 195, 158, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(211, 195, 158, 0.5); }

.btn-orange-3 {
  color: #212529;
  background-color: #ebd090;
  border-color: #ebd090; }
  .btn-orange-3:hover {
    color: #212529;
    background-color: #e5c270;
    border-color: #e3be65; }
  .btn-orange-3:focus, .btn-orange-3.focus {
    color: #212529;
    background-color: #e5c270;
    border-color: #e3be65;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 182, 129, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(205, 182, 129, 0.5); }
  .btn-orange-3.disabled, .btn-orange-3:disabled {
    color: #212529;
    background-color: #ebd090;
    border-color: #ebd090; }
  .btn-orange-3:not(:disabled):not(.disabled):active, .btn-orange-3:not(:disabled):not(.disabled).active,
  .show > .btn-orange-3.dropdown-toggle {
    color: #212529;
    background-color: #e3be65;
    border-color: #e1b95a; }
    .btn-orange-3:not(:disabled):not(.disabled):active:focus, .btn-orange-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 182, 129, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(205, 182, 129, 0.5); }

.btn-orange-4 {
  color: #212529;
  background-color: #e4bf68;
  border-color: #e4bf68; }
  .btn-orange-4:hover {
    color: #212529;
    background-color: #deb148;
    border-color: #dcad3d; }
  .btn-orange-4:focus, .btn-orange-4.focus {
    color: #212529;
    background-color: #deb148;
    border-color: #dcad3d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 168, 95, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(199, 168, 95, 0.5); }
  .btn-orange-4.disabled, .btn-orange-4:disabled {
    color: #212529;
    background-color: #e4bf68;
    border-color: #e4bf68; }
  .btn-orange-4:not(:disabled):not(.disabled):active, .btn-orange-4:not(:disabled):not(.disabled).active,
  .show > .btn-orange-4.dropdown-toggle {
    color: #212529;
    background-color: #dcad3d;
    border-color: #daa832; }
    .btn-orange-4:not(:disabled):not(.disabled):active:focus, .btn-orange-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 168, 95, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(199, 168, 95, 0.5); }

.btn-orange-5 {
  color: #212529;
  background-color: #daad42;
  border-color: #daad42; }
  .btn-orange-5:hover {
    color: #212529;
    background-color: #ce9d28;
    border-color: #c39426; }
  .btn-orange-5:focus, .btn-orange-5.focus {
    color: #212529;
    background-color: #ce9d28;
    border-color: #c39426;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(190, 153, 62, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(190, 153, 62, 0.5); }
  .btn-orange-5.disabled, .btn-orange-5:disabled {
    color: #212529;
    background-color: #daad42;
    border-color: #daad42; }
  .btn-orange-5:not(:disabled):not(.disabled):active, .btn-orange-5:not(:disabled):not(.disabled).active,
  .show > .btn-orange-5.dropdown-toggle {
    color: #fff;
    background-color: #c39426;
    border-color: #b88c24; }
    .btn-orange-5:not(:disabled):not(.disabled):active:focus, .btn-orange-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(190, 153, 62, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(190, 153, 62, 0.5); }

.btn-orange-6 {
  color: #212529;
  background-color: #c29a3b;
  border-color: #c29a3b; }
  .btn-orange-6:hover {
    color: #fff;
    background-color: #a58332;
    border-color: #9b7b2f; }
  .btn-orange-6:focus, .btn-orange-6.focus {
    color: #fff;
    background-color: #a58332;
    border-color: #9b7b2f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(170, 136, 56, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(170, 136, 56, 0.5); }
  .btn-orange-6.disabled, .btn-orange-6:disabled {
    color: #212529;
    background-color: #c29a3b;
    border-color: #c29a3b; }
  .btn-orange-6:not(:disabled):not(.disabled):active, .btn-orange-6:not(:disabled):not(.disabled).active,
  .show > .btn-orange-6.dropdown-toggle {
    color: #fff;
    background-color: #9b7b2f;
    border-color: #91732c; }
    .btn-orange-6:not(:disabled):not(.disabled):active:focus, .btn-orange-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(170, 136, 56, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(170, 136, 56, 0.5); }

.btn-orange-7 {
  color: #fff;
  background-color: #a78432;
  border-color: #a78432; }
  .btn-orange-7:hover {
    color: #fff;
    background-color: #8a6d29;
    border-color: #806526; }
  .btn-orange-7:focus, .btn-orange-7.focus {
    color: #fff;
    background-color: #8a6d29;
    border-color: #806526;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 150, 81, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(180, 150, 81, 0.5); }
  .btn-orange-7.disabled, .btn-orange-7:disabled {
    color: #fff;
    background-color: #a78432;
    border-color: #a78432; }
  .btn-orange-7:not(:disabled):not(.disabled):active, .btn-orange-7:not(:disabled):not(.disabled).active,
  .show > .btn-orange-7.dropdown-toggle {
    color: #fff;
    background-color: #806526;
    border-color: #765d23; }
    .btn-orange-7:not(:disabled):not(.disabled):active:focus, .btn-orange-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 150, 81, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(180, 150, 81, 0.5); }

.btn-orange-8 {
  color: #fff;
  background-color: #846828;
  border-color: #846828; }
  .btn-orange-8:hover {
    color: #fff;
    background-color: #67511f;
    border-color: #5d491c; }
  .btn-orange-8:focus, .btn-orange-8.focus {
    color: #fff;
    background-color: #67511f;
    border-color: #5d491c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 127, 72, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(150, 127, 72, 0.5); }
  .btn-orange-8.disabled, .btn-orange-8:disabled {
    color: #fff;
    background-color: #846828;
    border-color: #846828; }
  .btn-orange-8:not(:disabled):not(.disabled):active, .btn-orange-8:not(:disabled):not(.disabled).active,
  .show > .btn-orange-8.dropdown-toggle {
    color: #fff;
    background-color: #5d491c;
    border-color: #534119; }
    .btn-orange-8:not(:disabled):not(.disabled):active:focus, .btn-orange-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 127, 72, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(150, 127, 72, 0.5); }

.btn-orange-9 {
  color: #fff;
  background-color: #4d3d17;
  border-color: #4d3d17; }
  .btn-orange-9:hover {
    color: #fff;
    background-color: #30260e;
    border-color: #261e0b; }
  .btn-orange-9:focus, .btn-orange-9.focus {
    color: #fff;
    background-color: #30260e;
    border-color: #261e0b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 90, 58, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(104, 90, 58, 0.5); }
  .btn-orange-9.disabled, .btn-orange-9:disabled {
    color: #fff;
    background-color: #4d3d17;
    border-color: #4d3d17; }
  .btn-orange-9:not(:disabled):not(.disabled):active, .btn-orange-9:not(:disabled):not(.disabled).active,
  .show > .btn-orange-9.dropdown-toggle {
    color: #fff;
    background-color: #261e0b;
    border-color: #1c1608; }
    .btn-orange-9:not(:disabled):not(.disabled):active:focus, .btn-orange-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 90, 58, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(104, 90, 58, 0.5); }

.btn-yellow-0 {
  color: #212529;
  background-color: #f8fbea;
  border-color: #f8fbea; }
  .btn-yellow-0:hover {
    color: #212529;
    background-color: #edf5ca;
    border-color: #eaf3bf; }
  .btn-yellow-0:focus, .btn-yellow-0.focus {
    color: #212529;
    background-color: #edf5ca;
    border-color: #eaf3bf;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 219, 205, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 219, 205, 0.5); }
  .btn-yellow-0.disabled, .btn-yellow-0:disabled {
    color: #212529;
    background-color: #f8fbea;
    border-color: #f8fbea; }
  .btn-yellow-0:not(:disabled):not(.disabled):active, .btn-yellow-0:not(:disabled):not(.disabled).active,
  .show > .btn-yellow-0.dropdown-toggle {
    color: #212529;
    background-color: #eaf3bf;
    border-color: #e6f1b4; }
    .btn-yellow-0:not(:disabled):not(.disabled):active:focus, .btn-yellow-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 219, 205, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 219, 205, 0.5); }

.btn-yellow-1 {
  color: #212529;
  background-color: #e8f3bc;
  border-color: #e8f3bc; }
  .btn-yellow-1:hover {
    color: #212529;
    background-color: #dded9c;
    border-color: #d9eb91; }
  .btn-yellow-1:focus, .btn-yellow-1.focus {
    color: #212529;
    background-color: #dded9c;
    border-color: #d9eb91;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 212, 166, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(202, 212, 166, 0.5); }
  .btn-yellow-1.disabled, .btn-yellow-1:disabled {
    color: #212529;
    background-color: #e8f3bc;
    border-color: #e8f3bc; }
  .btn-yellow-1:not(:disabled):not(.disabled):active, .btn-yellow-1:not(:disabled):not(.disabled).active,
  .show > .btn-yellow-1.dropdown-toggle {
    color: #212529;
    background-color: #d9eb91;
    border-color: #d5e986; }
    .btn-yellow-1:not(:disabled):not(.disabled):active:focus, .btn-yellow-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 212, 166, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(202, 212, 166, 0.5); }

.btn-yellow-2 {
  color: #212529;
  background-color: #d6ea88;
  border-color: #d6ea88; }
  .btn-yellow-2:hover {
    color: #212529;
    background-color: #cbe467;
    border-color: #c7e25d; }
  .btn-yellow-2:focus, .btn-yellow-2.focus {
    color: #212529;
    background-color: #cbe467;
    border-color: #c7e25d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 204, 122, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(187, 204, 122, 0.5); }
  .btn-yellow-2.disabled, .btn-yellow-2:disabled {
    color: #212529;
    background-color: #d6ea88;
    border-color: #d6ea88; }
  .btn-yellow-2:not(:disabled):not(.disabled):active, .btn-yellow-2:not(:disabled):not(.disabled).active,
  .show > .btn-yellow-2.dropdown-toggle {
    color: #212529;
    background-color: #c7e25d;
    border-color: #c3e052; }
    .btn-yellow-2:not(:disabled):not(.disabled):active:focus, .btn-yellow-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 204, 122, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(187, 204, 122, 0.5); }

.btn-yellow-3 {
  color: #212529;
  background-color: #c2df4b;
  border-color: #c2df4b; }
  .btn-yellow-3:hover {
    color: #212529;
    background-color: #b7d92b;
    border-color: #b0d225; }
  .btn-yellow-3:focus, .btn-yellow-3.focus {
    color: #212529;
    background-color: #b7d92b;
    border-color: #b0d225;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(170, 195, 70, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(170, 195, 70, 0.5); }
  .btn-yellow-3.disabled, .btn-yellow-3:disabled {
    color: #212529;
    background-color: #c2df4b;
    border-color: #c2df4b; }
  .btn-yellow-3:not(:disabled):not(.disabled):active, .btn-yellow-3:not(:disabled):not(.disabled).active,
  .show > .btn-yellow-3.dropdown-toggle {
    color: #212529;
    background-color: #b0d225;
    border-color: #a7c723; }
    .btn-yellow-3:not(:disabled):not(.disabled):active:focus, .btn-yellow-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(170, 195, 70, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(170, 195, 70, 0.5); }

.btn-yellow-4 {
  color: #212529;
  background-color: #b3d03f;
  border-color: #b3d03f; }
  .btn-yellow-4:hover {
    color: #212529;
    background-color: #9fbb2e;
    border-color: #96b12b; }
  .btn-yellow-4:focus, .btn-yellow-4.focus {
    color: #212529;
    background-color: #9fbb2e;
    border-color: #96b12b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(157, 182, 60, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(157, 182, 60, 0.5); }
  .btn-yellow-4.disabled, .btn-yellow-4:disabled {
    color: #212529;
    background-color: #b3d03f;
    border-color: #b3d03f; }
  .btn-yellow-4:not(:disabled):not(.disabled):active, .btn-yellow-4:not(:disabled):not(.disabled).active,
  .show > .btn-yellow-4.dropdown-toggle {
    color: #212529;
    background-color: #96b12b;
    border-color: #8da629; }
    .btn-yellow-4:not(:disabled):not(.disabled):active:focus, .btn-yellow-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(157, 182, 60, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(157, 182, 60, 0.5); }

.btn-yellow-5 {
  color: #212529;
  background-color: #a4be39;
  border-color: #a4be39; }
  .btn-yellow-5:hover {
    color: #fff;
    background-color: #8ba130;
    border-color: #82972d; }
  .btn-yellow-5:focus, .btn-yellow-5.focus {
    color: #fff;
    background-color: #8ba130;
    border-color: #82972d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(144, 167, 55, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(144, 167, 55, 0.5); }
  .btn-yellow-5.disabled, .btn-yellow-5:disabled {
    color: #212529;
    background-color: #a4be39;
    border-color: #a4be39; }
  .btn-yellow-5:not(:disabled):not(.disabled):active, .btn-yellow-5:not(:disabled):not(.disabled).active,
  .show > .btn-yellow-5.dropdown-toggle {
    color: #fff;
    background-color: #82972d;
    border-color: #7a8d2a; }
    .btn-yellow-5:not(:disabled):not(.disabled):active:focus, .btn-yellow-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(144, 167, 55, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(144, 167, 55, 0.5); }

.btn-yellow-6 {
  color: #fff;
  background-color: #92aa33;
  border-color: #92aa33; }
  .btn-yellow-6:hover {
    color: #fff;
    background-color: #798d2a;
    border-color: #708327; }
  .btn-yellow-6:focus, .btn-yellow-6.focus {
    color: #fff;
    background-color: #798d2a;
    border-color: #708327;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(162, 183, 82, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(162, 183, 82, 0.5); }
  .btn-yellow-6.disabled, .btn-yellow-6:disabled {
    color: #fff;
    background-color: #92aa33;
    border-color: #92aa33; }
  .btn-yellow-6:not(:disabled):not(.disabled):active, .btn-yellow-6:not(:disabled):not(.disabled).active,
  .show > .btn-yellow-6.dropdown-toggle {
    color: #fff;
    background-color: #708327;
    border-color: #687924; }
    .btn-yellow-6:not(:disabled):not(.disabled):active:focus, .btn-yellow-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(162, 183, 82, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(162, 183, 82, 0.5); }

.btn-yellow-7 {
  color: #fff;
  background-color: #7d922c;
  border-color: #7d922c; }
  .btn-yellow-7:hover {
    color: #fff;
    background-color: #647523;
    border-color: #5b6b20; }
  .btn-yellow-7:focus, .btn-yellow-7.focus {
    color: #fff;
    background-color: #647523;
    border-color: #5b6b20;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(145, 162, 76, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(145, 162, 76, 0.5); }
  .btn-yellow-7.disabled, .btn-yellow-7:disabled {
    color: #fff;
    background-color: #7d922c;
    border-color: #7d922c; }
  .btn-yellow-7:not(:disabled):not(.disabled):active, .btn-yellow-7:not(:disabled):not(.disabled).active,
  .show > .btn-yellow-7.dropdown-toggle {
    color: #fff;
    background-color: #5b6b20;
    border-color: #53611d; }
    .btn-yellow-7:not(:disabled):not(.disabled):active:focus, .btn-yellow-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(145, 162, 76, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(145, 162, 76, 0.5); }

.btn-yellow-8 {
  color: #fff;
  background-color: #637323;
  border-color: #637323; }
  .btn-yellow-8:hover {
    color: #fff;
    background-color: #4a561a;
    border-color: #414c17; }
  .btn-yellow-8:focus, .btn-yellow-8.focus {
    color: #fff;
    background-color: #4a561a;
    border-color: #414c17;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(122, 136, 68, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(122, 136, 68, 0.5); }
  .btn-yellow-8.disabled, .btn-yellow-8:disabled {
    color: #fff;
    background-color: #637323;
    border-color: #637323; }
  .btn-yellow-8:not(:disabled):not(.disabled):active, .btn-yellow-8:not(:disabled):not(.disabled).active,
  .show > .btn-yellow-8.dropdown-toggle {
    color: #fff;
    background-color: #414c17;
    border-color: #394214; }
    .btn-yellow-8:not(:disabled):not(.disabled):active:focus, .btn-yellow-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(122, 136, 68, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(122, 136, 68, 0.5); }

.btn-yellow-9 {
  color: #fff;
  background-color: #3a4314;
  border-color: #3a4314; }
  .btn-yellow-9:hover {
    color: #fff;
    background-color: #21260b;
    border-color: #181c08; }
  .btn-yellow-9:focus, .btn-yellow-9.focus {
    color: #fff;
    background-color: #21260b;
    border-color: #181c08;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 95, 55, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(88, 95, 55, 0.5); }
  .btn-yellow-9.disabled, .btn-yellow-9:disabled {
    color: #fff;
    background-color: #3a4314;
    border-color: #3a4314; }
  .btn-yellow-9:not(:disabled):not(.disabled):active, .btn-yellow-9:not(:disabled):not(.disabled).active,
  .show > .btn-yellow-9.dropdown-toggle {
    color: #fff;
    background-color: #181c08;
    border-color: #101205; }
    .btn-yellow-9:not(:disabled):not(.disabled):active:focus, .btn-yellow-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 95, 55, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(88, 95, 55, 0.5); }

.btn-lime-0 {
  color: #212529;
  background-color: #f3fcef;
  border-color: #f3fcef; }
  .btn-lime-0:hover {
    color: #212529;
    background-color: #dbf6cf;
    border-color: #d3f4c4; }
  .btn-lime-0:focus, .btn-lime-0.focus {
    color: #212529;
    background-color: #dbf6cf;
    border-color: #d3f4c4;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 220, 209, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(212, 220, 209, 0.5); }
  .btn-lime-0.disabled, .btn-lime-0:disabled {
    color: #212529;
    background-color: #f3fcef;
    border-color: #f3fcef; }
  .btn-lime-0:not(:disabled):not(.disabled):active, .btn-lime-0:not(:disabled):not(.disabled).active,
  .show > .btn-lime-0.dropdown-toggle {
    color: #212529;
    background-color: #d3f4c4;
    border-color: #cbf2b9; }
    .btn-lime-0:not(:disabled):not(.disabled):active:focus, .btn-lime-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lime-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 220, 209, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(212, 220, 209, 0.5); }

.btn-lime-1 {
  color: #212529;
  background-color: #d9f6cc;
  border-color: #d9f6cc; }
  .btn-lime-1:hover {
    color: #212529;
    background-color: #c1f0ab;
    border-color: #b9eea1; }
  .btn-lime-1:focus, .btn-lime-1.focus {
    color: #212529;
    background-color: #c1f0ab;
    border-color: #b9eea1;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 215, 180, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(189, 215, 180, 0.5); }
  .btn-lime-1.disabled, .btn-lime-1:disabled {
    color: #212529;
    background-color: #d9f6cc;
    border-color: #d9f6cc; }
  .btn-lime-1:not(:disabled):not(.disabled):active, .btn-lime-1:not(:disabled):not(.disabled).active,
  .show > .btn-lime-1.dropdown-toggle {
    color: #212529;
    background-color: #b9eea1;
    border-color: #b1ec96; }
    .btn-lime-1:not(:disabled):not(.disabled):active:focus, .btn-lime-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lime-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 215, 180, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(189, 215, 180, 0.5); }

.btn-lime-2 {
  color: #212529;
  background-color: #bbefa4;
  border-color: #bbefa4; }
  .btn-lime-2:hover {
    color: #212529;
    background-color: #a3e983;
    border-color: #9be779; }
  .btn-lime-2:focus, .btn-lime-2.focus {
    color: #212529;
    background-color: #a3e983;
    border-color: #9be779;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 209, 146, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(164, 209, 146, 0.5); }
  .btn-lime-2.disabled, .btn-lime-2:disabled {
    color: #212529;
    background-color: #bbefa4;
    border-color: #bbefa4; }
  .btn-lime-2:not(:disabled):not(.disabled):active, .btn-lime-2:not(:disabled):not(.disabled).active,
  .show > .btn-lime-2.dropdown-toggle {
    color: #212529;
    background-color: #9be779;
    border-color: #92e56e; }
    .btn-lime-2:not(:disabled):not(.disabled):active:focus, .btn-lime-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lime-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 209, 146, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(164, 209, 146, 0.5); }

.btn-lime-3 {
  color: #212529;
  background-color: #97e776;
  border-color: #97e776; }
  .btn-lime-3:hover {
    color: #212529;
    background-color: #7ee155;
    border-color: #76df4b; }
  .btn-lime-3:focus, .btn-lime-3.focus {
    color: #212529;
    background-color: #7ee155;
    border-color: #76df4b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 202, 106, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(133, 202, 106, 0.5); }
  .btn-lime-3.disabled, .btn-lime-3:disabled {
    color: #212529;
    background-color: #97e776;
    border-color: #97e776; }
  .btn-lime-3:not(:disabled):not(.disabled):active, .btn-lime-3:not(:disabled):not(.disabled).active,
  .show > .btn-lime-3.dropdown-toggle {
    color: #212529;
    background-color: #76df4b;
    border-color: #6edd40; }
    .btn-lime-3:not(:disabled):not(.disabled):active:focus, .btn-lime-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lime-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 202, 106, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(133, 202, 106, 0.5); }

.btn-lime-4 {
  color: #212529;
  background-color: #70dc42;
  border-color: #70dc42; }
  .btn-lime-4:hover {
    color: #212529;
    background-color: #5ad127;
    border-color: #55c625; }
  .btn-lime-4:focus, .btn-lime-4.focus {
    color: #212529;
    background-color: #5ad127;
    border-color: #55c625;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 193, 62, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(100, 193, 62, 0.5); }
  .btn-lime-4.disabled, .btn-lime-4:disabled {
    color: #212529;
    background-color: #70dc42;
    border-color: #70dc42; }
  .btn-lime-4:not(:disabled):not(.disabled):active, .btn-lime-4:not(:disabled):not(.disabled).active,
  .show > .btn-lime-4.dropdown-toggle {
    color: #fff;
    background-color: #55c625;
    border-color: #50bc23; }
    .btn-lime-4:not(:disabled):not(.disabled):active:focus, .btn-lime-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lime-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 193, 62, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 193, 62, 0.5); }

.btn-lime-5 {
  color: #212529;
  background-color: #66c93d;
  border-color: #66c93d; }
  .btn-lime-5:hover {
    color: #fff;
    background-color: #56af31;
    border-color: #51a52e; }
  .btn-lime-5:focus, .btn-lime-5.focus {
    color: #fff;
    background-color: #56af31;
    border-color: #51a52e;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 176, 58, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(92, 176, 58, 0.5); }
  .btn-lime-5.disabled, .btn-lime-5:disabled {
    color: #212529;
    background-color: #66c93d;
    border-color: #66c93d; }
  .btn-lime-5:not(:disabled):not(.disabled):active, .btn-lime-5:not(:disabled):not(.disabled).active,
  .show > .btn-lime-5.dropdown-toggle {
    color: #fff;
    background-color: #51a52e;
    border-color: #4c9b2b; }
    .btn-lime-5:not(:disabled):not(.disabled):active:focus, .btn-lime-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lime-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 176, 58, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(92, 176, 58, 0.5); }

.btn-lime-6 {
  color: #fff;
  background-color: #5bb436;
  border-color: #5bb436; }
  .btn-lime-6:hover {
    color: #fff;
    background-color: #4c972d;
    border-color: #478d2a; }
  .btn-lime-6:focus, .btn-lime-6.focus {
    color: #fff;
    background-color: #4c972d;
    border-color: #478d2a;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 191, 84, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(116, 191, 84, 0.5); }
  .btn-lime-6.disabled, .btn-lime-6:disabled {
    color: #fff;
    background-color: #5bb436;
    border-color: #5bb436; }
  .btn-lime-6:not(:disabled):not(.disabled):active, .btn-lime-6:not(:disabled):not(.disabled).active,
  .show > .btn-lime-6.dropdown-toggle {
    color: #fff;
    background-color: #478d2a;
    border-color: #428327; }
    .btn-lime-6:not(:disabled):not(.disabled):active:focus, .btn-lime-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lime-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 191, 84, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(116, 191, 84, 0.5); }

.btn-lime-7 {
  color: #fff;
  background-color: #4e9a2f;
  border-color: #4e9a2f; }
  .btn-lime-7:hover {
    color: #fff;
    background-color: #3f7d26;
    border-color: #3a7323; }
  .btn-lime-7:focus, .btn-lime-7.focus {
    color: #fff;
    background-color: #3f7d26;
    border-color: #3a7323;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 169, 78, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(105, 169, 78, 0.5); }
  .btn-lime-7.disabled, .btn-lime-7:disabled {
    color: #fff;
    background-color: #4e9a2f;
    border-color: #4e9a2f; }
  .btn-lime-7:not(:disabled):not(.disabled):active, .btn-lime-7:not(:disabled):not(.disabled).active,
  .show > .btn-lime-7.dropdown-toggle {
    color: #fff;
    background-color: #3a7323;
    border-color: #356920; }
    .btn-lime-7:not(:disabled):not(.disabled):active:focus, .btn-lime-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lime-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 169, 78, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(105, 169, 78, 0.5); }

.btn-lime-8 {
  color: #fff;
  background-color: #3e7a25;
  border-color: #3e7a25; }
  .btn-lime-8:hover {
    color: #fff;
    background-color: #2f5d1c;
    border-color: #2a5319; }
  .btn-lime-8:focus, .btn-lime-8.focus {
    color: #fff;
    background-color: #2f5d1c;
    border-color: #2a5319;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 142, 70, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(91, 142, 70, 0.5); }
  .btn-lime-8.disabled, .btn-lime-8:disabled {
    color: #fff;
    background-color: #3e7a25;
    border-color: #3e7a25; }
  .btn-lime-8:not(:disabled):not(.disabled):active, .btn-lime-8:not(:disabled):not(.disabled).active,
  .show > .btn-lime-8.dropdown-toggle {
    color: #fff;
    background-color: #2a5319;
    border-color: #254916; }
    .btn-lime-8:not(:disabled):not(.disabled):active:focus, .btn-lime-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lime-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 142, 70, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(91, 142, 70, 0.5); }

.btn-lime-9 {
  color: #fff;
  background-color: #244716;
  border-color: #244716; }
  .btn-lime-9:hover {
    color: #fff;
    background-color: #152a0d;
    border-color: #10200a; }
  .btn-lime-9:focus, .btn-lime-9.focus {
    color: #fff;
    background-color: #152a0d;
    border-color: #10200a;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 99, 57, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(69, 99, 57, 0.5); }
  .btn-lime-9.disabled, .btn-lime-9:disabled {
    color: #fff;
    background-color: #244716;
    border-color: #244716; }
  .btn-lime-9:not(:disabled):not(.disabled):active, .btn-lime-9:not(:disabled):not(.disabled).active,
  .show > .btn-lime-9.dropdown-toggle {
    color: #fff;
    background-color: #10200a;
    border-color: #0b1607; }
    .btn-lime-9:not(:disabled):not(.disabled):active:focus, .btn-lime-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lime-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 99, 57, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(69, 99, 57, 0.5); }

.btn-green-0 {
  color: #212529;
  background-color: #f1fcf3;
  border-color: #f1fcf3; }
  .btn-green-0:hover {
    color: #212529;
    background-color: #d2f5d8;
    border-color: #c7f3cf; }
  .btn-green-0:focus, .btn-green-0.focus {
    color: #212529;
    background-color: #d2f5d8;
    border-color: #c7f3cf;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 220, 213, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(210, 220, 213, 0.5); }
  .btn-green-0.disabled, .btn-green-0:disabled {
    color: #212529;
    background-color: #f1fcf3;
    border-color: #f1fcf3; }
  .btn-green-0:not(:disabled):not(.disabled):active, .btn-green-0:not(:disabled):not(.disabled).active,
  .show > .btn-green-0.dropdown-toggle {
    color: #212529;
    background-color: #c7f3cf;
    border-color: #bdf1c6; }
    .btn-green-0:not(:disabled):not(.disabled):active:focus, .btn-green-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 220, 213, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(210, 220, 213, 0.5); }

.btn-green-1 {
  color: #212529;
  background-color: #d1f7d9;
  border-color: #d1f7d9; }
  .btn-green-1:hover {
    color: #212529;
    background-color: #b0f1be;
    border-color: #a6efb5; }
  .btn-green-1:focus, .btn-green-1.focus {
    color: #212529;
    background-color: #b0f1be;
    border-color: #a6efb5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(183, 216, 191, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(183, 216, 191, 0.5); }
  .btn-green-1.disabled, .btn-green-1:disabled {
    color: #212529;
    background-color: #d1f7d9;
    border-color: #d1f7d9; }
  .btn-green-1:not(:disabled):not(.disabled):active, .btn-green-1:not(:disabled):not(.disabled).active,
  .show > .btn-green-1.dropdown-toggle {
    color: #212529;
    background-color: #a6efb5;
    border-color: #9beeac; }
    .btn-green-1:not(:disabled):not(.disabled):active:focus, .btn-green-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(183, 216, 191, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(183, 216, 191, 0.5); }

.btn-green-2 {
  color: #212529;
  background-color: #acf1ba;
  border-color: #acf1ba; }
  .btn-green-2:hover {
    color: #212529;
    background-color: #8beb9f;
    border-color: #80ea96; }
  .btn-green-2:focus, .btn-green-2.focus {
    color: #212529;
    background-color: #8beb9f;
    border-color: #80ea96;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 210, 164, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(151, 210, 164, 0.5); }
  .btn-green-2.disabled, .btn-green-2:disabled {
    color: #212529;
    background-color: #acf1ba;
    border-color: #acf1ba; }
  .btn-green-2:not(:disabled):not(.disabled):active, .btn-green-2:not(:disabled):not(.disabled).active,
  .show > .btn-green-2.dropdown-toggle {
    color: #212529;
    background-color: #80ea96;
    border-color: #75e88d; }
    .btn-green-2:not(:disabled):not(.disabled):active:focus, .btn-green-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 210, 164, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(151, 210, 164, 0.5); }

.btn-green-3 {
  color: #212529;
  background-color: #81e995;
  border-color: #81e995; }
  .btn-green-3:hover {
    color: #212529;
    background-color: #60e37a;
    border-color: #56e170; }
  .btn-green-3:focus, .btn-green-3.focus {
    color: #212529;
    background-color: #60e37a;
    border-color: #56e170;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 204, 133, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(115, 204, 133, 0.5); }
  .btn-green-3.disabled, .btn-green-3:disabled {
    color: #212529;
    background-color: #81e995;
    border-color: #81e995; }
  .btn-green-3:not(:disabled):not(.disabled):active, .btn-green-3:not(:disabled):not(.disabled).active,
  .show > .btn-green-3.dropdown-toggle {
    color: #212529;
    background-color: #56e170;
    border-color: #4be067; }
    .btn-green-3:not(:disabled):not(.disabled):active:focus, .btn-green-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 204, 133, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(115, 204, 133, 0.5); }

.btn-green-4 {
  color: #212529;
  background-color: #48df66;
  border-color: #48df66; }
  .btn-green-4:hover {
    color: #fff;
    background-color: #27d94b;
    border-color: #24d046; }
  .btn-green-4:focus, .btn-green-4.focus {
    color: #fff;
    background-color: #27d94b;
    border-color: #24d046;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 195, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(66, 195, 93, 0.5); }
  .btn-green-4.disabled, .btn-green-4:disabled {
    color: #212529;
    background-color: #48df66;
    border-color: #48df66; }
  .btn-green-4:not(:disabled):not(.disabled):active, .btn-green-4:not(:disabled):not(.disabled).active,
  .show > .btn-green-4.dropdown-toggle {
    color: #fff;
    background-color: #24d046;
    border-color: #22c543; }
    .btn-green-4:not(:disabled):not(.disabled):active:focus, .btn-green-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 195, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(66, 195, 93, 0.5); }

.btn-green-5 {
  color: #fff;
  background-color: #3ecc5a;
  border-color: #3ecc5a; }
  .btn-green-5:hover {
    color: #fff;
    background-color: #30b44a;
    border-color: #2daa46; }
  .btn-green-5:focus, .btn-green-5.focus {
    color: #fff;
    background-color: #30b44a;
    border-color: #2daa46;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 212, 115, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(91, 212, 115, 0.5); }
  .btn-green-5.disabled, .btn-green-5:disabled {
    color: #fff;
    background-color: #3ecc5a;
    border-color: #3ecc5a; }
  .btn-green-5:not(:disabled):not(.disabled):active, .btn-green-5:not(:disabled):not(.disabled).active,
  .show > .btn-green-5.dropdown-toggle {
    color: #fff;
    background-color: #2daa46;
    border-color: #2aa041; }
    .btn-green-5:not(:disabled):not(.disabled):active:focus, .btn-green-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 212, 115, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(91, 212, 115, 0.5); }

.btn-green-6 {
  color: #fff;
  background-color: #37b650;
  border-color: #37b650; }
  .btn-green-6:hover {
    color: #fff;
    background-color: #2e9943;
    border-color: #2b8f3f; }
  .btn-green-6:focus, .btn-green-6.focus {
    color: #fff;
    background-color: #2e9943;
    border-color: #2b8f3f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 193, 106, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(85, 193, 106, 0.5); }
  .btn-green-6.disabled, .btn-green-6:disabled {
    color: #fff;
    background-color: #37b650;
    border-color: #37b650; }
  .btn-green-6:not(:disabled):not(.disabled):active, .btn-green-6:not(:disabled):not(.disabled).active,
  .show > .btn-green-6.dropdown-toggle {
    color: #fff;
    background-color: #2b8f3f;
    border-color: #28853a; }
    .btn-green-6:not(:disabled):not(.disabled):active:focus, .btn-green-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 193, 106, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(85, 193, 106, 0.5); }

.btn-green-7 {
  color: #fff;
  background-color: #2f9d45;
  border-color: #2f9d45; }
  .btn-green-7:hover {
    color: #fff;
    background-color: #268038;
    border-color: #237634; }
  .btn-green-7:focus, .btn-green-7.focus {
    color: #fff;
    background-color: #268038;
    border-color: #237634;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 172, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(78, 172, 97, 0.5); }
  .btn-green-7.disabled, .btn-green-7:disabled {
    color: #fff;
    background-color: #2f9d45;
    border-color: #2f9d45; }
  .btn-green-7:not(:disabled):not(.disabled):active, .btn-green-7:not(:disabled):not(.disabled).active,
  .show > .btn-green-7.dropdown-toggle {
    color: #fff;
    background-color: #237634;
    border-color: #206c2f; }
    .btn-green-7:not(:disabled):not(.disabled):active:focus, .btn-green-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 172, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(78, 172, 97, 0.5); }

.btn-green-8 {
  color: #fff;
  background-color: #257c37;
  border-color: #257c37; }
  .btn-green-8:hover {
    color: #fff;
    background-color: #1c5f2a;
    border-color: #195526; }
  .btn-green-8:focus, .btn-green-8.focus {
    color: #fff;
    background-color: #1c5f2a;
    border-color: #195526;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 144, 85, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(70, 144, 85, 0.5); }
  .btn-green-8.disabled, .btn-green-8:disabled {
    color: #fff;
    background-color: #257c37;
    border-color: #257c37; }
  .btn-green-8:not(:disabled):not(.disabled):active, .btn-green-8:not(:disabled):not(.disabled).active,
  .show > .btn-green-8.dropdown-toggle {
    color: #fff;
    background-color: #195526;
    border-color: #164b21; }
    .btn-green-8:not(:disabled):not(.disabled):active:focus, .btn-green-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 144, 85, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(70, 144, 85, 0.5); }

.btn-green-9 {
  color: #fff;
  background-color: #164920;
  border-color: #164920; }
  .btn-green-9:hover {
    color: #fff;
    background-color: #0d2c13;
    border-color: #0a220f; }
  .btn-green-9:focus, .btn-green-9.focus {
    color: #fff;
    background-color: #0d2c13;
    border-color: #0a220f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 100, 65, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(57, 100, 65, 0.5); }
  .btn-green-9.disabled, .btn-green-9:disabled {
    color: #fff;
    background-color: #164920;
    border-color: #164920; }
  .btn-green-9:not(:disabled):not(.disabled):active, .btn-green-9:not(:disabled):not(.disabled).active,
  .show > .btn-green-9.dropdown-toggle {
    color: #fff;
    background-color: #0a220f;
    border-color: #07180b; }
    .btn-green-9:not(:disabled):not(.disabled):active:focus, .btn-green-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 100, 65, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(57, 100, 65, 0.5); }

.btn-teal-0 {
  color: #212529;
  background-color: #effcf8;
  border-color: #effcf8; }
  .btn-teal-0:hover {
    color: #212529;
    background-color: #cff6ea;
    border-color: #c4f4e5; }
  .btn-teal-0:focus, .btn-teal-0.focus {
    color: #212529;
    background-color: #cff6ea;
    border-color: #c4f4e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 220, 217, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(208, 220, 217, 0.5); }
  .btn-teal-0.disabled, .btn-teal-0:disabled {
    color: #212529;
    background-color: #effcf8;
    border-color: #effcf8; }
  .btn-teal-0:not(:disabled):not(.disabled):active, .btn-teal-0:not(:disabled):not(.disabled).active,
  .show > .btn-teal-0.dropdown-toggle {
    color: #212529;
    background-color: #c4f4e5;
    border-color: #b9f2e1; }
    .btn-teal-0:not(:disabled):not(.disabled):active:focus, .btn-teal-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 220, 217, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(208, 220, 217, 0.5); }

.btn-teal-1 {
  color: #212529;
  background-color: #cdf6ea;
  border-color: #cdf6ea; }
  .btn-teal-1:hover {
    color: #212529;
    background-color: #adf0dc;
    border-color: #a2eed8; }
  .btn-teal-1:focus, .btn-teal-1.focus {
    color: #212529;
    background-color: #adf0dc;
    border-color: #a2eed8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 215, 205, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(179, 215, 205, 0.5); }
  .btn-teal-1.disabled, .btn-teal-1:disabled {
    color: #212529;
    background-color: #cdf6ea;
    border-color: #cdf6ea; }
  .btn-teal-1:not(:disabled):not(.disabled):active, .btn-teal-1:not(:disabled):not(.disabled).active,
  .show > .btn-teal-1.dropdown-toggle {
    color: #212529;
    background-color: #a2eed8;
    border-color: #97ecd3; }
    .btn-teal-1:not(:disabled):not(.disabled):active:focus, .btn-teal-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 215, 205, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(179, 215, 205, 0.5); }

.btn-teal-2 {
  color: #212529;
  background-color: #a6efd9;
  border-color: #a6efd9; }
  .btn-teal-2:hover {
    color: #212529;
    background-color: #86e9cb;
    border-color: #7be7c7; }
  .btn-teal-2:focus, .btn-teal-2.focus {
    color: #212529;
    background-color: #86e9cb;
    border-color: #7be7c7;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(146, 209, 191, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(146, 209, 191, 0.5); }
  .btn-teal-2.disabled, .btn-teal-2:disabled {
    color: #212529;
    background-color: #a6efd9;
    border-color: #a6efd9; }
  .btn-teal-2:not(:disabled):not(.disabled):active, .btn-teal-2:not(:disabled):not(.disabled).active,
  .show > .btn-teal-2.dropdown-toggle {
    color: #212529;
    background-color: #7be7c7;
    border-color: #70e5c2; }
    .btn-teal-2:not(:disabled):not(.disabled):active:focus, .btn-teal-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(146, 209, 191, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(146, 209, 191, 0.5); }

.btn-teal-3 {
  color: #212529;
  background-color: #76e7c5;
  border-color: #76e7c5; }
  .btn-teal-3:hover {
    color: #212529;
    background-color: #55e1b7;
    border-color: #4bdfb3; }
  .btn-teal-3:focus, .btn-teal-3.focus {
    color: #212529;
    background-color: #55e1b7;
    border-color: #4bdfb3;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 202, 174, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(105, 202, 174, 0.5); }
  .btn-teal-3.disabled, .btn-teal-3:disabled {
    color: #212529;
    background-color: #76e7c5;
    border-color: #76e7c5; }
  .btn-teal-3:not(:disabled):not(.disabled):active, .btn-teal-3:not(:disabled):not(.disabled).active,
  .show > .btn-teal-3.dropdown-toggle {
    color: #212529;
    background-color: #4bdfb3;
    border-color: #40ddae; }
    .btn-teal-3:not(:disabled):not(.disabled):active:focus, .btn-teal-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 202, 174, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(105, 202, 174, 0.5); }

.btn-teal-4 {
  color: #212529;
  background-color: #42dbae;
  border-color: #42dbae; }
  .btn-teal-4:hover {
    color: #212529;
    background-color: #27cf9e;
    border-color: #25c596; }
  .btn-teal-4:focus, .btn-teal-4.focus {
    color: #212529;
    background-color: #27cf9e;
    border-color: #25c596;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 192, 154, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(61, 192, 154, 0.5); }
  .btn-teal-4.disabled, .btn-teal-4:disabled {
    color: #212529;
    background-color: #42dbae;
    border-color: #42dbae; }
  .btn-teal-4:not(:disabled):not(.disabled):active, .btn-teal-4:not(:disabled):not(.disabled).active,
  .show > .btn-teal-4.dropdown-toggle {
    color: #fff;
    background-color: #25c596;
    border-color: #23ba8e; }
    .btn-teal-4:not(:disabled):not(.disabled):active:focus, .btn-teal-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 192, 154, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(61, 192, 154, 0.5); }

.btn-teal-5 {
  color: #212529;
  background-color: #3cc89f;
  border-color: #3cc89f; }
  .btn-teal-5:hover {
    color: #fff;
    background-color: #31ad89;
    border-color: #2ea381; }
  .btn-teal-5:focus, .btn-teal-5.focus {
    color: #fff;
    background-color: #31ad89;
    border-color: #2ea381;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 176, 141, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(56, 176, 141, 0.5); }
  .btn-teal-5.disabled, .btn-teal-5:disabled {
    color: #212529;
    background-color: #3cc89f;
    border-color: #3cc89f; }
  .btn-teal-5:not(:disabled):not(.disabled):active, .btn-teal-5:not(:disabled):not(.disabled).active,
  .show > .btn-teal-5.dropdown-toggle {
    color: #fff;
    background-color: #2ea381;
    border-color: #2b9979; }
    .btn-teal-5:not(:disabled):not(.disabled):active:focus, .btn-teal-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 176, 141, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(56, 176, 141, 0.5); }

.btn-teal-6 {
  color: #fff;
  background-color: #36b38e;
  border-color: #36b38e; }
  .btn-teal-6:hover {
    color: #fff;
    background-color: #2d9677;
    border-color: #2a8c6f; }
  .btn-teal-6:focus, .btn-teal-6.focus {
    color: #fff;
    background-color: #2d9677;
    border-color: #2a8c6f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 190, 159, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(84, 190, 159, 0.5); }
  .btn-teal-6.disabled, .btn-teal-6:disabled {
    color: #fff;
    background-color: #36b38e;
    border-color: #36b38e; }
  .btn-teal-6:not(:disabled):not(.disabled):active, .btn-teal-6:not(:disabled):not(.disabled).active,
  .show > .btn-teal-6.dropdown-toggle {
    color: #fff;
    background-color: #2a8c6f;
    border-color: #278267; }
    .btn-teal-6:not(:disabled):not(.disabled):active:focus, .btn-teal-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 190, 159, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(84, 190, 159, 0.5); }

.btn-teal-7 {
  color: #fff;
  background-color: #2e9a7a;
  border-color: #2e9a7a; }
  .btn-teal-7:hover {
    color: #fff;
    background-color: #257d63;
    border-color: #22735b; }
  .btn-teal-7:focus, .btn-teal-7.focus {
    color: #fff;
    background-color: #257d63;
    border-color: #22735b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 169, 142, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(77, 169, 142, 0.5); }
  .btn-teal-7.disabled, .btn-teal-7:disabled {
    color: #fff;
    background-color: #2e9a7a;
    border-color: #2e9a7a; }
  .btn-teal-7:not(:disabled):not(.disabled):active, .btn-teal-7:not(:disabled):not(.disabled).active,
  .show > .btn-teal-7.dropdown-toggle {
    color: #fff;
    background-color: #22735b;
    border-color: #1f6953; }
    .btn-teal-7:not(:disabled):not(.disabled):active:focus, .btn-teal-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 169, 142, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(77, 169, 142, 0.5); }

.btn-teal-8 {
  color: #fff;
  background-color: #257960;
  border-color: #257960; }
  .btn-teal-8:hover {
    color: #fff;
    background-color: #1c5c49;
    border-color: #195241; }
  .btn-teal-8:focus, .btn-teal-8.focus {
    color: #fff;
    background-color: #1c5c49;
    border-color: #195241;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 141, 120, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(70, 141, 120, 0.5); }
  .btn-teal-8.disabled, .btn-teal-8:disabled {
    color: #fff;
    background-color: #257960;
    border-color: #257960; }
  .btn-teal-8:not(:disabled):not(.disabled):active, .btn-teal-8:not(:disabled):not(.disabled).active,
  .show > .btn-teal-8.dropdown-toggle {
    color: #fff;
    background-color: #195241;
    border-color: #164839; }
    .btn-teal-8:not(:disabled):not(.disabled):active:focus, .btn-teal-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 141, 120, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(70, 141, 120, 0.5); }

.btn-teal-9 {
  color: #fff;
  background-color: #164739;
  border-color: #164739; }
  .btn-teal-9:hover {
    color: #fff;
    background-color: #0d2a22;
    border-color: #0a201a; }
  .btn-teal-9:focus, .btn-teal-9.focus {
    color: #fff;
    background-color: #0d2a22;
    border-color: #0a201a;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 99, 87, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(57, 99, 87, 0.5); }
  .btn-teal-9.disabled, .btn-teal-9:disabled {
    color: #fff;
    background-color: #164739;
    border-color: #164739; }
  .btn-teal-9:not(:disabled):not(.disabled):active, .btn-teal-9:not(:disabled):not(.disabled).active,
  .show > .btn-teal-9.dropdown-toggle {
    color: #fff;
    background-color: #0a201a;
    border-color: #071612; }
    .btn-teal-9:not(:disabled):not(.disabled):active:focus, .btn-teal-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 99, 87, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(57, 99, 87, 0.5); }

.btn-cyan-0 {
  color: #212529;
  background-color: #f3fbfd;
  border-color: #f3fbfd; }
  .btn-cyan-0:hover {
    color: #212529;
    background-color: #d2f0f8;
    border-color: #c7ecf6; }
  .btn-cyan-0:focus, .btn-cyan-0.focus {
    color: #212529;
    background-color: #d2f0f8;
    border-color: #c7ecf6;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 219, 221, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(212, 219, 221, 0.5); }
  .btn-cyan-0.disabled, .btn-cyan-0:disabled {
    color: #212529;
    background-color: #f3fbfd;
    border-color: #f3fbfd; }
  .btn-cyan-0:not(:disabled):not(.disabled):active, .btn-cyan-0:not(:disabled):not(.disabled).active,
  .show > .btn-cyan-0.dropdown-toggle {
    color: #212529;
    background-color: #c7ecf6;
    border-color: #bce9f4; }
    .btn-cyan-0:not(:disabled):not(.disabled):active:focus, .btn-cyan-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 219, 221, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(212, 219, 221, 0.5); }

.btn-cyan-1 {
  color: #212529;
  background-color: #d9f2f8;
  border-color: #d9f2f8; }
  .btn-cyan-1:hover {
    color: #212529;
    background-color: #b9e7f2;
    border-color: #aee3f0; }
  .btn-cyan-1:focus, .btn-cyan-1.focus {
    color: #212529;
    background-color: #b9e7f2;
    border-color: #aee3f0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 211, 217, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(189, 211, 217, 0.5); }
  .btn-cyan-1.disabled, .btn-cyan-1:disabled {
    color: #212529;
    background-color: #d9f2f8;
    border-color: #d9f2f8; }
  .btn-cyan-1:not(:disabled):not(.disabled):active, .btn-cyan-1:not(:disabled):not(.disabled).active,
  .show > .btn-cyan-1.dropdown-toggle {
    color: #212529;
    background-color: #aee3f0;
    border-color: #a3e0ee; }
    .btn-cyan-1:not(:disabled):not(.disabled):active:focus, .btn-cyan-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 211, 217, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(189, 211, 217, 0.5); }

.btn-cyan-2 {
  color: #212529;
  background-color: #bce8f3;
  border-color: #bce8f3; }
  .btn-cyan-2:hover {
    color: #212529;
    background-color: #9cdded;
    border-color: #91d9eb; }
  .btn-cyan-2:focus, .btn-cyan-2.focus {
    color: #212529;
    background-color: #9cdded;
    border-color: #91d9eb;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 203, 213, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(165, 203, 213, 0.5); }
  .btn-cyan-2.disabled, .btn-cyan-2:disabled {
    color: #212529;
    background-color: #bce8f3;
    border-color: #bce8f3; }
  .btn-cyan-2:not(:disabled):not(.disabled):active, .btn-cyan-2:not(:disabled):not(.disabled).active,
  .show > .btn-cyan-2.dropdown-toggle {
    color: #212529;
    background-color: #91d9eb;
    border-color: #86d5e9; }
    .btn-cyan-2:not(:disabled):not(.disabled):active:focus, .btn-cyan-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 203, 213, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(165, 203, 213, 0.5); }

.btn-cyan-3 {
  color: #212529;
  background-color: #9cddee;
  border-color: #9cddee; }
  .btn-cyan-3:hover {
    color: #212529;
    background-color: #7bd2e8;
    border-color: #70cee7; }
  .btn-cyan-3:focus, .btn-cyan-3.focus {
    color: #212529;
    background-color: #7bd2e8;
    border-color: #70cee7;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(138, 193, 208, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(138, 193, 208, 0.5); }
  .btn-cyan-3.disabled, .btn-cyan-3:disabled {
    color: #212529;
    background-color: #9cddee;
    border-color: #9cddee; }
  .btn-cyan-3:not(:disabled):not(.disabled):active, .btn-cyan-3:not(:disabled):not(.disabled).active,
  .show > .btn-cyan-3.dropdown-toggle {
    color: #212529;
    background-color: #70cee7;
    border-color: #66cae5; }
    .btn-cyan-3:not(:disabled):not(.disabled):active:focus, .btn-cyan-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(138, 193, 208, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(138, 193, 208, 0.5); }

.btn-cyan-4 {
  color: #212529;
  background-color: #76d0e7;
  border-color: #76d0e7; }
  .btn-cyan-4:hover {
    color: #212529;
    background-color: #55c5e1;
    border-color: #4bc1df; }
  .btn-cyan-4:focus, .btn-cyan-4.focus {
    color: #212529;
    background-color: #55c5e1;
    border-color: #4bc1df;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 182, 203, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(105, 182, 203, 0.5); }
  .btn-cyan-4.disabled, .btn-cyan-4:disabled {
    color: #212529;
    background-color: #76d0e7;
    border-color: #76d0e7; }
  .btn-cyan-4:not(:disabled):not(.disabled):active, .btn-cyan-4:not(:disabled):not(.disabled).active,
  .show > .btn-cyan-4.dropdown-toggle {
    color: #212529;
    background-color: #4bc1df;
    border-color: #40bddd; }
    .btn-cyan-4:not(:disabled):not(.disabled):active:focus, .btn-cyan-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 182, 203, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(105, 182, 203, 0.5); }

.btn-cyan-5 {
  color: #212529;
  background-color: #49c1df;
  border-color: #49c1df; }
  .btn-cyan-5:hover {
    color: #fff;
    background-color: #28b6d9;
    border-color: #25aed0; }
  .btn-cyan-5:focus, .btn-cyan-5.focus {
    color: #fff;
    background-color: #28b6d9;
    border-color: #25aed0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 170, 196, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(67, 170, 196, 0.5); }
  .btn-cyan-5.disabled, .btn-cyan-5:disabled {
    color: #212529;
    background-color: #49c1df;
    border-color: #49c1df; }
  .btn-cyan-5:not(:disabled):not(.disabled):active, .btn-cyan-5:not(:disabled):not(.disabled).active,
  .show > .btn-cyan-5.dropdown-toggle {
    color: #fff;
    background-color: #25aed0;
    border-color: #23a5c6; }
    .btn-cyan-5:not(:disabled):not(.disabled):active:focus, .btn-cyan-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 170, 196, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(67, 170, 196, 0.5); }

.btn-cyan-6 {
  color: #fff;
  background-color: #3dadc9;
  border-color: #3dadc9; }
  .btn-cyan-6:hover {
    color: #fff;
    background-color: #3196af;
    border-color: #2e8da5; }
  .btn-cyan-6:focus, .btn-cyan-6.focus {
    color: #fff;
    background-color: #3196af;
    border-color: #2e8da5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 185, 209, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(90, 185, 209, 0.5); }
  .btn-cyan-6.disabled, .btn-cyan-6:disabled {
    color: #fff;
    background-color: #3dadc9;
    border-color: #3dadc9; }
  .btn-cyan-6:not(:disabled):not(.disabled):active, .btn-cyan-6:not(:disabled):not(.disabled).active,
  .show > .btn-cyan-6.dropdown-toggle {
    color: #fff;
    background-color: #2e8da5;
    border-color: #2b859b; }
    .btn-cyan-6:not(:disabled):not(.disabled):active:focus, .btn-cyan-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 185, 209, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(90, 185, 209, 0.5); }

.btn-cyan-7 {
  color: #fff;
  background-color: #3494ac;
  border-color: #3494ac; }
  .btn-cyan-7:hover {
    color: #fff;
    background-color: #2b7b8f;
    border-color: #287285; }
  .btn-cyan-7:focus, .btn-cyan-7.focus {
    color: #fff;
    background-color: #2b7b8f;
    border-color: #287285;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 164, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 164, 184, 0.5); }
  .btn-cyan-7.disabled, .btn-cyan-7:disabled {
    color: #fff;
    background-color: #3494ac;
    border-color: #3494ac; }
  .btn-cyan-7:not(:disabled):not(.disabled):active, .btn-cyan-7:not(:disabled):not(.disabled).active,
  .show > .btn-cyan-7.dropdown-toggle {
    color: #fff;
    background-color: #287285;
    border-color: #256a7b; }
    .btn-cyan-7:not(:disabled):not(.disabled):active:focus, .btn-cyan-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 164, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 164, 184, 0.5); }

.btn-cyan-8 {
  color: #fff;
  background-color: #297588;
  border-color: #297588; }
  .btn-cyan-8:hover {
    color: #fff;
    background-color: #205c6b;
    border-color: #1d5361; }
  .btn-cyan-8:focus, .btn-cyan-8.focus {
    color: #fff;
    background-color: #205c6b;
    border-color: #1d5361;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 138, 154, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(73, 138, 154, 0.5); }
  .btn-cyan-8.disabled, .btn-cyan-8:disabled {
    color: #fff;
    background-color: #297588;
    border-color: #297588; }
  .btn-cyan-8:not(:disabled):not(.disabled):active, .btn-cyan-8:not(:disabled):not(.disabled).active,
  .show > .btn-cyan-8.dropdown-toggle {
    color: #fff;
    background-color: #1d5361;
    border-color: #1a4b57; }
    .btn-cyan-8:not(:disabled):not(.disabled):active:focus, .btn-cyan-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 138, 154, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(73, 138, 154, 0.5); }

.btn-cyan-9 {
  color: #fff;
  background-color: #184550;
  border-color: #184550; }
  .btn-cyan-9:hover {
    color: #fff;
    background-color: #0f2c33;
    border-color: #0c2329; }
  .btn-cyan-9:focus, .btn-cyan-9.focus {
    color: #fff;
    background-color: #0f2c33;
    border-color: #0c2329;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 97, 106, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(59, 97, 106, 0.5); }
  .btn-cyan-9.disabled, .btn-cyan-9:disabled {
    color: #fff;
    background-color: #184550;
    border-color: #184550; }
  .btn-cyan-9:not(:disabled):not(.disabled):active, .btn-cyan-9:not(:disabled):not(.disabled).active,
  .show > .btn-cyan-9.dropdown-toggle {
    color: #fff;
    background-color: #0c2329;
    border-color: #091b1f; }
    .btn-cyan-9:not(:disabled):not(.disabled):active:focus, .btn-cyan-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 97, 106, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(59, 97, 106, 0.5); }

.btn-outline-primary {
  color: #5f86e3;
  border-color: #5f86e3; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #5f86e3;
    border-color: #5f86e3; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #5f86e3;
    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: #5f86e3;
    border-color: #5f86e3; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5); }

.btn-outline-secondary {
  color: #666c7b;
  border-color: #666c7b; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #666c7b;
    border-color: #666c7b; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 108, 123, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(102, 108, 123, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #666c7b;
    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: #666c7b;
    border-color: #666c7b; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 108, 123, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(102, 108, 123, 0.5); }

.btn-outline-success {
  color: #2f9d45;
  border-color: #2f9d45; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #2f9d45;
    border-color: #2f9d45; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 157, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(47, 157, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #2f9d45;
    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: #2f9d45;
    border-color: #2f9d45; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 157, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(47, 157, 69, 0.5); }

.btn-outline-info {
  color: #3dadc9;
  border-color: #3dadc9; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #3dadc9;
    border-color: #3dadc9; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 173, 201, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(61, 173, 201, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #3dadc9;
    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: #3dadc9;
    border-color: #3dadc9; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 173, 201, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(61, 173, 201, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #de6345;
  border-color: #de6345; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #de6345;
    border-color: #de6345; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 99, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 99, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #de6345;
    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: #de6345;
    border-color: #de6345; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 99, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 99, 69, 0.5); }

.btn-outline-light {
  color: #f9f9fa;
  border-color: #f9f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f9f9fa;
    border-color: #f9f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(249, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f9f9fa;
    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: #f9f9fa;
    border-color: #f9f9fa; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(249, 249, 250, 0.5); }

.btn-outline-dark {
  color: #3c3f48;
  border-color: #3c3f48; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #3c3f48;
    border-color: #3c3f48; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 63, 72, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(60, 63, 72, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #3c3f48;
    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: #3c3f48;
    border-color: #3c3f48; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 63, 72, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(60, 63, 72, 0.5); }

.btn-outline-base {
  color: #4371de;
  border-color: #4371de; }
  .btn-outline-base:hover {
    color: #fff;
    background-color: #4371de;
    border-color: #4371de; }
  .btn-outline-base:focus, .btn-outline-base.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 113, 222, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(67, 113, 222, 0.5); }
  .btn-outline-base.disabled, .btn-outline-base:disabled {
    color: #4371de;
    background-color: transparent; }
  .btn-outline-base:not(:disabled):not(.disabled):active, .btn-outline-base:not(:disabled):not(.disabled).active,
  .show > .btn-outline-base.dropdown-toggle {
    color: #fff;
    background-color: #4371de;
    border-color: #4371de; }
    .btn-outline-base:not(:disabled):not(.disabled):active:focus, .btn-outline-base:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-base.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 113, 222, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(67, 113, 222, 0.5); }

.btn-outline-gray-0 {
  color: #f9f9fa;
  border-color: #f9f9fa; }
  .btn-outline-gray-0:hover {
    color: #212529;
    background-color: #f9f9fa;
    border-color: #f9f9fa; }
  .btn-outline-gray-0:focus, .btn-outline-gray-0.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(249, 249, 250, 0.5); }
  .btn-outline-gray-0.disabled, .btn-outline-gray-0:disabled {
    color: #f9f9fa;
    background-color: transparent; }
  .btn-outline-gray-0:not(:disabled):not(.disabled):active, .btn-outline-gray-0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-0.dropdown-toggle {
    color: #212529;
    background-color: #f9f9fa;
    border-color: #f9f9fa; }
    .btn-outline-gray-0:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(249, 249, 250, 0.5); }

.btn-outline-gray-1 {
  color: #ecedf0;
  border-color: #ecedf0; }
  .btn-outline-gray-1:hover {
    color: #212529;
    background-color: #ecedf0;
    border-color: #ecedf0; }
  .btn-outline-gray-1:focus, .btn-outline-gray-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 237, 240, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(236, 237, 240, 0.5); }
  .btn-outline-gray-1.disabled, .btn-outline-gray-1:disabled {
    color: #ecedf0;
    background-color: transparent; }
  .btn-outline-gray-1:not(:disabled):not(.disabled):active, .btn-outline-gray-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-1.dropdown-toggle {
    color: #212529;
    background-color: #ecedf0;
    border-color: #ecedf0; }
    .btn-outline-gray-1:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 237, 240, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(236, 237, 240, 0.5); }

.btn-outline-gray-2 {
  color: #dfe1e6;
  border-color: #dfe1e6; }
  .btn-outline-gray-2:hover {
    color: #212529;
    background-color: #dfe1e6;
    border-color: #dfe1e6; }
  .btn-outline-gray-2:focus, .btn-outline-gray-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 225, 230, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(223, 225, 230, 0.5); }
  .btn-outline-gray-2.disabled, .btn-outline-gray-2:disabled {
    color: #dfe1e6;
    background-color: transparent; }
  .btn-outline-gray-2:not(:disabled):not(.disabled):active, .btn-outline-gray-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-2.dropdown-toggle {
    color: #212529;
    background-color: #dfe1e6;
    border-color: #dfe1e6; }
    .btn-outline-gray-2:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 225, 230, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(223, 225, 230, 0.5); }

.btn-outline-gray-3 {
  color: #d0d3da;
  border-color: #d0d3da; }
  .btn-outline-gray-3:hover {
    color: #212529;
    background-color: #d0d3da;
    border-color: #d0d3da; }
  .btn-outline-gray-3:focus, .btn-outline-gray-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 211, 218, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(208, 211, 218, 0.5); }
  .btn-outline-gray-3.disabled, .btn-outline-gray-3:disabled {
    color: #d0d3da;
    background-color: transparent; }
  .btn-outline-gray-3:not(:disabled):not(.disabled):active, .btn-outline-gray-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-3.dropdown-toggle {
    color: #212529;
    background-color: #d0d3da;
    border-color: #d0d3da; }
    .btn-outline-gray-3:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 211, 218, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(208, 211, 218, 0.5); }

.btn-outline-gray-4 {
  color: #c0c4ce;
  border-color: #c0c4ce; }
  .btn-outline-gray-4:hover {
    color: #212529;
    background-color: #c0c4ce;
    border-color: #c0c4ce; }
  .btn-outline-gray-4:focus, .btn-outline-gray-4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 196, 206, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(192, 196, 206, 0.5); }
  .btn-outline-gray-4.disabled, .btn-outline-gray-4:disabled {
    color: #c0c4ce;
    background-color: transparent; }
  .btn-outline-gray-4:not(:disabled):not(.disabled):active, .btn-outline-gray-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-4.dropdown-toggle {
    color: #212529;
    background-color: #c0c4ce;
    border-color: #c0c4ce; }
    .btn-outline-gray-4:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 196, 206, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(192, 196, 206, 0.5); }

.btn-outline-gray-5 {
  color: #aeb3bf;
  border-color: #aeb3bf; }
  .btn-outline-gray-5:hover {
    color: #212529;
    background-color: #aeb3bf;
    border-color: #aeb3bf; }
  .btn-outline-gray-5:focus, .btn-outline-gray-5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 179, 191, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(174, 179, 191, 0.5); }
  .btn-outline-gray-5.disabled, .btn-outline-gray-5:disabled {
    color: #aeb3bf;
    background-color: transparent; }
  .btn-outline-gray-5:not(:disabled):not(.disabled):active, .btn-outline-gray-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-5.dropdown-toggle {
    color: #212529;
    background-color: #aeb3bf;
    border-color: #aeb3bf; }
    .btn-outline-gray-5:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 179, 191, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(174, 179, 191, 0.5); }

.btn-outline-gray-6 {
  color: #99a0af;
  border-color: #99a0af; }
  .btn-outline-gray-6:hover {
    color: #212529;
    background-color: #99a0af;
    border-color: #99a0af; }
  .btn-outline-gray-6:focus, .btn-outline-gray-6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 160, 175, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(153, 160, 175, 0.5); }
  .btn-outline-gray-6.disabled, .btn-outline-gray-6:disabled {
    color: #99a0af;
    background-color: transparent; }
  .btn-outline-gray-6:not(:disabled):not(.disabled):active, .btn-outline-gray-6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-6.dropdown-toggle {
    color: #212529;
    background-color: #99a0af;
    border-color: #99a0af; }
    .btn-outline-gray-6:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 160, 175, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(153, 160, 175, 0.5); }

.btn-outline-gray-7 {
  color: #81899c;
  border-color: #81899c; }
  .btn-outline-gray-7:hover {
    color: #fff;
    background-color: #81899c;
    border-color: #81899c; }
  .btn-outline-gray-7:focus, .btn-outline-gray-7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 137, 156, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(129, 137, 156, 0.5); }
  .btn-outline-gray-7.disabled, .btn-outline-gray-7:disabled {
    color: #81899c;
    background-color: transparent; }
  .btn-outline-gray-7:not(:disabled):not(.disabled):active, .btn-outline-gray-7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-7.dropdown-toggle {
    color: #fff;
    background-color: #81899c;
    border-color: #81899c; }
    .btn-outline-gray-7:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 137, 156, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(129, 137, 156, 0.5); }

.btn-outline-gray-8 {
  color: #666c7b;
  border-color: #666c7b; }
  .btn-outline-gray-8:hover {
    color: #fff;
    background-color: #666c7b;
    border-color: #666c7b; }
  .btn-outline-gray-8:focus, .btn-outline-gray-8.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 108, 123, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(102, 108, 123, 0.5); }
  .btn-outline-gray-8.disabled, .btn-outline-gray-8:disabled {
    color: #666c7b;
    background-color: transparent; }
  .btn-outline-gray-8:not(:disabled):not(.disabled):active, .btn-outline-gray-8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-8.dropdown-toggle {
    color: #fff;
    background-color: #666c7b;
    border-color: #666c7b; }
    .btn-outline-gray-8:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 108, 123, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(102, 108, 123, 0.5); }

.btn-outline-gray-9 {
  color: #3c3f48;
  border-color: #3c3f48; }
  .btn-outline-gray-9:hover {
    color: #fff;
    background-color: #3c3f48;
    border-color: #3c3f48; }
  .btn-outline-gray-9:focus, .btn-outline-gray-9.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 63, 72, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(60, 63, 72, 0.5); }
  .btn-outline-gray-9.disabled, .btn-outline-gray-9:disabled {
    color: #3c3f48;
    background-color: transparent; }
  .btn-outline-gray-9:not(:disabled):not(.disabled):active, .btn-outline-gray-9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-9.dropdown-toggle {
    color: #fff;
    background-color: #3c3f48;
    border-color: #3c3f48; }
    .btn-outline-gray-9:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 63, 72, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(60, 63, 72, 0.5); }

.btn-outline-blue-0 {
  color: #f8f9fe;
  border-color: #f8f9fe; }
  .btn-outline-blue-0:hover {
    color: #212529;
    background-color: #f8f9fe;
    border-color: #f8f9fe; }
  .btn-outline-blue-0:focus, .btn-outline-blue-0.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 254, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 254, 0.5); }
  .btn-outline-blue-0.disabled, .btn-outline-blue-0:disabled {
    color: #f8f9fe;
    background-color: transparent; }
  .btn-outline-blue-0:not(:disabled):not(.disabled):active, .btn-outline-blue-0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-0.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fe;
    border-color: #f8f9fe; }
    .btn-outline-blue-0:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 254, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 254, 0.5); }

.btn-outline-blue-1 {
  color: #e8eefb;
  border-color: #e8eefb; }
  .btn-outline-blue-1:hover {
    color: #212529;
    background-color: #e8eefb;
    border-color: #e8eefb; }
  .btn-outline-blue-1:focus, .btn-outline-blue-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 238, 251, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(232, 238, 251, 0.5); }
  .btn-outline-blue-1.disabled, .btn-outline-blue-1:disabled {
    color: #e8eefb;
    background-color: transparent; }
  .btn-outline-blue-1:not(:disabled):not(.disabled):active, .btn-outline-blue-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-1.dropdown-toggle {
    color: #212529;
    background-color: #e8eefb;
    border-color: #e8eefb; }
    .btn-outline-blue-1:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 238, 251, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(232, 238, 251, 0.5); }

.btn-outline-blue-2 {
  color: #d7e1f8;
  border-color: #d7e1f8; }
  .btn-outline-blue-2:hover {
    color: #212529;
    background-color: #d7e1f8;
    border-color: #d7e1f8; }
  .btn-outline-blue-2:focus, .btn-outline-blue-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 225, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(215, 225, 248, 0.5); }
  .btn-outline-blue-2.disabled, .btn-outline-blue-2:disabled {
    color: #d7e1f8;
    background-color: transparent; }
  .btn-outline-blue-2:not(:disabled):not(.disabled):active, .btn-outline-blue-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-2.dropdown-toggle {
    color: #212529;
    background-color: #d7e1f8;
    border-color: #d7e1f8; }
    .btn-outline-blue-2:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 225, 248, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(215, 225, 248, 0.5); }

.btn-outline-blue-3 {
  color: #c5d3f5;
  border-color: #c5d3f5; }
  .btn-outline-blue-3:hover {
    color: #212529;
    background-color: #c5d3f5;
    border-color: #c5d3f5; }
  .btn-outline-blue-3:focus, .btn-outline-blue-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 211, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(197, 211, 245, 0.5); }
  .btn-outline-blue-3.disabled, .btn-outline-blue-3:disabled {
    color: #c5d3f5;
    background-color: transparent; }
  .btn-outline-blue-3:not(:disabled):not(.disabled):active, .btn-outline-blue-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-3.dropdown-toggle {
    color: #212529;
    background-color: #c5d3f5;
    border-color: #c5d3f5; }
    .btn-outline-blue-3:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 211, 245, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(197, 211, 245, 0.5); }

.btn-outline-blue-4 {
  color: #b0c4f1;
  border-color: #b0c4f1; }
  .btn-outline-blue-4:hover {
    color: #212529;
    background-color: #b0c4f1;
    border-color: #b0c4f1; }
  .btn-outline-blue-4:focus, .btn-outline-blue-4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(176, 196, 241, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(176, 196, 241, 0.5); }
  .btn-outline-blue-4.disabled, .btn-outline-blue-4:disabled {
    color: #b0c4f1;
    background-color: transparent; }
  .btn-outline-blue-4:not(:disabled):not(.disabled):active, .btn-outline-blue-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-4.dropdown-toggle {
    color: #212529;
    background-color: #b0c4f1;
    border-color: #b0c4f1; }
    .btn-outline-blue-4:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(176, 196, 241, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(176, 196, 241, 0.5); }

.btn-outline-blue-5 {
  color: #9ab2ed;
  border-color: #9ab2ed; }
  .btn-outline-blue-5:hover {
    color: #212529;
    background-color: #9ab2ed;
    border-color: #9ab2ed; }
  .btn-outline-blue-5:focus, .btn-outline-blue-5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 178, 237, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(154, 178, 237, 0.5); }
  .btn-outline-blue-5.disabled, .btn-outline-blue-5:disabled {
    color: #9ab2ed;
    background-color: transparent; }
  .btn-outline-blue-5:not(:disabled):not(.disabled):active, .btn-outline-blue-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-5.dropdown-toggle {
    color: #212529;
    background-color: #9ab2ed;
    border-color: #9ab2ed; }
    .btn-outline-blue-5:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 178, 237, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(154, 178, 237, 0.5); }

.btn-outline-blue-6 {
  color: #7f9ee9;
  border-color: #7f9ee9; }
  .btn-outline-blue-6:hover {
    color: #212529;
    background-color: #7f9ee9;
    border-color: #7f9ee9; }
  .btn-outline-blue-6:focus, .btn-outline-blue-6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(127, 158, 233, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(127, 158, 233, 0.5); }
  .btn-outline-blue-6.disabled, .btn-outline-blue-6:disabled {
    color: #7f9ee9;
    background-color: transparent; }
  .btn-outline-blue-6:not(:disabled):not(.disabled):active, .btn-outline-blue-6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-6.dropdown-toggle {
    color: #212529;
    background-color: #7f9ee9;
    border-color: #7f9ee9; }
    .btn-outline-blue-6:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(127, 158, 233, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(127, 158, 233, 0.5); }

.btn-outline-blue-7 {
  color: #5f86e3;
  border-color: #5f86e3; }
  .btn-outline-blue-7:hover {
    color: #fff;
    background-color: #5f86e3;
    border-color: #5f86e3; }
  .btn-outline-blue-7:focus, .btn-outline-blue-7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5); }
  .btn-outline-blue-7.disabled, .btn-outline-blue-7:disabled {
    color: #5f86e3;
    background-color: transparent; }
  .btn-outline-blue-7:not(:disabled):not(.disabled):active, .btn-outline-blue-7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-7.dropdown-toggle {
    color: #fff;
    background-color: #5f86e3;
    border-color: #5f86e3; }
    .btn-outline-blue-7:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5); }

.btn-outline-blue-8 {
  color: #3d67cb;
  border-color: #3d67cb; }
  .btn-outline-blue-8:hover {
    color: #fff;
    background-color: #3d67cb;
    border-color: #3d67cb; }
  .btn-outline-blue-8:focus, .btn-outline-blue-8.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 103, 203, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(61, 103, 203, 0.5); }
  .btn-outline-blue-8.disabled, .btn-outline-blue-8:disabled {
    color: #3d67cb;
    background-color: transparent; }
  .btn-outline-blue-8:not(:disabled):not(.disabled):active, .btn-outline-blue-8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-8.dropdown-toggle {
    color: #fff;
    background-color: #3d67cb;
    border-color: #3d67cb; }
    .btn-outline-blue-8:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 103, 203, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(61, 103, 203, 0.5); }

.btn-outline-blue-9 {
  color: #243d77;
  border-color: #243d77; }
  .btn-outline-blue-9:hover {
    color: #fff;
    background-color: #243d77;
    border-color: #243d77; }
  .btn-outline-blue-9:focus, .btn-outline-blue-9.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 61, 119, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(36, 61, 119, 0.5); }
  .btn-outline-blue-9.disabled, .btn-outline-blue-9:disabled {
    color: #243d77;
    background-color: transparent; }
  .btn-outline-blue-9:not(:disabled):not(.disabled):active, .btn-outline-blue-9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-9.dropdown-toggle {
    color: #fff;
    background-color: #243d77;
    border-color: #243d77; }
    .btn-outline-blue-9:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 61, 119, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(36, 61, 119, 0.5); }

.btn-outline-indigo-0 {
  color: #faf9fe;
  border-color: #faf9fe; }
  .btn-outline-indigo-0:hover {
    color: #212529;
    background-color: #faf9fe;
    border-color: #faf9fe; }
  .btn-outline-indigo-0:focus, .btn-outline-indigo-0.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 249, 254, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(250, 249, 254, 0.5); }
  .btn-outline-indigo-0.disabled, .btn-outline-indigo-0:disabled {
    color: #faf9fe;
    background-color: transparent; }
  .btn-outline-indigo-0:not(:disabled):not(.disabled):active, .btn-outline-indigo-0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo-0.dropdown-toggle {
    color: #212529;
    background-color: #faf9fe;
    border-color: #faf9fe; }
    .btn-outline-indigo-0:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 249, 254, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(250, 249, 254, 0.5); }

.btn-outline-indigo-1 {
  color: #efebfc;
  border-color: #efebfc; }
  .btn-outline-indigo-1:hover {
    color: #212529;
    background-color: #efebfc;
    border-color: #efebfc; }
  .btn-outline-indigo-1:focus, .btn-outline-indigo-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 235, 252, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(239, 235, 252, 0.5); }
  .btn-outline-indigo-1.disabled, .btn-outline-indigo-1:disabled {
    color: #efebfc;
    background-color: transparent; }
  .btn-outline-indigo-1:not(:disabled):not(.disabled):active, .btn-outline-indigo-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo-1.dropdown-toggle {
    color: #212529;
    background-color: #efebfc;
    border-color: #efebfc; }
    .btn-outline-indigo-1:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 235, 252, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(239, 235, 252, 0.5); }

.btn-outline-indigo-2 {
  color: #e3ddf9;
  border-color: #e3ddf9; }
  .btn-outline-indigo-2:hover {
    color: #212529;
    background-color: #e3ddf9;
    border-color: #e3ddf9; }
  .btn-outline-indigo-2:focus, .btn-outline-indigo-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 221, 249, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(227, 221, 249, 0.5); }
  .btn-outline-indigo-2.disabled, .btn-outline-indigo-2:disabled {
    color: #e3ddf9;
    background-color: transparent; }
  .btn-outline-indigo-2:not(:disabled):not(.disabled):active, .btn-outline-indigo-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo-2.dropdown-toggle {
    color: #212529;
    background-color: #e3ddf9;
    border-color: #e3ddf9; }
    .btn-outline-indigo-2:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 221, 249, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(227, 221, 249, 0.5); }

.btn-outline-indigo-3 {
  color: #d6cef6;
  border-color: #d6cef6; }
  .btn-outline-indigo-3:hover {
    color: #212529;
    background-color: #d6cef6;
    border-color: #d6cef6; }
  .btn-outline-indigo-3:focus, .btn-outline-indigo-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 206, 246, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 206, 246, 0.5); }
  .btn-outline-indigo-3.disabled, .btn-outline-indigo-3:disabled {
    color: #d6cef6;
    background-color: transparent; }
  .btn-outline-indigo-3:not(:disabled):not(.disabled):active, .btn-outline-indigo-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo-3.dropdown-toggle {
    color: #212529;
    background-color: #d6cef6;
    border-color: #d6cef6; }
    .btn-outline-indigo-3:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 206, 246, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(214, 206, 246, 0.5); }

.btn-outline-indigo-4 {
  color: #c8bdf3;
  border-color: #c8bdf3; }
  .btn-outline-indigo-4:hover {
    color: #212529;
    background-color: #c8bdf3;
    border-color: #c8bdf3; }
  .btn-outline-indigo-4:focus, .btn-outline-indigo-4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 189, 243, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(200, 189, 243, 0.5); }
  .btn-outline-indigo-4.disabled, .btn-outline-indigo-4:disabled {
    color: #c8bdf3;
    background-color: transparent; }
  .btn-outline-indigo-4:not(:disabled):not(.disabled):active, .btn-outline-indigo-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo-4.dropdown-toggle {
    color: #212529;
    background-color: #c8bdf3;
    border-color: #c8bdf3; }
    .btn-outline-indigo-4:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 189, 243, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(200, 189, 243, 0.5); }

.btn-outline-indigo-5 {
  color: #b8aaf0;
  border-color: #b8aaf0; }
  .btn-outline-indigo-5:hover {
    color: #212529;
    background-color: #b8aaf0;
    border-color: #b8aaf0; }
  .btn-outline-indigo-5:focus, .btn-outline-indigo-5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 170, 240, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(184, 170, 240, 0.5); }
  .btn-outline-indigo-5.disabled, .btn-outline-indigo-5:disabled {
    color: #b8aaf0;
    background-color: transparent; }
  .btn-outline-indigo-5:not(:disabled):not(.disabled):active, .btn-outline-indigo-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo-5.dropdown-toggle {
    color: #212529;
    background-color: #b8aaf0;
    border-color: #b8aaf0; }
    .btn-outline-indigo-5:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 170, 240, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(184, 170, 240, 0.5); }

.btn-outline-indigo-6 {
  color: #a593ec;
  border-color: #a593ec; }
  .btn-outline-indigo-6:hover {
    color: #212529;
    background-color: #a593ec;
    border-color: #a593ec; }
  .btn-outline-indigo-6:focus, .btn-outline-indigo-6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 147, 236, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(165, 147, 236, 0.5); }
  .btn-outline-indigo-6.disabled, .btn-outline-indigo-6:disabled {
    color: #a593ec;
    background-color: transparent; }
  .btn-outline-indigo-6:not(:disabled):not(.disabled):active, .btn-outline-indigo-6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo-6.dropdown-toggle {
    color: #212529;
    background-color: #a593ec;
    border-color: #a593ec; }
    .btn-outline-indigo-6:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 147, 236, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(165, 147, 236, 0.5); }

.btn-outline-indigo-7 {
  color: #8e78e7;
  border-color: #8e78e7; }
  .btn-outline-indigo-7:hover {
    color: #fff;
    background-color: #8e78e7;
    border-color: #8e78e7; }
  .btn-outline-indigo-7:focus, .btn-outline-indigo-7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 120, 231, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(142, 120, 231, 0.5); }
  .btn-outline-indigo-7.disabled, .btn-outline-indigo-7:disabled {
    color: #8e78e7;
    background-color: transparent; }
  .btn-outline-indigo-7:not(:disabled):not(.disabled):active, .btn-outline-indigo-7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo-7.dropdown-toggle {
    color: #fff;
    background-color: #8e78e7;
    border-color: #8e78e7; }
    .btn-outline-indigo-7:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 120, 231, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(142, 120, 231, 0.5); }

.btn-outline-indigo-8 {
  color: #6f53e1;
  border-color: #6f53e1; }
  .btn-outline-indigo-8:hover {
    color: #fff;
    background-color: #6f53e1;
    border-color: #6f53e1; }
  .btn-outline-indigo-8:focus, .btn-outline-indigo-8.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 83, 225, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(111, 83, 225, 0.5); }
  .btn-outline-indigo-8.disabled, .btn-outline-indigo-8:disabled {
    color: #6f53e1;
    background-color: transparent; }
  .btn-outline-indigo-8:not(:disabled):not(.disabled):active, .btn-outline-indigo-8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo-8.dropdown-toggle {
    color: #fff;
    background-color: #6f53e1;
    border-color: #6f53e1; }
    .btn-outline-indigo-8:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 83, 225, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(111, 83, 225, 0.5); }

.btn-outline-indigo-9 {
  color: #412c92;
  border-color: #412c92; }
  .btn-outline-indigo-9:hover {
    color: #fff;
    background-color: #412c92;
    border-color: #412c92; }
  .btn-outline-indigo-9:focus, .btn-outline-indigo-9.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 44, 146, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(65, 44, 146, 0.5); }
  .btn-outline-indigo-9.disabled, .btn-outline-indigo-9:disabled {
    color: #412c92;
    background-color: transparent; }
  .btn-outline-indigo-9:not(:disabled):not(.disabled):active, .btn-outline-indigo-9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo-9.dropdown-toggle {
    color: #fff;
    background-color: #412c92;
    border-color: #412c92; }
    .btn-outline-indigo-9:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 44, 146, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(65, 44, 146, 0.5); }

.btn-outline-violet-0 {
  color: #fcf8fe;
  border-color: #fcf8fe; }
  .btn-outline-violet-0:hover {
    color: #212529;
    background-color: #fcf8fe;
    border-color: #fcf8fe; }
  .btn-outline-violet-0:focus, .btn-outline-violet-0.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(252, 248, 254, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(252, 248, 254, 0.5); }
  .btn-outline-violet-0.disabled, .btn-outline-violet-0:disabled {
    color: #fcf8fe;
    background-color: transparent; }
  .btn-outline-violet-0:not(:disabled):not(.disabled):active, .btn-outline-violet-0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-violet-0.dropdown-toggle {
    color: #212529;
    background-color: #fcf8fe;
    border-color: #fcf8fe; }
    .btn-outline-violet-0:not(:disabled):not(.disabled):active:focus, .btn-outline-violet-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-violet-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(252, 248, 254, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(252, 248, 254, 0.5); }

.btn-outline-violet-1 {
  color: #f6e9fb;
  border-color: #f6e9fb; }
  .btn-outline-violet-1:hover {
    color: #212529;
    background-color: #f6e9fb;
    border-color: #f6e9fb; }
  .btn-outline-violet-1:focus, .btn-outline-violet-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 233, 251, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(246, 233, 251, 0.5); }
  .btn-outline-violet-1.disabled, .btn-outline-violet-1:disabled {
    color: #f6e9fb;
    background-color: transparent; }
  .btn-outline-violet-1:not(:disabled):not(.disabled):active, .btn-outline-violet-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-violet-1.dropdown-toggle {
    color: #212529;
    background-color: #f6e9fb;
    border-color: #f6e9fb; }
    .btn-outline-violet-1:not(:disabled):not(.disabled):active:focus, .btn-outline-violet-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-violet-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 233, 251, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(246, 233, 251, 0.5); }

.btn-outline-violet-2 {
  color: #efd9f8;
  border-color: #efd9f8; }
  .btn-outline-violet-2:hover {
    color: #212529;
    background-color: #efd9f8;
    border-color: #efd9f8; }
  .btn-outline-violet-2:focus, .btn-outline-violet-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 217, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(239, 217, 248, 0.5); }
  .btn-outline-violet-2.disabled, .btn-outline-violet-2:disabled {
    color: #efd9f8;
    background-color: transparent; }
  .btn-outline-violet-2:not(:disabled):not(.disabled):active, .btn-outline-violet-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-violet-2.dropdown-toggle {
    color: #212529;
    background-color: #efd9f8;
    border-color: #efd9f8; }
    .btn-outline-violet-2:not(:disabled):not(.disabled):active:focus, .btn-outline-violet-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-violet-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 217, 248, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(239, 217, 248, 0.5); }

.btn-outline-violet-3 {
  color: #e8c8f5;
  border-color: #e8c8f5; }
  .btn-outline-violet-3:hover {
    color: #212529;
    background-color: #e8c8f5;
    border-color: #e8c8f5; }
  .btn-outline-violet-3:focus, .btn-outline-violet-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 200, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(232, 200, 245, 0.5); }
  .btn-outline-violet-3.disabled, .btn-outline-violet-3:disabled {
    color: #e8c8f5;
    background-color: transparent; }
  .btn-outline-violet-3:not(:disabled):not(.disabled):active, .btn-outline-violet-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-violet-3.dropdown-toggle {
    color: #212529;
    background-color: #e8c8f5;
    border-color: #e8c8f5; }
    .btn-outline-violet-3:not(:disabled):not(.disabled):active:focus, .btn-outline-violet-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-violet-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 200, 245, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(232, 200, 245, 0.5); }

.btn-outline-violet-4 {
  color: #e0b4f2;
  border-color: #e0b4f2; }
  .btn-outline-violet-4:hover {
    color: #212529;
    background-color: #e0b4f2;
    border-color: #e0b4f2; }
  .btn-outline-violet-4:focus, .btn-outline-violet-4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 180, 242, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(224, 180, 242, 0.5); }
  .btn-outline-violet-4.disabled, .btn-outline-violet-4:disabled {
    color: #e0b4f2;
    background-color: transparent; }
  .btn-outline-violet-4:not(:disabled):not(.disabled):active, .btn-outline-violet-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-violet-4.dropdown-toggle {
    color: #212529;
    background-color: #e0b4f2;
    border-color: #e0b4f2; }
    .btn-outline-violet-4:not(:disabled):not(.disabled):active:focus, .btn-outline-violet-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-violet-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 180, 242, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(224, 180, 242, 0.5); }

.btn-outline-violet-5 {
  color: #d69eee;
  border-color: #d69eee; }
  .btn-outline-violet-5:hover {
    color: #212529;
    background-color: #d69eee;
    border-color: #d69eee; }
  .btn-outline-violet-5:focus, .btn-outline-violet-5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 158, 238, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 158, 238, 0.5); }
  .btn-outline-violet-5.disabled, .btn-outline-violet-5:disabled {
    color: #d69eee;
    background-color: transparent; }
  .btn-outline-violet-5:not(:disabled):not(.disabled):active, .btn-outline-violet-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-violet-5.dropdown-toggle {
    color: #212529;
    background-color: #d69eee;
    border-color: #d69eee; }
    .btn-outline-violet-5:not(:disabled):not(.disabled):active:focus, .btn-outline-violet-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-violet-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 158, 238, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(214, 158, 238, 0.5); }

.btn-outline-violet-6 {
  color: #cb84e9;
  border-color: #cb84e9; }
  .btn-outline-violet-6:hover {
    color: #212529;
    background-color: #cb84e9;
    border-color: #cb84e9; }
  .btn-outline-violet-6:focus, .btn-outline-violet-6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 132, 233, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(203, 132, 233, 0.5); }
  .btn-outline-violet-6.disabled, .btn-outline-violet-6:disabled {
    color: #cb84e9;
    background-color: transparent; }
  .btn-outline-violet-6:not(:disabled):not(.disabled):active, .btn-outline-violet-6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-violet-6.dropdown-toggle {
    color: #212529;
    background-color: #cb84e9;
    border-color: #cb84e9; }
    .btn-outline-violet-6:not(:disabled):not(.disabled):active:focus, .btn-outline-violet-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-violet-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 132, 233, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(203, 132, 233, 0.5); }

.btn-outline-violet-7 {
  color: #bd61e3;
  border-color: #bd61e3; }
  .btn-outline-violet-7:hover {
    color: #fff;
    background-color: #bd61e3;
    border-color: #bd61e3; }
  .btn-outline-violet-7:focus, .btn-outline-violet-7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 97, 227, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(189, 97, 227, 0.5); }
  .btn-outline-violet-7.disabled, .btn-outline-violet-7:disabled {
    color: #bd61e3;
    background-color: transparent; }
  .btn-outline-violet-7:not(:disabled):not(.disabled):active, .btn-outline-violet-7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-violet-7.dropdown-toggle {
    color: #fff;
    background-color: #bd61e3;
    border-color: #bd61e3; }
    .btn-outline-violet-7:not(:disabled):not(.disabled):active:focus, .btn-outline-violet-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-violet-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 97, 227, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(189, 97, 227, 0.5); }

.btn-outline-violet-8 {
  color: #a03dc9;
  border-color: #a03dc9; }
  .btn-outline-violet-8:hover {
    color: #fff;
    background-color: #a03dc9;
    border-color: #a03dc9; }
  .btn-outline-violet-8:focus, .btn-outline-violet-8.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 201, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(160, 61, 201, 0.5); }
  .btn-outline-violet-8.disabled, .btn-outline-violet-8:disabled {
    color: #a03dc9;
    background-color: transparent; }
  .btn-outline-violet-8:not(:disabled):not(.disabled):active, .btn-outline-violet-8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-violet-8.dropdown-toggle {
    color: #fff;
    background-color: #a03dc9;
    border-color: #a03dc9; }
    .btn-outline-violet-8:not(:disabled):not(.disabled):active:focus, .btn-outline-violet-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-violet-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 201, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(160, 61, 201, 0.5); }

.btn-outline-violet-9 {
  color: #5e2477;
  border-color: #5e2477; }
  .btn-outline-violet-9:hover {
    color: #fff;
    background-color: #5e2477;
    border-color: #5e2477; }
  .btn-outline-violet-9:focus, .btn-outline-violet-9.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 36, 119, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(94, 36, 119, 0.5); }
  .btn-outline-violet-9.disabled, .btn-outline-violet-9:disabled {
    color: #5e2477;
    background-color: transparent; }
  .btn-outline-violet-9:not(:disabled):not(.disabled):active, .btn-outline-violet-9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-violet-9.dropdown-toggle {
    color: #fff;
    background-color: #5e2477;
    border-color: #5e2477; }
    .btn-outline-violet-9:not(:disabled):not(.disabled):active:focus, .btn-outline-violet-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-violet-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 36, 119, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(94, 36, 119, 0.5); }

.btn-outline-fuschia-0 {
  color: #fef8fd;
  border-color: #fef8fd; }
  .btn-outline-fuschia-0:hover {
    color: #212529;
    background-color: #fef8fd;
    border-color: #fef8fd; }
  .btn-outline-fuschia-0:focus, .btn-outline-fuschia-0.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 248, 253, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(254, 248, 253, 0.5); }
  .btn-outline-fuschia-0.disabled, .btn-outline-fuschia-0:disabled {
    color: #fef8fd;
    background-color: transparent; }
  .btn-outline-fuschia-0:not(:disabled):not(.disabled):active, .btn-outline-fuschia-0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuschia-0.dropdown-toggle {
    color: #212529;
    background-color: #fef8fd;
    border-color: #fef8fd; }
    .btn-outline-fuschia-0:not(:disabled):not(.disabled):active:focus, .btn-outline-fuschia-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuschia-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 248, 253, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(254, 248, 253, 0.5); }

.btn-outline-fuschia-1 {
  color: #fbe8f7;
  border-color: #fbe8f7; }
  .btn-outline-fuschia-1:hover {
    color: #212529;
    background-color: #fbe8f7;
    border-color: #fbe8f7; }
  .btn-outline-fuschia-1:focus, .btn-outline-fuschia-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 232, 247, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(251, 232, 247, 0.5); }
  .btn-outline-fuschia-1.disabled, .btn-outline-fuschia-1:disabled {
    color: #fbe8f7;
    background-color: transparent; }
  .btn-outline-fuschia-1:not(:disabled):not(.disabled):active, .btn-outline-fuschia-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuschia-1.dropdown-toggle {
    color: #212529;
    background-color: #fbe8f7;
    border-color: #fbe8f7; }
    .btn-outline-fuschia-1:not(:disabled):not(.disabled):active:focus, .btn-outline-fuschia-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuschia-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 232, 247, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(251, 232, 247, 0.5); }

.btn-outline-fuschia-2 {
  color: #f8d7f1;
  border-color: #f8d7f1; }
  .btn-outline-fuschia-2:hover {
    color: #212529;
    background-color: #f8d7f1;
    border-color: #f8d7f1; }
  .btn-outline-fuschia-2:focus, .btn-outline-fuschia-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 215, 241, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 215, 241, 0.5); }
  .btn-outline-fuschia-2.disabled, .btn-outline-fuschia-2:disabled {
    color: #f8d7f1;
    background-color: transparent; }
  .btn-outline-fuschia-2:not(:disabled):not(.disabled):active, .btn-outline-fuschia-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuschia-2.dropdown-toggle {
    color: #212529;
    background-color: #f8d7f1;
    border-color: #f8d7f1; }
    .btn-outline-fuschia-2:not(:disabled):not(.disabled):active:focus, .btn-outline-fuschia-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuschia-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 215, 241, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 215, 241, 0.5); }

.btn-outline-fuschia-3 {
  color: #f5c4eb;
  border-color: #f5c4eb; }
  .btn-outline-fuschia-3:hover {
    color: #212529;
    background-color: #f5c4eb;
    border-color: #f5c4eb; }
  .btn-outline-fuschia-3:focus, .btn-outline-fuschia-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 196, 235, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 196, 235, 0.5); }
  .btn-outline-fuschia-3.disabled, .btn-outline-fuschia-3:disabled {
    color: #f5c4eb;
    background-color: transparent; }
  .btn-outline-fuschia-3:not(:disabled):not(.disabled):active, .btn-outline-fuschia-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuschia-3.dropdown-toggle {
    color: #212529;
    background-color: #f5c4eb;
    border-color: #f5c4eb; }
    .btn-outline-fuschia-3:not(:disabled):not(.disabled):active:focus, .btn-outline-fuschia-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuschia-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 196, 235, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(245, 196, 235, 0.5); }

.btn-outline-fuschia-4 {
  color: #f1afe4;
  border-color: #f1afe4; }
  .btn-outline-fuschia-4:hover {
    color: #212529;
    background-color: #f1afe4;
    border-color: #f1afe4; }
  .btn-outline-fuschia-4:focus, .btn-outline-fuschia-4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 175, 228, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(241, 175, 228, 0.5); }
  .btn-outline-fuschia-4.disabled, .btn-outline-fuschia-4:disabled {
    color: #f1afe4;
    background-color: transparent; }
  .btn-outline-fuschia-4:not(:disabled):not(.disabled):active, .btn-outline-fuschia-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuschia-4.dropdown-toggle {
    color: #212529;
    background-color: #f1afe4;
    border-color: #f1afe4; }
    .btn-outline-fuschia-4:not(:disabled):not(.disabled):active:focus, .btn-outline-fuschia-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuschia-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 175, 228, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(241, 175, 228, 0.5); }

.btn-outline-fuschia-5 {
  color: #ed96db;
  border-color: #ed96db; }
  .btn-outline-fuschia-5:hover {
    color: #212529;
    background-color: #ed96db;
    border-color: #ed96db; }
  .btn-outline-fuschia-5:focus, .btn-outline-fuschia-5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 150, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(237, 150, 219, 0.5); }
  .btn-outline-fuschia-5.disabled, .btn-outline-fuschia-5:disabled {
    color: #ed96db;
    background-color: transparent; }
  .btn-outline-fuschia-5:not(:disabled):not(.disabled):active, .btn-outline-fuschia-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuschia-5.dropdown-toggle {
    color: #212529;
    background-color: #ed96db;
    border-color: #ed96db; }
    .btn-outline-fuschia-5:not(:disabled):not(.disabled):active:focus, .btn-outline-fuschia-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuschia-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 150, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(237, 150, 219, 0.5); }

.btn-outline-fuschia-6 {
  color: #e778d1;
  border-color: #e778d1; }
  .btn-outline-fuschia-6:hover {
    color: #212529;
    background-color: #e778d1;
    border-color: #e778d1; }
  .btn-outline-fuschia-6:focus, .btn-outline-fuschia-6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 120, 209, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(231, 120, 209, 0.5); }
  .btn-outline-fuschia-6.disabled, .btn-outline-fuschia-6:disabled {
    color: #e778d1;
    background-color: transparent; }
  .btn-outline-fuschia-6:not(:disabled):not(.disabled):active, .btn-outline-fuschia-6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuschia-6.dropdown-toggle {
    color: #212529;
    background-color: #e778d1;
    border-color: #e778d1; }
    .btn-outline-fuschia-6:not(:disabled):not(.disabled):active:focus, .btn-outline-fuschia-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuschia-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 120, 209, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(231, 120, 209, 0.5); }

.btn-outline-fuschia-7 {
  color: #e04dc2;
  border-color: #e04dc2; }
  .btn-outline-fuschia-7:hover {
    color: #fff;
    background-color: #e04dc2;
    border-color: #e04dc2; }
  .btn-outline-fuschia-7:focus, .btn-outline-fuschia-7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 77, 194, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(224, 77, 194, 0.5); }
  .btn-outline-fuschia-7.disabled, .btn-outline-fuschia-7:disabled {
    color: #e04dc2;
    background-color: transparent; }
  .btn-outline-fuschia-7:not(:disabled):not(.disabled):active, .btn-outline-fuschia-7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuschia-7.dropdown-toggle {
    color: #fff;
    background-color: #e04dc2;
    border-color: #e04dc2; }
    .btn-outline-fuschia-7:not(:disabled):not(.disabled):active:focus, .btn-outline-fuschia-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuschia-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 77, 194, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(224, 77, 194, 0.5); }

.btn-outline-fuschia-8 {
  color: #b5379c;
  border-color: #b5379c; }
  .btn-outline-fuschia-8:hover {
    color: #fff;
    background-color: #b5379c;
    border-color: #b5379c; }
  .btn-outline-fuschia-8:focus, .btn-outline-fuschia-8.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(181, 55, 156, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(181, 55, 156, 0.5); }
  .btn-outline-fuschia-8.disabled, .btn-outline-fuschia-8:disabled {
    color: #b5379c;
    background-color: transparent; }
  .btn-outline-fuschia-8:not(:disabled):not(.disabled):active, .btn-outline-fuschia-8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuschia-8.dropdown-toggle {
    color: #fff;
    background-color: #b5379c;
    border-color: #b5379c; }
    .btn-outline-fuschia-8:not(:disabled):not(.disabled):active:focus, .btn-outline-fuschia-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuschia-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(181, 55, 156, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(181, 55, 156, 0.5); }

.btn-outline-fuschia-9 {
  color: #6c205d;
  border-color: #6c205d; }
  .btn-outline-fuschia-9:hover {
    color: #fff;
    background-color: #6c205d;
    border-color: #6c205d; }
  .btn-outline-fuschia-9:focus, .btn-outline-fuschia-9.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 32, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 32, 93, 0.5); }
  .btn-outline-fuschia-9.disabled, .btn-outline-fuschia-9:disabled {
    color: #6c205d;
    background-color: transparent; }
  .btn-outline-fuschia-9:not(:disabled):not(.disabled):active, .btn-outline-fuschia-9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuschia-9.dropdown-toggle {
    color: #fff;
    background-color: #6c205d;
    border-color: #6c205d; }
    .btn-outline-fuschia-9:not(:disabled):not(.disabled):active:focus, .btn-outline-fuschia-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuschia-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 32, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 32, 93, 0.5); }

.btn-outline-pink-0 {
  color: #fef8fa;
  border-color: #fef8fa; }
  .btn-outline-pink-0:hover {
    color: #212529;
    background-color: #fef8fa;
    border-color: #fef8fa; }
  .btn-outline-pink-0:focus, .btn-outline-pink-0.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 248, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(254, 248, 250, 0.5); }
  .btn-outline-pink-0.disabled, .btn-outline-pink-0:disabled {
    color: #fef8fa;
    background-color: transparent; }
  .btn-outline-pink-0:not(:disabled):not(.disabled):active, .btn-outline-pink-0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink-0.dropdown-toggle {
    color: #212529;
    background-color: #fef8fa;
    border-color: #fef8fa; }
    .btn-outline-pink-0:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 248, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(254, 248, 250, 0.5); }

.btn-outline-pink-1 {
  color: #fbe9ee;
  border-color: #fbe9ee; }
  .btn-outline-pink-1:hover {
    color: #212529;
    background-color: #fbe9ee;
    border-color: #fbe9ee; }
  .btn-outline-pink-1:focus, .btn-outline-pink-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 233, 238, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(251, 233, 238, 0.5); }
  .btn-outline-pink-1.disabled, .btn-outline-pink-1:disabled {
    color: #fbe9ee;
    background-color: transparent; }
  .btn-outline-pink-1:not(:disabled):not(.disabled):active, .btn-outline-pink-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink-1.dropdown-toggle {
    color: #212529;
    background-color: #fbe9ee;
    border-color: #fbe9ee; }
    .btn-outline-pink-1:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 233, 238, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(251, 233, 238, 0.5); }

.btn-outline-pink-2 {
  color: #f8d9e2;
  border-color: #f8d9e2; }
  .btn-outline-pink-2:hover {
    color: #212529;
    background-color: #f8d9e2;
    border-color: #f8d9e2; }
  .btn-outline-pink-2:focus, .btn-outline-pink-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 217, 226, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 217, 226, 0.5); }
  .btn-outline-pink-2.disabled, .btn-outline-pink-2:disabled {
    color: #f8d9e2;
    background-color: transparent; }
  .btn-outline-pink-2:not(:disabled):not(.disabled):active, .btn-outline-pink-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink-2.dropdown-toggle {
    color: #212529;
    background-color: #f8d9e2;
    border-color: #f8d9e2; }
    .btn-outline-pink-2:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 217, 226, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 217, 226, 0.5); }

.btn-outline-pink-3 {
  color: #f5c7d5;
  border-color: #f5c7d5; }
  .btn-outline-pink-3:hover {
    color: #212529;
    background-color: #f5c7d5;
    border-color: #f5c7d5; }
  .btn-outline-pink-3:focus, .btn-outline-pink-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 199, 213, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 199, 213, 0.5); }
  .btn-outline-pink-3.disabled, .btn-outline-pink-3:disabled {
    color: #f5c7d5;
    background-color: transparent; }
  .btn-outline-pink-3:not(:disabled):not(.disabled):active, .btn-outline-pink-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink-3.dropdown-toggle {
    color: #212529;
    background-color: #f5c7d5;
    border-color: #f5c7d5; }
    .btn-outline-pink-3:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 199, 213, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(245, 199, 213, 0.5); }

.btn-outline-pink-4 {
  color: #f2b3c5;
  border-color: #f2b3c5; }
  .btn-outline-pink-4:hover {
    color: #212529;
    background-color: #f2b3c5;
    border-color: #f2b3c5; }
  .btn-outline-pink-4:focus, .btn-outline-pink-4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 179, 197, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(242, 179, 197, 0.5); }
  .btn-outline-pink-4.disabled, .btn-outline-pink-4:disabled {
    color: #f2b3c5;
    background-color: transparent; }
  .btn-outline-pink-4:not(:disabled):not(.disabled):active, .btn-outline-pink-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink-4.dropdown-toggle {
    color: #212529;
    background-color: #f2b3c5;
    border-color: #f2b3c5; }
    .btn-outline-pink-4:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 179, 197, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(242, 179, 197, 0.5); }

.btn-outline-pink-5 {
  color: #ee9cb4;
  border-color: #ee9cb4; }
  .btn-outline-pink-5:hover {
    color: #212529;
    background-color: #ee9cb4;
    border-color: #ee9cb4; }
  .btn-outline-pink-5:focus, .btn-outline-pink-5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 156, 180, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(238, 156, 180, 0.5); }
  .btn-outline-pink-5.disabled, .btn-outline-pink-5:disabled {
    color: #ee9cb4;
    background-color: transparent; }
  .btn-outline-pink-5:not(:disabled):not(.disabled):active, .btn-outline-pink-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink-5.dropdown-toggle {
    color: #212529;
    background-color: #ee9cb4;
    border-color: #ee9cb4; }
    .btn-outline-pink-5:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 156, 180, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(238, 156, 180, 0.5); }

.btn-outline-pink-6 {
  color: #e97f9f;
  border-color: #e97f9f; }
  .btn-outline-pink-6:hover {
    color: #212529;
    background-color: #e97f9f;
    border-color: #e97f9f; }
  .btn-outline-pink-6:focus, .btn-outline-pink-6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 127, 159, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(233, 127, 159, 0.5); }
  .btn-outline-pink-6.disabled, .btn-outline-pink-6:disabled {
    color: #e97f9f;
    background-color: transparent; }
  .btn-outline-pink-6:not(:disabled):not(.disabled):active, .btn-outline-pink-6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink-6.dropdown-toggle {
    color: #212529;
    background-color: #e97f9f;
    border-color: #e97f9f; }
    .btn-outline-pink-6:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 127, 159, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(233, 127, 159, 0.5); }

.btn-outline-pink-7 {
  color: #e25982;
  border-color: #e25982; }
  .btn-outline-pink-7:hover {
    color: #fff;
    background-color: #e25982;
    border-color: #e25982; }
  .btn-outline-pink-7:focus, .btn-outline-pink-7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 89, 130, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(226, 89, 130, 0.5); }
  .btn-outline-pink-7.disabled, .btn-outline-pink-7:disabled {
    color: #e25982;
    background-color: transparent; }
  .btn-outline-pink-7:not(:disabled):not(.disabled):active, .btn-outline-pink-7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink-7.dropdown-toggle {
    color: #fff;
    background-color: #e25982;
    border-color: #e25982; }
    .btn-outline-pink-7:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 89, 130, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(226, 89, 130, 0.5); }

.btn-outline-pink-8 {
  color: #bf3a61;
  border-color: #bf3a61; }
  .btn-outline-pink-8:hover {
    color: #fff;
    background-color: #bf3a61;
    border-color: #bf3a61; }
  .btn-outline-pink-8:focus, .btn-outline-pink-8.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(191, 58, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(191, 58, 97, 0.5); }
  .btn-outline-pink-8.disabled, .btn-outline-pink-8:disabled {
    color: #bf3a61;
    background-color: transparent; }
  .btn-outline-pink-8:not(:disabled):not(.disabled):active, .btn-outline-pink-8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink-8.dropdown-toggle {
    color: #fff;
    background-color: #bf3a61;
    border-color: #bf3a61; }
    .btn-outline-pink-8:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(191, 58, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(191, 58, 97, 0.5); }

.btn-outline-pink-9 {
  color: #71223a;
  border-color: #71223a; }
  .btn-outline-pink-9:hover {
    color: #fff;
    background-color: #71223a;
    border-color: #71223a; }
  .btn-outline-pink-9:focus, .btn-outline-pink-9.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 34, 58, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(113, 34, 58, 0.5); }
  .btn-outline-pink-9.disabled, .btn-outline-pink-9:disabled {
    color: #71223a;
    background-color: transparent; }
  .btn-outline-pink-9:not(:disabled):not(.disabled):active, .btn-outline-pink-9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink-9.dropdown-toggle {
    color: #fff;
    background-color: #71223a;
    border-color: #71223a; }
    .btn-outline-pink-9:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 34, 58, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(113, 34, 58, 0.5); }

.btn-outline-red-0 {
  color: #fef8f7;
  border-color: #fef8f7; }
  .btn-outline-red-0:hover {
    color: #212529;
    background-color: #fef8f7;
    border-color: #fef8f7; }
  .btn-outline-red-0:focus, .btn-outline-red-0.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 248, 247, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(254, 248, 247, 0.5); }
  .btn-outline-red-0.disabled, .btn-outline-red-0:disabled {
    color: #fef8f7;
    background-color: transparent; }
  .btn-outline-red-0:not(:disabled):not(.disabled):active, .btn-outline-red-0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-0.dropdown-toggle {
    color: #212529;
    background-color: #fef8f7;
    border-color: #fef8f7; }
    .btn-outline-red-0:not(:disabled):not(.disabled):active:focus, .btn-outline-red-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 248, 247, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(254, 248, 247, 0.5); }

.btn-outline-red-1 {
  color: #fbeae6;
  border-color: #fbeae6; }
  .btn-outline-red-1:hover {
    color: #212529;
    background-color: #fbeae6;
    border-color: #fbeae6; }
  .btn-outline-red-1:focus, .btn-outline-red-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 234, 230, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(251, 234, 230, 0.5); }
  .btn-outline-red-1.disabled, .btn-outline-red-1:disabled {
    color: #fbeae6;
    background-color: transparent; }
  .btn-outline-red-1:not(:disabled):not(.disabled):active, .btn-outline-red-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-1.dropdown-toggle {
    color: #212529;
    background-color: #fbeae6;
    border-color: #fbeae6; }
    .btn-outline-red-1:not(:disabled):not(.disabled):active:focus, .btn-outline-red-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 234, 230, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(251, 234, 230, 0.5); }

.btn-outline-red-2 {
  color: #f7dbd3;
  border-color: #f7dbd3; }
  .btn-outline-red-2:hover {
    color: #212529;
    background-color: #f7dbd3;
    border-color: #f7dbd3; }
  .btn-outline-red-2:focus, .btn-outline-red-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 219, 211, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(247, 219, 211, 0.5); }
  .btn-outline-red-2.disabled, .btn-outline-red-2:disabled {
    color: #f7dbd3;
    background-color: transparent; }
  .btn-outline-red-2:not(:disabled):not(.disabled):active, .btn-outline-red-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-2.dropdown-toggle {
    color: #212529;
    background-color: #f7dbd3;
    border-color: #f7dbd3; }
    .btn-outline-red-2:not(:disabled):not(.disabled):active:focus, .btn-outline-red-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 219, 211, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(247, 219, 211, 0.5); }

.btn-outline-red-3 {
  color: #f4cabf;
  border-color: #f4cabf; }
  .btn-outline-red-3:hover {
    color: #212529;
    background-color: #f4cabf;
    border-color: #f4cabf; }
  .btn-outline-red-3:focus, .btn-outline-red-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 202, 191, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(244, 202, 191, 0.5); }
  .btn-outline-red-3.disabled, .btn-outline-red-3:disabled {
    color: #f4cabf;
    background-color: transparent; }
  .btn-outline-red-3:not(:disabled):not(.disabled):active, .btn-outline-red-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-3.dropdown-toggle {
    color: #212529;
    background-color: #f4cabf;
    border-color: #f4cabf; }
    .btn-outline-red-3:not(:disabled):not(.disabled):active:focus, .btn-outline-red-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 202, 191, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(244, 202, 191, 0.5); }

.btn-outline-red-4 {
  color: #f0b7a8;
  border-color: #f0b7a8; }
  .btn-outline-red-4:hover {
    color: #212529;
    background-color: #f0b7a8;
    border-color: #f0b7a8; }
  .btn-outline-red-4:focus, .btn-outline-red-4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 183, 168, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(240, 183, 168, 0.5); }
  .btn-outline-red-4.disabled, .btn-outline-red-4:disabled {
    color: #f0b7a8;
    background-color: transparent; }
  .btn-outline-red-4:not(:disabled):not(.disabled):active, .btn-outline-red-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-4.dropdown-toggle {
    color: #212529;
    background-color: #f0b7a8;
    border-color: #f0b7a8; }
    .btn-outline-red-4:not(:disabled):not(.disabled):active:focus, .btn-outline-red-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 183, 168, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(240, 183, 168, 0.5); }

.btn-outline-red-5 {
  color: #eba18e;
  border-color: #eba18e; }
  .btn-outline-red-5:hover {
    color: #212529;
    background-color: #eba18e;
    border-color: #eba18e; }
  .btn-outline-red-5:focus, .btn-outline-red-5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 161, 142, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 161, 142, 0.5); }
  .btn-outline-red-5.disabled, .btn-outline-red-5:disabled {
    color: #eba18e;
    background-color: transparent; }
  .btn-outline-red-5:not(:disabled):not(.disabled):active, .btn-outline-red-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-5.dropdown-toggle {
    color: #212529;
    background-color: #eba18e;
    border-color: #eba18e; }
    .btn-outline-red-5:not(:disabled):not(.disabled):active:focus, .btn-outline-red-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 161, 142, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(235, 161, 142, 0.5); }

.btn-outline-red-6 {
  color: #e6866e;
  border-color: #e6866e; }
  .btn-outline-red-6:hover {
    color: #212529;
    background-color: #e6866e;
    border-color: #e6866e; }
  .btn-outline-red-6:focus, .btn-outline-red-6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 134, 110, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(230, 134, 110, 0.5); }
  .btn-outline-red-6.disabled, .btn-outline-red-6:disabled {
    color: #e6866e;
    background-color: transparent; }
  .btn-outline-red-6:not(:disabled):not(.disabled):active, .btn-outline-red-6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-6.dropdown-toggle {
    color: #212529;
    background-color: #e6866e;
    border-color: #e6866e; }
    .btn-outline-red-6:not(:disabled):not(.disabled):active:focus, .btn-outline-red-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 134, 110, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(230, 134, 110, 0.5); }

.btn-outline-red-7 {
  color: #de6345;
  border-color: #de6345; }
  .btn-outline-red-7:hover {
    color: #fff;
    background-color: #de6345;
    border-color: #de6345; }
  .btn-outline-red-7:focus, .btn-outline-red-7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 99, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 99, 69, 0.5); }
  .btn-outline-red-7.disabled, .btn-outline-red-7:disabled {
    color: #de6345;
    background-color: transparent; }
  .btn-outline-red-7:not(:disabled):not(.disabled):active, .btn-outline-red-7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-7.dropdown-toggle {
    color: #fff;
    background-color: #de6345;
    border-color: #de6345; }
    .btn-outline-red-7:not(:disabled):not(.disabled):active:focus, .btn-outline-red-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 99, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 99, 69, 0.5); }

.btn-outline-red-8 {
  color: #b14e35;
  border-color: #b14e35; }
  .btn-outline-red-8:hover {
    color: #fff;
    background-color: #b14e35;
    border-color: #b14e35; }
  .btn-outline-red-8:focus, .btn-outline-red-8.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(177, 78, 53, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(177, 78, 53, 0.5); }
  .btn-outline-red-8.disabled, .btn-outline-red-8:disabled {
    color: #b14e35;
    background-color: transparent; }
  .btn-outline-red-8:not(:disabled):not(.disabled):active, .btn-outline-red-8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-8.dropdown-toggle {
    color: #fff;
    background-color: #b14e35;
    border-color: #b14e35; }
    .btn-outline-red-8:not(:disabled):not(.disabled):active:focus, .btn-outline-red-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(177, 78, 53, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(177, 78, 53, 0.5); }

.btn-outline-red-9 {
  color: #682e1f;
  border-color: #682e1f; }
  .btn-outline-red-9:hover {
    color: #fff;
    background-color: #682e1f;
    border-color: #682e1f; }
  .btn-outline-red-9:focus, .btn-outline-red-9.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 46, 31, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(104, 46, 31, 0.5); }
  .btn-outline-red-9.disabled, .btn-outline-red-9:disabled {
    color: #682e1f;
    background-color: transparent; }
  .btn-outline-red-9:not(:disabled):not(.disabled):active, .btn-outline-red-9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-9.dropdown-toggle {
    color: #fff;
    background-color: #682e1f;
    border-color: #682e1f; }
    .btn-outline-red-9:not(:disabled):not(.disabled):active:focus, .btn-outline-red-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 46, 31, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(104, 46, 31, 0.5); }

.btn-outline-orange-0 {
  color: #fdf9f1;
  border-color: #fdf9f1; }
  .btn-outline-orange-0:hover {
    color: #212529;
    background-color: #fdf9f1;
    border-color: #fdf9f1; }
  .btn-outline-orange-0:focus, .btn-outline-orange-0.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 249, 241, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(253, 249, 241, 0.5); }
  .btn-outline-orange-0.disabled, .btn-outline-orange-0:disabled {
    color: #fdf9f1;
    background-color: transparent; }
  .btn-outline-orange-0:not(:disabled):not(.disabled):active, .btn-outline-orange-0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange-0.dropdown-toggle {
    color: #212529;
    background-color: #fdf9f1;
    border-color: #fdf9f1; }
    .btn-outline-orange-0:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 249, 241, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(253, 249, 241, 0.5); }

.btn-outline-orange-1 {
  color: #f7edd4;
  border-color: #f7edd4; }
  .btn-outline-orange-1:hover {
    color: #212529;
    background-color: #f7edd4;
    border-color: #f7edd4; }
  .btn-outline-orange-1:focus, .btn-outline-orange-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 237, 212, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(247, 237, 212, 0.5); }
  .btn-outline-orange-1.disabled, .btn-outline-orange-1:disabled {
    color: #f7edd4;
    background-color: transparent; }
  .btn-outline-orange-1:not(:disabled):not(.disabled):active, .btn-outline-orange-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange-1.dropdown-toggle {
    color: #212529;
    background-color: #f7edd4;
    border-color: #f7edd4; }
    .btn-outline-orange-1:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 237, 212, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(247, 237, 212, 0.5); }

.btn-outline-orange-2 {
  color: #f2dfb3;
  border-color: #f2dfb3; }
  .btn-outline-orange-2:hover {
    color: #212529;
    background-color: #f2dfb3;
    border-color: #f2dfb3; }
  .btn-outline-orange-2:focus, .btn-outline-orange-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 223, 179, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(242, 223, 179, 0.5); }
  .btn-outline-orange-2.disabled, .btn-outline-orange-2:disabled {
    color: #f2dfb3;
    background-color: transparent; }
  .btn-outline-orange-2:not(:disabled):not(.disabled):active, .btn-outline-orange-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange-2.dropdown-toggle {
    color: #212529;
    background-color: #f2dfb3;
    border-color: #f2dfb3; }
    .btn-outline-orange-2:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 223, 179, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(242, 223, 179, 0.5); }

.btn-outline-orange-3 {
  color: #ebd090;
  border-color: #ebd090; }
  .btn-outline-orange-3:hover {
    color: #212529;
    background-color: #ebd090;
    border-color: #ebd090; }
  .btn-outline-orange-3:focus, .btn-outline-orange-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 208, 144, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 208, 144, 0.5); }
  .btn-outline-orange-3.disabled, .btn-outline-orange-3:disabled {
    color: #ebd090;
    background-color: transparent; }
  .btn-outline-orange-3:not(:disabled):not(.disabled):active, .btn-outline-orange-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange-3.dropdown-toggle {
    color: #212529;
    background-color: #ebd090;
    border-color: #ebd090; }
    .btn-outline-orange-3:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 208, 144, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(235, 208, 144, 0.5); }

.btn-outline-orange-4 {
  color: #e4bf68;
  border-color: #e4bf68; }
  .btn-outline-orange-4:hover {
    color: #212529;
    background-color: #e4bf68;
    border-color: #e4bf68; }
  .btn-outline-orange-4:focus, .btn-outline-orange-4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 191, 104, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(228, 191, 104, 0.5); }
  .btn-outline-orange-4.disabled, .btn-outline-orange-4:disabled {
    color: #e4bf68;
    background-color: transparent; }
  .btn-outline-orange-4:not(:disabled):not(.disabled):active, .btn-outline-orange-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange-4.dropdown-toggle {
    color: #212529;
    background-color: #e4bf68;
    border-color: #e4bf68; }
    .btn-outline-orange-4:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 191, 104, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(228, 191, 104, 0.5); }

.btn-outline-orange-5 {
  color: #daad42;
  border-color: #daad42; }
  .btn-outline-orange-5:hover {
    color: #212529;
    background-color: #daad42;
    border-color: #daad42; }
  .btn-outline-orange-5:focus, .btn-outline-orange-5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 173, 66, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(218, 173, 66, 0.5); }
  .btn-outline-orange-5.disabled, .btn-outline-orange-5:disabled {
    color: #daad42;
    background-color: transparent; }
  .btn-outline-orange-5:not(:disabled):not(.disabled):active, .btn-outline-orange-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange-5.dropdown-toggle {
    color: #212529;
    background-color: #daad42;
    border-color: #daad42; }
    .btn-outline-orange-5:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 173, 66, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(218, 173, 66, 0.5); }

.btn-outline-orange-6 {
  color: #c29a3b;
  border-color: #c29a3b; }
  .btn-outline-orange-6:hover {
    color: #212529;
    background-color: #c29a3b;
    border-color: #c29a3b; }
  .btn-outline-orange-6:focus, .btn-outline-orange-6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 154, 59, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(194, 154, 59, 0.5); }
  .btn-outline-orange-6.disabled, .btn-outline-orange-6:disabled {
    color: #c29a3b;
    background-color: transparent; }
  .btn-outline-orange-6:not(:disabled):not(.disabled):active, .btn-outline-orange-6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange-6.dropdown-toggle {
    color: #212529;
    background-color: #c29a3b;
    border-color: #c29a3b; }
    .btn-outline-orange-6:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 154, 59, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(194, 154, 59, 0.5); }

.btn-outline-orange-7 {
  color: #a78432;
  border-color: #a78432; }
  .btn-outline-orange-7:hover {
    color: #fff;
    background-color: #a78432;
    border-color: #a78432; }
  .btn-outline-orange-7:focus, .btn-outline-orange-7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(167, 132, 50, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(167, 132, 50, 0.5); }
  .btn-outline-orange-7.disabled, .btn-outline-orange-7:disabled {
    color: #a78432;
    background-color: transparent; }
  .btn-outline-orange-7:not(:disabled):not(.disabled):active, .btn-outline-orange-7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange-7.dropdown-toggle {
    color: #fff;
    background-color: #a78432;
    border-color: #a78432; }
    .btn-outline-orange-7:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(167, 132, 50, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(167, 132, 50, 0.5); }

.btn-outline-orange-8 {
  color: #846828;
  border-color: #846828; }
  .btn-outline-orange-8:hover {
    color: #fff;
    background-color: #846828;
    border-color: #846828; }
  .btn-outline-orange-8:focus, .btn-outline-orange-8.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 104, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(132, 104, 40, 0.5); }
  .btn-outline-orange-8.disabled, .btn-outline-orange-8:disabled {
    color: #846828;
    background-color: transparent; }
  .btn-outline-orange-8:not(:disabled):not(.disabled):active, .btn-outline-orange-8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange-8.dropdown-toggle {
    color: #fff;
    background-color: #846828;
    border-color: #846828; }
    .btn-outline-orange-8:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 104, 40, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(132, 104, 40, 0.5); }

.btn-outline-orange-9 {
  color: #4d3d17;
  border-color: #4d3d17; }
  .btn-outline-orange-9:hover {
    color: #fff;
    background-color: #4d3d17;
    border-color: #4d3d17; }
  .btn-outline-orange-9:focus, .btn-outline-orange-9.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 61, 23, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(77, 61, 23, 0.5); }
  .btn-outline-orange-9.disabled, .btn-outline-orange-9:disabled {
    color: #4d3d17;
    background-color: transparent; }
  .btn-outline-orange-9:not(:disabled):not(.disabled):active, .btn-outline-orange-9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange-9.dropdown-toggle {
    color: #fff;
    background-color: #4d3d17;
    border-color: #4d3d17; }
    .btn-outline-orange-9:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 61, 23, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(77, 61, 23, 0.5); }

.btn-outline-yellow-0 {
  color: #f8fbea;
  border-color: #f8fbea; }
  .btn-outline-yellow-0:hover {
    color: #212529;
    background-color: #f8fbea;
    border-color: #f8fbea; }
  .btn-outline-yellow-0:focus, .btn-outline-yellow-0.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 251, 234, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 251, 234, 0.5); }
  .btn-outline-yellow-0.disabled, .btn-outline-yellow-0:disabled {
    color: #f8fbea;
    background-color: transparent; }
  .btn-outline-yellow-0:not(:disabled):not(.disabled):active, .btn-outline-yellow-0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow-0.dropdown-toggle {
    color: #212529;
    background-color: #f8fbea;
    border-color: #f8fbea; }
    .btn-outline-yellow-0:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 251, 234, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 251, 234, 0.5); }

.btn-outline-yellow-1 {
  color: #e8f3bc;
  border-color: #e8f3bc; }
  .btn-outline-yellow-1:hover {
    color: #212529;
    background-color: #e8f3bc;
    border-color: #e8f3bc; }
  .btn-outline-yellow-1:focus, .btn-outline-yellow-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 243, 188, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(232, 243, 188, 0.5); }
  .btn-outline-yellow-1.disabled, .btn-outline-yellow-1:disabled {
    color: #e8f3bc;
    background-color: transparent; }
  .btn-outline-yellow-1:not(:disabled):not(.disabled):active, .btn-outline-yellow-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow-1.dropdown-toggle {
    color: #212529;
    background-color: #e8f3bc;
    border-color: #e8f3bc; }
    .btn-outline-yellow-1:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 243, 188, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(232, 243, 188, 0.5); }

.btn-outline-yellow-2 {
  color: #d6ea88;
  border-color: #d6ea88; }
  .btn-outline-yellow-2:hover {
    color: #212529;
    background-color: #d6ea88;
    border-color: #d6ea88; }
  .btn-outline-yellow-2:focus, .btn-outline-yellow-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 234, 136, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 234, 136, 0.5); }
  .btn-outline-yellow-2.disabled, .btn-outline-yellow-2:disabled {
    color: #d6ea88;
    background-color: transparent; }
  .btn-outline-yellow-2:not(:disabled):not(.disabled):active, .btn-outline-yellow-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow-2.dropdown-toggle {
    color: #212529;
    background-color: #d6ea88;
    border-color: #d6ea88; }
    .btn-outline-yellow-2:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 234, 136, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(214, 234, 136, 0.5); }

.btn-outline-yellow-3 {
  color: #c2df4b;
  border-color: #c2df4b; }
  .btn-outline-yellow-3:hover {
    color: #212529;
    background-color: #c2df4b;
    border-color: #c2df4b; }
  .btn-outline-yellow-3:focus, .btn-outline-yellow-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 223, 75, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(194, 223, 75, 0.5); }
  .btn-outline-yellow-3.disabled, .btn-outline-yellow-3:disabled {
    color: #c2df4b;
    background-color: transparent; }
  .btn-outline-yellow-3:not(:disabled):not(.disabled):active, .btn-outline-yellow-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow-3.dropdown-toggle {
    color: #212529;
    background-color: #c2df4b;
    border-color: #c2df4b; }
    .btn-outline-yellow-3:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 223, 75, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(194, 223, 75, 0.5); }

.btn-outline-yellow-4 {
  color: #b3d03f;
  border-color: #b3d03f; }
  .btn-outline-yellow-4:hover {
    color: #212529;
    background-color: #b3d03f;
    border-color: #b3d03f; }
  .btn-outline-yellow-4:focus, .btn-outline-yellow-4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 208, 63, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(179, 208, 63, 0.5); }
  .btn-outline-yellow-4.disabled, .btn-outline-yellow-4:disabled {
    color: #b3d03f;
    background-color: transparent; }
  .btn-outline-yellow-4:not(:disabled):not(.disabled):active, .btn-outline-yellow-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow-4.dropdown-toggle {
    color: #212529;
    background-color: #b3d03f;
    border-color: #b3d03f; }
    .btn-outline-yellow-4:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 208, 63, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(179, 208, 63, 0.5); }

.btn-outline-yellow-5 {
  color: #a4be39;
  border-color: #a4be39; }
  .btn-outline-yellow-5:hover {
    color: #212529;
    background-color: #a4be39;
    border-color: #a4be39; }
  .btn-outline-yellow-5:focus, .btn-outline-yellow-5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 190, 57, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(164, 190, 57, 0.5); }
  .btn-outline-yellow-5.disabled, .btn-outline-yellow-5:disabled {
    color: #a4be39;
    background-color: transparent; }
  .btn-outline-yellow-5:not(:disabled):not(.disabled):active, .btn-outline-yellow-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow-5.dropdown-toggle {
    color: #212529;
    background-color: #a4be39;
    border-color: #a4be39; }
    .btn-outline-yellow-5:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 190, 57, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(164, 190, 57, 0.5); }

.btn-outline-yellow-6 {
  color: #92aa33;
  border-color: #92aa33; }
  .btn-outline-yellow-6:hover {
    color: #fff;
    background-color: #92aa33;
    border-color: #92aa33; }
  .btn-outline-yellow-6:focus, .btn-outline-yellow-6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(146, 170, 51, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(146, 170, 51, 0.5); }
  .btn-outline-yellow-6.disabled, .btn-outline-yellow-6:disabled {
    color: #92aa33;
    background-color: transparent; }
  .btn-outline-yellow-6:not(:disabled):not(.disabled):active, .btn-outline-yellow-6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow-6.dropdown-toggle {
    color: #fff;
    background-color: #92aa33;
    border-color: #92aa33; }
    .btn-outline-yellow-6:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(146, 170, 51, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(146, 170, 51, 0.5); }

.btn-outline-yellow-7 {
  color: #7d922c;
  border-color: #7d922c; }
  .btn-outline-yellow-7:hover {
    color: #fff;
    background-color: #7d922c;
    border-color: #7d922c; }
  .btn-outline-yellow-7:focus, .btn-outline-yellow-7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 146, 44, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(125, 146, 44, 0.5); }
  .btn-outline-yellow-7.disabled, .btn-outline-yellow-7:disabled {
    color: #7d922c;
    background-color: transparent; }
  .btn-outline-yellow-7:not(:disabled):not(.disabled):active, .btn-outline-yellow-7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow-7.dropdown-toggle {
    color: #fff;
    background-color: #7d922c;
    border-color: #7d922c; }
    .btn-outline-yellow-7:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 146, 44, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(125, 146, 44, 0.5); }

.btn-outline-yellow-8 {
  color: #637323;
  border-color: #637323; }
  .btn-outline-yellow-8:hover {
    color: #fff;
    background-color: #637323;
    border-color: #637323; }
  .btn-outline-yellow-8:focus, .btn-outline-yellow-8.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 115, 35, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(99, 115, 35, 0.5); }
  .btn-outline-yellow-8.disabled, .btn-outline-yellow-8:disabled {
    color: #637323;
    background-color: transparent; }
  .btn-outline-yellow-8:not(:disabled):not(.disabled):active, .btn-outline-yellow-8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow-8.dropdown-toggle {
    color: #fff;
    background-color: #637323;
    border-color: #637323; }
    .btn-outline-yellow-8:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 115, 35, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(99, 115, 35, 0.5); }

.btn-outline-yellow-9 {
  color: #3a4314;
  border-color: #3a4314; }
  .btn-outline-yellow-9:hover {
    color: #fff;
    background-color: #3a4314;
    border-color: #3a4314; }
  .btn-outline-yellow-9:focus, .btn-outline-yellow-9.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 67, 20, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 67, 20, 0.5); }
  .btn-outline-yellow-9.disabled, .btn-outline-yellow-9:disabled {
    color: #3a4314;
    background-color: transparent; }
  .btn-outline-yellow-9:not(:disabled):not(.disabled):active, .btn-outline-yellow-9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow-9.dropdown-toggle {
    color: #fff;
    background-color: #3a4314;
    border-color: #3a4314; }
    .btn-outline-yellow-9:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 67, 20, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 67, 20, 0.5); }

.btn-outline-lime-0 {
  color: #f3fcef;
  border-color: #f3fcef; }
  .btn-outline-lime-0:hover {
    color: #212529;
    background-color: #f3fcef;
    border-color: #f3fcef; }
  .btn-outline-lime-0:focus, .btn-outline-lime-0.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 252, 239, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(243, 252, 239, 0.5); }
  .btn-outline-lime-0.disabled, .btn-outline-lime-0:disabled {
    color: #f3fcef;
    background-color: transparent; }
  .btn-outline-lime-0:not(:disabled):not(.disabled):active, .btn-outline-lime-0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lime-0.dropdown-toggle {
    color: #212529;
    background-color: #f3fcef;
    border-color: #f3fcef; }
    .btn-outline-lime-0:not(:disabled):not(.disabled):active:focus, .btn-outline-lime-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lime-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 252, 239, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(243, 252, 239, 0.5); }

.btn-outline-lime-1 {
  color: #d9f6cc;
  border-color: #d9f6cc; }
  .btn-outline-lime-1:hover {
    color: #212529;
    background-color: #d9f6cc;
    border-color: #d9f6cc; }
  .btn-outline-lime-1:focus, .btn-outline-lime-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 246, 204, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(217, 246, 204, 0.5); }
  .btn-outline-lime-1.disabled, .btn-outline-lime-1:disabled {
    color: #d9f6cc;
    background-color: transparent; }
  .btn-outline-lime-1:not(:disabled):not(.disabled):active, .btn-outline-lime-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lime-1.dropdown-toggle {
    color: #212529;
    background-color: #d9f6cc;
    border-color: #d9f6cc; }
    .btn-outline-lime-1:not(:disabled):not(.disabled):active:focus, .btn-outline-lime-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lime-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 246, 204, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(217, 246, 204, 0.5); }

.btn-outline-lime-2 {
  color: #bbefa4;
  border-color: #bbefa4; }
  .btn-outline-lime-2:hover {
    color: #212529;
    background-color: #bbefa4;
    border-color: #bbefa4; }
  .btn-outline-lime-2:focus, .btn-outline-lime-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 239, 164, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(187, 239, 164, 0.5); }
  .btn-outline-lime-2.disabled, .btn-outline-lime-2:disabled {
    color: #bbefa4;
    background-color: transparent; }
  .btn-outline-lime-2:not(:disabled):not(.disabled):active, .btn-outline-lime-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lime-2.dropdown-toggle {
    color: #212529;
    background-color: #bbefa4;
    border-color: #bbefa4; }
    .btn-outline-lime-2:not(:disabled):not(.disabled):active:focus, .btn-outline-lime-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lime-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 239, 164, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(187, 239, 164, 0.5); }

.btn-outline-lime-3 {
  color: #97e776;
  border-color: #97e776; }
  .btn-outline-lime-3:hover {
    color: #212529;
    background-color: #97e776;
    border-color: #97e776; }
  .btn-outline-lime-3:focus, .btn-outline-lime-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 231, 118, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(151, 231, 118, 0.5); }
  .btn-outline-lime-3.disabled, .btn-outline-lime-3:disabled {
    color: #97e776;
    background-color: transparent; }
  .btn-outline-lime-3:not(:disabled):not(.disabled):active, .btn-outline-lime-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lime-3.dropdown-toggle {
    color: #212529;
    background-color: #97e776;
    border-color: #97e776; }
    .btn-outline-lime-3:not(:disabled):not(.disabled):active:focus, .btn-outline-lime-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lime-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 231, 118, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(151, 231, 118, 0.5); }

.btn-outline-lime-4 {
  color: #70dc42;
  border-color: #70dc42; }
  .btn-outline-lime-4:hover {
    color: #212529;
    background-color: #70dc42;
    border-color: #70dc42; }
  .btn-outline-lime-4:focus, .btn-outline-lime-4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 220, 66, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(112, 220, 66, 0.5); }
  .btn-outline-lime-4.disabled, .btn-outline-lime-4:disabled {
    color: #70dc42;
    background-color: transparent; }
  .btn-outline-lime-4:not(:disabled):not(.disabled):active, .btn-outline-lime-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lime-4.dropdown-toggle {
    color: #212529;
    background-color: #70dc42;
    border-color: #70dc42; }
    .btn-outline-lime-4:not(:disabled):not(.disabled):active:focus, .btn-outline-lime-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lime-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 220, 66, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(112, 220, 66, 0.5); }

.btn-outline-lime-5 {
  color: #66c93d;
  border-color: #66c93d; }
  .btn-outline-lime-5:hover {
    color: #212529;
    background-color: #66c93d;
    border-color: #66c93d; }
  .btn-outline-lime-5:focus, .btn-outline-lime-5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 201, 61, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(102, 201, 61, 0.5); }
  .btn-outline-lime-5.disabled, .btn-outline-lime-5:disabled {
    color: #66c93d;
    background-color: transparent; }
  .btn-outline-lime-5:not(:disabled):not(.disabled):active, .btn-outline-lime-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lime-5.dropdown-toggle {
    color: #212529;
    background-color: #66c93d;
    border-color: #66c93d; }
    .btn-outline-lime-5:not(:disabled):not(.disabled):active:focus, .btn-outline-lime-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lime-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 201, 61, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(102, 201, 61, 0.5); }

.btn-outline-lime-6 {
  color: #5bb436;
  border-color: #5bb436; }
  .btn-outline-lime-6:hover {
    color: #fff;
    background-color: #5bb436;
    border-color: #5bb436; }
  .btn-outline-lime-6:focus, .btn-outline-lime-6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 180, 54, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(91, 180, 54, 0.5); }
  .btn-outline-lime-6.disabled, .btn-outline-lime-6:disabled {
    color: #5bb436;
    background-color: transparent; }
  .btn-outline-lime-6:not(:disabled):not(.disabled):active, .btn-outline-lime-6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lime-6.dropdown-toggle {
    color: #fff;
    background-color: #5bb436;
    border-color: #5bb436; }
    .btn-outline-lime-6:not(:disabled):not(.disabled):active:focus, .btn-outline-lime-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lime-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 180, 54, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(91, 180, 54, 0.5); }

.btn-outline-lime-7 {
  color: #4e9a2f;
  border-color: #4e9a2f; }
  .btn-outline-lime-7:hover {
    color: #fff;
    background-color: #4e9a2f;
    border-color: #4e9a2f; }
  .btn-outline-lime-7:focus, .btn-outline-lime-7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 154, 47, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(78, 154, 47, 0.5); }
  .btn-outline-lime-7.disabled, .btn-outline-lime-7:disabled {
    color: #4e9a2f;
    background-color: transparent; }
  .btn-outline-lime-7:not(:disabled):not(.disabled):active, .btn-outline-lime-7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lime-7.dropdown-toggle {
    color: #fff;
    background-color: #4e9a2f;
    border-color: #4e9a2f; }
    .btn-outline-lime-7:not(:disabled):not(.disabled):active:focus, .btn-outline-lime-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lime-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 154, 47, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(78, 154, 47, 0.5); }

.btn-outline-lime-8 {
  color: #3e7a25;
  border-color: #3e7a25; }
  .btn-outline-lime-8:hover {
    color: #fff;
    background-color: #3e7a25;
    border-color: #3e7a25; }
  .btn-outline-lime-8:focus, .btn-outline-lime-8.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 122, 37, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(62, 122, 37, 0.5); }
  .btn-outline-lime-8.disabled, .btn-outline-lime-8:disabled {
    color: #3e7a25;
    background-color: transparent; }
  .btn-outline-lime-8:not(:disabled):not(.disabled):active, .btn-outline-lime-8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lime-8.dropdown-toggle {
    color: #fff;
    background-color: #3e7a25;
    border-color: #3e7a25; }
    .btn-outline-lime-8:not(:disabled):not(.disabled):active:focus, .btn-outline-lime-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lime-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 122, 37, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(62, 122, 37, 0.5); }

.btn-outline-lime-9 {
  color: #244716;
  border-color: #244716; }
  .btn-outline-lime-9:hover {
    color: #fff;
    background-color: #244716;
    border-color: #244716; }
  .btn-outline-lime-9:focus, .btn-outline-lime-9.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 71, 22, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(36, 71, 22, 0.5); }
  .btn-outline-lime-9.disabled, .btn-outline-lime-9:disabled {
    color: #244716;
    background-color: transparent; }
  .btn-outline-lime-9:not(:disabled):not(.disabled):active, .btn-outline-lime-9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lime-9.dropdown-toggle {
    color: #fff;
    background-color: #244716;
    border-color: #244716; }
    .btn-outline-lime-9:not(:disabled):not(.disabled):active:focus, .btn-outline-lime-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lime-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 71, 22, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(36, 71, 22, 0.5); }

.btn-outline-green-0 {
  color: #f1fcf3;
  border-color: #f1fcf3; }
  .btn-outline-green-0:hover {
    color: #212529;
    background-color: #f1fcf3;
    border-color: #f1fcf3; }
  .btn-outline-green-0:focus, .btn-outline-green-0.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 252, 243, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(241, 252, 243, 0.5); }
  .btn-outline-green-0.disabled, .btn-outline-green-0:disabled {
    color: #f1fcf3;
    background-color: transparent; }
  .btn-outline-green-0:not(:disabled):not(.disabled):active, .btn-outline-green-0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green-0.dropdown-toggle {
    color: #212529;
    background-color: #f1fcf3;
    border-color: #f1fcf3; }
    .btn-outline-green-0:not(:disabled):not(.disabled):active:focus, .btn-outline-green-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 252, 243, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(241, 252, 243, 0.5); }

.btn-outline-green-1 {
  color: #d1f7d9;
  border-color: #d1f7d9; }
  .btn-outline-green-1:hover {
    color: #212529;
    background-color: #d1f7d9;
    border-color: #d1f7d9; }
  .btn-outline-green-1:focus, .btn-outline-green-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 247, 217, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(209, 247, 217, 0.5); }
  .btn-outline-green-1.disabled, .btn-outline-green-1:disabled {
    color: #d1f7d9;
    background-color: transparent; }
  .btn-outline-green-1:not(:disabled):not(.disabled):active, .btn-outline-green-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green-1.dropdown-toggle {
    color: #212529;
    background-color: #d1f7d9;
    border-color: #d1f7d9; }
    .btn-outline-green-1:not(:disabled):not(.disabled):active:focus, .btn-outline-green-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 247, 217, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(209, 247, 217, 0.5); }

.btn-outline-green-2 {
  color: #acf1ba;
  border-color: #acf1ba; }
  .btn-outline-green-2:hover {
    color: #212529;
    background-color: #acf1ba;
    border-color: #acf1ba; }
  .btn-outline-green-2:focus, .btn-outline-green-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(172, 241, 186, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(172, 241, 186, 0.5); }
  .btn-outline-green-2.disabled, .btn-outline-green-2:disabled {
    color: #acf1ba;
    background-color: transparent; }
  .btn-outline-green-2:not(:disabled):not(.disabled):active, .btn-outline-green-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green-2.dropdown-toggle {
    color: #212529;
    background-color: #acf1ba;
    border-color: #acf1ba; }
    .btn-outline-green-2:not(:disabled):not(.disabled):active:focus, .btn-outline-green-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(172, 241, 186, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(172, 241, 186, 0.5); }

.btn-outline-green-3 {
  color: #81e995;
  border-color: #81e995; }
  .btn-outline-green-3:hover {
    color: #212529;
    background-color: #81e995;
    border-color: #81e995; }
  .btn-outline-green-3:focus, .btn-outline-green-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 233, 149, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(129, 233, 149, 0.5); }
  .btn-outline-green-3.disabled, .btn-outline-green-3:disabled {
    color: #81e995;
    background-color: transparent; }
  .btn-outline-green-3:not(:disabled):not(.disabled):active, .btn-outline-green-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green-3.dropdown-toggle {
    color: #212529;
    background-color: #81e995;
    border-color: #81e995; }
    .btn-outline-green-3:not(:disabled):not(.disabled):active:focus, .btn-outline-green-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 233, 149, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(129, 233, 149, 0.5); }

.btn-outline-green-4 {
  color: #48df66;
  border-color: #48df66; }
  .btn-outline-green-4:hover {
    color: #212529;
    background-color: #48df66;
    border-color: #48df66; }
  .btn-outline-green-4:focus, .btn-outline-green-4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 223, 102, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 223, 102, 0.5); }
  .btn-outline-green-4.disabled, .btn-outline-green-4:disabled {
    color: #48df66;
    background-color: transparent; }
  .btn-outline-green-4:not(:disabled):not(.disabled):active, .btn-outline-green-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green-4.dropdown-toggle {
    color: #212529;
    background-color: #48df66;
    border-color: #48df66; }
    .btn-outline-green-4:not(:disabled):not(.disabled):active:focus, .btn-outline-green-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 223, 102, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 223, 102, 0.5); }

.btn-outline-green-5 {
  color: #3ecc5a;
  border-color: #3ecc5a; }
  .btn-outline-green-5:hover {
    color: #fff;
    background-color: #3ecc5a;
    border-color: #3ecc5a; }
  .btn-outline-green-5:focus, .btn-outline-green-5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 204, 90, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(62, 204, 90, 0.5); }
  .btn-outline-green-5.disabled, .btn-outline-green-5:disabled {
    color: #3ecc5a;
    background-color: transparent; }
  .btn-outline-green-5:not(:disabled):not(.disabled):active, .btn-outline-green-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green-5.dropdown-toggle {
    color: #fff;
    background-color: #3ecc5a;
    border-color: #3ecc5a; }
    .btn-outline-green-5:not(:disabled):not(.disabled):active:focus, .btn-outline-green-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 204, 90, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(62, 204, 90, 0.5); }

.btn-outline-green-6 {
  color: #37b650;
  border-color: #37b650; }
  .btn-outline-green-6:hover {
    color: #fff;
    background-color: #37b650;
    border-color: #37b650; }
  .btn-outline-green-6:focus, .btn-outline-green-6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 182, 80, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(55, 182, 80, 0.5); }
  .btn-outline-green-6.disabled, .btn-outline-green-6:disabled {
    color: #37b650;
    background-color: transparent; }
  .btn-outline-green-6:not(:disabled):not(.disabled):active, .btn-outline-green-6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green-6.dropdown-toggle {
    color: #fff;
    background-color: #37b650;
    border-color: #37b650; }
    .btn-outline-green-6:not(:disabled):not(.disabled):active:focus, .btn-outline-green-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 182, 80, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(55, 182, 80, 0.5); }

.btn-outline-green-7 {
  color: #2f9d45;
  border-color: #2f9d45; }
  .btn-outline-green-7:hover {
    color: #fff;
    background-color: #2f9d45;
    border-color: #2f9d45; }
  .btn-outline-green-7:focus, .btn-outline-green-7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 157, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(47, 157, 69, 0.5); }
  .btn-outline-green-7.disabled, .btn-outline-green-7:disabled {
    color: #2f9d45;
    background-color: transparent; }
  .btn-outline-green-7:not(:disabled):not(.disabled):active, .btn-outline-green-7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green-7.dropdown-toggle {
    color: #fff;
    background-color: #2f9d45;
    border-color: #2f9d45; }
    .btn-outline-green-7:not(:disabled):not(.disabled):active:focus, .btn-outline-green-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 157, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(47, 157, 69, 0.5); }

.btn-outline-green-8 {
  color: #257c37;
  border-color: #257c37; }
  .btn-outline-green-8:hover {
    color: #fff;
    background-color: #257c37;
    border-color: #257c37; }
  .btn-outline-green-8:focus, .btn-outline-green-8.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 124, 55, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(37, 124, 55, 0.5); }
  .btn-outline-green-8.disabled, .btn-outline-green-8:disabled {
    color: #257c37;
    background-color: transparent; }
  .btn-outline-green-8:not(:disabled):not(.disabled):active, .btn-outline-green-8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green-8.dropdown-toggle {
    color: #fff;
    background-color: #257c37;
    border-color: #257c37; }
    .btn-outline-green-8:not(:disabled):not(.disabled):active:focus, .btn-outline-green-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 124, 55, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(37, 124, 55, 0.5); }

.btn-outline-green-9 {
  color: #164920;
  border-color: #164920; }
  .btn-outline-green-9:hover {
    color: #fff;
    background-color: #164920;
    border-color: #164920; }
  .btn-outline-green-9:focus, .btn-outline-green-9.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 73, 32, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(22, 73, 32, 0.5); }
  .btn-outline-green-9.disabled, .btn-outline-green-9:disabled {
    color: #164920;
    background-color: transparent; }
  .btn-outline-green-9:not(:disabled):not(.disabled):active, .btn-outline-green-9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green-9.dropdown-toggle {
    color: #fff;
    background-color: #164920;
    border-color: #164920; }
    .btn-outline-green-9:not(:disabled):not(.disabled):active:focus, .btn-outline-green-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 73, 32, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(22, 73, 32, 0.5); }

.btn-outline-teal-0 {
  color: #effcf8;
  border-color: #effcf8; }
  .btn-outline-teal-0:hover {
    color: #212529;
    background-color: #effcf8;
    border-color: #effcf8; }
  .btn-outline-teal-0:focus, .btn-outline-teal-0.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 252, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(239, 252, 248, 0.5); }
  .btn-outline-teal-0.disabled, .btn-outline-teal-0:disabled {
    color: #effcf8;
    background-color: transparent; }
  .btn-outline-teal-0:not(:disabled):not(.disabled):active, .btn-outline-teal-0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal-0.dropdown-toggle {
    color: #212529;
    background-color: #effcf8;
    border-color: #effcf8; }
    .btn-outline-teal-0:not(:disabled):not(.disabled):active:focus, .btn-outline-teal-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 252, 248, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(239, 252, 248, 0.5); }

.btn-outline-teal-1 {
  color: #cdf6ea;
  border-color: #cdf6ea; }
  .btn-outline-teal-1:hover {
    color: #212529;
    background-color: #cdf6ea;
    border-color: #cdf6ea; }
  .btn-outline-teal-1:focus, .btn-outline-teal-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 246, 234, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(205, 246, 234, 0.5); }
  .btn-outline-teal-1.disabled, .btn-outline-teal-1:disabled {
    color: #cdf6ea;
    background-color: transparent; }
  .btn-outline-teal-1:not(:disabled):not(.disabled):active, .btn-outline-teal-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal-1.dropdown-toggle {
    color: #212529;
    background-color: #cdf6ea;
    border-color: #cdf6ea; }
    .btn-outline-teal-1:not(:disabled):not(.disabled):active:focus, .btn-outline-teal-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 246, 234, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(205, 246, 234, 0.5); }

.btn-outline-teal-2 {
  color: #a6efd9;
  border-color: #a6efd9; }
  .btn-outline-teal-2:hover {
    color: #212529;
    background-color: #a6efd9;
    border-color: #a6efd9; }
  .btn-outline-teal-2:focus, .btn-outline-teal-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 239, 217, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(166, 239, 217, 0.5); }
  .btn-outline-teal-2.disabled, .btn-outline-teal-2:disabled {
    color: #a6efd9;
    background-color: transparent; }
  .btn-outline-teal-2:not(:disabled):not(.disabled):active, .btn-outline-teal-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal-2.dropdown-toggle {
    color: #212529;
    background-color: #a6efd9;
    border-color: #a6efd9; }
    .btn-outline-teal-2:not(:disabled):not(.disabled):active:focus, .btn-outline-teal-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 239, 217, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(166, 239, 217, 0.5); }

.btn-outline-teal-3 {
  color: #76e7c5;
  border-color: #76e7c5; }
  .btn-outline-teal-3:hover {
    color: #212529;
    background-color: #76e7c5;
    border-color: #76e7c5; }
  .btn-outline-teal-3:focus, .btn-outline-teal-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 231, 197, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(118, 231, 197, 0.5); }
  .btn-outline-teal-3.disabled, .btn-outline-teal-3:disabled {
    color: #76e7c5;
    background-color: transparent; }
  .btn-outline-teal-3:not(:disabled):not(.disabled):active, .btn-outline-teal-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal-3.dropdown-toggle {
    color: #212529;
    background-color: #76e7c5;
    border-color: #76e7c5; }
    .btn-outline-teal-3:not(:disabled):not(.disabled):active:focus, .btn-outline-teal-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 231, 197, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(118, 231, 197, 0.5); }

.btn-outline-teal-4 {
  color: #42dbae;
  border-color: #42dbae; }
  .btn-outline-teal-4:hover {
    color: #212529;
    background-color: #42dbae;
    border-color: #42dbae; }
  .btn-outline-teal-4:focus, .btn-outline-teal-4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 219, 174, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(66, 219, 174, 0.5); }
  .btn-outline-teal-4.disabled, .btn-outline-teal-4:disabled {
    color: #42dbae;
    background-color: transparent; }
  .btn-outline-teal-4:not(:disabled):not(.disabled):active, .btn-outline-teal-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal-4.dropdown-toggle {
    color: #212529;
    background-color: #42dbae;
    border-color: #42dbae; }
    .btn-outline-teal-4:not(:disabled):not(.disabled):active:focus, .btn-outline-teal-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 219, 174, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(66, 219, 174, 0.5); }

.btn-outline-teal-5 {
  color: #3cc89f;
  border-color: #3cc89f; }
  .btn-outline-teal-5:hover {
    color: #212529;
    background-color: #3cc89f;
    border-color: #3cc89f; }
  .btn-outline-teal-5:focus, .btn-outline-teal-5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 200, 159, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(60, 200, 159, 0.5); }
  .btn-outline-teal-5.disabled, .btn-outline-teal-5:disabled {
    color: #3cc89f;
    background-color: transparent; }
  .btn-outline-teal-5:not(:disabled):not(.disabled):active, .btn-outline-teal-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal-5.dropdown-toggle {
    color: #212529;
    background-color: #3cc89f;
    border-color: #3cc89f; }
    .btn-outline-teal-5:not(:disabled):not(.disabled):active:focus, .btn-outline-teal-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 200, 159, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(60, 200, 159, 0.5); }

.btn-outline-teal-6 {
  color: #36b38e;
  border-color: #36b38e; }
  .btn-outline-teal-6:hover {
    color: #fff;
    background-color: #36b38e;
    border-color: #36b38e; }
  .btn-outline-teal-6:focus, .btn-outline-teal-6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 179, 142, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(54, 179, 142, 0.5); }
  .btn-outline-teal-6.disabled, .btn-outline-teal-6:disabled {
    color: #36b38e;
    background-color: transparent; }
  .btn-outline-teal-6:not(:disabled):not(.disabled):active, .btn-outline-teal-6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal-6.dropdown-toggle {
    color: #fff;
    background-color: #36b38e;
    border-color: #36b38e; }
    .btn-outline-teal-6:not(:disabled):not(.disabled):active:focus, .btn-outline-teal-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 179, 142, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(54, 179, 142, 0.5); }

.btn-outline-teal-7 {
  color: #2e9a7a;
  border-color: #2e9a7a; }
  .btn-outline-teal-7:hover {
    color: #fff;
    background-color: #2e9a7a;
    border-color: #2e9a7a; }
  .btn-outline-teal-7:focus, .btn-outline-teal-7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 154, 122, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(46, 154, 122, 0.5); }
  .btn-outline-teal-7.disabled, .btn-outline-teal-7:disabled {
    color: #2e9a7a;
    background-color: transparent; }
  .btn-outline-teal-7:not(:disabled):not(.disabled):active, .btn-outline-teal-7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal-7.dropdown-toggle {
    color: #fff;
    background-color: #2e9a7a;
    border-color: #2e9a7a; }
    .btn-outline-teal-7:not(:disabled):not(.disabled):active:focus, .btn-outline-teal-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 154, 122, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(46, 154, 122, 0.5); }

.btn-outline-teal-8 {
  color: #257960;
  border-color: #257960; }
  .btn-outline-teal-8:hover {
    color: #fff;
    background-color: #257960;
    border-color: #257960; }
  .btn-outline-teal-8:focus, .btn-outline-teal-8.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 121, 96, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(37, 121, 96, 0.5); }
  .btn-outline-teal-8.disabled, .btn-outline-teal-8:disabled {
    color: #257960;
    background-color: transparent; }
  .btn-outline-teal-8:not(:disabled):not(.disabled):active, .btn-outline-teal-8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal-8.dropdown-toggle {
    color: #fff;
    background-color: #257960;
    border-color: #257960; }
    .btn-outline-teal-8:not(:disabled):not(.disabled):active:focus, .btn-outline-teal-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 121, 96, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(37, 121, 96, 0.5); }

.btn-outline-teal-9 {
  color: #164739;
  border-color: #164739; }
  .btn-outline-teal-9:hover {
    color: #fff;
    background-color: #164739;
    border-color: #164739; }
  .btn-outline-teal-9:focus, .btn-outline-teal-9.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 71, 57, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(22, 71, 57, 0.5); }
  .btn-outline-teal-9.disabled, .btn-outline-teal-9:disabled {
    color: #164739;
    background-color: transparent; }
  .btn-outline-teal-9:not(:disabled):not(.disabled):active, .btn-outline-teal-9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal-9.dropdown-toggle {
    color: #fff;
    background-color: #164739;
    border-color: #164739; }
    .btn-outline-teal-9:not(:disabled):not(.disabled):active:focus, .btn-outline-teal-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 71, 57, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(22, 71, 57, 0.5); }

.btn-outline-cyan-0 {
  color: #f3fbfd;
  border-color: #f3fbfd; }
  .btn-outline-cyan-0:hover {
    color: #212529;
    background-color: #f3fbfd;
    border-color: #f3fbfd; }
  .btn-outline-cyan-0:focus, .btn-outline-cyan-0.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 251, 253, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(243, 251, 253, 0.5); }
  .btn-outline-cyan-0.disabled, .btn-outline-cyan-0:disabled {
    color: #f3fbfd;
    background-color: transparent; }
  .btn-outline-cyan-0:not(:disabled):not(.disabled):active, .btn-outline-cyan-0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan-0.dropdown-toggle {
    color: #212529;
    background-color: #f3fbfd;
    border-color: #f3fbfd; }
    .btn-outline-cyan-0:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan-0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan-0.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 251, 253, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(243, 251, 253, 0.5); }

.btn-outline-cyan-1 {
  color: #d9f2f8;
  border-color: #d9f2f8; }
  .btn-outline-cyan-1:hover {
    color: #212529;
    background-color: #d9f2f8;
    border-color: #d9f2f8; }
  .btn-outline-cyan-1:focus, .btn-outline-cyan-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 242, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(217, 242, 248, 0.5); }
  .btn-outline-cyan-1.disabled, .btn-outline-cyan-1:disabled {
    color: #d9f2f8;
    background-color: transparent; }
  .btn-outline-cyan-1:not(:disabled):not(.disabled):active, .btn-outline-cyan-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan-1.dropdown-toggle {
    color: #212529;
    background-color: #d9f2f8;
    border-color: #d9f2f8; }
    .btn-outline-cyan-1:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 242, 248, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(217, 242, 248, 0.5); }

.btn-outline-cyan-2 {
  color: #bce8f3;
  border-color: #bce8f3; }
  .btn-outline-cyan-2:hover {
    color: #212529;
    background-color: #bce8f3;
    border-color: #bce8f3; }
  .btn-outline-cyan-2:focus, .btn-outline-cyan-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 232, 243, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(188, 232, 243, 0.5); }
  .btn-outline-cyan-2.disabled, .btn-outline-cyan-2:disabled {
    color: #bce8f3;
    background-color: transparent; }
  .btn-outline-cyan-2:not(:disabled):not(.disabled):active, .btn-outline-cyan-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan-2.dropdown-toggle {
    color: #212529;
    background-color: #bce8f3;
    border-color: #bce8f3; }
    .btn-outline-cyan-2:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 232, 243, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(188, 232, 243, 0.5); }

.btn-outline-cyan-3 {
  color: #9cddee;
  border-color: #9cddee; }
  .btn-outline-cyan-3:hover {
    color: #212529;
    background-color: #9cddee;
    border-color: #9cddee; }
  .btn-outline-cyan-3:focus, .btn-outline-cyan-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 221, 238, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(156, 221, 238, 0.5); }
  .btn-outline-cyan-3.disabled, .btn-outline-cyan-3:disabled {
    color: #9cddee;
    background-color: transparent; }
  .btn-outline-cyan-3:not(:disabled):not(.disabled):active, .btn-outline-cyan-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan-3.dropdown-toggle {
    color: #212529;
    background-color: #9cddee;
    border-color: #9cddee; }
    .btn-outline-cyan-3:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan-3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 221, 238, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(156, 221, 238, 0.5); }

.btn-outline-cyan-4 {
  color: #76d0e7;
  border-color: #76d0e7; }
  .btn-outline-cyan-4:hover {
    color: #212529;
    background-color: #76d0e7;
    border-color: #76d0e7; }
  .btn-outline-cyan-4:focus, .btn-outline-cyan-4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 208, 231, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(118, 208, 231, 0.5); }
  .btn-outline-cyan-4.disabled, .btn-outline-cyan-4:disabled {
    color: #76d0e7;
    background-color: transparent; }
  .btn-outline-cyan-4:not(:disabled):not(.disabled):active, .btn-outline-cyan-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan-4.dropdown-toggle {
    color: #212529;
    background-color: #76d0e7;
    border-color: #76d0e7; }
    .btn-outline-cyan-4:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan-4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 208, 231, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(118, 208, 231, 0.5); }

.btn-outline-cyan-5 {
  color: #49c1df;
  border-color: #49c1df; }
  .btn-outline-cyan-5:hover {
    color: #212529;
    background-color: #49c1df;
    border-color: #49c1df; }
  .btn-outline-cyan-5:focus, .btn-outline-cyan-5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 193, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(73, 193, 223, 0.5); }
  .btn-outline-cyan-5.disabled, .btn-outline-cyan-5:disabled {
    color: #49c1df;
    background-color: transparent; }
  .btn-outline-cyan-5:not(:disabled):not(.disabled):active, .btn-outline-cyan-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan-5.dropdown-toggle {
    color: #212529;
    background-color: #49c1df;
    border-color: #49c1df; }
    .btn-outline-cyan-5:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan-5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 193, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(73, 193, 223, 0.5); }

.btn-outline-cyan-6 {
  color: #3dadc9;
  border-color: #3dadc9; }
  .btn-outline-cyan-6:hover {
    color: #fff;
    background-color: #3dadc9;
    border-color: #3dadc9; }
  .btn-outline-cyan-6:focus, .btn-outline-cyan-6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 173, 201, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(61, 173, 201, 0.5); }
  .btn-outline-cyan-6.disabled, .btn-outline-cyan-6:disabled {
    color: #3dadc9;
    background-color: transparent; }
  .btn-outline-cyan-6:not(:disabled):not(.disabled):active, .btn-outline-cyan-6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan-6.dropdown-toggle {
    color: #fff;
    background-color: #3dadc9;
    border-color: #3dadc9; }
    .btn-outline-cyan-6:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan-6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan-6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 173, 201, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(61, 173, 201, 0.5); }

.btn-outline-cyan-7 {
  color: #3494ac;
  border-color: #3494ac; }
  .btn-outline-cyan-7:hover {
    color: #fff;
    background-color: #3494ac;
    border-color: #3494ac; }
  .btn-outline-cyan-7:focus, .btn-outline-cyan-7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 148, 172, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 148, 172, 0.5); }
  .btn-outline-cyan-7.disabled, .btn-outline-cyan-7:disabled {
    color: #3494ac;
    background-color: transparent; }
  .btn-outline-cyan-7:not(:disabled):not(.disabled):active, .btn-outline-cyan-7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan-7.dropdown-toggle {
    color: #fff;
    background-color: #3494ac;
    border-color: #3494ac; }
    .btn-outline-cyan-7:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan-7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan-7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 148, 172, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 148, 172, 0.5); }

.btn-outline-cyan-8 {
  color: #297588;
  border-color: #297588; }
  .btn-outline-cyan-8:hover {
    color: #fff;
    background-color: #297588;
    border-color: #297588; }
  .btn-outline-cyan-8:focus, .btn-outline-cyan-8.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 117, 136, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(41, 117, 136, 0.5); }
  .btn-outline-cyan-8.disabled, .btn-outline-cyan-8:disabled {
    color: #297588;
    background-color: transparent; }
  .btn-outline-cyan-8:not(:disabled):not(.disabled):active, .btn-outline-cyan-8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan-8.dropdown-toggle {
    color: #fff;
    background-color: #297588;
    border-color: #297588; }
    .btn-outline-cyan-8:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan-8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan-8.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 117, 136, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(41, 117, 136, 0.5); }

.btn-outline-cyan-9 {
  color: #184550;
  border-color: #184550; }
  .btn-outline-cyan-9:hover {
    color: #fff;
    background-color: #184550;
    border-color: #184550; }
  .btn-outline-cyan-9:focus, .btn-outline-cyan-9.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 69, 80, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(24, 69, 80, 0.5); }
  .btn-outline-cyan-9.disabled, .btn-outline-cyan-9:disabled {
    color: #184550;
    background-color: transparent; }
  .btn-outline-cyan-9:not(:disabled):not(.disabled):active, .btn-outline-cyan-9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan-9.dropdown-toggle {
    color: #fff;
    background-color: #184550;
    border-color: #184550; }
    .btn-outline-cyan-9:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan-9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan-9.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 69, 80, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(24, 69, 80, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      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; } }

.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: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    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(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .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: no-repeat 50% / 50% 50%; }

.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: #007bff;
  background-color: #007bff; }

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

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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(0, 123, 255, 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;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 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") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .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: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .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: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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 {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .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 {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    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: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: no-repeat center center;
  background-size: 100% 100%; }

@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 {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          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 {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          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 {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          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 {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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(0, 0, 0, 0.5)' 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(255, 255, 255, 0.5)' 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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-header + .list-group .list-group-item:first-child {
    border-top: 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; }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              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 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
    display: inline-block;
    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: -webkit-box;
  display: -ms-flexbox;
  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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #007bff;
  border-color: #007bff; }

.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: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      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: #5f86e3; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #3465db; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #666c7b; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #4f545f; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 108, 123, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(102, 108, 123, 0.5); }

.badge-success {
  color: #fff;
  background-color: #2f9d45; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #237634; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 157, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(47, 157, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #3dadc9; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #2e8da5; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 173, 201, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(61, 173, 201, 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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #de6345; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #cc4524; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 99, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 99, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f9f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dddde3; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(249, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #3c3f48; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #25272c; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 63, 72, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(60, 63, 72, 0.5); }

.badge-base {
  color: #fff;
  background-color: #4371de; }
  a.badge-base:hover, a.badge-base:focus {
    color: #fff;
    background-color: #2455ca; }
  a.badge-base:focus, a.badge-base.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 113, 222, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(67, 113, 222, 0.5); }

.badge-gray-0 {
  color: #212529;
  background-color: #f9f9fa; }
  a.badge-gray-0:hover, a.badge-gray-0:focus {
    color: #212529;
    background-color: #dddde3; }
  a.badge-gray-0:focus, a.badge-gray-0.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(249, 249, 250, 0.5); }

.badge-gray-1 {
  color: #212529;
  background-color: #ecedf0; }
  a.badge-gray-1:hover, a.badge-gray-1:focus {
    color: #212529;
    background-color: #d0d2da; }
  a.badge-gray-1:focus, a.badge-gray-1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 237, 240, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(236, 237, 240, 0.5); }

.badge-gray-2 {
  color: #212529;
  background-color: #dfe1e6; }
  a.badge-gray-2:hover, a.badge-gray-2:focus {
    color: #212529;
    background-color: #c2c6d0; }
  a.badge-gray-2:focus, a.badge-gray-2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 225, 230, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(223, 225, 230, 0.5); }

.badge-gray-3 {
  color: #212529;
  background-color: #d0d3da; }
  a.badge-gray-3:hover, a.badge-gray-3:focus {
    color: #212529;
    background-color: #b3b8c4; }
  a.badge-gray-3:focus, a.badge-gray-3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 211, 218, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(208, 211, 218, 0.5); }

.badge-gray-4 {
  color: #212529;
  background-color: #c0c4ce; }
  a.badge-gray-4:hover, a.badge-gray-4:focus {
    color: #212529;
    background-color: #a3a9b8; }
  a.badge-gray-4:focus, a.badge-gray-4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 196, 206, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(192, 196, 206, 0.5); }

.badge-gray-5 {
  color: #212529;
  background-color: #aeb3bf; }
  a.badge-gray-5:hover, a.badge-gray-5:focus {
    color: #212529;
    background-color: #9298a8; }
  a.badge-gray-5:focus, a.badge-gray-5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 179, 191, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(174, 179, 191, 0.5); }

.badge-gray-6 {
  color: #212529;
  background-color: #99a0af; }
  a.badge-gray-6:hover, a.badge-gray-6:focus {
    color: #212529;
    background-color: #7c8599; }
  a.badge-gray-6:focus, a.badge-gray-6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 160, 175, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(153, 160, 175, 0.5); }

.badge-gray-7 {
  color: #fff;
  background-color: #81899c; }
  a.badge-gray-7:hover, a.badge-gray-7:focus {
    color: #fff;
    background-color: #676f83; }
  a.badge-gray-7:focus, a.badge-gray-7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 137, 156, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(129, 137, 156, 0.5); }

.badge-gray-8 {
  color: #fff;
  background-color: #666c7b; }
  a.badge-gray-8:hover, a.badge-gray-8:focus {
    color: #fff;
    background-color: #4f545f; }
  a.badge-gray-8:focus, a.badge-gray-8.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 108, 123, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(102, 108, 123, 0.5); }

.badge-gray-9 {
  color: #fff;
  background-color: #3c3f48; }
  a.badge-gray-9:hover, a.badge-gray-9:focus {
    color: #fff;
    background-color: #25272c; }
  a.badge-gray-9:focus, a.badge-gray-9.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 63, 72, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(60, 63, 72, 0.5); }

.badge-blue-0 {
  color: #212529;
  background-color: #f8f9fe; }
  a.badge-blue-0:hover, a.badge-blue-0:focus {
    color: #212529;
    background-color: #cbd3f8; }
  a.badge-blue-0:focus, a.badge-blue-0.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 254, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 254, 0.5); }

.badge-blue-1 {
  color: #212529;
  background-color: #e8eefb; }
  a.badge-blue-1:hover, a.badge-blue-1:focus {
    color: #212529;
    background-color: #bdcef3; }
  a.badge-blue-1:focus, a.badge-blue-1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 238, 251, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(232, 238, 251, 0.5); }

.badge-blue-2 {
  color: #212529;
  background-color: #d7e1f8; }
  a.badge-blue-2:hover, a.badge-blue-2:focus {
    color: #212529;
    background-color: #acc0f0; }
  a.badge-blue-2:focus, a.badge-blue-2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 225, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(215, 225, 248, 0.5); }

.badge-blue-3 {
  color: #212529;
  background-color: #c5d3f5; }
  a.badge-blue-3:hover, a.badge-blue-3:focus {
    color: #212529;
    background-color: #9ab2ee; }
  a.badge-blue-3:focus, a.badge-blue-3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 211, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(197, 211, 245, 0.5); }

.badge-blue-4 {
  color: #212529;
  background-color: #b0c4f1; }
  a.badge-blue-4:hover, a.badge-blue-4:focus {
    color: #212529;
    background-color: #85a4e9; }
  a.badge-blue-4:focus, a.badge-blue-4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(176, 196, 241, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(176, 196, 241, 0.5); }

.badge-blue-5 {
  color: #212529;
  background-color: #9ab2ed; }
  a.badge-blue-5:hover, a.badge-blue-5:focus {
    color: #212529;
    background-color: #6f91e5; }
  a.badge-blue-5:focus, a.badge-blue-5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 178, 237, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(154, 178, 237, 0.5); }

.badge-blue-6 {
  color: #212529;
  background-color: #7f9ee9; }
  a.badge-blue-6:hover, a.badge-blue-6:focus {
    color: #212529;
    background-color: #537de2; }
  a.badge-blue-6:focus, a.badge-blue-6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(127, 158, 233, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(127, 158, 233, 0.5); }

.badge-blue-7 {
  color: #fff;
  background-color: #5f86e3; }
  a.badge-blue-7:hover, a.badge-blue-7:focus {
    color: #fff;
    background-color: #3465db; }
  a.badge-blue-7:focus, a.badge-blue-7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(95, 134, 227, 0.5); }

.badge-blue-8 {
  color: #fff;
  background-color: #3d67cb; }
  a.badge-blue-8:hover, a.badge-blue-8:focus {
    color: #fff;
    background-color: #2d51a8; }
  a.badge-blue-8:focus, a.badge-blue-8.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 103, 203, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(61, 103, 203, 0.5); }

.badge-blue-9 {
  color: #fff;
  background-color: #243d77; }
  a.badge-blue-9:hover, a.badge-blue-9:focus {
    color: #fff;
    background-color: #182950; }
  a.badge-blue-9:focus, a.badge-blue-9.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 61, 119, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(36, 61, 119, 0.5); }

.badge-indigo-0 {
  color: #212529;
  background-color: #faf9fe; }
  a.badge-indigo-0:hover, a.badge-indigo-0:focus {
    color: #212529;
    background-color: #d6cdf7; }
  a.badge-indigo-0:focus, a.badge-indigo-0.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 249, 254, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(250, 249, 254, 0.5); }

.badge-indigo-1 {
  color: #212529;
  background-color: #efebfc; }
  a.badge-indigo-1:hover, a.badge-indigo-1:focus {
    color: #212529;
    background-color: #ccbff5; }
  a.badge-indigo-1:focus, a.badge-indigo-1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 235, 252, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(239, 235, 252, 0.5); }

.badge-indigo-2 {
  color: #212529;
  background-color: #e3ddf9; }
  a.badge-indigo-2:hover, a.badge-indigo-2:focus {
    color: #212529;
    background-color: #bfb2f1; }
  a.badge-indigo-2:focus, a.badge-indigo-2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 221, 249, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(227, 221, 249, 0.5); }

.badge-indigo-3 {
  color: #212529;
  background-color: #d6cef6; }
  a.badge-indigo-3:hover, a.badge-indigo-3:focus {
    color: #212529;
    background-color: #b2a3ee; }
  a.badge-indigo-3:focus, a.badge-indigo-3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 206, 246, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 206, 246, 0.5); }

.badge-indigo-4 {
  color: #212529;
  background-color: #c8bdf3; }
  a.badge-indigo-4:hover, a.badge-indigo-4:focus {
    color: #212529;
    background-color: #a492eb; }
  a.badge-indigo-4:focus, a.badge-indigo-4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 189, 243, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(200, 189, 243, 0.5); }

.badge-indigo-5 {
  color: #212529;
  background-color: #b8aaf0; }
  a.badge-indigo-5:hover, a.badge-indigo-5:focus {
    color: #212529;
    background-color: #947fe8; }
  a.badge-indigo-5:focus, a.badge-indigo-5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 170, 240, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(184, 170, 240, 0.5); }

.badge-indigo-6 {
  color: #212529;
  background-color: #a593ec; }
  a.badge-indigo-6:hover, a.badge-indigo-6:focus {
    color: #212529;
    background-color: #8168e4; }
  a.badge-indigo-6:focus, a.badge-indigo-6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 147, 236, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(165, 147, 236, 0.5); }

.badge-indigo-7 {
  color: #fff;
  background-color: #8e78e7; }
  a.badge-indigo-7:hover, a.badge-indigo-7:focus {
    color: #fff;
    background-color: #6a4ddf; }
  a.badge-indigo-7:focus, a.badge-indigo-7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 120, 231, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(142, 120, 231, 0.5); }

.badge-indigo-8 {
  color: #fff;
  background-color: #6f53e1; }
  a.badge-indigo-8:hover, a.badge-indigo-8:focus {
    color: #fff;
    background-color: #4b28d9; }
  a.badge-indigo-8:focus, a.badge-indigo-8.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 83, 225, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(111, 83, 225, 0.5); }

.badge-indigo-9 {
  color: #fff;
  background-color: #412c92; }
  a.badge-indigo-9:hover, a.badge-indigo-9:focus {
    color: #fff;
    background-color: #30206b; }
  a.badge-indigo-9:focus, a.badge-indigo-9.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 44, 146, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(65, 44, 146, 0.5); }

.badge-violet-0 {
  color: #212529;
  background-color: #fcf8fe; }
  a.badge-violet-0:hover, a.badge-violet-0:focus {
    color: #212529;
    background-color: #e9cbf8; }
  a.badge-violet-0:focus, a.badge-violet-0.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(252, 248, 254, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(252, 248, 254, 0.5); }

.badge-violet-1 {
  color: #212529;
  background-color: #f6e9fb; }
  a.badge-violet-1:hover, a.badge-violet-1:focus {
    color: #212529;
    background-color: #e4bef3; }
  a.badge-violet-1:focus, a.badge-violet-1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 233, 251, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(246, 233, 251, 0.5); }

.badge-violet-2 {
  color: #212529;
  background-color: #efd9f8; }
  a.badge-violet-2:hover, a.badge-violet-2:focus {
    color: #212529;
    background-color: #ddaef0; }
  a.badge-violet-2:focus, a.badge-violet-2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 217, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(239, 217, 248, 0.5); }

.badge-violet-3 {
  color: #212529;
  background-color: #e8c8f5; }
  a.badge-violet-3:hover, a.badge-violet-3:focus {
    color: #212529;
    background-color: #d69ded; }
  a.badge-violet-3:focus, a.badge-violet-3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 200, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(232, 200, 245, 0.5); }

.badge-violet-4 {
  color: #212529;
  background-color: #e0b4f2; }
  a.badge-violet-4:hover, a.badge-violet-4:focus {
    color: #212529;
    background-color: #ce89ea; }
  a.badge-violet-4:focus, a.badge-violet-4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 180, 242, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(224, 180, 242, 0.5); }

.badge-violet-5 {
  color: #212529;
  background-color: #d69eee; }
  a.badge-violet-5:hover, a.badge-violet-5:focus {
    color: #212529;
    background-color: #c473e6; }
  a.badge-violet-5:focus, a.badge-violet-5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 158, 238, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 158, 238, 0.5); }

.badge-violet-6 {
  color: #212529;
  background-color: #cb84e9; }
  a.badge-violet-6:hover, a.badge-violet-6:focus {
    color: #212529;
    background-color: #b959e1; }
  a.badge-violet-6:focus, a.badge-violet-6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 132, 233, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(203, 132, 233, 0.5); }

.badge-violet-7 {
  color: #fff;
  background-color: #bd61e3; }
  a.badge-violet-7:hover, a.badge-violet-7:focus {
    color: #fff;
    background-color: #ab36db; }
  a.badge-violet-7:focus, a.badge-violet-7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 97, 227, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(189, 97, 227, 0.5); }

.badge-violet-8 {
  color: #fff;
  background-color: #a03dc9; }
  a.badge-violet-8:hover, a.badge-violet-8:focus {
    color: #fff;
    background-color: #822ea5; }
  a.badge-violet-8:focus, a.badge-violet-8.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 201, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(160, 61, 201, 0.5); }

.badge-violet-9 {
  color: #fff;
  background-color: #5e2477; }
  a.badge-violet-9:hover, a.badge-violet-9:focus {
    color: #fff;
    background-color: #3f1850; }
  a.badge-violet-9:focus, a.badge-violet-9.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 36, 119, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(94, 36, 119, 0.5); }

.badge-fuschia-0 {
  color: #212529;
  background-color: #fef8fd; }
  a.badge-fuschia-0:hover, a.badge-fuschia-0:focus {
    color: #212529;
    background-color: #f8cbf0; }
  a.badge-fuschia-0:focus, a.badge-fuschia-0.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 248, 253, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(254, 248, 253, 0.5); }

.badge-fuschia-1 {
  color: #212529;
  background-color: #fbe8f7; }
  a.badge-fuschia-1:hover, a.badge-fuschia-1:focus {
    color: #212529;
    background-color: #f3bde8; }
  a.badge-fuschia-1:focus, a.badge-fuschia-1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 232, 247, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(251, 232, 247, 0.5); }

.badge-fuschia-2 {
  color: #212529;
  background-color: #f8d7f1; }
  a.badge-fuschia-2:hover, a.badge-fuschia-2:focus {
    color: #212529;
    background-color: #f0ace2; }
  a.badge-fuschia-2:focus, a.badge-fuschia-2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 215, 241, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 215, 241, 0.5); }

.badge-fuschia-3 {
  color: #212529;
  background-color: #f5c4eb; }
  a.badge-fuschia-3:hover, a.badge-fuschia-3:focus {
    color: #212529;
    background-color: #ee98dc; }
  a.badge-fuschia-3:focus, a.badge-fuschia-3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 196, 235, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 196, 235, 0.5); }

.badge-fuschia-4 {
  color: #212529;
  background-color: #f1afe4; }
  a.badge-fuschia-4:hover, a.badge-fuschia-4:focus {
    color: #212529;
    background-color: #e984d5; }
  a.badge-fuschia-4:focus, a.badge-fuschia-4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 175, 228, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(241, 175, 228, 0.5); }

.badge-fuschia-5 {
  color: #212529;
  background-color: #ed96db; }
  a.badge-fuschia-5:hover, a.badge-fuschia-5:focus {
    color: #212529;
    background-color: #e66acc; }
  a.badge-fuschia-5:focus, a.badge-fuschia-5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 150, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(237, 150, 219, 0.5); }

.badge-fuschia-6 {
  color: #212529;
  background-color: #e778d1; }
  a.badge-fuschia-6:hover, a.badge-fuschia-6:focus {
    color: #212529;
    background-color: #df4dc2; }
  a.badge-fuschia-6:focus, a.badge-fuschia-6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 120, 209, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(231, 120, 209, 0.5); }

.badge-fuschia-7 {
  color: #fff;
  background-color: #e04dc2; }
  a.badge-fuschia-7:hover, a.badge-fuschia-7:focus {
    color: #fff;
    background-color: #d525b1; }
  a.badge-fuschia-7:focus, a.badge-fuschia-7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 77, 194, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(224, 77, 194, 0.5); }

.badge-fuschia-8 {
  color: #fff;
  background-color: #b5379c; }
  a.badge-fuschia-8:hover, a.badge-fuschia-8:focus {
    color: #fff;
    background-color: #8e2b7a; }
  a.badge-fuschia-8:focus, a.badge-fuschia-8.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(181, 55, 156, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(181, 55, 156, 0.5); }

.badge-fuschia-9 {
  color: #fff;
  background-color: #6c205d; }
  a.badge-fuschia-9:hover, a.badge-fuschia-9:focus {
    color: #fff;
    background-color: #45143b; }
  a.badge-fuschia-9:focus, a.badge-fuschia-9.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 32, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 32, 93, 0.5); }

.badge-pink-0 {
  color: #212529;
  background-color: #fef8fa; }
  a.badge-pink-0:hover, a.badge-pink-0:focus {
    color: #212529;
    background-color: #f8cbda; }
  a.badge-pink-0:focus, a.badge-pink-0.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 248, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(254, 248, 250, 0.5); }

.badge-pink-1 {
  color: #212529;
  background-color: #fbe9ee; }
  a.badge-pink-1:hover, a.badge-pink-1:focus {
    color: #212529;
    background-color: #f3becd; }
  a.badge-pink-1:focus, a.badge-pink-1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 233, 238, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(251, 233, 238, 0.5); }

.badge-pink-2 {
  color: #212529;
  background-color: #f8d9e2; }
  a.badge-pink-2:hover, a.badge-pink-2:focus {
    color: #212529;
    background-color: #f0aec1; }
  a.badge-pink-2:focus, a.badge-pink-2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 217, 226, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 217, 226, 0.5); }

.badge-pink-3 {
  color: #212529;
  background-color: #f5c7d5; }
  a.badge-pink-3:hover, a.badge-pink-3:focus {
    color: #212529;
    background-color: #ed9cb5; }
  a.badge-pink-3:focus, a.badge-pink-3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 199, 213, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 199, 213, 0.5); }

.badge-pink-4 {
  color: #212529;
  background-color: #f2b3c5; }
  a.badge-pink-4:hover, a.badge-pink-4:focus {
    color: #212529;
    background-color: #eb87a4; }
  a.badge-pink-4:focus, a.badge-pink-4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 179, 197, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(242, 179, 197, 0.5); }

.badge-pink-5 {
  color: #212529;
  background-color: #ee9cb4; }
  a.badge-pink-5:hover, a.badge-pink-5:focus {
    color: #212529;
    background-color: #e77093; }
  a.badge-pink-5:focus, a.badge-pink-5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 156, 180, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(238, 156, 180, 0.5); }

.badge-pink-6 {
  color: #212529;
  background-color: #e97f9f; }
  a.badge-pink-6:hover, a.badge-pink-6:focus {
    color: #212529;
    background-color: #e2537e; }
  a.badge-pink-6:focus, a.badge-pink-6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 127, 159, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(233, 127, 159, 0.5); }

.badge-pink-7 {
  color: #fff;
  background-color: #e25982; }
  a.badge-pink-7:hover, a.badge-pink-7:focus {
    color: #fff;
    background-color: #da2e61; }
  a.badge-pink-7:focus, a.badge-pink-7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 89, 130, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(226, 89, 130, 0.5); }

.badge-pink-8 {
  color: #fff;
  background-color: #bf3a61; }
  a.badge-pink-8:hover, a.badge-pink-8:focus {
    color: #fff;
    background-color: #982e4d; }
  a.badge-pink-8:focus, a.badge-pink-8.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(191, 58, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(191, 58, 97, 0.5); }

.badge-pink-9 {
  color: #fff;
  background-color: #71223a; }
  a.badge-pink-9:hover, a.badge-pink-9:focus {
    color: #fff;
    background-color: #4a1626; }
  a.badge-pink-9:focus, a.badge-pink-9.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 34, 58, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(113, 34, 58, 0.5); }

.badge-red-0 {
  color: #212529;
  background-color: #fef8f7; }
  a.badge-red-0:hover, a.badge-red-0:focus {
    color: #212529;
    background-color: #f8d0ca; }
  a.badge-red-0:focus, a.badge-red-0.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 248, 247, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(254, 248, 247, 0.5); }

.badge-red-1 {
  color: #212529;
  background-color: #fbeae6; }
  a.badge-red-1:hover, a.badge-red-1:focus {
    color: #212529;
    background-color: #f4c5ba; }
  a.badge-red-1:focus, a.badge-red-1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 234, 230, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(251, 234, 230, 0.5); }

.badge-red-2 {
  color: #212529;
  background-color: #f7dbd3; }
  a.badge-red-2:hover, a.badge-red-2:focus {
    color: #212529;
    background-color: #efb8a8; }
  a.badge-red-2:focus, a.badge-red-2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 219, 211, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(247, 219, 211, 0.5); }

.badge-red-3 {
  color: #212529;
  background-color: #f4cabf; }
  a.badge-red-3:hover, a.badge-red-3:focus {
    color: #212529;
    background-color: #eda693; }
  a.badge-red-3:focus, a.badge-red-3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 202, 191, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(244, 202, 191, 0.5); }

.badge-red-4 {
  color: #212529;
  background-color: #f0b7a8; }
  a.badge-red-4:hover, a.badge-red-4:focus {
    color: #212529;
    background-color: #e9937d; }
  a.badge-red-4:focus, a.badge-red-4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 183, 168, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(240, 183, 168, 0.5); }

.badge-red-5 {
  color: #212529;
  background-color: #eba18e; }
  a.badge-red-5:hover, a.badge-red-5:focus {
    color: #212529;
    background-color: #e37d63; }
  a.badge-red-5:focus, a.badge-red-5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 161, 142, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 161, 142, 0.5); }

.badge-red-6 {
  color: #212529;
  background-color: #e6866e; }
  a.badge-red-6:hover, a.badge-red-6:focus {
    color: #212529;
    background-color: #df6243; }
  a.badge-red-6:focus, a.badge-red-6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 134, 110, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(230, 134, 110, 0.5); }

.badge-red-7 {
  color: #fff;
  background-color: #de6345; }
  a.badge-red-7:hover, a.badge-red-7:focus {
    color: #fff;
    background-color: #cc4524; }
  a.badge-red-7:focus, a.badge-red-7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 99, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 99, 69, 0.5); }

.badge-red-8 {
  color: #fff;
  background-color: #b14e35; }
  a.badge-red-8:hover, a.badge-red-8:focus {
    color: #fff;
    background-color: #8a3d29; }
  a.badge-red-8:focus, a.badge-red-8.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(177, 78, 53, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(177, 78, 53, 0.5); }

.badge-red-9 {
  color: #fff;
  background-color: #682e1f; }
  a.badge-red-9:hover, a.badge-red-9:focus {
    color: #fff;
    background-color: #411d13; }
  a.badge-red-9:focus, a.badge-red-9.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 46, 31, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(104, 46, 31, 0.5); }

.badge-orange-0 {
  color: #212529;
  background-color: #fdf9f1; }
  a.badge-orange-0:hover, a.badge-orange-0:focus {
    color: #212529;
    background-color: #f7e6c4; }
  a.badge-orange-0:focus, a.badge-orange-0.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 249, 241, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(253, 249, 241, 0.5); }

.badge-orange-1 {
  color: #212529;
  background-color: #f7edd4; }
  a.badge-orange-1:hover, a.badge-orange-1:focus {
    color: #212529;
    background-color: #efdba9; }
  a.badge-orange-1:focus, a.badge-orange-1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 237, 212, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(247, 237, 212, 0.5); }

.badge-orange-2 {
  color: #212529;
  background-color: #f2dfb3; }
  a.badge-orange-2:hover, a.badge-orange-2:focus {
    color: #212529;
    background-color: #ebcd87; }
  a.badge-orange-2:focus, a.badge-orange-2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 223, 179, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(242, 223, 179, 0.5); }

.badge-orange-3 {
  color: #212529;
  background-color: #ebd090; }
  a.badge-orange-3:hover, a.badge-orange-3:focus {
    color: #212529;
    background-color: #e3be65; }
  a.badge-orange-3:focus, a.badge-orange-3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 208, 144, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 208, 144, 0.5); }

.badge-orange-4 {
  color: #212529;
  background-color: #e4bf68; }
  a.badge-orange-4:hover, a.badge-orange-4:focus {
    color: #212529;
    background-color: #dcad3d; }
  a.badge-orange-4:focus, a.badge-orange-4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 191, 104, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(228, 191, 104, 0.5); }

.badge-orange-5 {
  color: #212529;
  background-color: #daad42; }
  a.badge-orange-5:hover, a.badge-orange-5:focus {
    color: #212529;
    background-color: #c39426; }
  a.badge-orange-5:focus, a.badge-orange-5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 173, 66, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(218, 173, 66, 0.5); }

.badge-orange-6 {
  color: #212529;
  background-color: #c29a3b; }
  a.badge-orange-6:hover, a.badge-orange-6:focus {
    color: #212529;
    background-color: #9b7b2f; }
  a.badge-orange-6:focus, a.badge-orange-6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 154, 59, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(194, 154, 59, 0.5); }

.badge-orange-7 {
  color: #fff;
  background-color: #a78432; }
  a.badge-orange-7:hover, a.badge-orange-7:focus {
    color: #fff;
    background-color: #806526; }
  a.badge-orange-7:focus, a.badge-orange-7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(167, 132, 50, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(167, 132, 50, 0.5); }

.badge-orange-8 {
  color: #fff;
  background-color: #846828; }
  a.badge-orange-8:hover, a.badge-orange-8:focus {
    color: #fff;
    background-color: #5d491c; }
  a.badge-orange-8:focus, a.badge-orange-8.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 104, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(132, 104, 40, 0.5); }

.badge-orange-9 {
  color: #fff;
  background-color: #4d3d17; }
  a.badge-orange-9:hover, a.badge-orange-9:focus {
    color: #fff;
    background-color: #261e0b; }
  a.badge-orange-9:focus, a.badge-orange-9.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 61, 23, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(77, 61, 23, 0.5); }

.badge-yellow-0 {
  color: #212529;
  background-color: #f8fbea; }
  a.badge-yellow-0:hover, a.badge-yellow-0:focus {
    color: #212529;
    background-color: #eaf3bf; }
  a.badge-yellow-0:focus, a.badge-yellow-0.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 251, 234, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 251, 234, 0.5); }

.badge-yellow-1 {
  color: #212529;
  background-color: #e8f3bc; }
  a.badge-yellow-1:hover, a.badge-yellow-1:focus {
    color: #212529;
    background-color: #d9eb91; }
  a.badge-yellow-1:focus, a.badge-yellow-1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 243, 188, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(232, 243, 188, 0.5); }

.badge-yellow-2 {
  color: #212529;
  background-color: #d6ea88; }
  a.badge-yellow-2:hover, a.badge-yellow-2:focus {
    color: #212529;
    background-color: #c7e25d; }
  a.badge-yellow-2:focus, a.badge-yellow-2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 234, 136, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 234, 136, 0.5); }

.badge-yellow-3 {
  color: #212529;
  background-color: #c2df4b; }
  a.badge-yellow-3:hover, a.badge-yellow-3:focus {
    color: #212529;
    background-color: #b0d225; }
  a.badge-yellow-3:focus, a.badge-yellow-3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 223, 75, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(194, 223, 75, 0.5); }

.badge-yellow-4 {
  color: #212529;
  background-color: #b3d03f; }
  a.badge-yellow-4:hover, a.badge-yellow-4:focus {
    color: #212529;
    background-color: #96b12b; }
  a.badge-yellow-4:focus, a.badge-yellow-4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 208, 63, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(179, 208, 63, 0.5); }

.badge-yellow-5 {
  color: #212529;
  background-color: #a4be39; }
  a.badge-yellow-5:hover, a.badge-yellow-5:focus {
    color: #212529;
    background-color: #82972d; }
  a.badge-yellow-5:focus, a.badge-yellow-5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 190, 57, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(164, 190, 57, 0.5); }

.badge-yellow-6 {
  color: #fff;
  background-color: #92aa33; }
  a.badge-yellow-6:hover, a.badge-yellow-6:focus {
    color: #fff;
    background-color: #708327; }
  a.badge-yellow-6:focus, a.badge-yellow-6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(146, 170, 51, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(146, 170, 51, 0.5); }

.badge-yellow-7 {
  color: #fff;
  background-color: #7d922c; }
  a.badge-yellow-7:hover, a.badge-yellow-7:focus {
    color: #fff;
    background-color: #5b6b20; }
  a.badge-yellow-7:focus, a.badge-yellow-7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 146, 44, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(125, 146, 44, 0.5); }

.badge-yellow-8 {
  color: #fff;
  background-color: #637323; }
  a.badge-yellow-8:hover, a.badge-yellow-8:focus {
    color: #fff;
    background-color: #414c17; }
  a.badge-yellow-8:focus, a.badge-yellow-8.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 115, 35, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(99, 115, 35, 0.5); }

.badge-yellow-9 {
  color: #fff;
  background-color: #3a4314; }
  a.badge-yellow-9:hover, a.badge-yellow-9:focus {
    color: #fff;
    background-color: #181c08; }
  a.badge-yellow-9:focus, a.badge-yellow-9.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 67, 20, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 67, 20, 0.5); }

.badge-lime-0 {
  color: #212529;
  background-color: #f3fcef; }
  a.badge-lime-0:hover, a.badge-lime-0:focus {
    color: #212529;
    background-color: #d3f4c4; }
  a.badge-lime-0:focus, a.badge-lime-0.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 252, 239, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(243, 252, 239, 0.5); }

.badge-lime-1 {
  color: #212529;
  background-color: #d9f6cc; }
  a.badge-lime-1:hover, a.badge-lime-1:focus {
    color: #212529;
    background-color: #b9eea1; }
  a.badge-lime-1:focus, a.badge-lime-1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 246, 204, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(217, 246, 204, 0.5); }

.badge-lime-2 {
  color: #212529;
  background-color: #bbefa4; }
  a.badge-lime-2:hover, a.badge-lime-2:focus {
    color: #212529;
    background-color: #9be779; }
  a.badge-lime-2:focus, a.badge-lime-2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 239, 164, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(187, 239, 164, 0.5); }

.badge-lime-3 {
  color: #212529;
  background-color: #97e776; }
  a.badge-lime-3:hover, a.badge-lime-3:focus {
    color: #212529;
    background-color: #76df4b; }
  a.badge-lime-3:focus, a.badge-lime-3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 231, 118, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(151, 231, 118, 0.5); }

.badge-lime-4 {
  color: #212529;
  background-color: #70dc42; }
  a.badge-lime-4:hover, a.badge-lime-4:focus {
    color: #212529;
    background-color: #55c625; }
  a.badge-lime-4:focus, a.badge-lime-4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 220, 66, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(112, 220, 66, 0.5); }

.badge-lime-5 {
  color: #212529;
  background-color: #66c93d; }
  a.badge-lime-5:hover, a.badge-lime-5:focus {
    color: #212529;
    background-color: #51a52e; }
  a.badge-lime-5:focus, a.badge-lime-5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 201, 61, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(102, 201, 61, 0.5); }

.badge-lime-6 {
  color: #fff;
  background-color: #5bb436; }
  a.badge-lime-6:hover, a.badge-lime-6:focus {
    color: #fff;
    background-color: #478d2a; }
  a.badge-lime-6:focus, a.badge-lime-6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 180, 54, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(91, 180, 54, 0.5); }

.badge-lime-7 {
  color: #fff;
  background-color: #4e9a2f; }
  a.badge-lime-7:hover, a.badge-lime-7:focus {
    color: #fff;
    background-color: #3a7323; }
  a.badge-lime-7:focus, a.badge-lime-7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 154, 47, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(78, 154, 47, 0.5); }

.badge-lime-8 {
  color: #fff;
  background-color: #3e7a25; }
  a.badge-lime-8:hover, a.badge-lime-8:focus {
    color: #fff;
    background-color: #2a5319; }
  a.badge-lime-8:focus, a.badge-lime-8.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 122, 37, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(62, 122, 37, 0.5); }

.badge-lime-9 {
  color: #fff;
  background-color: #244716; }
  a.badge-lime-9:hover, a.badge-lime-9:focus {
    color: #fff;
    background-color: #10200a; }
  a.badge-lime-9:focus, a.badge-lime-9.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 71, 22, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(36, 71, 22, 0.5); }

.badge-green-0 {
  color: #212529;
  background-color: #f1fcf3; }
  a.badge-green-0:hover, a.badge-green-0:focus {
    color: #212529;
    background-color: #c7f3cf; }
  a.badge-green-0:focus, a.badge-green-0.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 252, 243, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(241, 252, 243, 0.5); }

.badge-green-1 {
  color: #212529;
  background-color: #d1f7d9; }
  a.badge-green-1:hover, a.badge-green-1:focus {
    color: #212529;
    background-color: #a6efb5; }
  a.badge-green-1:focus, a.badge-green-1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 247, 217, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(209, 247, 217, 0.5); }

.badge-green-2 {
  color: #212529;
  background-color: #acf1ba; }
  a.badge-green-2:hover, a.badge-green-2:focus {
    color: #212529;
    background-color: #80ea96; }
  a.badge-green-2:focus, a.badge-green-2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(172, 241, 186, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(172, 241, 186, 0.5); }

.badge-green-3 {
  color: #212529;
  background-color: #81e995; }
  a.badge-green-3:hover, a.badge-green-3:focus {
    color: #212529;
    background-color: #56e170; }
  a.badge-green-3:focus, a.badge-green-3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 233, 149, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(129, 233, 149, 0.5); }

.badge-green-4 {
  color: #212529;
  background-color: #48df66; }
  a.badge-green-4:hover, a.badge-green-4:focus {
    color: #212529;
    background-color: #24d046; }
  a.badge-green-4:focus, a.badge-green-4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 223, 102, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 223, 102, 0.5); }

.badge-green-5 {
  color: #fff;
  background-color: #3ecc5a; }
  a.badge-green-5:hover, a.badge-green-5:focus {
    color: #fff;
    background-color: #2daa46; }
  a.badge-green-5:focus, a.badge-green-5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 204, 90, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(62, 204, 90, 0.5); }

.badge-green-6 {
  color: #fff;
  background-color: #37b650; }
  a.badge-green-6:hover, a.badge-green-6:focus {
    color: #fff;
    background-color: #2b8f3f; }
  a.badge-green-6:focus, a.badge-green-6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 182, 80, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(55, 182, 80, 0.5); }

.badge-green-7 {
  color: #fff;
  background-color: #2f9d45; }
  a.badge-green-7:hover, a.badge-green-7:focus {
    color: #fff;
    background-color: #237634; }
  a.badge-green-7:focus, a.badge-green-7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 157, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(47, 157, 69, 0.5); }

.badge-green-8 {
  color: #fff;
  background-color: #257c37; }
  a.badge-green-8:hover, a.badge-green-8:focus {
    color: #fff;
    background-color: #195526; }
  a.badge-green-8:focus, a.badge-green-8.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 124, 55, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(37, 124, 55, 0.5); }

.badge-green-9 {
  color: #fff;
  background-color: #164920; }
  a.badge-green-9:hover, a.badge-green-9:focus {
    color: #fff;
    background-color: #0a220f; }
  a.badge-green-9:focus, a.badge-green-9.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 73, 32, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(22, 73, 32, 0.5); }

.badge-teal-0 {
  color: #212529;
  background-color: #effcf8; }
  a.badge-teal-0:hover, a.badge-teal-0:focus {
    color: #212529;
    background-color: #c4f4e5; }
  a.badge-teal-0:focus, a.badge-teal-0.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 252, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(239, 252, 248, 0.5); }

.badge-teal-1 {
  color: #212529;
  background-color: #cdf6ea; }
  a.badge-teal-1:hover, a.badge-teal-1:focus {
    color: #212529;
    background-color: #a2eed8; }
  a.badge-teal-1:focus, a.badge-teal-1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 246, 234, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(205, 246, 234, 0.5); }

.badge-teal-2 {
  color: #212529;
  background-color: #a6efd9; }
  a.badge-teal-2:hover, a.badge-teal-2:focus {
    color: #212529;
    background-color: #7be7c7; }
  a.badge-teal-2:focus, a.badge-teal-2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 239, 217, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(166, 239, 217, 0.5); }

.badge-teal-3 {
  color: #212529;
  background-color: #76e7c5; }
  a.badge-teal-3:hover, a.badge-teal-3:focus {
    color: #212529;
    background-color: #4bdfb3; }
  a.badge-teal-3:focus, a.badge-teal-3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 231, 197, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(118, 231, 197, 0.5); }

.badge-teal-4 {
  color: #212529;
  background-color: #42dbae; }
  a.badge-teal-4:hover, a.badge-teal-4:focus {
    color: #212529;
    background-color: #25c596; }
  a.badge-teal-4:focus, a.badge-teal-4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 219, 174, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(66, 219, 174, 0.5); }

.badge-teal-5 {
  color: #212529;
  background-color: #3cc89f; }
  a.badge-teal-5:hover, a.badge-teal-5:focus {
    color: #212529;
    background-color: #2ea381; }
  a.badge-teal-5:focus, a.badge-teal-5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 200, 159, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(60, 200, 159, 0.5); }

.badge-teal-6 {
  color: #fff;
  background-color: #36b38e; }
  a.badge-teal-6:hover, a.badge-teal-6:focus {
    color: #fff;
    background-color: #2a8c6f; }
  a.badge-teal-6:focus, a.badge-teal-6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 179, 142, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(54, 179, 142, 0.5); }

.badge-teal-7 {
  color: #fff;
  background-color: #2e9a7a; }
  a.badge-teal-7:hover, a.badge-teal-7:focus {
    color: #fff;
    background-color: #22735b; }
  a.badge-teal-7:focus, a.badge-teal-7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 154, 122, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(46, 154, 122, 0.5); }

.badge-teal-8 {
  color: #fff;
  background-color: #257960; }
  a.badge-teal-8:hover, a.badge-teal-8:focus {
    color: #fff;
    background-color: #195241; }
  a.badge-teal-8:focus, a.badge-teal-8.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 121, 96, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(37, 121, 96, 0.5); }

.badge-teal-9 {
  color: #fff;
  background-color: #164739; }
  a.badge-teal-9:hover, a.badge-teal-9:focus {
    color: #fff;
    background-color: #0a201a; }
  a.badge-teal-9:focus, a.badge-teal-9.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 71, 57, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(22, 71, 57, 0.5); }

.badge-cyan-0 {
  color: #212529;
  background-color: #f3fbfd; }
  a.badge-cyan-0:hover, a.badge-cyan-0:focus {
    color: #212529;
    background-color: #c7ecf6; }
  a.badge-cyan-0:focus, a.badge-cyan-0.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 251, 253, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(243, 251, 253, 0.5); }

.badge-cyan-1 {
  color: #212529;
  background-color: #d9f2f8; }
  a.badge-cyan-1:hover, a.badge-cyan-1:focus {
    color: #212529;
    background-color: #aee3f0; }
  a.badge-cyan-1:focus, a.badge-cyan-1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 242, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(217, 242, 248, 0.5); }

.badge-cyan-2 {
  color: #212529;
  background-color: #bce8f3; }
  a.badge-cyan-2:hover, a.badge-cyan-2:focus {
    color: #212529;
    background-color: #91d9eb; }
  a.badge-cyan-2:focus, a.badge-cyan-2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 232, 243, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(188, 232, 243, 0.5); }

.badge-cyan-3 {
  color: #212529;
  background-color: #9cddee; }
  a.badge-cyan-3:hover, a.badge-cyan-3:focus {
    color: #212529;
    background-color: #70cee7; }
  a.badge-cyan-3:focus, a.badge-cyan-3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 221, 238, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(156, 221, 238, 0.5); }

.badge-cyan-4 {
  color: #212529;
  background-color: #76d0e7; }
  a.badge-cyan-4:hover, a.badge-cyan-4:focus {
    color: #212529;
    background-color: #4bc1df; }
  a.badge-cyan-4:focus, a.badge-cyan-4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 208, 231, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(118, 208, 231, 0.5); }

.badge-cyan-5 {
  color: #212529;
  background-color: #49c1df; }
  a.badge-cyan-5:hover, a.badge-cyan-5:focus {
    color: #212529;
    background-color: #25aed0; }
  a.badge-cyan-5:focus, a.badge-cyan-5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 193, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(73, 193, 223, 0.5); }

.badge-cyan-6 {
  color: #fff;
  background-color: #3dadc9; }
  a.badge-cyan-6:hover, a.badge-cyan-6:focus {
    color: #fff;
    background-color: #2e8da5; }
  a.badge-cyan-6:focus, a.badge-cyan-6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 173, 201, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(61, 173, 201, 0.5); }

.badge-cyan-7 {
  color: #fff;
  background-color: #3494ac; }
  a.badge-cyan-7:hover, a.badge-cyan-7:focus {
    color: #fff;
    background-color: #287285; }
  a.badge-cyan-7:focus, a.badge-cyan-7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 148, 172, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 148, 172, 0.5); }

.badge-cyan-8 {
  color: #fff;
  background-color: #297588; }
  a.badge-cyan-8:hover, a.badge-cyan-8:focus {
    color: #fff;
    background-color: #1d5361; }
  a.badge-cyan-8:focus, a.badge-cyan-8.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 117, 136, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(41, 117, 136, 0.5); }

.badge-cyan-9 {
  color: #fff;
  background-color: #184550; }
  a.badge-cyan-9:hover, a.badge-cyan-9:focus {
    color: #fff;
    background-color: #0c2329; }
  a.badge-cyan-9:focus, a.badge-cyan-9.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 69, 80, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(24, 69, 80, 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: 500; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #314676;
  background-color: #dfe7f9;
  border-color: #d2ddf7; }
  .alert-primary hr {
    border-top-color: #bccdf3; }
  .alert-primary .alert-link {
    color: #223152; }

.alert-secondary {
  color: #353840;
  background-color: #e0e2e5;
  border-color: #d4d6da; }
  .alert-secondary hr {
    border-top-color: #c6c9ce; }
  .alert-secondary .alert-link {
    color: #1e2024; }

.alert-success {
  color: #185224;
  background-color: #d5ebda;
  border-color: #c5e4cb; }
  .alert-success hr {
    border-top-color: #b4dcbb; }
  .alert-success .alert-link {
    color: #0c2b13; }

.alert-info {
  color: #205a69;
  background-color: #d8eff4;
  border-color: #c9e8f0; }
  .alert-info hr {
    border-top-color: #b5e0ea; }
  .alert-info .alert-link {
    color: #143842; }

.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: #733324;
  background-color: #f8e0da;
  border-color: #f6d3cb; }
  .alert-danger hr {
    border-top-color: #f2c1b5; }
  .alert-danger .alert-link {
    color: #4c2218; }

.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: #1f2125;
  background-color: #d8d9da;
  border-color: #c8c9cc; }
  .alert-dark hr {
    border-top-color: #bbbcc0; }
  .alert-dark .alert-link {
    color: #080809; }

.alert-base {
  color: #233b73;
  background-color: #d9e3f8;
  border-color: #cad7f6; }
  .alert-base hr {
    border-top-color: #b4c7f2; }
  .alert-base .alert-link {
    color: #17274c; }

.alert-gray-0 {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-gray-0 hr {
    border-top-color: #ececf6; }
  .alert-gray-0 .alert-link {
    color: #686868; }

.alert-gray-1 {
  color: #7b7b7d;
  background-color: #fbfbfc;
  border-color: #fafafb; }
  .alert-gray-1 hr {
    border-top-color: #ececf0; }
  .alert-gray-1 .alert-link {
    color: #626263; }

.alert-gray-2 {
  color: #747578;
  background-color: #f9f9fa;
  border-color: #f6f7f8; }
  .alert-gray-2 hr {
    border-top-color: #e8eaed; }
  .alert-gray-2 .alert-link {
    color: #5b5c5e; }

.alert-gray-3 {
  color: #6c6e71;
  background-color: #f6f6f8;
  border-color: #f2f3f5; }
  .alert-gray-3 hr {
    border-top-color: #e4e6ea; }
  .alert-gray-3 .alert-link {
    color: #535557; }

.alert-gray-4 {
  color: #64666b;
  background-color: #f2f3f5;
  border-color: #edeef1; }
  .alert-gray-4 hr {
    border-top-color: #dfe0e6; }
  .alert-gray-4 .alert-link {
    color: #4b4d51; }

.alert-gray-5 {
  color: #5a5d63;
  background-color: #eff0f2;
  border-color: #e8eaed; }
  .alert-gray-5 hr {
    border-top-color: #dadde2; }
  .alert-gray-5 .alert-link {
    color: #424448; }

.alert-gray-6 {
  color: #50535b;
  background-color: #ebecef;
  border-color: #e2e4e9; }
  .alert-gray-6 hr {
    border-top-color: #d4d7de; }
  .alert-gray-6 .alert-link {
    color: #383a40; }

.alert-gray-7 {
  color: #434751;
  background-color: #e6e7eb;
  border-color: #dcdee3; }
  .alert-gray-7 hr {
    border-top-color: #ced1d8; }
  .alert-gray-7 .alert-link {
    color: #2c2f35; }

.alert-gray-8 {
  color: #353840;
  background-color: #e0e2e5;
  border-color: #d4d6da; }
  .alert-gray-8 hr {
    border-top-color: #c6c9ce; }
  .alert-gray-8 .alert-link {
    color: #1e2024; }

.alert-gray-9 {
  color: #1f2125;
  background-color: #d8d9da;
  border-color: #c8c9cc; }
  .alert-gray-9 hr {
    border-top-color: #bbbcc0; }
  .alert-gray-9 .alert-link {
    color: #080809; }

.alert-blue-0 {
  color: #818184;
  background-color: #fefeff;
  border-color: #fdfdff; }
  .alert-blue-0 hr {
    border-top-color: #e4e4ff; }
  .alert-blue-0 .alert-link {
    color: #68686a; }

.alert-blue-1 {
  color: #797c83;
  background-color: #fafcfe;
  border-color: #f9fafe; }
  .alert-blue-1 hr {
    border-top-color: #e3e8fa; }
  .alert-blue-1 .alert-link {
    color: #616368; }

.alert-blue-2 {
  color: #707581;
  background-color: #f7f9fe;
  border-color: #f4f7fd; }
  .alert-blue-2 hr {
    border-top-color: #dee7f9; }
  .alert-blue-2 .alert-link {
    color: #585c66; }

.alert-blue-3 {
  color: #666e7f;
  background-color: #f3f6fd;
  border-color: #eff3fc; }
  .alert-blue-3 hr {
    border-top-color: #dae3f8; }
  .alert-blue-3 .alert-link {
    color: #4f5663; }

.alert-blue-4 {
  color: #5c667d;
  background-color: #eff3fc;
  border-color: #e9eefb; }
  .alert-blue-4 hr {
    border-top-color: #d3ddf7; }
  .alert-blue-4 .alert-link {
    color: #464e60; }

.alert-blue-5 {
  color: #505d7b;
  background-color: #ebf0fb;
  border-color: #e3e9fa; }
  .alert-blue-5 hr {
    border-top-color: #cdd8f6; }
  .alert-blue-5 .alert-link {
    color: #3c465c; }

.alert-blue-6 {
  color: #425279;
  background-color: #e5ecfb;
  border-color: #dbe4f9; }
  .alert-blue-6 hr {
    border-top-color: #c5d4f5; }
  .alert-blue-6 .alert-link {
    color: #303c58; }

.alert-blue-7 {
  color: #314676;
  background-color: #dfe7f9;
  border-color: #d2ddf7; }
  .alert-blue-7 hr {
    border-top-color: #bccdf3; }
  .alert-blue-7 .alert-link {
    color: #223152; }

.alert-blue-8 {
  color: #20366a;
  background-color: #d8e1f5;
  border-color: #c9d4f0; }
  .alert-blue-8 hr {
    border-top-color: #b5c4ea; }
  .alert-blue-8 .alert-link {
    color: #142243; }

.alert-blue-9 {
  color: #13203e;
  background-color: #d3d8e4;
  border-color: #c2c9d9; }
  .alert-blue-9 hr {
    border-top-color: #b2bbcf; }
  .alert-blue-9 .alert-link {
    color: #070c17; }

.alert-indigo-0 {
  color: #828184;
  background-color: #fefeff;
  border-color: #fefdff; }
  .alert-indigo-0 hr {
    border-top-color: #f1e4ff; }
  .alert-indigo-0 .alert-link {
    color: #69686a; }

.alert-indigo-1 {
  color: #7c7a83;
  background-color: #fcfbfe;
  border-color: #fbf9fe; }
  .alert-indigo-1 hr {
    border-top-color: #ece3fa; }
  .alert-indigo-1 .alert-link {
    color: #636169; }

.alert-indigo-2 {
  color: #767381;
  background-color: #f9f8fe;
  border-color: #f7f5fd; }
  .alert-indigo-2 hr {
    border-top-color: #e6e0f9; }
  .alert-indigo-2 .alert-link {
    color: #5d5b66; }

.alert-indigo-3 {
  color: #6f6b80;
  background-color: #f7f5fd;
  border-color: #f4f1fc; }
  .alert-indigo-3 hr {
    border-top-color: #e4dcf8; }
  .alert-indigo-3 .alert-link {
    color: #575464; }

.alert-indigo-4 {
  color: #68627e;
  background-color: #f4f2fd;
  border-color: #f0edfc; }
  .alert-indigo-4 hr {
    border-top-color: #ded7f8; }
  .alert-indigo-4 .alert-link {
    color: #504c61; }

.alert-indigo-5 {
  color: #60587d;
  background-color: #f1eefc;
  border-color: #ebe7fb; }
  .alert-indigo-5 hr {
    border-top-color: #d9d1f7; }
  .alert-indigo-5 .alert-link {
    color: #49435f; }

.alert-indigo-6 {
  color: #564c7b;
  background-color: #ede9fb;
  border-color: #e6e1fa; }
  .alert-indigo-6 hr {
    border-top-color: #d4cbf6; }
  .alert-indigo-6 .alert-link {
    color: #40395b; }

.alert-indigo-7 {
  color: #4a3e78;
  background-color: #e8e4fa;
  border-color: #dfd9f8; }
  .alert-indigo-7 hr {
    border-top-color: #cdc3f4; }
  .alert-indigo-7 .alert-link {
    color: #352d56; }

.alert-indigo-8 {
  color: #3a2b75;
  background-color: #e2ddf9;
  border-color: #d7cff7; }
  .alert-indigo-8 hr {
    border-top-color: #c5b9f3; }
  .alert-indigo-8 .alert-link {
    color: #281d50; }

.alert-indigo-9 {
  color: #22174c;
  background-color: #d9d5e9;
  border-color: #cac4e0; }
  .alert-indigo-9 hr {
    border-top-color: #bbb3d7; }
  .alert-indigo-9 .alert-link {
    color: #100b25; }

.alert-violet-0 {
  color: #838184;
  background-color: #fefeff;
  border-color: #fefdff; }
  .alert-violet-0 hr {
    border-top-color: #f1e4ff; }
  .alert-violet-0 .alert-link {
    color: #69686a; }

.alert-violet-1 {
  color: #807983;
  background-color: #fdfbfe;
  border-color: #fcf9fe; }
  .alert-violet-1 hr {
    border-top-color: #f1e3fa; }
  .alert-violet-1 .alert-link {
    color: #666168; }

.alert-violet-2 {
  color: #7c7181;
  background-color: #fcf7fe;
  border-color: #fbf4fd; }
  .alert-violet-2 hr {
    border-top-color: #f3def9; }
  .alert-violet-2 .alert-link {
    color: #625966; }

.alert-violet-3 {
  color: #79687f;
  background-color: #faf4fd;
  border-color: #f9f0fc; }
  .alert-violet-3 hr {
    border-top-color: #f1dbf8; }
  .alert-violet-3 .alert-link {
    color: #5e5163; }

.alert-violet-4 {
  color: #745e7e;
  background-color: #f9f0fc;
  border-color: #f6eafb; }
  .alert-violet-4 hr {
    border-top-color: #edd5f7; }
  .alert-violet-4 .alert-link {
    color: #594861; }

.alert-violet-5 {
  color: #6f527c;
  background-color: #f7ecfc;
  border-color: #f4e4fa; }
  .alert-violet-5 hr {
    border-top-color: #ebcef6; }
  .alert-violet-5 .alert-link {
    color: #543e5d; }

.alert-violet-6 {
  color: #6a4579;
  background-color: #f5e6fb;
  border-color: #f0ddf9; }
  .alert-violet-6 hr {
    border-top-color: #e6c7f5; }
  .alert-violet-6 .alert-link {
    color: #4e3259; }

.alert-violet-7 {
  color: #623276;
  background-color: #f2dff9;
  border-color: #edd3f7; }
  .alert-violet-7 hr {
    border-top-color: #e4bdf3; }
  .alert-violet-7 .alert-link {
    color: #442352; }

.alert-violet-8 {
  color: #532069;
  background-color: #ecd8f4;
  border-color: #e4c9f0; }
  .alert-violet-8 hr {
    border-top-color: #dab5ea; }
  .alert-violet-8 .alert-link {
    color: #341442; }

.alert-violet-9 {
  color: #31133e;
  background-color: #dfd3e4;
  border-color: #d2c2d9; }
  .alert-violet-9 hr {
    border-top-color: #c6b2cf; }
  .alert-violet-9 .alert-link {
    color: #120717; }

.alert-fuschia-0 {
  color: #848184;
  background-color: #fffeff;
  border-color: #fffdfe; }
  .alert-fuschia-0 hr {
    border-top-color: #ffe4f1; }
  .alert-fuschia-0 .alert-link {
    color: #6a686a; }

.alert-fuschia-1 {
  color: #837980;
  background-color: #fefafd;
  border-color: #fef9fd; }
  .alert-fuschia-1 hr {
    border-top-color: #fae3f6; }
  .alert-fuschia-1 .alert-link {
    color: #686166; }

.alert-fuschia-2 {
  color: #81707d;
  background-color: #fef7fc;
  border-color: #fdf4fb; }
  .alert-fuschia-2 hr {
    border-top-color: #f9def3; }
  .alert-fuschia-2 .alert-link {
    color: #665863; }

.alert-fuschia-3 {
  color: #7f667a;
  background-color: #fdf3fb;
  border-color: #fceef9; }
  .alert-fuschia-3 hr {
    border-top-color: #f8d8f1; }
  .alert-fuschia-3 .alert-link {
    color: #634f5f; }

.alert-fuschia-4 {
  color: #7d5b77;
  background-color: #fceffa;
  border-color: #fbe9f7; }
  .alert-fuschia-4 hr {
    border-top-color: #f7d3ef; }
  .alert-fuschia-4 .alert-link {
    color: #5f465b; }

.alert-fuschia-5 {
  color: #7b4e72;
  background-color: #fbeaf8;
  border-color: #fae2f5; }
  .alert-fuschia-5 hr {
    border-top-color: #f6ccee; }
  .alert-fuschia-5 .alert-link {
    color: #5c3a55; }

.alert-fuschia-6 {
  color: #783e6d;
  background-color: #fae4f6;
  border-color: #f8d9f2; }
  .alert-fuschia-6 hr {
    border-top-color: #f4c3eb; }
  .alert-fuschia-6 .alert-link {
    color: #562d4e; }

.alert-fuschia-7 {
  color: #742865;
  background-color: #f9dbf3;
  border-color: #f6cdee; }
  .alert-fuschia-7 hr {
    border-top-color: #f2b7e7; }
  .alert-fuschia-7 .alert-link {
    color: #4e1b44; }

.alert-fuschia-8 {
  color: #5e1d51;
  background-color: #f0d7eb;
  border-color: #eac7e3; }
  .alert-fuschia-8 hr {
    border-top-color: #e3b4da; }
  .alert-fuschia-8 .alert-link {
    color: #37112f; }

.alert-fuschia-9 {
  color: #381130;
  background-color: #e2d2df;
  border-color: #d6c1d2; }
  .alert-fuschia-9 hr {
    border-top-color: #ccb2c7; }
  .alert-fuschia-9 .alert-link {
    color: #11050e; }

.alert-pink-0 {
  color: #848182;
  background-color: #fffefe;
  border-color: #fffdfe; }
  .alert-pink-0 hr {
    border-top-color: #ffe4f1; }
  .alert-pink-0 .alert-link {
    color: #6a6869; }

.alert-pink-1 {
  color: #83797c;
  background-color: #fefbfc;
  border-color: #fef9fa; }
  .alert-pink-1 hr {
    border-top-color: #fae3e8; }
  .alert-pink-1 .alert-link {
    color: #686163; }

.alert-pink-2 {
  color: #817176;
  background-color: #fef7f9;
  border-color: #fdf4f7; }
  .alert-pink-2 hr {
    border-top-color: #f9dee7; }
  .alert-pink-2 .alert-link {
    color: #66595d; }

.alert-pink-3 {
  color: #7f676f;
  background-color: #fdf4f7;
  border-color: #fceff3; }
  .alert-pink-3 hr {
    border-top-color: #f8dae3; }
  .alert-pink-3 .alert-link {
    color: #635056; }

.alert-pink-4 {
  color: #7e5d66;
  background-color: #fcf0f3;
  border-color: #fbeaef; }
  .alert-pink-4 hr {
    border-top-color: #f7d5df; }
  .alert-pink-4 .alert-link {
    color: #61474e; }

.alert-pink-5 {
  color: #7c515e;
  background-color: #fcebf0;
  border-color: #fae3ea; }
  .alert-pink-5 hr {
    border-top-color: #f6cdda; }
  .alert-pink-5 .alert-link {
    color: #5d3d47; }

.alert-pink-6 {
  color: #794253;
  background-color: #fbe5ec;
  border-color: #f9dbe4; }
  .alert-pink-6 hr {
    border-top-color: #f5c5d4; }
  .alert-pink-6 .alert-link {
    color: #58303c; }

.alert-pink-7 {
  color: #762e44;
  background-color: #f9dee6;
  border-color: #f7d1dc; }
  .alert-pink-7 hr {
    border-top-color: #f3bbcb; }
  .alert-pink-7 .alert-link {
    color: #51202f; }

.alert-pink-8 {
  color: #631e32;
  background-color: #f2d8df;
  border-color: #edc8d3; }
  .alert-pink-8 hr {
    border-top-color: #e7b5c4; }
  .alert-pink-8 .alert-link {
    color: #3c121e; }

.alert-pink-9 {
  color: #3b121e;
  background-color: #e3d3d8;
  border-color: #d7c1c8; }
  .alert-pink-9 hr {
    border-top-color: #cdb2ba; }
  .alert-pink-9 .alert-link {
    color: #14060a; }

.alert-red-0 {
  color: #848180;
  background-color: #fffefd;
  border-color: #fffdfd; }
  .alert-red-0 hr {
    border-top-color: #ffe4e4; }
  .alert-red-0 .alert-link {
    color: #6a6867; }

.alert-red-1 {
  color: #837a78;
  background-color: #fefbfa;
  border-color: #fef9f8; }
  .alert-red-1 hr {
    border-top-color: #fbe6e2; }
  .alert-red-1 .alert-link {
    color: #686160; }

.alert-red-2 {
  color: #80726e;
  background-color: #fdf8f6;
  border-color: #fdf5f3; }
  .alert-red-2 hr {
    border-top-color: #f9e3dd; }
  .alert-red-2 .alert-link {
    color: #655a56; }

.alert-red-3 {
  color: #7f6963;
  background-color: #fdf4f2;
  border-color: #fcf0ed; }
  .alert-red-3 hr {
    border-top-color: #f8ded7; }
  .alert-red-3 .alert-link {
    color: #62514d; }

.alert-red-4 {
  color: #7d5f57;
  background-color: #fcf1ee;
  border-color: #fbebe7; }
  .alert-red-4 hr {
    border-top-color: #f7d9d1; }
  .alert-red-4 .alert-link {
    color: #5f4842; }

.alert-red-5 {
  color: #7a544a;
  background-color: #fbece8;
  border-color: #f9e5df; }
  .alert-red-5 hr {
    border-top-color: #f5d4ca; }
  .alert-red-5 .alert-link {
    color: #5a3e37; }

.alert-red-6 {
  color: #784639;
  background-color: #fae7e2;
  border-color: #f8ddd6; }
  .alert-red-6 hr {
    border-top-color: #f4cbc0; }
  .alert-red-6 .alert-link {
    color: #553229; }

.alert-red-7 {
  color: #733324;
  background-color: #f8e0da;
  border-color: #f6d3cb; }
  .alert-red-7 hr {
    border-top-color: #f2c1b5; }
  .alert-red-7 .alert-link {
    color: #4c2218; }

.alert-red-8 {
  color: #5c291c;
  background-color: #efdcd7;
  border-color: #e9cdc6; }
  .alert-red-8 hr {
    border-top-color: #e2bdb4; }
  .alert-red-8 .alert-link {
    color: #351810; }

.alert-red-9 {
  color: #361810;
  background-color: #e1d5d2;
  border-color: #d5c4c0; }
  .alert-red-9 hr {
    border-top-color: #cbb6b1; }
  .alert-red-9 .alert-link {
    color: #0f0704; }

.alert-orange-0 {
  color: #84817d;
  background-color: #fffefc;
  border-color: #fefdfb; }
  .alert-orange-0 hr {
    border-top-color: #f9f3e7; }
  .alert-orange-0 .alert-link {
    color: #6a6764; }

.alert-orange-1 {
  color: #807b6e;
  background-color: #fdfbf6;
  border-color: #fdfaf3; }
  .alert-orange-1 hr {
    border-top-color: #f9f1dd; }
  .alert-orange-1 .alert-link {
    color: #656156; }

.alert-orange-2 {
  color: #7e745d;
  background-color: #fcf9f0;
  border-color: #fbf6ea; }
  .alert-orange-2 hr {
    border-top-color: #f7edd5; }
  .alert-orange-2 .alert-link {
    color: #615947; }

.alert-orange-3 {
  color: #7a6c4b;
  background-color: #fbf6e9;
  border-color: #f9f2e0; }
  .alert-orange-3 hr {
    border-top-color: #f5e9cb; }
  .alert-orange-3 .alert-link {
    color: #5a5038; }

.alert-orange-4 {
  color: #776336;
  background-color: #faf2e1;
  border-color: #f7edd5; }
  .alert-orange-4 hr {
    border-top-color: #f3e4c0; }
  .alert-orange-4 .alert-link {
    color: #544626; }

.alert-orange-5 {
  color: #715a22;
  background-color: #f8efd9;
  border-color: #f5e8ca; }
  .alert-orange-5 hr {
    border-top-color: #f1dfb5; }
  .alert-orange-5 .alert-link {
    color: #4a3b16; }

.alert-orange-6 {
  color: #65501f;
  background-color: #f3ebd8;
  border-color: #eee3c8; }
  .alert-orange-6 hr {
    border-top-color: #e8d9b5; }
  .alert-orange-6 .alert-link {
    color: #3e3113; }

.alert-orange-7 {
  color: #57451a;
  background-color: #ede6d6;
  border-color: #e6ddc6; }
  .alert-orange-7 hr {
    border-top-color: #ded2b4; }
  .alert-orange-7 .alert-link {
    color: #30260e; }

.alert-orange-8 {
  color: #453615;
  background-color: #e6e1d4;
  border-color: #ddd5c3; }
  .alert-orange-8 hr {
    border-top-color: #d4cab3; }
  .alert-orange-8 .alert-link {
    color: #1e1709; }

.alert-orange-9 {
  color: #28200c;
  background-color: #dbd8d1;
  border-color: #cdc9be; }
  .alert-orange-9 hr {
    border-top-color: #c2bdb0; }
  .alert-orange-9 .alert-link {
    color: #010100; }

.alert-yellow-0 {
  color: #81837a;
  background-color: #fefefb;
  border-color: #fdfef9; }
  .alert-yellow-0 hr {
    border-top-color: #f6fae3; }
  .alert-yellow-0 .alert-link {
    color: #676961; }

.alert-yellow-1 {
  color: #797e62;
  background-color: #fafdf2;
  border-color: #f9fcec; }
  .alert-yellow-1 hr {
    border-top-color: #f2f9d6; }
  .alert-yellow-1 .alert-link {
    color: #5d614c; }

.alert-yellow-2 {
  color: #6f7a47;
  background-color: #f7fbe7;
  border-color: #f4f9de; }
  .alert-yellow-2 hr {
    border-top-color: #edf5c8; }
  .alert-yellow-2 .alert-link {
    color: #525a34; }

.alert-yellow-3 {
  color: #657427;
  background-color: #f3f9db;
  border-color: #eef6cd; }
  .alert-yellow-3 hr {
    border-top-color: #e7f2b7; }
  .alert-yellow-3 .alert-link {
    color: #444e1a; }

.alert-yellow-4 {
  color: #5d6c21;
  background-color: #f0f6d9;
  border-color: #eaf2c9; }
  .alert-yellow-4 hr {
    border-top-color: #e2edb4; }
  .alert-yellow-4 .alert-link {
    color: #3b4515; }

.alert-yellow-5 {
  color: #55631e;
  background-color: #edf2d7;
  border-color: #e6edc8; }
  .alert-yellow-5 hr {
    border-top-color: #dde7b5; }
  .alert-yellow-5 .alert-link {
    color: #333c12; }

.alert-yellow-6 {
  color: #4c581b;
  background-color: #e9eed6;
  border-color: #e0e7c6; }
  .alert-yellow-6 hr {
    border-top-color: #d6dfb4; }
  .alert-yellow-6 .alert-link {
    color: #2a310f; }

.alert-yellow-7 {
  color: #414c17;
  background-color: #e5e9d5;
  border-color: #dbe0c4; }
  .alert-yellow-7 hr {
    border-top-color: #d1d7b3; }
  .alert-yellow-7 .alert-link {
    color: #20250b; }

.alert-yellow-8 {
  color: #333c12;
  background-color: #e0e3d3;
  border-color: #d3d8c1; }
  .alert-yellow-8 hr {
    border-top-color: #c8ceb1; }
  .alert-yellow-8 .alert-link {
    color: #121506; }

.alert-yellow-9 {
  color: #1e230a;
  background-color: #d8d9d0;
  border-color: #c8cabd; }
  .alert-yellow-9 hr {
    border-top-color: #bcbfaf; }
  .alert-yellow-9 .alert-link {
    color: black; }

.alert-lime-0 {
  color: #7e837c;
  background-color: #fdfefc;
  border-color: #fcfefb; }
  .alert-lime-0 hr {
    border-top-color: #edf9e7; }
  .alert-lime-0 .alert-link {
    color: #656963; }

.alert-lime-1 {
  color: #71806a;
  background-color: #f7fdf5;
  border-color: #f4fcf1; }
  .alert-lime-1 hr {
    border-top-color: #e4f8dc; }
  .alert-lime-1 .alert-link {
    color: #586453; }

.alert-lime-2 {
  color: #617c55;
  background-color: #f1fced;
  border-color: #ecfbe6; }
  .alert-lime-2 hr {
    border-top-color: #dbf7d0; }
  .alert-lime-2 .alert-link {
    color: #495e40; }

.alert-lime-3 {
  color: #4f783d;
  background-color: #eafae4;
  border-color: #e2f8d9; }
  .alert-lime-3 hr {
    border-top-color: #d2f4c3; }
  .alert-lime-3 .alert-link {
    color: #39562c; }

.alert-lime-4 {
  color: #3a7222;
  background-color: #e2f8d9;
  border-color: #d7f5ca; }
  .alert-lime-4 hr {
    border-top-color: #c7f1b5; }
  .alert-lime-4 .alert-link {
    color: #264b16; }

.alert-lime-5 {
  color: #356920;
  background-color: #e0f4d8;
  border-color: #d4f0c9; }
  .alert-lime-5 hr {
    border-top-color: #c4eab5; }
  .alert-lime-5 .alert-link {
    color: #214214; }

.alert-lime-6 {
  color: #2f5e1c;
  background-color: #def0d7;
  border-color: #d1eac7; }
  .alert-lime-6 hr {
    border-top-color: #c2e3b4; }
  .alert-lime-6 .alert-link {
    color: #1b3710; }

.alert-lime-7 {
  color: #295018;
  background-color: #dcebd5;
  border-color: #cde3c5; }
  .alert-lime-7 hr {
    border-top-color: #bedbb4; }
  .alert-lime-7 .alert-link {
    color: #15290c; }

.alert-lime-8 {
  color: #203f13;
  background-color: #d8e4d3;
  border-color: #c9dac2; }
  .alert-lime-8 hr {
    border-top-color: #bbd0b2; }
  .alert-lime-8 .alert-link {
    color: #0c1807; }

.alert-lime-9 {
  color: #13250b;
  background-color: #d3dad0;
  border-color: #c2cbbe; }
  .alert-lime-9 hr {
    border-top-color: #b5c0b0; }
  .alert-lime-9 .alert-link {
    color: black; }

.alert-green-0 {
  color: #7d837e;
  background-color: #fcfefd;
  border-color: #fbfefc; }
  .alert-green-0 hr {
    border-top-color: #e7f9ed; }
  .alert-green-0 .alert-link {
    color: #646965; }

.alert-green-1 {
  color: #6d8071;
  background-color: #f6fdf7;
  border-color: #f2fdf4; }
  .alert-green-1 hr {
    border-top-color: #dcfae1; }
  .alert-green-1 .alert-link {
    color: #566459; }

.alert-green-2 {
  color: #597d61;
  background-color: #eefcf1;
  border-color: #e8fbec; }
  .alert-green-2 hr {
    border-top-color: #d2f7da; }
  .alert-green-2 .alert-link {
    color: #445f4a; }

.alert-green-3 {
  color: #43794d;
  background-color: #e6fbea;
  border-color: #dcf9e1; }
  .alert-green-3 hr {
    border-top-color: #c6f5ce; }
  .alert-green-3 .alert-link {
    color: #315838; }

.alert-green-4 {
  color: #257435;
  background-color: #daf9e0;
  border-color: #ccf6d4; }
  .alert-green-4 hr {
    border-top-color: #b6f2c2; }
  .alert-green-4 .alert-link {
    color: #194d23; }

.alert-green-5 {
  color: #206a2f;
  background-color: #d8f5de;
  border-color: #c9f1d1; }
  .alert-green-5 hr {
    border-top-color: #b5ecc0; }
  .alert-green-5 .alert-link {
    color: #14431e; }

.alert-green-6 {
  color: #1d5f2a;
  background-color: #d7f0dc;
  border-color: #c7ebce; }
  .alert-green-6 hr {
    border-top-color: #b4e4be; }
  .alert-green-6 .alert-link {
    color: #113819; }

.alert-green-7 {
  color: #185224;
  background-color: #d5ebda;
  border-color: #c5e4cb; }
  .alert-green-7 hr {
    border-top-color: #b4dcbb; }
  .alert-green-7 .alert-link {
    color: #0c2b13; }

.alert-green-8 {
  color: #13401d;
  background-color: #d3e5d7;
  border-color: #c2dac7; }
  .alert-green-8 hr {
    border-top-color: #b2d0b8; }
  .alert-green-8 .alert-link {
    color: #07190b; }

.alert-green-9 {
  color: #0b2611;
  background-color: #d0dbd2;
  border-color: #beccc1; }
  .alert-green-9 hr {
    border-top-color: #b0c1b3; }
  .alert-green-9 .alert-link {
    color: black; }

.alert-teal-0 {
  color: #7c8381;
  background-color: #fcfefe;
  border-color: #fbfefd; }
  .alert-teal-0 hr {
    border-top-color: #e7f9f3; }
  .alert-teal-0 .alert-link {
    color: #636967; }

.alert-teal-1 {
  color: #6b807a;
  background-color: #f5fdfb;
  border-color: #f1fcf9; }
  .alert-teal-1 hr {
    border-top-color: #dcf8f0; }
  .alert-teal-1 .alert-link {
    color: #546460; }

.alert-teal-2 {
  color: #567c71;
  background-color: #edfcf7;
  border-color: #e6fbf4; }
  .alert-teal-2 hr {
    border-top-color: #d0f7ea; }
  .alert-teal-2 .alert-link {
    color: #415e56; }

.alert-teal-3 {
  color: #3d7866;
  background-color: #e4faf3;
  border-color: #d9f8ef; }
  .alert-teal-3 hr {
    border-top-color: #c3f4e6; }
  .alert-teal-3 .alert-link {
    color: #2c5649; }

.alert-teal-4 {
  color: #22725a;
  background-color: #d9f8ef;
  border-color: #caf5e8; }
  .alert-teal-4 hr {
    border-top-color: #b5f1df; }
  .alert-teal-4 .alert-link {
    color: #164b3b; }

.alert-teal-5 {
  color: #1f6853;
  background-color: #d8f4ec;
  border-color: #c8f0e4; }
  .alert-teal-5 hr {
    border-top-color: #b4ebda; }
  .alert-teal-5 .alert-link {
    color: #134134; }

.alert-teal-6 {
  color: #1c5d4a;
  background-color: #d7f0e8;
  border-color: #c7eadf; }
  .alert-teal-6 hr {
    border-top-color: #b4e3d4; }
  .alert-teal-6 .alert-link {
    color: #10362b; }

.alert-teal-7 {
  color: #18503f;
  background-color: #d5ebe4;
  border-color: #c4e3da; }
  .alert-teal-7 hr {
    border-top-color: #b3dbcf; }
  .alert-teal-7 .alert-link {
    color: #0c2920; }

.alert-teal-8 {
  color: #133f32;
  background-color: #d3e4df;
  border-color: #c2d9d2; }
  .alert-teal-8 hr {
    border-top-color: #b2cfc6; }
  .alert-teal-8 .alert-link {
    color: #071813; }

.alert-teal-9 {
  color: #0b251e;
  background-color: #d0dad7;
  border-color: #becbc8; }
  .alert-teal-9 hr {
    border-top-color: #b0c0bc; }
  .alert-teal-9 .alert-link {
    color: black; }

.alert-cyan-0 {
  color: #7e8384;
  background-color: #fdfeff;
  border-color: #fcfefe; }
  .alert-cyan-0 hr {
    border-top-color: #e9f8f8; }
  .alert-cyan-0 .alert-link {
    color: #65696a; }

.alert-cyan-1 {
  color: #717e81;
  background-color: #f7fcfe;
  border-color: #f4fbfd; }
  .alert-cyan-1 hr {
    border-top-color: #def3f9; }
  .alert-cyan-1 .alert-link {
    color: #596366; }

.alert-cyan-2 {
  color: #62797e;
  background-color: #f2fafd;
  border-color: #ecf9fc; }
  .alert-cyan-2 hr {
    border-top-color: #d6f2f9; }
  .alert-cyan-2 .alert-link {
    color: #4c5d61; }

.alert-cyan-3 {
  color: #51737c;
  background-color: #ebf8fc;
  border-color: #e3f5fa; }
  .alert-cyan-3 hr {
    border-top-color: #cdedf6; }
  .alert-cyan-3 .alert-link {
    color: #3d565d; }

.alert-cyan-4 {
  color: #3d6c78;
  background-color: #e4f6fa;
  border-color: #d9f2f8; }
  .alert-cyan-4 hr {
    border-top-color: #c3ebf4; }
  .alert-cyan-4 .alert-link {
    color: #2c4e56; }

.alert-cyan-5 {
  color: #266474;
  background-color: #dbf3f9;
  border-color: #cceef6; }
  .alert-cyan-5 hr {
    border-top-color: #b6e7f2; }
  .alert-cyan-5 .alert-link {
    color: #19434e; }

.alert-cyan-6 {
  color: #205a69;
  background-color: #d8eff4;
  border-color: #c9e8f0; }
  .alert-cyan-6 hr {
    border-top-color: #b5e0ea; }
  .alert-cyan-6 .alert-link {
    color: #143842; }

.alert-cyan-7 {
  color: #1b4d59;
  background-color: #d6eaee;
  border-color: #c6e1e8; }
  .alert-cyan-7 hr {
    border-top-color: #b4d7e1; }
  .alert-cyan-7 .alert-link {
    color: #0f2b32; }

.alert-cyan-8 {
  color: #153d47;
  background-color: #d4e3e7;
  border-color: #c3d8de; }
  .alert-cyan-8 hr {
    border-top-color: #b3cdd5; }
  .alert-cyan-8 .alert-link {
    color: #091b20; }

.alert-cyan-9 {
  color: #0c242a;
  background-color: #d1dadc;
  border-color: #becbce; }
  .alert-cyan-9 hr {
    border-top-color: #afbfc3; }
  .alert-cyan-9 .alert-link {
    color: #010202; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.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: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .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: #007bff;
    border-color: #007bff; }
  .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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #314676;
  background-color: #d2ddf7; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #314676;
    background-color: #bccdf3; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #314676;
    border-color: #314676; }

.list-group-item-secondary {
  color: #353840;
  background-color: #d4d6da; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #353840;
    background-color: #c6c9ce; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #353840;
    border-color: #353840; }

.list-group-item-success {
  color: #185224;
  background-color: #c5e4cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #185224;
    background-color: #b4dcbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #185224;
    border-color: #185224; }

.list-group-item-info {
  color: #205a69;
  background-color: #c9e8f0; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #205a69;
    background-color: #b5e0ea; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #205a69;
    border-color: #205a69; }

.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: #733324;
  background-color: #f6d3cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #733324;
    background-color: #f2c1b5; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #733324;
    border-color: #733324; }

.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: #1f2125;
  background-color: #c8c9cc; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1f2125;
    background-color: #bbbcc0; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1f2125;
    border-color: #1f2125; }

.list-group-item-base {
  color: #233b73;
  background-color: #cad7f6; }
  .list-group-item-base.list-group-item-action:hover, .list-group-item-base.list-group-item-action:focus {
    color: #233b73;
    background-color: #b4c7f2; }
  .list-group-item-base.list-group-item-action.active {
    color: #fff;
    background-color: #233b73;
    border-color: #233b73; }

.list-group-item-gray-0 {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-gray-0.list-group-item-action:hover, .list-group-item-gray-0.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-gray-0.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-gray-1 {
  color: #7b7b7d;
  background-color: #fafafb; }
  .list-group-item-gray-1.list-group-item-action:hover, .list-group-item-gray-1.list-group-item-action:focus {
    color: #7b7b7d;
    background-color: #ececf0; }
  .list-group-item-gray-1.list-group-item-action.active {
    color: #fff;
    background-color: #7b7b7d;
    border-color: #7b7b7d; }

.list-group-item-gray-2 {
  color: #747578;
  background-color: #f6f7f8; }
  .list-group-item-gray-2.list-group-item-action:hover, .list-group-item-gray-2.list-group-item-action:focus {
    color: #747578;
    background-color: #e8eaed; }
  .list-group-item-gray-2.list-group-item-action.active {
    color: #fff;
    background-color: #747578;
    border-color: #747578; }

.list-group-item-gray-3 {
  color: #6c6e71;
  background-color: #f2f3f5; }
  .list-group-item-gray-3.list-group-item-action:hover, .list-group-item-gray-3.list-group-item-action:focus {
    color: #6c6e71;
    background-color: #e4e6ea; }
  .list-group-item-gray-3.list-group-item-action.active {
    color: #fff;
    background-color: #6c6e71;
    border-color: #6c6e71; }

.list-group-item-gray-4 {
  color: #64666b;
  background-color: #edeef1; }
  .list-group-item-gray-4.list-group-item-action:hover, .list-group-item-gray-4.list-group-item-action:focus {
    color: #64666b;
    background-color: #dfe0e6; }
  .list-group-item-gray-4.list-group-item-action.active {
    color: #fff;
    background-color: #64666b;
    border-color: #64666b; }

.list-group-item-gray-5 {
  color: #5a5d63;
  background-color: #e8eaed; }
  .list-group-item-gray-5.list-group-item-action:hover, .list-group-item-gray-5.list-group-item-action:focus {
    color: #5a5d63;
    background-color: #dadde2; }
  .list-group-item-gray-5.list-group-item-action.active {
    color: #fff;
    background-color: #5a5d63;
    border-color: #5a5d63; }

.list-group-item-gray-6 {
  color: #50535b;
  background-color: #e2e4e9; }
  .list-group-item-gray-6.list-group-item-action:hover, .list-group-item-gray-6.list-group-item-action:focus {
    color: #50535b;
    background-color: #d4d7de; }
  .list-group-item-gray-6.list-group-item-action.active {
    color: #fff;
    background-color: #50535b;
    border-color: #50535b; }

.list-group-item-gray-7 {
  color: #434751;
  background-color: #dcdee3; }
  .list-group-item-gray-7.list-group-item-action:hover, .list-group-item-gray-7.list-group-item-action:focus {
    color: #434751;
    background-color: #ced1d8; }
  .list-group-item-gray-7.list-group-item-action.active {
    color: #fff;
    background-color: #434751;
    border-color: #434751; }

.list-group-item-gray-8 {
  color: #353840;
  background-color: #d4d6da; }
  .list-group-item-gray-8.list-group-item-action:hover, .list-group-item-gray-8.list-group-item-action:focus {
    color: #353840;
    background-color: #c6c9ce; }
  .list-group-item-gray-8.list-group-item-action.active {
    color: #fff;
    background-color: #353840;
    border-color: #353840; }

.list-group-item-gray-9 {
  color: #1f2125;
  background-color: #c8c9cc; }
  .list-group-item-gray-9.list-group-item-action:hover, .list-group-item-gray-9.list-group-item-action:focus {
    color: #1f2125;
    background-color: #bbbcc0; }
  .list-group-item-gray-9.list-group-item-action.active {
    color: #fff;
    background-color: #1f2125;
    border-color: #1f2125; }

.list-group-item-blue-0 {
  color: #818184;
  background-color: #fdfdff; }
  .list-group-item-blue-0.list-group-item-action:hover, .list-group-item-blue-0.list-group-item-action:focus {
    color: #818184;
    background-color: #e4e4ff; }
  .list-group-item-blue-0.list-group-item-action.active {
    color: #fff;
    background-color: #818184;
    border-color: #818184; }

.list-group-item-blue-1 {
  color: #797c83;
  background-color: #f9fafe; }
  .list-group-item-blue-1.list-group-item-action:hover, .list-group-item-blue-1.list-group-item-action:focus {
    color: #797c83;
    background-color: #e3e8fa; }
  .list-group-item-blue-1.list-group-item-action.active {
    color: #fff;
    background-color: #797c83;
    border-color: #797c83; }

.list-group-item-blue-2 {
  color: #707581;
  background-color: #f4f7fd; }
  .list-group-item-blue-2.list-group-item-action:hover, .list-group-item-blue-2.list-group-item-action:focus {
    color: #707581;
    background-color: #dee7f9; }
  .list-group-item-blue-2.list-group-item-action.active {
    color: #fff;
    background-color: #707581;
    border-color: #707581; }

.list-group-item-blue-3 {
  color: #666e7f;
  background-color: #eff3fc; }
  .list-group-item-blue-3.list-group-item-action:hover, .list-group-item-blue-3.list-group-item-action:focus {
    color: #666e7f;
    background-color: #dae3f8; }
  .list-group-item-blue-3.list-group-item-action.active {
    color: #fff;
    background-color: #666e7f;
    border-color: #666e7f; }

.list-group-item-blue-4 {
  color: #5c667d;
  background-color: #e9eefb; }
  .list-group-item-blue-4.list-group-item-action:hover, .list-group-item-blue-4.list-group-item-action:focus {
    color: #5c667d;
    background-color: #d3ddf7; }
  .list-group-item-blue-4.list-group-item-action.active {
    color: #fff;
    background-color: #5c667d;
    border-color: #5c667d; }

.list-group-item-blue-5 {
  color: #505d7b;
  background-color: #e3e9fa; }
  .list-group-item-blue-5.list-group-item-action:hover, .list-group-item-blue-5.list-group-item-action:focus {
    color: #505d7b;
    background-color: #cdd8f6; }
  .list-group-item-blue-5.list-group-item-action.active {
    color: #fff;
    background-color: #505d7b;
    border-color: #505d7b; }

.list-group-item-blue-6 {
  color: #425279;
  background-color: #dbe4f9; }
  .list-group-item-blue-6.list-group-item-action:hover, .list-group-item-blue-6.list-group-item-action:focus {
    color: #425279;
    background-color: #c5d4f5; }
  .list-group-item-blue-6.list-group-item-action.active {
    color: #fff;
    background-color: #425279;
    border-color: #425279; }

.list-group-item-blue-7 {
  color: #314676;
  background-color: #d2ddf7; }
  .list-group-item-blue-7.list-group-item-action:hover, .list-group-item-blue-7.list-group-item-action:focus {
    color: #314676;
    background-color: #bccdf3; }
  .list-group-item-blue-7.list-group-item-action.active {
    color: #fff;
    background-color: #314676;
    border-color: #314676; }

.list-group-item-blue-8 {
  color: #20366a;
  background-color: #c9d4f0; }
  .list-group-item-blue-8.list-group-item-action:hover, .list-group-item-blue-8.list-group-item-action:focus {
    color: #20366a;
    background-color: #b5c4ea; }
  .list-group-item-blue-8.list-group-item-action.active {
    color: #fff;
    background-color: #20366a;
    border-color: #20366a; }

.list-group-item-blue-9 {
  color: #13203e;
  background-color: #c2c9d9; }
  .list-group-item-blue-9.list-group-item-action:hover, .list-group-item-blue-9.list-group-item-action:focus {
    color: #13203e;
    background-color: #b2bbcf; }
  .list-group-item-blue-9.list-group-item-action.active {
    color: #fff;
    background-color: #13203e;
    border-color: #13203e; }

.list-group-item-indigo-0 {
  color: #828184;
  background-color: #fefdff; }
  .list-group-item-indigo-0.list-group-item-action:hover, .list-group-item-indigo-0.list-group-item-action:focus {
    color: #828184;
    background-color: #f1e4ff; }
  .list-group-item-indigo-0.list-group-item-action.active {
    color: #fff;
    background-color: #828184;
    border-color: #828184; }

.list-group-item-indigo-1 {
  color: #7c7a83;
  background-color: #fbf9fe; }
  .list-group-item-indigo-1.list-group-item-action:hover, .list-group-item-indigo-1.list-group-item-action:focus {
    color: #7c7a83;
    background-color: #ece3fa; }
  .list-group-item-indigo-1.list-group-item-action.active {
    color: #fff;
    background-color: #7c7a83;
    border-color: #7c7a83; }

.list-group-item-indigo-2 {
  color: #767381;
  background-color: #f7f5fd; }
  .list-group-item-indigo-2.list-group-item-action:hover, .list-group-item-indigo-2.list-group-item-action:focus {
    color: #767381;
    background-color: #e6e0f9; }
  .list-group-item-indigo-2.list-group-item-action.active {
    color: #fff;
    background-color: #767381;
    border-color: #767381; }

.list-group-item-indigo-3 {
  color: #6f6b80;
  background-color: #f4f1fc; }
  .list-group-item-indigo-3.list-group-item-action:hover, .list-group-item-indigo-3.list-group-item-action:focus {
    color: #6f6b80;
    background-color: #e4dcf8; }
  .list-group-item-indigo-3.list-group-item-action.active {
    color: #fff;
    background-color: #6f6b80;
    border-color: #6f6b80; }

.list-group-item-indigo-4 {
  color: #68627e;
  background-color: #f0edfc; }
  .list-group-item-indigo-4.list-group-item-action:hover, .list-group-item-indigo-4.list-group-item-action:focus {
    color: #68627e;
    background-color: #ded7f8; }
  .list-group-item-indigo-4.list-group-item-action.active {
    color: #fff;
    background-color: #68627e;
    border-color: #68627e; }

.list-group-item-indigo-5 {
  color: #60587d;
  background-color: #ebe7fb; }
  .list-group-item-indigo-5.list-group-item-action:hover, .list-group-item-indigo-5.list-group-item-action:focus {
    color: #60587d;
    background-color: #d9d1f7; }
  .list-group-item-indigo-5.list-group-item-action.active {
    color: #fff;
    background-color: #60587d;
    border-color: #60587d; }

.list-group-item-indigo-6 {
  color: #564c7b;
  background-color: #e6e1fa; }
  .list-group-item-indigo-6.list-group-item-action:hover, .list-group-item-indigo-6.list-group-item-action:focus {
    color: #564c7b;
    background-color: #d4cbf6; }
  .list-group-item-indigo-6.list-group-item-action.active {
    color: #fff;
    background-color: #564c7b;
    border-color: #564c7b; }

.list-group-item-indigo-7 {
  color: #4a3e78;
  background-color: #dfd9f8; }
  .list-group-item-indigo-7.list-group-item-action:hover, .list-group-item-indigo-7.list-group-item-action:focus {
    color: #4a3e78;
    background-color: #cdc3f4; }
  .list-group-item-indigo-7.list-group-item-action.active {
    color: #fff;
    background-color: #4a3e78;
    border-color: #4a3e78; }

.list-group-item-indigo-8 {
  color: #3a2b75;
  background-color: #d7cff7; }
  .list-group-item-indigo-8.list-group-item-action:hover, .list-group-item-indigo-8.list-group-item-action:focus {
    color: #3a2b75;
    background-color: #c5b9f3; }
  .list-group-item-indigo-8.list-group-item-action.active {
    color: #fff;
    background-color: #3a2b75;
    border-color: #3a2b75; }

.list-group-item-indigo-9 {
  color: #22174c;
  background-color: #cac4e0; }
  .list-group-item-indigo-9.list-group-item-action:hover, .list-group-item-indigo-9.list-group-item-action:focus {
    color: #22174c;
    background-color: #bbb3d7; }
  .list-group-item-indigo-9.list-group-item-action.active {
    color: #fff;
    background-color: #22174c;
    border-color: #22174c; }

.list-group-item-violet-0 {
  color: #838184;
  background-color: #fefdff; }
  .list-group-item-violet-0.list-group-item-action:hover, .list-group-item-violet-0.list-group-item-action:focus {
    color: #838184;
    background-color: #f1e4ff; }
  .list-group-item-violet-0.list-group-item-action.active {
    color: #fff;
    background-color: #838184;
    border-color: #838184; }

.list-group-item-violet-1 {
  color: #807983;
  background-color: #fcf9fe; }
  .list-group-item-violet-1.list-group-item-action:hover, .list-group-item-violet-1.list-group-item-action:focus {
    color: #807983;
    background-color: #f1e3fa; }
  .list-group-item-violet-1.list-group-item-action.active {
    color: #fff;
    background-color: #807983;
    border-color: #807983; }

.list-group-item-violet-2 {
  color: #7c7181;
  background-color: #fbf4fd; }
  .list-group-item-violet-2.list-group-item-action:hover, .list-group-item-violet-2.list-group-item-action:focus {
    color: #7c7181;
    background-color: #f3def9; }
  .list-group-item-violet-2.list-group-item-action.active {
    color: #fff;
    background-color: #7c7181;
    border-color: #7c7181; }

.list-group-item-violet-3 {
  color: #79687f;
  background-color: #f9f0fc; }
  .list-group-item-violet-3.list-group-item-action:hover, .list-group-item-violet-3.list-group-item-action:focus {
    color: #79687f;
    background-color: #f1dbf8; }
  .list-group-item-violet-3.list-group-item-action.active {
    color: #fff;
    background-color: #79687f;
    border-color: #79687f; }

.list-group-item-violet-4 {
  color: #745e7e;
  background-color: #f6eafb; }
  .list-group-item-violet-4.list-group-item-action:hover, .list-group-item-violet-4.list-group-item-action:focus {
    color: #745e7e;
    background-color: #edd5f7; }
  .list-group-item-violet-4.list-group-item-action.active {
    color: #fff;
    background-color: #745e7e;
    border-color: #745e7e; }

.list-group-item-violet-5 {
  color: #6f527c;
  background-color: #f4e4fa; }
  .list-group-item-violet-5.list-group-item-action:hover, .list-group-item-violet-5.list-group-item-action:focus {
    color: #6f527c;
    background-color: #ebcef6; }
  .list-group-item-violet-5.list-group-item-action.active {
    color: #fff;
    background-color: #6f527c;
    border-color: #6f527c; }

.list-group-item-violet-6 {
  color: #6a4579;
  background-color: #f0ddf9; }
  .list-group-item-violet-6.list-group-item-action:hover, .list-group-item-violet-6.list-group-item-action:focus {
    color: #6a4579;
    background-color: #e6c7f5; }
  .list-group-item-violet-6.list-group-item-action.active {
    color: #fff;
    background-color: #6a4579;
    border-color: #6a4579; }

.list-group-item-violet-7 {
  color: #623276;
  background-color: #edd3f7; }
  .list-group-item-violet-7.list-group-item-action:hover, .list-group-item-violet-7.list-group-item-action:focus {
    color: #623276;
    background-color: #e4bdf3; }
  .list-group-item-violet-7.list-group-item-action.active {
    color: #fff;
    background-color: #623276;
    border-color: #623276; }

.list-group-item-violet-8 {
  color: #532069;
  background-color: #e4c9f0; }
  .list-group-item-violet-8.list-group-item-action:hover, .list-group-item-violet-8.list-group-item-action:focus {
    color: #532069;
    background-color: #dab5ea; }
  .list-group-item-violet-8.list-group-item-action.active {
    color: #fff;
    background-color: #532069;
    border-color: #532069; }

.list-group-item-violet-9 {
  color: #31133e;
  background-color: #d2c2d9; }
  .list-group-item-violet-9.list-group-item-action:hover, .list-group-item-violet-9.list-group-item-action:focus {
    color: #31133e;
    background-color: #c6b2cf; }
  .list-group-item-violet-9.list-group-item-action.active {
    color: #fff;
    background-color: #31133e;
    border-color: #31133e; }

.list-group-item-fuschia-0 {
  color: #848184;
  background-color: #fffdfe; }
  .list-group-item-fuschia-0.list-group-item-action:hover, .list-group-item-fuschia-0.list-group-item-action:focus {
    color: #848184;
    background-color: #ffe4f1; }
  .list-group-item-fuschia-0.list-group-item-action.active {
    color: #fff;
    background-color: #848184;
    border-color: #848184; }

.list-group-item-fuschia-1 {
  color: #837980;
  background-color: #fef9fd; }
  .list-group-item-fuschia-1.list-group-item-action:hover, .list-group-item-fuschia-1.list-group-item-action:focus {
    color: #837980;
    background-color: #fae3f6; }
  .list-group-item-fuschia-1.list-group-item-action.active {
    color: #fff;
    background-color: #837980;
    border-color: #837980; }

.list-group-item-fuschia-2 {
  color: #81707d;
  background-color: #fdf4fb; }
  .list-group-item-fuschia-2.list-group-item-action:hover, .list-group-item-fuschia-2.list-group-item-action:focus {
    color: #81707d;
    background-color: #f9def3; }
  .list-group-item-fuschia-2.list-group-item-action.active {
    color: #fff;
    background-color: #81707d;
    border-color: #81707d; }

.list-group-item-fuschia-3 {
  color: #7f667a;
  background-color: #fceef9; }
  .list-group-item-fuschia-3.list-group-item-action:hover, .list-group-item-fuschia-3.list-group-item-action:focus {
    color: #7f667a;
    background-color: #f8d8f1; }
  .list-group-item-fuschia-3.list-group-item-action.active {
    color: #fff;
    background-color: #7f667a;
    border-color: #7f667a; }

.list-group-item-fuschia-4 {
  color: #7d5b77;
  background-color: #fbe9f7; }
  .list-group-item-fuschia-4.list-group-item-action:hover, .list-group-item-fuschia-4.list-group-item-action:focus {
    color: #7d5b77;
    background-color: #f7d3ef; }
  .list-group-item-fuschia-4.list-group-item-action.active {
    color: #fff;
    background-color: #7d5b77;
    border-color: #7d5b77; }

.list-group-item-fuschia-5 {
  color: #7b4e72;
  background-color: #fae2f5; }
  .list-group-item-fuschia-5.list-group-item-action:hover, .list-group-item-fuschia-5.list-group-item-action:focus {
    color: #7b4e72;
    background-color: #f6ccee; }
  .list-group-item-fuschia-5.list-group-item-action.active {
    color: #fff;
    background-color: #7b4e72;
    border-color: #7b4e72; }

.list-group-item-fuschia-6 {
  color: #783e6d;
  background-color: #f8d9f2; }
  .list-group-item-fuschia-6.list-group-item-action:hover, .list-group-item-fuschia-6.list-group-item-action:focus {
    color: #783e6d;
    background-color: #f4c3eb; }
  .list-group-item-fuschia-6.list-group-item-action.active {
    color: #fff;
    background-color: #783e6d;
    border-color: #783e6d; }

.list-group-item-fuschia-7 {
  color: #742865;
  background-color: #f6cdee; }
  .list-group-item-fuschia-7.list-group-item-action:hover, .list-group-item-fuschia-7.list-group-item-action:focus {
    color: #742865;
    background-color: #f2b7e7; }
  .list-group-item-fuschia-7.list-group-item-action.active {
    color: #fff;
    background-color: #742865;
    border-color: #742865; }

.list-group-item-fuschia-8 {
  color: #5e1d51;
  background-color: #eac7e3; }
  .list-group-item-fuschia-8.list-group-item-action:hover, .list-group-item-fuschia-8.list-group-item-action:focus {
    color: #5e1d51;
    background-color: #e3b4da; }
  .list-group-item-fuschia-8.list-group-item-action.active {
    color: #fff;
    background-color: #5e1d51;
    border-color: #5e1d51; }

.list-group-item-fuschia-9 {
  color: #381130;
  background-color: #d6c1d2; }
  .list-group-item-fuschia-9.list-group-item-action:hover, .list-group-item-fuschia-9.list-group-item-action:focus {
    color: #381130;
    background-color: #ccb2c7; }
  .list-group-item-fuschia-9.list-group-item-action.active {
    color: #fff;
    background-color: #381130;
    border-color: #381130; }

.list-group-item-pink-0 {
  color: #848182;
  background-color: #fffdfe; }
  .list-group-item-pink-0.list-group-item-action:hover, .list-group-item-pink-0.list-group-item-action:focus {
    color: #848182;
    background-color: #ffe4f1; }
  .list-group-item-pink-0.list-group-item-action.active {
    color: #fff;
    background-color: #848182;
    border-color: #848182; }

.list-group-item-pink-1 {
  color: #83797c;
  background-color: #fef9fa; }
  .list-group-item-pink-1.list-group-item-action:hover, .list-group-item-pink-1.list-group-item-action:focus {
    color: #83797c;
    background-color: #fae3e8; }
  .list-group-item-pink-1.list-group-item-action.active {
    color: #fff;
    background-color: #83797c;
    border-color: #83797c; }

.list-group-item-pink-2 {
  color: #817176;
  background-color: #fdf4f7; }
  .list-group-item-pink-2.list-group-item-action:hover, .list-group-item-pink-2.list-group-item-action:focus {
    color: #817176;
    background-color: #f9dee7; }
  .list-group-item-pink-2.list-group-item-action.active {
    color: #fff;
    background-color: #817176;
    border-color: #817176; }

.list-group-item-pink-3 {
  color: #7f676f;
  background-color: #fceff3; }
  .list-group-item-pink-3.list-group-item-action:hover, .list-group-item-pink-3.list-group-item-action:focus {
    color: #7f676f;
    background-color: #f8dae3; }
  .list-group-item-pink-3.list-group-item-action.active {
    color: #fff;
    background-color: #7f676f;
    border-color: #7f676f; }

.list-group-item-pink-4 {
  color: #7e5d66;
  background-color: #fbeaef; }
  .list-group-item-pink-4.list-group-item-action:hover, .list-group-item-pink-4.list-group-item-action:focus {
    color: #7e5d66;
    background-color: #f7d5df; }
  .list-group-item-pink-4.list-group-item-action.active {
    color: #fff;
    background-color: #7e5d66;
    border-color: #7e5d66; }

.list-group-item-pink-5 {
  color: #7c515e;
  background-color: #fae3ea; }
  .list-group-item-pink-5.list-group-item-action:hover, .list-group-item-pink-5.list-group-item-action:focus {
    color: #7c515e;
    background-color: #f6cdda; }
  .list-group-item-pink-5.list-group-item-action.active {
    color: #fff;
    background-color: #7c515e;
    border-color: #7c515e; }

.list-group-item-pink-6 {
  color: #794253;
  background-color: #f9dbe4; }
  .list-group-item-pink-6.list-group-item-action:hover, .list-group-item-pink-6.list-group-item-action:focus {
    color: #794253;
    background-color: #f5c5d4; }
  .list-group-item-pink-6.list-group-item-action.active {
    color: #fff;
    background-color: #794253;
    border-color: #794253; }

.list-group-item-pink-7 {
  color: #762e44;
  background-color: #f7d1dc; }
  .list-group-item-pink-7.list-group-item-action:hover, .list-group-item-pink-7.list-group-item-action:focus {
    color: #762e44;
    background-color: #f3bbcb; }
  .list-group-item-pink-7.list-group-item-action.active {
    color: #fff;
    background-color: #762e44;
    border-color: #762e44; }

.list-group-item-pink-8 {
  color: #631e32;
  background-color: #edc8d3; }
  .list-group-item-pink-8.list-group-item-action:hover, .list-group-item-pink-8.list-group-item-action:focus {
    color: #631e32;
    background-color: #e7b5c4; }
  .list-group-item-pink-8.list-group-item-action.active {
    color: #fff;
    background-color: #631e32;
    border-color: #631e32; }

.list-group-item-pink-9 {
  color: #3b121e;
  background-color: #d7c1c8; }
  .list-group-item-pink-9.list-group-item-action:hover, .list-group-item-pink-9.list-group-item-action:focus {
    color: #3b121e;
    background-color: #cdb2ba; }
  .list-group-item-pink-9.list-group-item-action.active {
    color: #fff;
    background-color: #3b121e;
    border-color: #3b121e; }

.list-group-item-red-0 {
  color: #848180;
  background-color: #fffdfd; }
  .list-group-item-red-0.list-group-item-action:hover, .list-group-item-red-0.list-group-item-action:focus {
    color: #848180;
    background-color: #ffe4e4; }
  .list-group-item-red-0.list-group-item-action.active {
    color: #fff;
    background-color: #848180;
    border-color: #848180; }

.list-group-item-red-1 {
  color: #837a78;
  background-color: #fef9f8; }
  .list-group-item-red-1.list-group-item-action:hover, .list-group-item-red-1.list-group-item-action:focus {
    color: #837a78;
    background-color: #fbe6e2; }
  .list-group-item-red-1.list-group-item-action.active {
    color: #fff;
    background-color: #837a78;
    border-color: #837a78; }

.list-group-item-red-2 {
  color: #80726e;
  background-color: #fdf5f3; }
  .list-group-item-red-2.list-group-item-action:hover, .list-group-item-red-2.list-group-item-action:focus {
    color: #80726e;
    background-color: #f9e3dd; }
  .list-group-item-red-2.list-group-item-action.active {
    color: #fff;
    background-color: #80726e;
    border-color: #80726e; }

.list-group-item-red-3 {
  color: #7f6963;
  background-color: #fcf0ed; }
  .list-group-item-red-3.list-group-item-action:hover, .list-group-item-red-3.list-group-item-action:focus {
    color: #7f6963;
    background-color: #f8ded7; }
  .list-group-item-red-3.list-group-item-action.active {
    color: #fff;
    background-color: #7f6963;
    border-color: #7f6963; }

.list-group-item-red-4 {
  color: #7d5f57;
  background-color: #fbebe7; }
  .list-group-item-red-4.list-group-item-action:hover, .list-group-item-red-4.list-group-item-action:focus {
    color: #7d5f57;
    background-color: #f7d9d1; }
  .list-group-item-red-4.list-group-item-action.active {
    color: #fff;
    background-color: #7d5f57;
    border-color: #7d5f57; }

.list-group-item-red-5 {
  color: #7a544a;
  background-color: #f9e5df; }
  .list-group-item-red-5.list-group-item-action:hover, .list-group-item-red-5.list-group-item-action:focus {
    color: #7a544a;
    background-color: #f5d4ca; }
  .list-group-item-red-5.list-group-item-action.active {
    color: #fff;
    background-color: #7a544a;
    border-color: #7a544a; }

.list-group-item-red-6 {
  color: #784639;
  background-color: #f8ddd6; }
  .list-group-item-red-6.list-group-item-action:hover, .list-group-item-red-6.list-group-item-action:focus {
    color: #784639;
    background-color: #f4cbc0; }
  .list-group-item-red-6.list-group-item-action.active {
    color: #fff;
    background-color: #784639;
    border-color: #784639; }

.list-group-item-red-7 {
  color: #733324;
  background-color: #f6d3cb; }
  .list-group-item-red-7.list-group-item-action:hover, .list-group-item-red-7.list-group-item-action:focus {
    color: #733324;
    background-color: #f2c1b5; }
  .list-group-item-red-7.list-group-item-action.active {
    color: #fff;
    background-color: #733324;
    border-color: #733324; }

.list-group-item-red-8 {
  color: #5c291c;
  background-color: #e9cdc6; }
  .list-group-item-red-8.list-group-item-action:hover, .list-group-item-red-8.list-group-item-action:focus {
    color: #5c291c;
    background-color: #e2bdb4; }
  .list-group-item-red-8.list-group-item-action.active {
    color: #fff;
    background-color: #5c291c;
    border-color: #5c291c; }

.list-group-item-red-9 {
  color: #361810;
  background-color: #d5c4c0; }
  .list-group-item-red-9.list-group-item-action:hover, .list-group-item-red-9.list-group-item-action:focus {
    color: #361810;
    background-color: #cbb6b1; }
  .list-group-item-red-9.list-group-item-action.active {
    color: #fff;
    background-color: #361810;
    border-color: #361810; }

.list-group-item-orange-0 {
  color: #84817d;
  background-color: #fefdfb; }
  .list-group-item-orange-0.list-group-item-action:hover, .list-group-item-orange-0.list-group-item-action:focus {
    color: #84817d;
    background-color: #f9f3e7; }
  .list-group-item-orange-0.list-group-item-action.active {
    color: #fff;
    background-color: #84817d;
    border-color: #84817d; }

.list-group-item-orange-1 {
  color: #807b6e;
  background-color: #fdfaf3; }
  .list-group-item-orange-1.list-group-item-action:hover, .list-group-item-orange-1.list-group-item-action:focus {
    color: #807b6e;
    background-color: #f9f1dd; }
  .list-group-item-orange-1.list-group-item-action.active {
    color: #fff;
    background-color: #807b6e;
    border-color: #807b6e; }

.list-group-item-orange-2 {
  color: #7e745d;
  background-color: #fbf6ea; }
  .list-group-item-orange-2.list-group-item-action:hover, .list-group-item-orange-2.list-group-item-action:focus {
    color: #7e745d;
    background-color: #f7edd5; }
  .list-group-item-orange-2.list-group-item-action.active {
    color: #fff;
    background-color: #7e745d;
    border-color: #7e745d; }

.list-group-item-orange-3 {
  color: #7a6c4b;
  background-color: #f9f2e0; }
  .list-group-item-orange-3.list-group-item-action:hover, .list-group-item-orange-3.list-group-item-action:focus {
    color: #7a6c4b;
    background-color: #f5e9cb; }
  .list-group-item-orange-3.list-group-item-action.active {
    color: #fff;
    background-color: #7a6c4b;
    border-color: #7a6c4b; }

.list-group-item-orange-4 {
  color: #776336;
  background-color: #f7edd5; }
  .list-group-item-orange-4.list-group-item-action:hover, .list-group-item-orange-4.list-group-item-action:focus {
    color: #776336;
    background-color: #f3e4c0; }
  .list-group-item-orange-4.list-group-item-action.active {
    color: #fff;
    background-color: #776336;
    border-color: #776336; }

.list-group-item-orange-5 {
  color: #715a22;
  background-color: #f5e8ca; }
  .list-group-item-orange-5.list-group-item-action:hover, .list-group-item-orange-5.list-group-item-action:focus {
    color: #715a22;
    background-color: #f1dfb5; }
  .list-group-item-orange-5.list-group-item-action.active {
    color: #fff;
    background-color: #715a22;
    border-color: #715a22; }

.list-group-item-orange-6 {
  color: #65501f;
  background-color: #eee3c8; }
  .list-group-item-orange-6.list-group-item-action:hover, .list-group-item-orange-6.list-group-item-action:focus {
    color: #65501f;
    background-color: #e8d9b5; }
  .list-group-item-orange-6.list-group-item-action.active {
    color: #fff;
    background-color: #65501f;
    border-color: #65501f; }

.list-group-item-orange-7 {
  color: #57451a;
  background-color: #e6ddc6; }
  .list-group-item-orange-7.list-group-item-action:hover, .list-group-item-orange-7.list-group-item-action:focus {
    color: #57451a;
    background-color: #ded2b4; }
  .list-group-item-orange-7.list-group-item-action.active {
    color: #fff;
    background-color: #57451a;
    border-color: #57451a; }

.list-group-item-orange-8 {
  color: #453615;
  background-color: #ddd5c3; }
  .list-group-item-orange-8.list-group-item-action:hover, .list-group-item-orange-8.list-group-item-action:focus {
    color: #453615;
    background-color: #d4cab3; }
  .list-group-item-orange-8.list-group-item-action.active {
    color: #fff;
    background-color: #453615;
    border-color: #453615; }

.list-group-item-orange-9 {
  color: #28200c;
  background-color: #cdc9be; }
  .list-group-item-orange-9.list-group-item-action:hover, .list-group-item-orange-9.list-group-item-action:focus {
    color: #28200c;
    background-color: #c2bdb0; }
  .list-group-item-orange-9.list-group-item-action.active {
    color: #fff;
    background-color: #28200c;
    border-color: #28200c; }

.list-group-item-yellow-0 {
  color: #81837a;
  background-color: #fdfef9; }
  .list-group-item-yellow-0.list-group-item-action:hover, .list-group-item-yellow-0.list-group-item-action:focus {
    color: #81837a;
    background-color: #f6fae3; }
  .list-group-item-yellow-0.list-group-item-action.active {
    color: #fff;
    background-color: #81837a;
    border-color: #81837a; }

.list-group-item-yellow-1 {
  color: #797e62;
  background-color: #f9fcec; }
  .list-group-item-yellow-1.list-group-item-action:hover, .list-group-item-yellow-1.list-group-item-action:focus {
    color: #797e62;
    background-color: #f2f9d6; }
  .list-group-item-yellow-1.list-group-item-action.active {
    color: #fff;
    background-color: #797e62;
    border-color: #797e62; }

.list-group-item-yellow-2 {
  color: #6f7a47;
  background-color: #f4f9de; }
  .list-group-item-yellow-2.list-group-item-action:hover, .list-group-item-yellow-2.list-group-item-action:focus {
    color: #6f7a47;
    background-color: #edf5c8; }
  .list-group-item-yellow-2.list-group-item-action.active {
    color: #fff;
    background-color: #6f7a47;
    border-color: #6f7a47; }

.list-group-item-yellow-3 {
  color: #657427;
  background-color: #eef6cd; }
  .list-group-item-yellow-3.list-group-item-action:hover, .list-group-item-yellow-3.list-group-item-action:focus {
    color: #657427;
    background-color: #e7f2b7; }
  .list-group-item-yellow-3.list-group-item-action.active {
    color: #fff;
    background-color: #657427;
    border-color: #657427; }

.list-group-item-yellow-4 {
  color: #5d6c21;
  background-color: #eaf2c9; }
  .list-group-item-yellow-4.list-group-item-action:hover, .list-group-item-yellow-4.list-group-item-action:focus {
    color: #5d6c21;
    background-color: #e2edb4; }
  .list-group-item-yellow-4.list-group-item-action.active {
    color: #fff;
    background-color: #5d6c21;
    border-color: #5d6c21; }

.list-group-item-yellow-5 {
  color: #55631e;
  background-color: #e6edc8; }
  .list-group-item-yellow-5.list-group-item-action:hover, .list-group-item-yellow-5.list-group-item-action:focus {
    color: #55631e;
    background-color: #dde7b5; }
  .list-group-item-yellow-5.list-group-item-action.active {
    color: #fff;
    background-color: #55631e;
    border-color: #55631e; }

.list-group-item-yellow-6 {
  color: #4c581b;
  background-color: #e0e7c6; }
  .list-group-item-yellow-6.list-group-item-action:hover, .list-group-item-yellow-6.list-group-item-action:focus {
    color: #4c581b;
    background-color: #d6dfb4; }
  .list-group-item-yellow-6.list-group-item-action.active {
    color: #fff;
    background-color: #4c581b;
    border-color: #4c581b; }

.list-group-item-yellow-7 {
  color: #414c17;
  background-color: #dbe0c4; }
  .list-group-item-yellow-7.list-group-item-action:hover, .list-group-item-yellow-7.list-group-item-action:focus {
    color: #414c17;
    background-color: #d1d7b3; }
  .list-group-item-yellow-7.list-group-item-action.active {
    color: #fff;
    background-color: #414c17;
    border-color: #414c17; }

.list-group-item-yellow-8 {
  color: #333c12;
  background-color: #d3d8c1; }
  .list-group-item-yellow-8.list-group-item-action:hover, .list-group-item-yellow-8.list-group-item-action:focus {
    color: #333c12;
    background-color: #c8ceb1; }
  .list-group-item-yellow-8.list-group-item-action.active {
    color: #fff;
    background-color: #333c12;
    border-color: #333c12; }

.list-group-item-yellow-9 {
  color: #1e230a;
  background-color: #c8cabd; }
  .list-group-item-yellow-9.list-group-item-action:hover, .list-group-item-yellow-9.list-group-item-action:focus {
    color: #1e230a;
    background-color: #bcbfaf; }
  .list-group-item-yellow-9.list-group-item-action.active {
    color: #fff;
    background-color: #1e230a;
    border-color: #1e230a; }

.list-group-item-lime-0 {
  color: #7e837c;
  background-color: #fcfefb; }
  .list-group-item-lime-0.list-group-item-action:hover, .list-group-item-lime-0.list-group-item-action:focus {
    color: #7e837c;
    background-color: #edf9e7; }
  .list-group-item-lime-0.list-group-item-action.active {
    color: #fff;
    background-color: #7e837c;
    border-color: #7e837c; }

.list-group-item-lime-1 {
  color: #71806a;
  background-color: #f4fcf1; }
  .list-group-item-lime-1.list-group-item-action:hover, .list-group-item-lime-1.list-group-item-action:focus {
    color: #71806a;
    background-color: #e4f8dc; }
  .list-group-item-lime-1.list-group-item-action.active {
    color: #fff;
    background-color: #71806a;
    border-color: #71806a; }

.list-group-item-lime-2 {
  color: #617c55;
  background-color: #ecfbe6; }
  .list-group-item-lime-2.list-group-item-action:hover, .list-group-item-lime-2.list-group-item-action:focus {
    color: #617c55;
    background-color: #dbf7d0; }
  .list-group-item-lime-2.list-group-item-action.active {
    color: #fff;
    background-color: #617c55;
    border-color: #617c55; }

.list-group-item-lime-3 {
  color: #4f783d;
  background-color: #e2f8d9; }
  .list-group-item-lime-3.list-group-item-action:hover, .list-group-item-lime-3.list-group-item-action:focus {
    color: #4f783d;
    background-color: #d2f4c3; }
  .list-group-item-lime-3.list-group-item-action.active {
    color: #fff;
    background-color: #4f783d;
    border-color: #4f783d; }

.list-group-item-lime-4 {
  color: #3a7222;
  background-color: #d7f5ca; }
  .list-group-item-lime-4.list-group-item-action:hover, .list-group-item-lime-4.list-group-item-action:focus {
    color: #3a7222;
    background-color: #c7f1b5; }
  .list-group-item-lime-4.list-group-item-action.active {
    color: #fff;
    background-color: #3a7222;
    border-color: #3a7222; }

.list-group-item-lime-5 {
  color: #356920;
  background-color: #d4f0c9; }
  .list-group-item-lime-5.list-group-item-action:hover, .list-group-item-lime-5.list-group-item-action:focus {
    color: #356920;
    background-color: #c4eab5; }
  .list-group-item-lime-5.list-group-item-action.active {
    color: #fff;
    background-color: #356920;
    border-color: #356920; }

.list-group-item-lime-6 {
  color: #2f5e1c;
  background-color: #d1eac7; }
  .list-group-item-lime-6.list-group-item-action:hover, .list-group-item-lime-6.list-group-item-action:focus {
    color: #2f5e1c;
    background-color: #c2e3b4; }
  .list-group-item-lime-6.list-group-item-action.active {
    color: #fff;
    background-color: #2f5e1c;
    border-color: #2f5e1c; }

.list-group-item-lime-7 {
  color: #295018;
  background-color: #cde3c5; }
  .list-group-item-lime-7.list-group-item-action:hover, .list-group-item-lime-7.list-group-item-action:focus {
    color: #295018;
    background-color: #bedbb4; }
  .list-group-item-lime-7.list-group-item-action.active {
    color: #fff;
    background-color: #295018;
    border-color: #295018; }

.list-group-item-lime-8 {
  color: #203f13;
  background-color: #c9dac2; }
  .list-group-item-lime-8.list-group-item-action:hover, .list-group-item-lime-8.list-group-item-action:focus {
    color: #203f13;
    background-color: #bbd0b2; }
  .list-group-item-lime-8.list-group-item-action.active {
    color: #fff;
    background-color: #203f13;
    border-color: #203f13; }

.list-group-item-lime-9 {
  color: #13250b;
  background-color: #c2cbbe; }
  .list-group-item-lime-9.list-group-item-action:hover, .list-group-item-lime-9.list-group-item-action:focus {
    color: #13250b;
    background-color: #b5c0b0; }
  .list-group-item-lime-9.list-group-item-action.active {
    color: #fff;
    background-color: #13250b;
    border-color: #13250b; }

.list-group-item-green-0 {
  color: #7d837e;
  background-color: #fbfefc; }
  .list-group-item-green-0.list-group-item-action:hover, .list-group-item-green-0.list-group-item-action:focus {
    color: #7d837e;
    background-color: #e7f9ed; }
  .list-group-item-green-0.list-group-item-action.active {
    color: #fff;
    background-color: #7d837e;
    border-color: #7d837e; }

.list-group-item-green-1 {
  color: #6d8071;
  background-color: #f2fdf4; }
  .list-group-item-green-1.list-group-item-action:hover, .list-group-item-green-1.list-group-item-action:focus {
    color: #6d8071;
    background-color: #dcfae1; }
  .list-group-item-green-1.list-group-item-action.active {
    color: #fff;
    background-color: #6d8071;
    border-color: #6d8071; }

.list-group-item-green-2 {
  color: #597d61;
  background-color: #e8fbec; }
  .list-group-item-green-2.list-group-item-action:hover, .list-group-item-green-2.list-group-item-action:focus {
    color: #597d61;
    background-color: #d2f7da; }
  .list-group-item-green-2.list-group-item-action.active {
    color: #fff;
    background-color: #597d61;
    border-color: #597d61; }

.list-group-item-green-3 {
  color: #43794d;
  background-color: #dcf9e1; }
  .list-group-item-green-3.list-group-item-action:hover, .list-group-item-green-3.list-group-item-action:focus {
    color: #43794d;
    background-color: #c6f5ce; }
  .list-group-item-green-3.list-group-item-action.active {
    color: #fff;
    background-color: #43794d;
    border-color: #43794d; }

.list-group-item-green-4 {
  color: #257435;
  background-color: #ccf6d4; }
  .list-group-item-green-4.list-group-item-action:hover, .list-group-item-green-4.list-group-item-action:focus {
    color: #257435;
    background-color: #b6f2c2; }
  .list-group-item-green-4.list-group-item-action.active {
    color: #fff;
    background-color: #257435;
    border-color: #257435; }

.list-group-item-green-5 {
  color: #206a2f;
  background-color: #c9f1d1; }
  .list-group-item-green-5.list-group-item-action:hover, .list-group-item-green-5.list-group-item-action:focus {
    color: #206a2f;
    background-color: #b5ecc0; }
  .list-group-item-green-5.list-group-item-action.active {
    color: #fff;
    background-color: #206a2f;
    border-color: #206a2f; }

.list-group-item-green-6 {
  color: #1d5f2a;
  background-color: #c7ebce; }
  .list-group-item-green-6.list-group-item-action:hover, .list-group-item-green-6.list-group-item-action:focus {
    color: #1d5f2a;
    background-color: #b4e4be; }
  .list-group-item-green-6.list-group-item-action.active {
    color: #fff;
    background-color: #1d5f2a;
    border-color: #1d5f2a; }

.list-group-item-green-7 {
  color: #185224;
  background-color: #c5e4cb; }
  .list-group-item-green-7.list-group-item-action:hover, .list-group-item-green-7.list-group-item-action:focus {
    color: #185224;
    background-color: #b4dcbb; }
  .list-group-item-green-7.list-group-item-action.active {
    color: #fff;
    background-color: #185224;
    border-color: #185224; }

.list-group-item-green-8 {
  color: #13401d;
  background-color: #c2dac7; }
  .list-group-item-green-8.list-group-item-action:hover, .list-group-item-green-8.list-group-item-action:focus {
    color: #13401d;
    background-color: #b2d0b8; }
  .list-group-item-green-8.list-group-item-action.active {
    color: #fff;
    background-color: #13401d;
    border-color: #13401d; }

.list-group-item-green-9 {
  color: #0b2611;
  background-color: #beccc1; }
  .list-group-item-green-9.list-group-item-action:hover, .list-group-item-green-9.list-group-item-action:focus {
    color: #0b2611;
    background-color: #b0c1b3; }
  .list-group-item-green-9.list-group-item-action.active {
    color: #fff;
    background-color: #0b2611;
    border-color: #0b2611; }

.list-group-item-teal-0 {
  color: #7c8381;
  background-color: #fbfefd; }
  .list-group-item-teal-0.list-group-item-action:hover, .list-group-item-teal-0.list-group-item-action:focus {
    color: #7c8381;
    background-color: #e7f9f3; }
  .list-group-item-teal-0.list-group-item-action.active {
    color: #fff;
    background-color: #7c8381;
    border-color: #7c8381; }

.list-group-item-teal-1 {
  color: #6b807a;
  background-color: #f1fcf9; }
  .list-group-item-teal-1.list-group-item-action:hover, .list-group-item-teal-1.list-group-item-action:focus {
    color: #6b807a;
    background-color: #dcf8f0; }
  .list-group-item-teal-1.list-group-item-action.active {
    color: #fff;
    background-color: #6b807a;
    border-color: #6b807a; }

.list-group-item-teal-2 {
  color: #567c71;
  background-color: #e6fbf4; }
  .list-group-item-teal-2.list-group-item-action:hover, .list-group-item-teal-2.list-group-item-action:focus {
    color: #567c71;
    background-color: #d0f7ea; }
  .list-group-item-teal-2.list-group-item-action.active {
    color: #fff;
    background-color: #567c71;
    border-color: #567c71; }

.list-group-item-teal-3 {
  color: #3d7866;
  background-color: #d9f8ef; }
  .list-group-item-teal-3.list-group-item-action:hover, .list-group-item-teal-3.list-group-item-action:focus {
    color: #3d7866;
    background-color: #c3f4e6; }
  .list-group-item-teal-3.list-group-item-action.active {
    color: #fff;
    background-color: #3d7866;
    border-color: #3d7866; }

.list-group-item-teal-4 {
  color: #22725a;
  background-color: #caf5e8; }
  .list-group-item-teal-4.list-group-item-action:hover, .list-group-item-teal-4.list-group-item-action:focus {
    color: #22725a;
    background-color: #b5f1df; }
  .list-group-item-teal-4.list-group-item-action.active {
    color: #fff;
    background-color: #22725a;
    border-color: #22725a; }

.list-group-item-teal-5 {
  color: #1f6853;
  background-color: #c8f0e4; }
  .list-group-item-teal-5.list-group-item-action:hover, .list-group-item-teal-5.list-group-item-action:focus {
    color: #1f6853;
    background-color: #b4ebda; }
  .list-group-item-teal-5.list-group-item-action.active {
    color: #fff;
    background-color: #1f6853;
    border-color: #1f6853; }

.list-group-item-teal-6 {
  color: #1c5d4a;
  background-color: #c7eadf; }
  .list-group-item-teal-6.list-group-item-action:hover, .list-group-item-teal-6.list-group-item-action:focus {
    color: #1c5d4a;
    background-color: #b4e3d4; }
  .list-group-item-teal-6.list-group-item-action.active {
    color: #fff;
    background-color: #1c5d4a;
    border-color: #1c5d4a; }

.list-group-item-teal-7 {
  color: #18503f;
  background-color: #c4e3da; }
  .list-group-item-teal-7.list-group-item-action:hover, .list-group-item-teal-7.list-group-item-action:focus {
    color: #18503f;
    background-color: #b3dbcf; }
  .list-group-item-teal-7.list-group-item-action.active {
    color: #fff;
    background-color: #18503f;
    border-color: #18503f; }

.list-group-item-teal-8 {
  color: #133f32;
  background-color: #c2d9d2; }
  .list-group-item-teal-8.list-group-item-action:hover, .list-group-item-teal-8.list-group-item-action:focus {
    color: #133f32;
    background-color: #b2cfc6; }
  .list-group-item-teal-8.list-group-item-action.active {
    color: #fff;
    background-color: #133f32;
    border-color: #133f32; }

.list-group-item-teal-9 {
  color: #0b251e;
  background-color: #becbc8; }
  .list-group-item-teal-9.list-group-item-action:hover, .list-group-item-teal-9.list-group-item-action:focus {
    color: #0b251e;
    background-color: #b0c0bc; }
  .list-group-item-teal-9.list-group-item-action.active {
    color: #fff;
    background-color: #0b251e;
    border-color: #0b251e; }

.list-group-item-cyan-0 {
  color: #7e8384;
  background-color: #fcfefe; }
  .list-group-item-cyan-0.list-group-item-action:hover, .list-group-item-cyan-0.list-group-item-action:focus {
    color: #7e8384;
    background-color: #e9f8f8; }
  .list-group-item-cyan-0.list-group-item-action.active {
    color: #fff;
    background-color: #7e8384;
    border-color: #7e8384; }

.list-group-item-cyan-1 {
  color: #717e81;
  background-color: #f4fbfd; }
  .list-group-item-cyan-1.list-group-item-action:hover, .list-group-item-cyan-1.list-group-item-action:focus {
    color: #717e81;
    background-color: #def3f9; }
  .list-group-item-cyan-1.list-group-item-action.active {
    color: #fff;
    background-color: #717e81;
    border-color: #717e81; }

.list-group-item-cyan-2 {
  color: #62797e;
  background-color: #ecf9fc; }
  .list-group-item-cyan-2.list-group-item-action:hover, .list-group-item-cyan-2.list-group-item-action:focus {
    color: #62797e;
    background-color: #d6f2f9; }
  .list-group-item-cyan-2.list-group-item-action.active {
    color: #fff;
    background-color: #62797e;
    border-color: #62797e; }

.list-group-item-cyan-3 {
  color: #51737c;
  background-color: #e3f5fa; }
  .list-group-item-cyan-3.list-group-item-action:hover, .list-group-item-cyan-3.list-group-item-action:focus {
    color: #51737c;
    background-color: #cdedf6; }
  .list-group-item-cyan-3.list-group-item-action.active {
    color: #fff;
    background-color: #51737c;
    border-color: #51737c; }

.list-group-item-cyan-4 {
  color: #3d6c78;
  background-color: #d9f2f8; }
  .list-group-item-cyan-4.list-group-item-action:hover, .list-group-item-cyan-4.list-group-item-action:focus {
    color: #3d6c78;
    background-color: #c3ebf4; }
  .list-group-item-cyan-4.list-group-item-action.active {
    color: #fff;
    background-color: #3d6c78;
    border-color: #3d6c78; }

.list-group-item-cyan-5 {
  color: #266474;
  background-color: #cceef6; }
  .list-group-item-cyan-5.list-group-item-action:hover, .list-group-item-cyan-5.list-group-item-action:focus {
    color: #266474;
    background-color: #b6e7f2; }
  .list-group-item-cyan-5.list-group-item-action.active {
    color: #fff;
    background-color: #266474;
    border-color: #266474; }

.list-group-item-cyan-6 {
  color: #205a69;
  background-color: #c9e8f0; }
  .list-group-item-cyan-6.list-group-item-action:hover, .list-group-item-cyan-6.list-group-item-action:focus {
    color: #205a69;
    background-color: #b5e0ea; }
  .list-group-item-cyan-6.list-group-item-action.active {
    color: #fff;
    background-color: #205a69;
    border-color: #205a69; }

.list-group-item-cyan-7 {
  color: #1b4d59;
  background-color: #c6e1e8; }
  .list-group-item-cyan-7.list-group-item-action:hover, .list-group-item-cyan-7.list-group-item-action:focus {
    color: #1b4d59;
    background-color: #b4d7e1; }
  .list-group-item-cyan-7.list-group-item-action.active {
    color: #fff;
    background-color: #1b4d59;
    border-color: #1b4d59; }

.list-group-item-cyan-8 {
  color: #153d47;
  background-color: #c3d8de; }
  .list-group-item-cyan-8.list-group-item-action:hover, .list-group-item-cyan-8.list-group-item-action:focus {
    color: #153d47;
    background-color: #b3cdd5; }
  .list-group-item-cyan-8.list-group-item-action.active {
    color: #fff;
    background-color: #153d47;
    border-color: #153d47; }

.list-group-item-cyan-9 {
  color: #0c242a;
  background-color: #becbce; }
  .list-group-item-cyan-9.list-group-item-action:hover, .list-group-item-cyan-9.list-group-item-action:focus {
    color: #0c242a;
    background-color: #afbfc3; }
  .list-group-item-cyan-9.list-group-item-action.active {
    color: #fff;
    background-color: #0c242a;
    border-color: #0c242a; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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); }

.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 {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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); }
  .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", "Helvetica Neue", Arial, "Noto 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", "Helvetica Neue", Arial, "Noto 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 {
  -ms-touch-action: pan-y;
      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%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      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: no-repeat 50% / 100% 100%; }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            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: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        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; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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: #5f86e3 !important; }

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #4f545f !important; }

.bg-success {
  background-color: #2f9d45 !important; }

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

.bg-info {
  background-color: #3dadc9 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2e8da5 !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: #de6345 !important; }

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

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

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

.bg-dark {
  background-color: #3c3f48 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #25272c !important; }

.bg-base {
  background-color: #4371de !important; }

a.bg-base:hover, a.bg-base:focus,
button.bg-base:hover,
button.bg-base:focus {
  background-color: #2455ca !important; }

.bg-gray-0 {
  background-color: #f9f9fa !important; }

a.bg-gray-0:hover, a.bg-gray-0:focus,
button.bg-gray-0:hover,
button.bg-gray-0:focus {
  background-color: #dddde3 !important; }

.bg-gray-1 {
  background-color: #ecedf0 !important; }

a.bg-gray-1:hover, a.bg-gray-1:focus,
button.bg-gray-1:hover,
button.bg-gray-1:focus {
  background-color: #d0d2da !important; }

.bg-gray-2 {
  background-color: #dfe1e6 !important; }

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

.bg-gray-3 {
  background-color: #d0d3da !important; }

a.bg-gray-3:hover, a.bg-gray-3:focus,
button.bg-gray-3:hover,
button.bg-gray-3:focus {
  background-color: #b3b8c4 !important; }

.bg-gray-4 {
  background-color: #c0c4ce !important; }

a.bg-gray-4:hover, a.bg-gray-4:focus,
button.bg-gray-4:hover,
button.bg-gray-4:focus {
  background-color: #a3a9b8 !important; }

.bg-gray-5 {
  background-color: #aeb3bf !important; }

a.bg-gray-5:hover, a.bg-gray-5:focus,
button.bg-gray-5:hover,
button.bg-gray-5:focus {
  background-color: #9298a8 !important; }

.bg-gray-6 {
  background-color: #99a0af !important; }

a.bg-gray-6:hover, a.bg-gray-6:focus,
button.bg-gray-6:hover,
button.bg-gray-6:focus {
  background-color: #7c8599 !important; }

.bg-gray-7 {
  background-color: #81899c !important; }

a.bg-gray-7:hover, a.bg-gray-7:focus,
button.bg-gray-7:hover,
button.bg-gray-7:focus {
  background-color: #676f83 !important; }

.bg-gray-8 {
  background-color: #666c7b !important; }

a.bg-gray-8:hover, a.bg-gray-8:focus,
button.bg-gray-8:hover,
button.bg-gray-8:focus {
  background-color: #4f545f !important; }

.bg-gray-9 {
  background-color: #3c3f48 !important; }

a.bg-gray-9:hover, a.bg-gray-9:focus,
button.bg-gray-9:hover,
button.bg-gray-9:focus {
  background-color: #25272c !important; }

.bg-blue-0 {
  background-color: #f8f9fe !important; }

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

.bg-blue-1 {
  background-color: #e8eefb !important; }

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

.bg-blue-2 {
  background-color: #d7e1f8 !important; }

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

.bg-blue-3 {
  background-color: #c5d3f5 !important; }

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

.bg-blue-4 {
  background-color: #b0c4f1 !important; }

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

.bg-blue-5 {
  background-color: #9ab2ed !important; }

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

.bg-blue-6 {
  background-color: #7f9ee9 !important; }

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

.bg-blue-7 {
  background-color: #5f86e3 !important; }

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

.bg-blue-8 {
  background-color: #3d67cb !important; }

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

.bg-blue-9 {
  background-color: #243d77 !important; }

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

.bg-indigo-0 {
  background-color: #faf9fe !important; }

a.bg-indigo-0:hover, a.bg-indigo-0:focus,
button.bg-indigo-0:hover,
button.bg-indigo-0:focus {
  background-color: #d6cdf7 !important; }

.bg-indigo-1 {
  background-color: #efebfc !important; }

a.bg-indigo-1:hover, a.bg-indigo-1:focus,
button.bg-indigo-1:hover,
button.bg-indigo-1:focus {
  background-color: #ccbff5 !important; }

.bg-indigo-2 {
  background-color: #e3ddf9 !important; }

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

.bg-indigo-3 {
  background-color: #d6cef6 !important; }

a.bg-indigo-3:hover, a.bg-indigo-3:focus,
button.bg-indigo-3:hover,
button.bg-indigo-3:focus {
  background-color: #b2a3ee !important; }

.bg-indigo-4 {
  background-color: #c8bdf3 !important; }

a.bg-indigo-4:hover, a.bg-indigo-4:focus,
button.bg-indigo-4:hover,
button.bg-indigo-4:focus {
  background-color: #a492eb !important; }

.bg-indigo-5 {
  background-color: #b8aaf0 !important; }

a.bg-indigo-5:hover, a.bg-indigo-5:focus,
button.bg-indigo-5:hover,
button.bg-indigo-5:focus {
  background-color: #947fe8 !important; }

.bg-indigo-6 {
  background-color: #a593ec !important; }

a.bg-indigo-6:hover, a.bg-indigo-6:focus,
button.bg-indigo-6:hover,
button.bg-indigo-6:focus {
  background-color: #8168e4 !important; }

.bg-indigo-7 {
  background-color: #8e78e7 !important; }

a.bg-indigo-7:hover, a.bg-indigo-7:focus,
button.bg-indigo-7:hover,
button.bg-indigo-7:focus {
  background-color: #6a4ddf !important; }

.bg-indigo-8 {
  background-color: #6f53e1 !important; }

a.bg-indigo-8:hover, a.bg-indigo-8:focus,
button.bg-indigo-8:hover,
button.bg-indigo-8:focus {
  background-color: #4b28d9 !important; }

.bg-indigo-9 {
  background-color: #412c92 !important; }

a.bg-indigo-9:hover, a.bg-indigo-9:focus,
button.bg-indigo-9:hover,
button.bg-indigo-9:focus {
  background-color: #30206b !important; }

.bg-violet-0 {
  background-color: #fcf8fe !important; }

a.bg-violet-0:hover, a.bg-violet-0:focus,
button.bg-violet-0:hover,
button.bg-violet-0:focus {
  background-color: #e9cbf8 !important; }

.bg-violet-1 {
  background-color: #f6e9fb !important; }

a.bg-violet-1:hover, a.bg-violet-1:focus,
button.bg-violet-1:hover,
button.bg-violet-1:focus {
  background-color: #e4bef3 !important; }

.bg-violet-2 {
  background-color: #efd9f8 !important; }

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

.bg-violet-3 {
  background-color: #e8c8f5 !important; }

a.bg-violet-3:hover, a.bg-violet-3:focus,
button.bg-violet-3:hover,
button.bg-violet-3:focus {
  background-color: #d69ded !important; }

.bg-violet-4 {
  background-color: #e0b4f2 !important; }

a.bg-violet-4:hover, a.bg-violet-4:focus,
button.bg-violet-4:hover,
button.bg-violet-4:focus {
  background-color: #ce89ea !important; }

.bg-violet-5 {
  background-color: #d69eee !important; }

a.bg-violet-5:hover, a.bg-violet-5:focus,
button.bg-violet-5:hover,
button.bg-violet-5:focus {
  background-color: #c473e6 !important; }

.bg-violet-6 {
  background-color: #cb84e9 !important; }

a.bg-violet-6:hover, a.bg-violet-6:focus,
button.bg-violet-6:hover,
button.bg-violet-6:focus {
  background-color: #b959e1 !important; }

.bg-violet-7 {
  background-color: #bd61e3 !important; }

a.bg-violet-7:hover, a.bg-violet-7:focus,
button.bg-violet-7:hover,
button.bg-violet-7:focus {
  background-color: #ab36db !important; }

.bg-violet-8 {
  background-color: #a03dc9 !important; }

a.bg-violet-8:hover, a.bg-violet-8:focus,
button.bg-violet-8:hover,
button.bg-violet-8:focus {
  background-color: #822ea5 !important; }

.bg-violet-9 {
  background-color: #5e2477 !important; }

a.bg-violet-9:hover, a.bg-violet-9:focus,
button.bg-violet-9:hover,
button.bg-violet-9:focus {
  background-color: #3f1850 !important; }

.bg-fuschia-0 {
  background-color: #fef8fd !important; }

a.bg-fuschia-0:hover, a.bg-fuschia-0:focus,
button.bg-fuschia-0:hover,
button.bg-fuschia-0:focus {
  background-color: #f8cbf0 !important; }

.bg-fuschia-1 {
  background-color: #fbe8f7 !important; }

a.bg-fuschia-1:hover, a.bg-fuschia-1:focus,
button.bg-fuschia-1:hover,
button.bg-fuschia-1:focus {
  background-color: #f3bde8 !important; }

.bg-fuschia-2 {
  background-color: #f8d7f1 !important; }

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

.bg-fuschia-3 {
  background-color: #f5c4eb !important; }

a.bg-fuschia-3:hover, a.bg-fuschia-3:focus,
button.bg-fuschia-3:hover,
button.bg-fuschia-3:focus {
  background-color: #ee98dc !important; }

.bg-fuschia-4 {
  background-color: #f1afe4 !important; }

a.bg-fuschia-4:hover, a.bg-fuschia-4:focus,
button.bg-fuschia-4:hover,
button.bg-fuschia-4:focus {
  background-color: #e984d5 !important; }

.bg-fuschia-5 {
  background-color: #ed96db !important; }

a.bg-fuschia-5:hover, a.bg-fuschia-5:focus,
button.bg-fuschia-5:hover,
button.bg-fuschia-5:focus {
  background-color: #e66acc !important; }

.bg-fuschia-6 {
  background-color: #e778d1 !important; }

a.bg-fuschia-6:hover, a.bg-fuschia-6:focus,
button.bg-fuschia-6:hover,
button.bg-fuschia-6:focus {
  background-color: #df4dc2 !important; }

.bg-fuschia-7 {
  background-color: #e04dc2 !important; }

a.bg-fuschia-7:hover, a.bg-fuschia-7:focus,
button.bg-fuschia-7:hover,
button.bg-fuschia-7:focus {
  background-color: #d525b1 !important; }

.bg-fuschia-8 {
  background-color: #b5379c !important; }

a.bg-fuschia-8:hover, a.bg-fuschia-8:focus,
button.bg-fuschia-8:hover,
button.bg-fuschia-8:focus {
  background-color: #8e2b7a !important; }

.bg-fuschia-9 {
  background-color: #6c205d !important; }

a.bg-fuschia-9:hover, a.bg-fuschia-9:focus,
button.bg-fuschia-9:hover,
button.bg-fuschia-9:focus {
  background-color: #45143b !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-pink-9 {
  background-color: #71223a !important; }

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

.bg-red-0 {
  background-color: #fef8f7 !important; }

a.bg-red-0:hover, a.bg-red-0:focus,
button.bg-red-0:hover,
button.bg-red-0:focus {
  background-color: #f8d0ca !important; }

.bg-red-1 {
  background-color: #fbeae6 !important; }

a.bg-red-1:hover, a.bg-red-1:focus,
button.bg-red-1:hover,
button.bg-red-1:focus {
  background-color: #f4c5ba !important; }

.bg-red-2 {
  background-color: #f7dbd3 !important; }

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

.bg-red-3 {
  background-color: #f4cabf !important; }

a.bg-red-3:hover, a.bg-red-3:focus,
button.bg-red-3:hover,
button.bg-red-3:focus {
  background-color: #eda693 !important; }

.bg-red-4 {
  background-color: #f0b7a8 !important; }

a.bg-red-4:hover, a.bg-red-4:focus,
button.bg-red-4:hover,
button.bg-red-4:focus {
  background-color: #e9937d !important; }

.bg-red-5 {
  background-color: #eba18e !important; }

a.bg-red-5:hover, a.bg-red-5:focus,
button.bg-red-5:hover,
button.bg-red-5:focus {
  background-color: #e37d63 !important; }

.bg-red-6 {
  background-color: #e6866e !important; }

a.bg-red-6:hover, a.bg-red-6:focus,
button.bg-red-6:hover,
button.bg-red-6:focus {
  background-color: #df6243 !important; }

.bg-red-7 {
  background-color: #de6345 !important; }

a.bg-red-7:hover, a.bg-red-7:focus,
button.bg-red-7:hover,
button.bg-red-7:focus {
  background-color: #cc4524 !important; }

.bg-red-8 {
  background-color: #b14e35 !important; }

a.bg-red-8:hover, a.bg-red-8:focus,
button.bg-red-8:hover,
button.bg-red-8:focus {
  background-color: #8a3d29 !important; }

.bg-red-9 {
  background-color: #682e1f !important; }

a.bg-red-9:hover, a.bg-red-9:focus,
button.bg-red-9:hover,
button.bg-red-9:focus {
  background-color: #411d13 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-orange-9 {
  background-color: #4d3d17 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-yellow-6 {
  background-color: #92aa33 !important; }

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

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

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

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

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

.bg-yellow-9 {
  background-color: #3a4314 !important; }

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

.bg-lime-0 {
  background-color: #f3fcef !important; }

a.bg-lime-0:hover, a.bg-lime-0:focus,
button.bg-lime-0:hover,
button.bg-lime-0:focus {
  background-color: #d3f4c4 !important; }

.bg-lime-1 {
  background-color: #d9f6cc !important; }

a.bg-lime-1:hover, a.bg-lime-1:focus,
button.bg-lime-1:hover,
button.bg-lime-1:focus {
  background-color: #b9eea1 !important; }

.bg-lime-2 {
  background-color: #bbefa4 !important; }

a.bg-lime-2:hover, a.bg-lime-2:focus,
button.bg-lime-2:hover,
button.bg-lime-2:focus {
  background-color: #9be779 !important; }

.bg-lime-3 {
  background-color: #97e776 !important; }

a.bg-lime-3:hover, a.bg-lime-3:focus,
button.bg-lime-3:hover,
button.bg-lime-3:focus {
  background-color: #76df4b !important; }

.bg-lime-4 {
  background-color: #70dc42 !important; }

a.bg-lime-4:hover, a.bg-lime-4:focus,
button.bg-lime-4:hover,
button.bg-lime-4:focus {
  background-color: #55c625 !important; }

.bg-lime-5 {
  background-color: #66c93d !important; }

a.bg-lime-5:hover, a.bg-lime-5:focus,
button.bg-lime-5:hover,
button.bg-lime-5:focus {
  background-color: #51a52e !important; }

.bg-lime-6 {
  background-color: #5bb436 !important; }

a.bg-lime-6:hover, a.bg-lime-6:focus,
button.bg-lime-6:hover,
button.bg-lime-6:focus {
  background-color: #478d2a !important; }

.bg-lime-7 {
  background-color: #4e9a2f !important; }

a.bg-lime-7:hover, a.bg-lime-7:focus,
button.bg-lime-7:hover,
button.bg-lime-7:focus {
  background-color: #3a7323 !important; }

.bg-lime-8 {
  background-color: #3e7a25 !important; }

a.bg-lime-8:hover, a.bg-lime-8:focus,
button.bg-lime-8:hover,
button.bg-lime-8:focus {
  background-color: #2a5319 !important; }

.bg-lime-9 {
  background-color: #244716 !important; }

a.bg-lime-9:hover, a.bg-lime-9:focus,
button.bg-lime-9:hover,
button.bg-lime-9:focus {
  background-color: #10200a !important; }

.bg-green-0 {
  background-color: #f1fcf3 !important; }

a.bg-green-0:hover, a.bg-green-0:focus,
button.bg-green-0:hover,
button.bg-green-0:focus {
  background-color: #c7f3cf !important; }

.bg-green-1 {
  background-color: #d1f7d9 !important; }

a.bg-green-1:hover, a.bg-green-1:focus,
button.bg-green-1:hover,
button.bg-green-1:focus {
  background-color: #a6efb5 !important; }

.bg-green-2 {
  background-color: #acf1ba !important; }

a.bg-green-2:hover, a.bg-green-2:focus,
button.bg-green-2:hover,
button.bg-green-2:focus {
  background-color: #80ea96 !important; }

.bg-green-3 {
  background-color: #81e995 !important; }

a.bg-green-3:hover, a.bg-green-3:focus,
button.bg-green-3:hover,
button.bg-green-3:focus {
  background-color: #56e170 !important; }

.bg-green-4 {
  background-color: #48df66 !important; }

a.bg-green-4:hover, a.bg-green-4:focus,
button.bg-green-4:hover,
button.bg-green-4:focus {
  background-color: #24d046 !important; }

.bg-green-5 {
  background-color: #3ecc5a !important; }

a.bg-green-5:hover, a.bg-green-5:focus,
button.bg-green-5:hover,
button.bg-green-5:focus {
  background-color: #2daa46 !important; }

.bg-green-6 {
  background-color: #37b650 !important; }

a.bg-green-6:hover, a.bg-green-6:focus,
button.bg-green-6:hover,
button.bg-green-6:focus {
  background-color: #2b8f3f !important; }

.bg-green-7 {
  background-color: #2f9d45 !important; }

a.bg-green-7:hover, a.bg-green-7:focus,
button.bg-green-7:hover,
button.bg-green-7:focus {
  background-color: #237634 !important; }

.bg-green-8 {
  background-color: #257c37 !important; }

a.bg-green-8:hover, a.bg-green-8:focus,
button.bg-green-8:hover,
button.bg-green-8:focus {
  background-color: #195526 !important; }

.bg-green-9 {
  background-color: #164920 !important; }

a.bg-green-9:hover, a.bg-green-9:focus,
button.bg-green-9:hover,
button.bg-green-9:focus {
  background-color: #0a220f !important; }

.bg-teal-0 {
  background-color: #effcf8 !important; }

a.bg-teal-0:hover, a.bg-teal-0:focus,
button.bg-teal-0:hover,
button.bg-teal-0:focus {
  background-color: #c4f4e5 !important; }

.bg-teal-1 {
  background-color: #cdf6ea !important; }

a.bg-teal-1:hover, a.bg-teal-1:focus,
button.bg-teal-1:hover,
button.bg-teal-1:focus {
  background-color: #a2eed8 !important; }

.bg-teal-2 {
  background-color: #a6efd9 !important; }

a.bg-teal-2:hover, a.bg-teal-2:focus,
button.bg-teal-2:hover,
button.bg-teal-2:focus {
  background-color: #7be7c7 !important; }

.bg-teal-3 {
  background-color: #76e7c5 !important; }

a.bg-teal-3:hover, a.bg-teal-3:focus,
button.bg-teal-3:hover,
button.bg-teal-3:focus {
  background-color: #4bdfb3 !important; }

.bg-teal-4 {
  background-color: #42dbae !important; }

a.bg-teal-4:hover, a.bg-teal-4:focus,
button.bg-teal-4:hover,
button.bg-teal-4:focus {
  background-color: #25c596 !important; }

.bg-teal-5 {
  background-color: #3cc89f !important; }

a.bg-teal-5:hover, a.bg-teal-5:focus,
button.bg-teal-5:hover,
button.bg-teal-5:focus {
  background-color: #2ea381 !important; }

.bg-teal-6 {
  background-color: #36b38e !important; }

a.bg-teal-6:hover, a.bg-teal-6:focus,
button.bg-teal-6:hover,
button.bg-teal-6:focus {
  background-color: #2a8c6f !important; }

.bg-teal-7 {
  background-color: #2e9a7a !important; }

a.bg-teal-7:hover, a.bg-teal-7:focus,
button.bg-teal-7:hover,
button.bg-teal-7:focus {
  background-color: #22735b !important; }

.bg-teal-8 {
  background-color: #257960 !important; }

a.bg-teal-8:hover, a.bg-teal-8:focus,
button.bg-teal-8:hover,
button.bg-teal-8:focus {
  background-color: #195241 !important; }

.bg-teal-9 {
  background-color: #164739 !important; }

a.bg-teal-9:hover, a.bg-teal-9:focus,
button.bg-teal-9:hover,
button.bg-teal-9:focus {
  background-color: #0a201a !important; }

.bg-cyan-0 {
  background-color: #f3fbfd !important; }

a.bg-cyan-0:hover, a.bg-cyan-0:focus,
button.bg-cyan-0:hover,
button.bg-cyan-0:focus {
  background-color: #c7ecf6 !important; }

.bg-cyan-1 {
  background-color: #d9f2f8 !important; }

a.bg-cyan-1:hover, a.bg-cyan-1:focus,
button.bg-cyan-1:hover,
button.bg-cyan-1:focus {
  background-color: #aee3f0 !important; }

.bg-cyan-2 {
  background-color: #bce8f3 !important; }

a.bg-cyan-2:hover, a.bg-cyan-2:focus,
button.bg-cyan-2:hover,
button.bg-cyan-2:focus {
  background-color: #91d9eb !important; }

.bg-cyan-3 {
  background-color: #9cddee !important; }

a.bg-cyan-3:hover, a.bg-cyan-3:focus,
button.bg-cyan-3:hover,
button.bg-cyan-3:focus {
  background-color: #70cee7 !important; }

.bg-cyan-4 {
  background-color: #76d0e7 !important; }

a.bg-cyan-4:hover, a.bg-cyan-4:focus,
button.bg-cyan-4:hover,
button.bg-cyan-4:focus {
  background-color: #4bc1df !important; }

.bg-cyan-5 {
  background-color: #49c1df !important; }

a.bg-cyan-5:hover, a.bg-cyan-5:focus,
button.bg-cyan-5:hover,
button.bg-cyan-5:focus {
  background-color: #25aed0 !important; }

.bg-cyan-6 {
  background-color: #3dadc9 !important; }

a.bg-cyan-6:hover, a.bg-cyan-6:focus,
button.bg-cyan-6:hover,
button.bg-cyan-6:focus {
  background-color: #2e8da5 !important; }

.bg-cyan-7 {
  background-color: #3494ac !important; }

a.bg-cyan-7:hover, a.bg-cyan-7:focus,
button.bg-cyan-7:hover,
button.bg-cyan-7:focus {
  background-color: #287285 !important; }

.bg-cyan-8 {
  background-color: #297588 !important; }

a.bg-cyan-8:hover, a.bg-cyan-8:focus,
button.bg-cyan-8:hover,
button.bg-cyan-8:focus {
  background-color: #1d5361 !important; }

.bg-cyan-9 {
  background-color: #184550 !important; }

a.bg-cyan-9:hover, a.bg-cyan-9:focus,
button.bg-cyan-9:hover,
button.bg-cyan-9:focus {
  background-color: #0c2329 !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: #5f86e3 !important; }

.border-secondary {
  border-color: #666c7b !important; }

.border-success {
  border-color: #2f9d45 !important; }

.border-info {
  border-color: #3dadc9 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #de6345 !important; }

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

.border-dark {
  border-color: #3c3f48 !important; }

.border-base {
  border-color: #4371de !important; }

.border-gray-0 {
  border-color: #f9f9fa !important; }

.border-gray-1 {
  border-color: #ecedf0 !important; }

.border-gray-2 {
  border-color: #dfe1e6 !important; }

.border-gray-3 {
  border-color: #d0d3da !important; }

.border-gray-4 {
  border-color: #c0c4ce !important; }

.border-gray-5 {
  border-color: #aeb3bf !important; }

.border-gray-6 {
  border-color: #99a0af !important; }

.border-gray-7 {
  border-color: #81899c !important; }

.border-gray-8 {
  border-color: #666c7b !important; }

.border-gray-9 {
  border-color: #3c3f48 !important; }

.border-blue-0 {
  border-color: #f8f9fe !important; }

.border-blue-1 {
  border-color: #e8eefb !important; }

.border-blue-2 {
  border-color: #d7e1f8 !important; }

.border-blue-3 {
  border-color: #c5d3f5 !important; }

.border-blue-4 {
  border-color: #b0c4f1 !important; }

.border-blue-5 {
  border-color: #9ab2ed !important; }

.border-blue-6 {
  border-color: #7f9ee9 !important; }

.border-blue-7 {
  border-color: #5f86e3 !important; }

.border-blue-8 {
  border-color: #3d67cb !important; }

.border-blue-9 {
  border-color: #243d77 !important; }

.border-indigo-0 {
  border-color: #faf9fe !important; }

.border-indigo-1 {
  border-color: #efebfc !important; }

.border-indigo-2 {
  border-color: #e3ddf9 !important; }

.border-indigo-3 {
  border-color: #d6cef6 !important; }

.border-indigo-4 {
  border-color: #c8bdf3 !important; }

.border-indigo-5 {
  border-color: #b8aaf0 !important; }

.border-indigo-6 {
  border-color: #a593ec !important; }

.border-indigo-7 {
  border-color: #8e78e7 !important; }

.border-indigo-8 {
  border-color: #6f53e1 !important; }

.border-indigo-9 {
  border-color: #412c92 !important; }

.border-violet-0 {
  border-color: #fcf8fe !important; }

.border-violet-1 {
  border-color: #f6e9fb !important; }

.border-violet-2 {
  border-color: #efd9f8 !important; }

.border-violet-3 {
  border-color: #e8c8f5 !important; }

.border-violet-4 {
  border-color: #e0b4f2 !important; }

.border-violet-5 {
  border-color: #d69eee !important; }

.border-violet-6 {
  border-color: #cb84e9 !important; }

.border-violet-7 {
  border-color: #bd61e3 !important; }

.border-violet-8 {
  border-color: #a03dc9 !important; }

.border-violet-9 {
  border-color: #5e2477 !important; }

.border-fuschia-0 {
  border-color: #fef8fd !important; }

.border-fuschia-1 {
  border-color: #fbe8f7 !important; }

.border-fuschia-2 {
  border-color: #f8d7f1 !important; }

.border-fuschia-3 {
  border-color: #f5c4eb !important; }

.border-fuschia-4 {
  border-color: #f1afe4 !important; }

.border-fuschia-5 {
  border-color: #ed96db !important; }

.border-fuschia-6 {
  border-color: #e778d1 !important; }

.border-fuschia-7 {
  border-color: #e04dc2 !important; }

.border-fuschia-8 {
  border-color: #b5379c !important; }

.border-fuschia-9 {
  border-color: #6c205d !important; }

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

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

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

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

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

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

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

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

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

.border-pink-9 {
  border-color: #71223a !important; }

.border-red-0 {
  border-color: #fef8f7 !important; }

.border-red-1 {
  border-color: #fbeae6 !important; }

.border-red-2 {
  border-color: #f7dbd3 !important; }

.border-red-3 {
  border-color: #f4cabf !important; }

.border-red-4 {
  border-color: #f0b7a8 !important; }

.border-red-5 {
  border-color: #eba18e !important; }

.border-red-6 {
  border-color: #e6866e !important; }

.border-red-7 {
  border-color: #de6345 !important; }

.border-red-8 {
  border-color: #b14e35 !important; }

.border-red-9 {
  border-color: #682e1f !important; }

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

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

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

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

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

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

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

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

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

.border-orange-9 {
  border-color: #4d3d17 !important; }

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

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

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

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

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

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

.border-yellow-6 {
  border-color: #92aa33 !important; }

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

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

.border-yellow-9 {
  border-color: #3a4314 !important; }

.border-lime-0 {
  border-color: #f3fcef !important; }

.border-lime-1 {
  border-color: #d9f6cc !important; }

.border-lime-2 {
  border-color: #bbefa4 !important; }

.border-lime-3 {
  border-color: #97e776 !important; }

.border-lime-4 {
  border-color: #70dc42 !important; }

.border-lime-5 {
  border-color: #66c93d !important; }

.border-lime-6 {
  border-color: #5bb436 !important; }

.border-lime-7 {
  border-color: #4e9a2f !important; }

.border-lime-8 {
  border-color: #3e7a25 !important; }

.border-lime-9 {
  border-color: #244716 !important; }

.border-green-0 {
  border-color: #f1fcf3 !important; }

.border-green-1 {
  border-color: #d1f7d9 !important; }

.border-green-2 {
  border-color: #acf1ba !important; }

.border-green-3 {
  border-color: #81e995 !important; }

.border-green-4 {
  border-color: #48df66 !important; }

.border-green-5 {
  border-color: #3ecc5a !important; }

.border-green-6 {
  border-color: #37b650 !important; }

.border-green-7 {
  border-color: #2f9d45 !important; }

.border-green-8 {
  border-color: #257c37 !important; }

.border-green-9 {
  border-color: #164920 !important; }

.border-teal-0 {
  border-color: #effcf8 !important; }

.border-teal-1 {
  border-color: #cdf6ea !important; }

.border-teal-2 {
  border-color: #a6efd9 !important; }

.border-teal-3 {
  border-color: #76e7c5 !important; }

.border-teal-4 {
  border-color: #42dbae !important; }

.border-teal-5 {
  border-color: #3cc89f !important; }

.border-teal-6 {
  border-color: #36b38e !important; }

.border-teal-7 {
  border-color: #2e9a7a !important; }

.border-teal-8 {
  border-color: #257960 !important; }

.border-teal-9 {
  border-color: #164739 !important; }

.border-cyan-0 {
  border-color: #f3fbfd !important; }

.border-cyan-1 {
  border-color: #d9f2f8 !important; }

.border-cyan-2 {
  border-color: #bce8f3 !important; }

.border-cyan-3 {
  border-color: #9cddee !important; }

.border-cyan-4 {
  border-color: #76d0e7 !important; }

.border-cyan-5 {
  border-color: #49c1df !important; }

.border-cyan-6 {
  border-color: #3dadc9 !important; }

.border-cyan-7 {
  border-color: #3494ac !important; }

.border-cyan-8 {
  border-color: #297588 !important; }

.border-cyan-9 {
  border-color: #184550 !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        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; } }

.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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          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; }

.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); }

.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; } }

.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; } }

.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: 500 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

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

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

.text-secondary {
  color: #666c7b !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #434751 !important; }

.text-success {
  color: #2f9d45 !important; }

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

.text-info {
  color: #3dadc9 !important; }

a.text-info:hover, a.text-info:focus {
  color: #287c91 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #de6345 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #b63e20 !important; }

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

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

.text-dark {
  color: #3c3f48 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #191a1e !important; }

.text-base {
  color: #4371de !important; }

a.text-base:hover, a.text-base:focus {
  color: #204cb5 !important; }

.text-gray-0 {
  color: #f9f9fa !important; }

a.text-gray-0:hover, a.text-gray-0:focus {
  color: #cfcfd7 !important; }

.text-gray-1 {
  color: #ecedf0 !important; }

a.text-gray-1:hover, a.text-gray-1:focus {
  color: #c1c5ce !important; }

.text-gray-2 {
  color: #dfe1e6 !important; }

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

.text-gray-3 {
  color: #d0d3da !important; }

a.text-gray-3:hover, a.text-gray-3:focus {
  color: #a5abb8 !important; }

.text-gray-4 {
  color: #c0c4ce !important; }

a.text-gray-4:hover, a.text-gray-4:focus {
  color: #959cad !important; }

.text-gray-5 {
  color: #aeb3bf !important; }

a.text-gray-5:hover, a.text-gray-5:focus {
  color: #838b9d !important; }

.text-gray-6 {
  color: #99a0af !important; }

a.text-gray-6:hover, a.text-gray-6:focus {
  color: #6f788d !important; }

.text-gray-7 {
  color: #81899c !important; }

a.text-gray-7:hover, a.text-gray-7:focus {
  color: #5c6375 !important; }

.text-gray-8 {
  color: #666c7b !important; }

a.text-gray-8:hover, a.text-gray-8:focus {
  color: #434751 !important; }

.text-gray-9 {
  color: #3c3f48 !important; }

a.text-gray-9:hover, a.text-gray-9:focus {
  color: #191a1e !important; }

.text-blue-0 {
  color: #f8f9fe !important; }

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

.text-blue-1 {
  color: #e8eefb !important; }

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

.text-blue-2 {
  color: #d7e1f8 !important; }

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

.text-blue-3 {
  color: #c5d3f5 !important; }

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

.text-blue-4 {
  color: #b0c4f1 !important; }

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

.text-blue-5 {
  color: #9ab2ed !important; }

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

.text-blue-6 {
  color: #7f9ee9 !important; }

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

.text-blue-7 {
  color: #5f86e3 !important; }

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

.text-blue-8 {
  color: #3d67cb !important; }

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

.text-blue-9 {
  color: #243d77 !important; }

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

.text-indigo-0 {
  color: #faf9fe !important; }

a.text-indigo-0:hover, a.text-indigo-0:focus {
  color: #c3b7f3 !important; }

.text-indigo-1 {
  color: #efebfc !important; }

a.text-indigo-1:hover, a.text-indigo-1:focus {
  color: #baa8f2 !important; }

.text-indigo-2 {
  color: #e3ddf9 !important; }

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

.text-indigo-3 {
  color: #d6cef6 !important; }

a.text-indigo-3:hover, a.text-indigo-3:focus {
  color: #a08dea !important; }

.text-indigo-4 {
  color: #c8bdf3 !important; }

a.text-indigo-4:hover, a.text-indigo-4:focus {
  color: #927ce7 !important; }

.text-indigo-5 {
  color: #b8aaf0 !important; }

a.text-indigo-5:hover, a.text-indigo-5:focus {
  color: #8269e5 !important; }

.text-indigo-6 {
  color: #a593ec !important; }

a.text-indigo-6:hover, a.text-indigo-6:focus {
  color: #6f52e1 !important; }

.text-indigo-7 {
  color: #8e78e7 !important; }

a.text-indigo-7:hover, a.text-indigo-7:focus {
  color: #5837db !important; }

.text-indigo-8 {
  color: #6f53e1 !important; }

a.text-indigo-8:hover, a.text-indigo-8:focus {
  color: #4222c5 !important; }

.text-indigo-9 {
  color: #412c92 !important; }

a.text-indigo-9:hover, a.text-indigo-9:focus {
  color: #271a57 !important; }

.text-violet-0 {
  color: #fcf8fe !important; }

a.text-violet-0:hover, a.text-violet-0:focus {
  color: #dfb5f4 !important; }

.text-violet-1 {
  color: #f6e9fb !important; }

a.text-violet-1:hover, a.text-violet-1:focus {
  color: #dca8ef !important; }

.text-violet-2 {
  color: #efd9f8 !important; }

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

.text-violet-3 {
  color: #e8c8f5 !important; }

a.text-violet-3:hover, a.text-violet-3:focus {
  color: #cd87e9 !important; }

.text-violet-4 {
  color: #e0b4f2 !important; }

a.text-violet-4:hover, a.text-violet-4:focus {
  color: #c573e7 !important; }

.text-violet-5 {
  color: #d69eee !important; }

a.text-violet-5:hover, a.text-violet-5:focus {
  color: #ba5de3 !important; }

.text-violet-6 {
  color: #cb84e9 !important; }

a.text-violet-6:hover, a.text-violet-6:focus {
  color: #b043dd !important; }

.text-violet-7 {
  color: #bd61e3 !important; }

a.text-violet-7:hover, a.text-violet-7:focus {
  color: #a025d2 !important; }

.text-violet-8 {
  color: #a03dc9 !important; }

a.text-violet-8:hover, a.text-violet-8:focus {
  color: #722891 !important; }

.text-violet-9 {
  color: #5e2477 !important; }

a.text-violet-9:hover, a.text-violet-9:focus {
  color: #30123c !important; }

.text-fuschia-0 {
  color: #fef8fd !important; }

a.text-fuschia-0:hover, a.text-fuschia-0:focus {
  color: #f4b5ea !important; }

.text-fuschia-1 {
  color: #fbe8f7 !important; }

a.text-fuschia-1:hover, a.text-fuschia-1:focus {
  color: #f0a7e0 !important; }

.text-fuschia-2 {
  color: #f8d7f1 !important; }

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

.text-fuschia-3 {
  color: #f5c4eb !important; }

a.text-fuschia-3:hover, a.text-fuschia-3:focus {
  color: #ea83d5 !important; }

.text-fuschia-4 {
  color: #f1afe4 !important; }

a.text-fuschia-4:hover, a.text-fuschia-4:focus {
  color: #e66ece !important; }

.text-fuschia-5 {
  color: #ed96db !important; }

a.text-fuschia-5:hover, a.text-fuschia-5:focus {
  color: #e255c5 !important; }

.text-fuschia-6 {
  color: #e778d1 !important; }

a.text-fuschia-6:hover, a.text-fuschia-6:focus {
  color: #db37bb !important; }

.text-fuschia-7 {
  color: #e04dc2 !important; }

a.text-fuschia-7:hover, a.text-fuschia-7:focus {
  color: #bf219f !important; }

.text-fuschia-8 {
  color: #b5379c !important; }

a.text-fuschia-8:hover, a.text-fuschia-8:focus {
  color: #7a2569 !important; }

.text-fuschia-9 {
  color: #6c205d !important; }

a.text-fuschia-9:hover, a.text-fuschia-9:focus {
  color: #310f2a !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-pink-9 {
  color: #71223a !important; }

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

.text-red-0 {
  color: #fef8f7 !important; }

a.text-red-0:hover, a.text-red-0:focus {
  color: #f6bdb3 !important; }

.text-red-1 {
  color: #fbeae6 !important; }

a.text-red-1:hover, a.text-red-1:focus {
  color: #f0b3a4 !important; }

.text-red-2 {
  color: #f7dbd3 !important; }

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

.text-red-3 {
  color: #f4cabf !important; }

a.text-red-3:hover, a.text-red-3:focus {
  color: #e9947e !important; }

.text-red-4 {
  color: #f0b7a8 !important; }

a.text-red-4:hover, a.text-red-4:focus {
  color: #e58167 !important; }

.text-red-5 {
  color: #eba18e !important; }

a.text-red-5:hover, a.text-red-5:focus {
  color: #df6b4d !important; }

.text-red-6 {
  color: #e6866e !important; }

a.text-red-6:hover, a.text-red-6:focus {
  color: #db502d !important; }

.text-red-7 {
  color: #de6345 !important; }

a.text-red-7:hover, a.text-red-7:focus {
  color: #b63e20 !important; }

.text-red-8 {
  color: #b14e35 !important; }

a.text-red-8:hover, a.text-red-8:focus {
  color: #763423 !important; }

.text-red-9 {
  color: #682e1f !important; }

a.text-red-9:hover, a.text-red-9:focus {
  color: #2d140d !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-orange-9 {
  color: #4d3d17 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-yellow-6 {
  color: #92aa33 !important; }

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

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

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

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

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

.text-yellow-9 {
  color: #3a4314 !important; }

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

.text-lime-0 {
  color: #f3fcef !important; }

a.text-lime-0:hover, a.text-lime-0:focus {
  color: #c3f0af !important; }

.text-lime-1 {
  color: #d9f6cc !important; }

a.text-lime-1:hover, a.text-lime-1:focus {
  color: #a9eb8b !important; }

.text-lime-2 {
  color: #bbefa4 !important; }

a.text-lime-2:hover, a.text-lime-2:focus {
  color: #8ae463 !important; }

.text-lime-3 {
  color: #97e776 !important; }

a.text-lime-3:hover, a.text-lime-3:focus {
  color: #66dc35 !important; }

.text-lime-4 {
  color: #70dc42 !important; }

a.text-lime-4:hover, a.text-lime-4:focus {
  color: #4cb121 !important; }

.text-lime-5 {
  color: #66c93d !important; }

a.text-lime-5:hover, a.text-lime-5:focus {
  color: #479128 !important; }

.text-lime-6 {
  color: #5bb436 !important; }

a.text-lime-6:hover, a.text-lime-6:focus {
  color: #3d7924 !important; }

.text-lime-7 {
  color: #4e9a2f !important; }

a.text-lime-7:hover, a.text-lime-7:focus {
  color: #305f1d !important; }

.text-lime-8 {
  color: #3e7a25 !important; }

a.text-lime-8:hover, a.text-lime-8:focus {
  color: #203f13 !important; }

.text-lime-9 {
  color: #244716 !important; }

a.text-lime-9:hover, a.text-lime-9:focus {
  color: #060d04 !important; }

.text-green-0 {
  color: #f1fcf3 !important; }

a.text-green-0:hover, a.text-green-0:focus {
  color: #b2efbd !important; }

.text-green-1 {
  color: #d1f7d9 !important; }

a.text-green-1:hover, a.text-green-1:focus {
  color: #90eca3 !important; }

.text-green-2 {
  color: #acf1ba !important; }

a.text-green-2:hover, a.text-green-2:focus {
  color: #6be684 !important; }

.text-green-3 {
  color: #81e995 !important; }

a.text-green-3:hover, a.text-green-3:focus {
  color: #40de5e !important; }

.text-green-4 {
  color: #48df66 !important; }

a.text-green-4:hover, a.text-green-4:focus {
  color: #21ba3f !important; }

.text-green-5 {
  color: #3ecc5a !important; }

a.text-green-5:hover, a.text-green-5:focus {
  color: #28963d !important; }

.text-green-6 {
  color: #37b650 !important; }

a.text-green-6:hover, a.text-green-6:focus {
  color: #257b36 !important; }

.text-green-7 {
  color: #2f9d45 !important; }

a.text-green-7:hover, a.text-green-7:focus {
  color: #1d622b !important; }

.text-green-8 {
  color: #257c37 !important; }

a.text-green-8:hover, a.text-green-8:focus {
  color: #13411d !important; }

.text-green-9 {
  color: #164920 !important; }

a.text-green-9:hover, a.text-green-9:focus {
  color: #040e06 !important; }

.text-teal-0 {
  color: #effcf8 !important; }

a.text-teal-0:hover, a.text-teal-0:focus {
  color: #aff0dc !important; }

.text-teal-1 {
  color: #cdf6ea !important; }

a.text-teal-1:hover, a.text-teal-1:focus {
  color: #8ceacf !important; }

.text-teal-2 {
  color: #a6efd9 !important; }

a.text-teal-2:hover, a.text-teal-2:focus {
  color: #65e3bd !important; }

.text-teal-3 {
  color: #76e7c5 !important; }

a.text-teal-3:hover, a.text-teal-3:focus {
  color: #35dca9 !important; }

.text-teal-4 {
  color: #42dbae !important; }

a.text-teal-4:hover, a.text-teal-4:focus {
  color: #21af85 !important; }

.text-teal-5 {
  color: #3cc89f !important; }

a.text-teal-5:hover, a.text-teal-5:focus {
  color: #288f71 !important; }

.text-teal-6 {
  color: #36b38e !important; }

a.text-teal-6:hover, a.text-teal-6:focus {
  color: #24785f !important; }

.text-teal-7 {
  color: #2e9a7a !important; }

a.text-teal-7:hover, a.text-teal-7:focus {
  color: #1c5f4b !important; }

.text-teal-8 {
  color: #257960 !important; }

a.text-teal-8:hover, a.text-teal-8:focus {
  color: #133e32 !important; }

.text-teal-9 {
  color: #164739 !important; }

a.text-teal-9:hover, a.text-teal-9:focus {
  color: #040d0a !important; }

.text-cyan-0 {
  color: #f3fbfd !important; }

a.text-cyan-0:hover, a.text-cyan-0:focus {
  color: #b1e5f2 !important; }

.text-cyan-1 {
  color: #d9f2f8 !important; }

a.text-cyan-1:hover, a.text-cyan-1:focus {
  color: #98dcec !important; }

.text-cyan-2 {
  color: #bce8f3 !important; }

a.text-cyan-2:hover, a.text-cyan-2:focus {
  color: #7bd2e7 !important; }

.text-cyan-3 {
  color: #9cddee !important; }

a.text-cyan-3:hover, a.text-cyan-3:focus {
  color: #5bc7e3 !important; }

.text-cyan-4 {
  color: #76d0e7 !important; }

a.text-cyan-4:hover, a.text-cyan-4:focus {
  color: #35badc !important; }

.text-cyan-5 {
  color: #49c1df !important; }

a.text-cyan-5:hover, a.text-cyan-5:focus {
  color: #219cbb !important; }

.text-cyan-6 {
  color: #3dadc9 !important; }

a.text-cyan-6:hover, a.text-cyan-6:focus {
  color: #287c91 !important; }

.text-cyan-7 {
  color: #3494ac !important; }

a.text-cyan-7:hover, a.text-cyan-7:focus {
  color: #226171 !important; }

.text-cyan-8 {
  color: #297588 !important; }

a.text-cyan-8:hover, a.text-cyan-8:focus {
  color: #17424d !important; }

.text-cyan-9 {
  color: #184550 !important; }

a.text-cyan-9:hover, a.text-cyan-9:focus {
  color: #061215 !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;
  overflow-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;
    -webkit-box-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; }
  thead {
    display: table-header-group; }
  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; } }

:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem; }

.font-weight-100 {
  font-weight: 100; }

.font-weight-200 {
  font-weight: 200; }

.font-weight-300 {
  font-weight: 300; }

.font-weight-400 {
  font-weight: 400; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-600 {
  font-weight: 600; }

.font-weight-700 {
  font-weight: 700; }

.font-weight-800 {
  font-weight: 800; }

.font-weight-900 {
  font-weight: 900; }

.landing-title {
  line-height: 0.95; }

.landing-footer {
  min-height: 400px; }

.skew {
  position: relative;
  z-index: 1;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%; }

.unskew {
  position: relative;
  z-index: 1;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%; }

.preview {
  border-radius: 0.5rem;
  margin-top: 7px;
  background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px); }

.cursor-pointer {
  cursor: pointer; }

code {
  color: #bf3a61;
  font-family: 'Roboto Mono', monospace; }

.jumbotron-code {
  background-image: url("/static/codebackground.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.react-icons {
  vertical-align: middle; }

.border-2px {
  border-width: 2px !important; }

.border-4px {
  border-width: 4px !important; }

body {
  background-color: #f9f9fa; }

.vh-33 {
  min-height: 50vh; }

.vh-50 {
  min-height: 50vh; }

.vh-75 {
  min-height: 75vh; }

.vh-90 {
  min-height: 90vh; }

.center-v-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ReactModal__Overlay {
  z-index: 100; }

.big-spinner {
  width: 5rem;
  height: 5rem; }

/* Adds borders for tabs */
.tab-content {
  padding: 10px; }

.nav-tabs {
  margin-bottom: 0; }

.card-code-snippet {
  padding: 2rem; }

.code-overlay-wrapper {
  position: relative;
  border-radius: 0.5rem; }

.code-overlay-clipboard {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem; }

.code-overlay-jsx-toggle {
  position: absolute;
  top: 0.5rem;
  right: 2rem; }

.code {
  color: #e25982; }

.inline-code {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.05rem;
  border-radius: 0.15rem; }

.enlarge-on-hover > svg:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2); }

.pre-scrollable {
  border-radius: 0.15rem;
  overflow-y: auto; }

.getting-started-footer {
  background-color: #f0f3f7; }

.card-signin {
  border: 0;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); }
  .card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem; }
  .card-signin .card-body {
    padding: 2rem; }

a.nav-button a:hover {
  background-color: #345677; }

.totp-form-label-caption {
  max-width: 200px; }

.totp-form-label-group {
  max-width: 200px; }
  .totp-form-label-group input {
    height: auto;
    border-radius: 0.5rem;
    font-size: 48px; }

.recovery-code-form-label-group {
  width: 240px; }
  .recovery-code-form-label-group input {
    height: auto;
    border-radius: 0.5rem;
    font-family: 'Roboto Mono', monospace;
    font-size: 24px;
    font-weight: 400; }

.form-label-group {
  position: relative;
  margin-bottom: 1rem; }
  .form-label-group input {
    height: auto;
    border-radius: 4px; }
    .form-label-group input::-webkit-input-placeholder {
      color: transparent; }
    .form-label-group input::-webkit-input-placeholder, .form-label-group input:-ms-input-placeholder, .form-label-group input::-ms-input-placeholder, .form-label-group input::-moz-placeholder, .form-label-group input::placeholder {
      color: transparent; }
    .form-label-group input:not(:placeholder-shown) {
      padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
      padding-bottom: calc(var(--input-padding-y) / 3); }
      .form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: calc(var(--input-padding-y) / 3);
        padding-bottom: calc(var(--input-padding-y) / 3);
        font-size: 12px;
        color: #777; }
  .form-label-group > input {
    padding: var(--input-padding-y) var(--input-padding-x); }
  .form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }

form.form-inline .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.list-group {
  margin-bottom: 20px;
  margin-top: 20px; }

.list-group-item:first-child {
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem; }

.list-group-item:last-child {
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem; }

.buy-button:hover {
  background-color: #3ecc5a;
  border: none; }

.pricing-row {
  height: 360px; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.plan-card {
  min-height: 100%; }

.dt-item {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  font-weight: 400 !important; }

.dd-item {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.fa-ul {
  list-style-type: none;
  margin-left: 1.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.StripeElement {
  height: auto;
  padding: var(--input-padding-y) var(--input-padding-x);
  width: 100%;
  color: #32325d;
  border: 1px solid #ced4da;
  border-radius: 4px; }

.StripeElement--focus {
  -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
          box-shadow: 0 1px 3px 0 #cfd7df; }

.StripeElement--invalid {
  border-color: #fa755a; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

.circle {
  border-radius: 50%; }

.notification-badge {
  color: #ffc107; }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none; }
  .form-label-group input::-ms-input-placeholder {
    color: #777; } }

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none; }
  .form-label-group input:-ms-input-placeholder {
    color: #777; } }

