/*!
 *
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * 
 * OBE:B4 Color System v1.0.0 (obeb4://mattmct.com)
 * A Bootstrap 4 SASS extension focused on providing a full illustration color palette integrated with Bootstrap components/conventions, along with extended design-orientated CSS utility classes and options.
 * Copyright 2018 by Matt McT Designs
 * Licensed under: Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
 * (https://creativecommons.org/licenses/by-nc-sa/4.0/)
 *
 */
:root {
  --blue: #2c4ac8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #cf2345;
  --orange: #d36823;
  --yellow: #d6ad00;
  --green: #13c000;
  --teal: #20c997;
  --cyan: #00c0ad;
  --white: #f8f8f8;
  --gray: #858585;
  --gray-dark: #5f5f5f;
  --light-gray: #bfbfbf;
  --dark-gray: #4b4b4b;
  --black: #111111;
  --rose: #cf0089;
  --magenta: #9305a5;
  --violet: #570ac0;
  --azure: #0089cf;
  --spring-green: #0ac057;
  --chartreuse: #75b700;
  --orange-gray: #ac7754;
  --dark-gray-orange: #8f5a37;
  --blue-gray: #5968a7;
  --light-gray-azure: #60a4c7;
  --primary: #2c4ac8;
  --secondary: #585858;
  --success: #75b700;
  --info: #0089cf;
  --warning: #d6ad00;
  --danger: #cf2345;
  --light: #e5e5e5;
  --dark: #2b2b2b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

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: #2c4ac8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #1e3389;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #787878;
  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; }

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

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

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

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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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(17, 17, 17, 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: #787878; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8f8f8;
  border: 1px solid #9f9f9f;
  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: #787878; }

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

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #525252; }
  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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

.col-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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

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

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

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

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

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

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #656565; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #656565; }
  .table tbody + tbody {
    border-top: 2px solid #656565; }
  .table .table {
    background-color: #f8f8f8; }

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

.table-bordered {
  border: 1px solid #656565; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #656565; }
  .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(17, 17, 17, 0.05); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: #2c4ac8; }

.table-hover .table-active:hover {
  background-color: #2742b3; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #2742b3; }

.table .thead-dark th {
  color: #f8f8f8;
  background-color: #323232;
  border-color: #252525; }
.table .thead-light th {
  color: #323232;
  background-color: #717171;
  border-color: #656565; }

.table-dark {
  color: #f8f8f8;
  background-color: #323232; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #252525; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(248, 248, 248, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(248, 248, 248, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #6c6c6c;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid #929292;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #6c6c6c;
    background-color: #f8f8f8;
    border-color: #8d9fe6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 74, 200, 0.25); }
  .form-control::placeholder {
    color: #787878;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #ababab;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
  color: #6c6c6c;
  background-color: #f8f8f8; }

.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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #525252;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.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; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.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; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #787878; }

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(117, 183, 0, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #75b700; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #75b700;
    box-shadow: 0 0 0 0.2rem rgba(117, 183, 0, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #75b700; }
.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: #75b700; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #b7ff38; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #96ea00; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f8f8f8, 0 0 0 0.2rem rgba(117, 183, 0, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #75b700; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(117, 183, 0, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(207, 35, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #cf2345; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #cf2345;
    box-shadow: 0 0 0 0.2rem rgba(207, 35, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #cf2345; }
.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: #cf2345; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #eb879b; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e04564; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f8f8f8, 0 0 0 0.2rem rgba(207, 35, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #cf2345; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(207, 35, 69, 0.25); }

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

.form-control.form-primary {
  color: #233b9e;
  background-color: #f8f8f8;
  border-color: #4f69d8; }
  .form-control.form-primary:focus {
    color: #3a57d4;
    background-color: #f8f8f8;
    border-color: #3a57d4;
    box-shadow: 0 0 0 0.2rem rgba(58, 87, 212, 0.25); }
  .form-control.form-primary::placeholder {
    color: #8d9fe6; }
  .form-control.form-primary:disabled, .form-control.form-primary[readonly] {
    background-color: rgba(44, 74, 200, 0.15); }

select.form-control:focus::-ms-value {
  color: #2c4ac8;
  background-color: #f8f8f8; }

.form-control.form-secondary {
  color: #3e3e3e;
  background-color: #f8f8f8;
  border-color: #717171; }
  .form-control.form-secondary:focus {
    color: #656565;
    background-color: #f8f8f8;
    border-color: #656565;
    box-shadow: 0 0 0 0.2rem rgba(101, 101, 101, 0.25); }
  .form-control.form-secondary::placeholder {
    color: #989898; }
  .form-control.form-secondary:disabled, .form-control.form-secondary[readonly] {
    background-color: rgba(88, 88, 88, 0.15); }

select.form-control:focus::-ms-value {
  color: #585858;
  background-color: #f8f8f8; }

.form-control.form-success {
  color: #548400;
  background-color: #f8f8f8;
  border-color: #96ea00; }
  .form-control.form-success:focus {
    color: #85d100;
    background-color: #f8f8f8;
    border-color: #85d100;
    box-shadow: 0 0 0 0.2rem rgba(133, 209, 0, 0.25); }
  .form-control.form-success::placeholder {
    color: #b7ff38; }
  .form-control.form-success:disabled, .form-control.form-success[readonly] {
    background-color: rgba(117, 183, 0, 0.15); }

select.form-control:focus::-ms-value {
  color: #75b700;
  background-color: #f8f8f8; }

.form-control.form-info {
  color: #00679c;
  background-color: #f8f8f8;
  border-color: #03aaff; }
  .form-control.form-info:focus {
    color: #009ae9;
    background-color: #f8f8f8;
    border-color: #009ae9;
    box-shadow: 0 0 0 0.2rem rgba(0, 154, 233, 0.25); }
  .form-control.form-info::placeholder {
    color: #50c4ff; }
  .form-control.form-info:disabled, .form-control.form-info[readonly] {
    background-color: rgba(0, 137, 207, 0.15); }

select.form-control:focus::-ms-value {
  color: #0089cf;
  background-color: #f8f8f8; }

.form-control.form-warning {
  color: #a38400;
  background-color: #f8f8f8;
  border-color: #ffd00a; }
  .form-control.form-warning:focus {
    color: #f0c200;
    background-color: #f8f8f8;
    border-color: #f0c200;
    box-shadow: 0 0 0 0.2rem rgba(240, 194, 0, 0.25); }
  .form-control.form-warning::placeholder {
    color: #ffdf57; }
  .form-control.form-warning:disabled, .form-control.form-warning[readonly] {
    background-color: rgba(214, 173, 0, 0.15); }

select.form-control:focus::-ms-value {
  color: #d6ad00;
  background-color: #f8f8f8; }

.form-control.form-danger {
  color: #a31c36;
  background-color: #f8f8f8;
  border-color: #e04564; }
  .form-control.form-danger:focus {
    color: #dc3052;
    background-color: #f8f8f8;
    border-color: #dc3052;
    box-shadow: 0 0 0 0.2rem rgba(220, 48, 82, 0.25); }
  .form-control.form-danger::placeholder {
    color: #eb879b; }
  .form-control.form-danger:disabled, .form-control.form-danger[readonly] {
    background-color: rgba(207, 35, 69, 0.15); }

select.form-control:focus::-ms-value {
  color: #cf2345;
  background-color: #f8f8f8; }

.form-control.form-light {
  color: #cccccc;
  background-color: #f8f8f8;
  border-color: white; }
  .form-control.form-light:focus {
    color: #f2f2f2;
    background-color: #f8f8f8;
    border-color: #f2f2f2;
    box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.25); }
  .form-control.form-light::placeholder {
    color: white; }
  .form-control.form-light:disabled, .form-control.form-light[readonly] {
    background-color: rgba(229, 229, 229, 0.15); }

select.form-control:focus::-ms-value {
  color: #e5e5e5;
  background-color: #f8f8f8; }

.form-control.form-dark {
  color: #111111;
  background-color: #f8f8f8;
  border-color: #444444; }
  .form-control.form-dark:focus {
    color: #373737;
    background-color: #f8f8f8;
    border-color: #373737;
    box-shadow: 0 0 0 0.2rem rgba(55, 55, 55, 0.25); }
  .form-control.form-dark::placeholder {
    color: #6a6a6a; }
  .form-control.form-dark:disabled, .form-control.form-dark[readonly] {
    background-color: rgba(43, 43, 43, 0.15); }

select.form-control:focus::-ms-value {
  color: #2b2b2b;
  background-color: #f8f8f8; }

.form-control.form-white {
  color: #dfdfdf;
  background-color: #f8f8f8;
  border-color: white; }
  .form-control.form-white:focus {
    color: white;
    background-color: #f8f8f8;
    border-color: white;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); }
  .form-control.form-white::placeholder {
    color: white; }
  .form-control.form-white:disabled, .form-control.form-white[readonly] {
    background-color: rgba(248, 248, 248, 0.15); }

select.form-control:focus::-ms-value {
  color: #f8f8f8;
  background-color: #f8f8f8; }

.form-control.form-light-gray {
  color: #a6a6a6;
  background-color: #f8f8f8;
  border-color: #d9d9d9; }
  .form-control.form-light-gray:focus {
    color: #cccccc;
    background-color: #f8f8f8;
    border-color: #cccccc;
    box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.25); }
  .form-control.form-light-gray::placeholder {
    color: white; }
  .form-control.form-light-gray:disabled, .form-control.form-light-gray[readonly] {
    background-color: rgba(191, 191, 191, 0.15); }

select.form-control:focus::-ms-value {
  color: #bfbfbf;
  background-color: #f8f8f8; }

.form-control.form-gray {
  color: #6c6c6c;
  background-color: #f8f8f8;
  border-color: #9f9f9f; }
  .form-control.form-gray:focus {
    color: #929292;
    background-color: #f8f8f8;
    border-color: #929292;
    box-shadow: 0 0 0 0.2rem rgba(146, 146, 146, 0.25); }
  .form-control.form-gray::placeholder {
    color: #c5c5c5; }
  .form-control.form-gray:disabled, .form-control.form-gray[readonly] {
    background-color: rgba(133, 133, 133, 0.15); }

select.form-control:focus::-ms-value {
  color: #858585;
  background-color: #f8f8f8; }

.form-control.form-dark-gray {
  color: #323232;
  background-color: #f8f8f8;
  border-color: #656565; }
  .form-control.form-dark-gray:focus {
    color: #585858;
    background-color: #f8f8f8;
    border-color: #585858;
    box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.25); }
  .form-control.form-dark-gray::placeholder {
    color: #8b8b8b; }
  .form-control.form-dark-gray:disabled, .form-control.form-dark-gray[readonly] {
    background-color: rgba(75, 75, 75, 0.15); }

select.form-control:focus::-ms-value {
  color: #4b4b4b;
  background-color: #f8f8f8; }

.form-control.form-black {
  color: black;
  background-color: #f8f8f8;
  border-color: #2b2b2b; }
  .form-control.form-black:focus {
    color: #1e1e1e;
    background-color: #f8f8f8;
    border-color: #1e1e1e;
    box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.25); }
  .form-control.form-black::placeholder {
    color: #515151; }
  .form-control.form-black:disabled, .form-control.form-black[readonly] {
    background-color: rgba(17, 17, 17, 0.15); }

select.form-control:focus::-ms-value {
  color: #111111;
  background-color: #f8f8f8; }

.form-control.form-red {
  color: #a31c36;
  background-color: #f8f8f8;
  border-color: #e04564; }
  .form-control.form-red:focus {
    color: #dc3052;
    background-color: #f8f8f8;
    border-color: #dc3052;
    box-shadow: 0 0 0 0.2rem rgba(220, 48, 82, 0.25); }
  .form-control.form-red::placeholder {
    color: #eb879b; }
  .form-control.form-red:disabled, .form-control.form-red[readonly] {
    background-color: rgba(207, 35, 69, 0.15); }

select.form-control:focus::-ms-value {
  color: #cf2345;
  background-color: #f8f8f8; }

.form-control.form-rose {
  color: #9c0067;
  background-color: #f8f8f8;
  border-color: #ff03aa; }
  .form-control.form-rose:focus {
    color: #e9009a;
    background-color: #f8f8f8;
    border-color: #e9009a;
    box-shadow: 0 0 0 0.2rem rgba(233, 0, 154, 0.25); }
  .form-control.form-rose::placeholder {
    color: #ff50c4; }
  .form-control.form-rose:disabled, .form-control.form-rose[readonly] {
    background-color: rgba(207, 0, 137, 0.15); }

select.form-control:focus::-ms-value {
  color: #cf0089;
  background-color: #f8f8f8; }

.form-control.form-magenta {
  color: #670474;
  background-color: #f8f8f8;
  border-color: #bf07d7; }
  .form-control.form-magenta:focus {
    color: #a906be;
    background-color: #f8f8f8;
    border-color: #a906be;
    box-shadow: 0 0 0 0.2rem rgba(169, 6, 190, 0.25); }
  .form-control.form-magenta::placeholder {
    color: #e231f9; }
  .form-control.form-magenta:disabled, .form-control.form-magenta[readonly] {
    background-color: rgba(147, 5, 165, 0.15); }

select.form-control:focus::-ms-value {
  color: #9305a5;
  background-color: #f8f8f8; }

.form-control.form-violet {
  color: #410790;
  background-color: #f8f8f8;
  border-color: #6d0df0; }
  .form-control.form-violet:focus {
    color: #620bd8;
    background-color: #f8f8f8;
    border-color: #620bd8;
    box-shadow: 0 0 0 0.2rem rgba(98, 11, 216, 0.25); }
  .form-control.form-violet::placeholder {
    color: #9853f6; }
  .form-control.form-violet:disabled, .form-control.form-violet[readonly] {
    background-color: rgba(87, 10, 192, 0.15); }

select.form-control:focus::-ms-value {
  color: #570ac0;
  background-color: #f8f8f8; }

.form-control.form-blue {
  color: #233b9e;
  background-color: #f8f8f8;
  border-color: #4f69d8; }
  .form-control.form-blue:focus {
    color: #3a57d4;
    background-color: #f8f8f8;
    border-color: #3a57d4;
    box-shadow: 0 0 0 0.2rem rgba(58, 87, 212, 0.25); }
  .form-control.form-blue::placeholder {
    color: #8d9fe6; }
  .form-control.form-blue:disabled, .form-control.form-blue[readonly] {
    background-color: rgba(44, 74, 200, 0.15); }

select.form-control:focus::-ms-value {
  color: #2c4ac8;
  background-color: #f8f8f8; }

.form-control.form-azure {
  color: #00679c;
  background-color: #f8f8f8;
  border-color: #03aaff; }
  .form-control.form-azure:focus {
    color: #009ae9;
    background-color: #f8f8f8;
    border-color: #009ae9;
    box-shadow: 0 0 0 0.2rem rgba(0, 154, 233, 0.25); }
  .form-control.form-azure::placeholder {
    color: #50c4ff; }
  .form-control.form-azure:disabled, .form-control.form-azure[readonly] {
    background-color: rgba(0, 137, 207, 0.15); }

select.form-control:focus::-ms-value {
  color: #0089cf;
  background-color: #f8f8f8; }

.form-control.form-cyan {
  color: #008d7f;
  background-color: #f8f8f8;
  border-color: #00f3db; }
  .form-control.form-cyan:focus {
    color: #00dac4;
    background-color: #f8f8f8;
    border-color: #00dac4;
    box-shadow: 0 0 0 0.2rem rgba(0, 218, 196, 0.25); }
  .form-control.form-cyan::placeholder {
    color: #41ffec; }
  .form-control.form-cyan:disabled, .form-control.form-cyan[readonly] {
    background-color: rgba(0, 192, 173, 0.15); }

select.form-control:focus::-ms-value {
  color: #00c0ad;
  background-color: #f8f8f8; }

.form-control.form-spring-green {
  color: #079041;
  background-color: #f8f8f8;
  border-color: #0df06d; }
  .form-control.form-spring-green:focus {
    color: #0bd862;
    background-color: #f8f8f8;
    border-color: #0bd862;
    box-shadow: 0 0 0 0.2rem rgba(11, 216, 98, 0.25); }
  .form-control.form-spring-green::placeholder {
    color: #53f698; }
  .form-control.form-spring-green:disabled, .form-control.form-spring-green[readonly] {
    background-color: rgba(10, 192, 87, 0.15); }

select.form-control:focus::-ms-value {
  color: #0ac057;
  background-color: #f8f8f8; }

.form-control.form-green {
  color: #0e8d00;
  background-color: #f8f8f8;
  border-color: #18f300; }
  .form-control.form-green:focus {
    color: #16da00;
    background-color: #f8f8f8;
    border-color: #16da00;
    box-shadow: 0 0 0 0.2rem rgba(22, 218, 0, 0.25); }
  .form-control.form-green::placeholder {
    color: #53ff41; }
  .form-control.form-green:disabled, .form-control.form-green[readonly] {
    background-color: rgba(19, 192, 0, 0.15); }

select.form-control:focus::-ms-value {
  color: #13c000;
  background-color: #f8f8f8; }

.form-control.form-chartreuse {
  color: #548400;
  background-color: #f8f8f8;
  border-color: #96ea00; }
  .form-control.form-chartreuse:focus {
    color: #85d100;
    background-color: #f8f8f8;
    border-color: #85d100;
    box-shadow: 0 0 0 0.2rem rgba(133, 209, 0, 0.25); }
  .form-control.form-chartreuse::placeholder {
    color: #b7ff38; }
  .form-control.form-chartreuse:disabled, .form-control.form-chartreuse[readonly] {
    background-color: rgba(117, 183, 0, 0.15); }

select.form-control:focus::-ms-value {
  color: #75b700;
  background-color: #f8f8f8; }

.form-control.form-yellow {
  color: #a38400;
  background-color: #f8f8f8;
  border-color: #ffd00a; }
  .form-control.form-yellow:focus {
    color: #f0c200;
    background-color: #f8f8f8;
    border-color: #f0c200;
    box-shadow: 0 0 0 0.2rem rgba(240, 194, 0, 0.25); }
  .form-control.form-yellow::placeholder {
    color: #ffdf57; }
  .form-control.form-yellow:disabled, .form-control.form-yellow[readonly] {
    background-color: rgba(214, 173, 0, 0.15); }

select.form-control:focus::-ms-value {
  color: #d6ad00;
  background-color: #f8f8f8; }

.form-control.form-orange {
  color: #a7521c;
  background-color: #f8f8f8;
  border-color: #e18448; }
  .form-control.form-orange:focus {
    color: #dd7532;
    background-color: #f8f8f8;
    border-color: #dd7532;
    box-shadow: 0 0 0 0.2rem rgba(221, 117, 50, 0.25); }
  .form-control.form-orange::placeholder {
    color: #ecb08a; }
  .form-control.form-orange:disabled, .form-control.form-orange[readonly] {
    background-color: rgba(211, 104, 35, 0.15); }

select.form-control:focus::-ms-value {
  color: #d36823;
  background-color: #f8f8f8; }

.form-control.form-orange-gray {
  color: #8a5f43;
  background-color: #f8f8f8;
  border-color: #bd9276; }
  .form-control.form-orange-gray:focus {
    color: #b48565;
    background-color: #f8f8f8;
    border-color: #b48565;
    box-shadow: 0 0 0 0.2rem rgba(180, 133, 101, 0.25); }
  .form-control.form-orange-gray::placeholder {
    color: #d6bbaa; }
  .form-control.form-orange-gray:disabled, .form-control.form-orange-gray[readonly] {
    background-color: rgba(172, 119, 84, 0.15); }

select.form-control:focus::-ms-value {
  color: #ac7754;
  background-color: #f8f8f8; }

.form-control.form-dark-gray-orange {
  color: #6a4329;
  background-color: #f8f8f8;
  border-color: #b47145; }
  .form-control.form-dark-gray-orange:focus {
    color: #a1663e;
    background-color: #f8f8f8;
    border-color: #a1663e;
    box-shadow: 0 0 0 0.2rem rgba(161, 102, 62, 0.25); }
  .form-control.form-dark-gray-orange::placeholder {
    color: #cc9a7a; }
  .form-control.form-dark-gray-orange:disabled, .form-control.form-dark-gray-orange[readonly] {
    background-color: rgba(143, 90, 55, 0.15); }

select.form-control:focus::-ms-value {
  color: #8f5a37;
  background-color: #f8f8f8; }

.form-control.form-blue-gray {
  color: #475386;
  background-color: #f8f8f8;
  border-color: #7a86b9; }
  .form-control.form-blue-gray:focus {
    color: #6a77b0;
    background-color: #f8f8f8;
    border-color: #6a77b0;
    box-shadow: 0 0 0 0.2rem rgba(106, 119, 176, 0.25); }
  .form-control.form-blue-gray::placeholder {
    color: #acb4d3; }
  .form-control.form-blue-gray:disabled, .form-control.form-blue-gray[readonly] {
    background-color: rgba(89, 104, 167, 0.15); }

select.form-control:focus::-ms-value {
  color: #5968a7;
  background-color: #f8f8f8; }

.form-control.form-light-gray-azure {
  color: #408db4;
  background-color: #f8f8f8;
  border-color: #86bad4; }
  .form-control.form-light-gray-azure:focus {
    color: #73afce;
    background-color: #f8f8f8;
    border-color: #73afce;
    box-shadow: 0 0 0 0.2rem rgba(115, 175, 206, 0.25); }
  .form-control.form-light-gray-azure::placeholder {
    color: #bedae8; }
  .form-control.form-light-gray-azure:disabled, .form-control.form-light-gray-azure[readonly] {
    background-color: rgba(96, 164, 199, 0.15); }

select.form-control:focus::-ms-value {
  color: #60a4c7;
  background-color: #f8f8f8; }

.form-control.form-gray-dark {
  color: #454545;
  background-color: #f8f8f8;
  border-color: #787878; }
  .form-control.form-gray-dark:focus {
    color: #6c6c6c;
    background-color: #f8f8f8;
    border-color: #6c6c6c;
    box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.25); }
  .form-control.form-gray-dark::placeholder {
    color: #9f9f9f; }
  .form-control.form-gray-dark:disabled, .form-control.form-gray-dark[readonly] {
    background-color: rgba(95, 95, 95, 0.15); }

select.form-control:focus::-ms-value {
  color: #5f5f5f;
  background-color: #f8f8f8; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 74, 200, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.btn-primary {
  color: #f8f8f8;
  background-color: #2c4ac8;
  border-color: #2c4ac8; }
  .btn-primary:hover {
    color: #f8f8f8;
    background-color: #253ea9;
    border-color: #233b9e; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 74, 200, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #f8f8f8;
    background-color: #2c4ac8;
    border-color: #2c4ac8; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #f8f8f8;
    background-color: #233b9e;
    border-color: #213794; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(44, 74, 200, 0.5); }

.btn-secondary {
  color: #f8f8f8;
  background-color: #585858;
  border-color: #585858; }
  .btn-secondary:hover {
    color: #f8f8f8;
    background-color: #454545;
    border-color: #3e3e3e; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #f8f8f8;
    background-color: #585858;
    border-color: #585858; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #f8f8f8;
    background-color: #3e3e3e;
    border-color: #383838; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5); }

.btn-success {
  color: #f8f8f8;
  background-color: #75b700;
  border-color: #75b700; }
  .btn-success:hover {
    color: #f8f8f8;
    background-color: #5d9100;
    border-color: #548400; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 183, 0, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #f8f8f8;
    background-color: #75b700;
    border-color: #75b700; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #f8f8f8;
    background-color: #548400;
    border-color: #4c7700; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(117, 183, 0, 0.5); }

.btn-info {
  color: #f8f8f8;
  background-color: #0089cf;
  border-color: #0089cf; }
  .btn-info:hover {
    color: #f8f8f8;
    background-color: #0070a9;
    border-color: #00679c; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 137, 207, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #f8f8f8;
    background-color: #0089cf;
    border-color: #0089cf; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #f8f8f8;
    background-color: #00679c;
    border-color: #005f8f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 137, 207, 0.5); }

.btn-warning {
  color: #525252;
  background-color: #d6ad00;
  border-color: #d6ad00; }
  .btn-warning:hover {
    color: #f8f8f8;
    background-color: #b08e00;
    border-color: #a38400; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 173, 0, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #525252;
    background-color: #d6ad00;
    border-color: #d6ad00; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #f8f8f8;
    background-color: #a38400;
    border-color: #967900; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(214, 173, 0, 0.5); }

.btn-danger {
  color: #f8f8f8;
  background-color: #cf2345;
  border-color: #cf2345; }
  .btn-danger:hover {
    color: #f8f8f8;
    background-color: #ae1d3a;
    border-color: #a31c36; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 35, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #f8f8f8;
    background-color: #cf2345;
    border-color: #cf2345; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #f8f8f8;
    background-color: #a31c36;
    border-color: #981a33; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 35, 69, 0.5); }

.btn-light {
  color: #525252;
  background-color: #e5e5e5;
  border-color: #e5e5e5; }
  .btn-light:hover {
    color: #525252;
    background-color: #d2d2d2;
    border-color: #cccccc; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #525252;
    background-color: #e5e5e5;
    border-color: #e5e5e5; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #525252;
    background-color: #cccccc;
    border-color: #c5c5c5; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5); }

.btn-dark {
  color: #f8f8f8;
  background-color: #2b2b2b;
  border-color: #2b2b2b; }
  .btn-dark:hover {
    color: #f8f8f8;
    background-color: #171717;
    border-color: #111111; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #f8f8f8;
    background-color: #2b2b2b;
    border-color: #2b2b2b; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #f8f8f8;
    background-color: #111111;
    border-color: #0b0b0b; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 0.5); }

.btn-outline-primary {
  color: #2c4ac8;
  background-color: transparent;
  background-image: none;
  border-color: #2c4ac8; }
  .btn-outline-primary:hover {
    color: #f8f8f8;
    background-color: #2c4ac8;
    border-color: #2c4ac8; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 74, 200, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2c4ac8;
    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: #f8f8f8;
    background-color: #2c4ac8;
    border-color: #2c4ac8; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(44, 74, 200, 0.5); }

.btn-outline-secondary {
  color: #585858;
  background-color: transparent;
  background-image: none;
  border-color: #585858; }
  .btn-outline-secondary:hover {
    color: #f8f8f8;
    background-color: #585858;
    border-color: #585858; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #585858;
    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: #f8f8f8;
    background-color: #585858;
    border-color: #585858; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5); }

.btn-outline-success {
  color: #75b700;
  background-color: transparent;
  background-image: none;
  border-color: #75b700; }
  .btn-outline-success:hover {
    color: #f8f8f8;
    background-color: #75b700;
    border-color: #75b700; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 183, 0, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #75b700;
    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: #f8f8f8;
    background-color: #75b700;
    border-color: #75b700; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(117, 183, 0, 0.5); }

.btn-outline-info {
  color: #0089cf;
  background-color: transparent;
  background-image: none;
  border-color: #0089cf; }
  .btn-outline-info:hover {
    color: #f8f8f8;
    background-color: #0089cf;
    border-color: #0089cf; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 137, 207, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #0089cf;
    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: #f8f8f8;
    background-color: #0089cf;
    border-color: #0089cf; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 137, 207, 0.5); }

.btn-outline-warning {
  color: #d6ad00;
  background-color: transparent;
  background-image: none;
  border-color: #d6ad00; }
  .btn-outline-warning:hover {
    color: #525252;
    background-color: #d6ad00;
    border-color: #d6ad00; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 173, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #d6ad00;
    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: #525252;
    background-color: #d6ad00;
    border-color: #d6ad00; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(214, 173, 0, 0.5); }

.btn-outline-danger {
  color: #cf2345;
  background-color: transparent;
  background-image: none;
  border-color: #cf2345; }
  .btn-outline-danger:hover {
    color: #f8f8f8;
    background-color: #cf2345;
    border-color: #cf2345; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 35, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #cf2345;
    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: #f8f8f8;
    background-color: #cf2345;
    border-color: #cf2345; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 35, 69, 0.5); }

.btn-outline-light {
  color: #e5e5e5;
  background-color: transparent;
  background-image: none;
  border-color: #e5e5e5; }
  .btn-outline-light:hover {
    color: #525252;
    background-color: #e5e5e5;
    border-color: #e5e5e5; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #e5e5e5;
    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: #525252;
    background-color: #e5e5e5;
    border-color: #e5e5e5; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5); }

.btn-outline-dark {
  color: #2b2b2b;
  background-color: transparent;
  background-image: none;
  border-color: #2b2b2b; }
  .btn-outline-dark:hover {
    color: #f8f8f8;
    background-color: #2b2b2b;
    border-color: #2b2b2b; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #2b2b2b;
    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: #f8f8f8;
    background-color: #2b2b2b;
    border-color: #2b2b2b; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 0.5); }

.btn-link {
  font-weight: 400;
  color: #2c4ac8;
  background-color: transparent; }
  .btn-link:hover {
    color: #1e3389;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #787878; }

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

.btn-white {
  color: #525252;
  background-color: #f8f8f8;
  border-color: #f8f8f8; }
  .btn-white:hover {
    color: #525252;
    background-color: #e5e5e5;
    border-color: #dfdfdf; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #525252;
    background-color: #f8f8f8;
    border-color: #f8f8f8; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
    color: #525252;
    background-color: #dfdfdf;
    border-color: #d8d8d8; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }

.btn-light-gray {
  color: #525252;
  background-color: #bfbfbf;
  border-color: #bfbfbf; }
  .btn-light-gray:hover {
    color: #525252;
    background-color: #acacac;
    border-color: #a6a6a6; }
  .btn-light-gray:focus, .btn-light-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(191, 191, 191, 0.5); }
  .btn-light-gray.disabled, .btn-light-gray:disabled {
    color: #525252;
    background-color: #bfbfbf;
    border-color: #bfbfbf; }
  .btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active, .show > .btn-light-gray.dropdown-toggle {
    color: #525252;
    background-color: #a6a6a6;
    border-color: #9f9f9f; }
    .btn-light-gray:not(:disabled):not(.disabled):active:focus, .btn-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-light-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(191, 191, 191, 0.5); }

.btn-gray {
  color: #f8f8f8;
  background-color: #858585;
  border-color: #858585; }
  .btn-gray:hover {
    color: #f8f8f8;
    background-color: #727272;
    border-color: #6c6c6c; }
  .btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 133, 133, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #f8f8f8;
    background-color: #858585;
    border-color: #858585; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
    color: #f8f8f8;
    background-color: #6c6c6c;
    border-color: #656565; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(133, 133, 133, 0.5); }

.btn-dark-gray {
  color: #f8f8f8;
  background-color: #4b4b4b;
  border-color: #4b4b4b; }
  .btn-dark-gray:hover {
    color: #f8f8f8;
    background-color: #383838;
    border-color: #323232; }
  .btn-dark-gray:focus, .btn-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 75, 0.5); }
  .btn-dark-gray.disabled, .btn-dark-gray:disabled {
    color: #f8f8f8;
    background-color: #4b4b4b;
    border-color: #4b4b4b; }
  .btn-dark-gray:not(:disabled):not(.disabled):active, .btn-dark-gray:not(:disabled):not(.disabled).active, .show > .btn-dark-gray.dropdown-toggle {
    color: #f8f8f8;
    background-color: #323232;
    border-color: #2b2b2b; }
    .btn-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-dark-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(75, 75, 75, 0.5); }

.btn-black {
  color: #f8f8f8;
  background-color: #111111;
  border-color: #111111; }
  .btn-black:hover {
    color: #f8f8f8;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #f8f8f8;
    background-color: #111111;
    border-color: #111111; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
    color: #f8f8f8;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5); }

.btn-red {
  color: #f8f8f8;
  background-color: #cf2345;
  border-color: #cf2345; }
  .btn-red:hover {
    color: #f8f8f8;
    background-color: #ae1d3a;
    border-color: #a31c36; }
  .btn-red:focus, .btn-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 35, 69, 0.5); }
  .btn-red.disabled, .btn-red:disabled {
    color: #f8f8f8;
    background-color: #cf2345;
    border-color: #cf2345; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
    color: #f8f8f8;
    background-color: #a31c36;
    border-color: #981a33; }
    .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 35, 69, 0.5); }

.btn-rose {
  color: #f8f8f8;
  background-color: #cf0089;
  border-color: #cf0089; }
  .btn-rose:hover {
    color: #f8f8f8;
    background-color: #a90070;
    border-color: #9c0067; }
  .btn-rose:focus, .btn-rose.focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 0, 137, 0.5); }
  .btn-rose.disabled, .btn-rose:disabled {
    color: #f8f8f8;
    background-color: #cf0089;
    border-color: #cf0089; }
  .btn-rose:not(:disabled):not(.disabled):active, .btn-rose:not(:disabled):not(.disabled).active, .show > .btn-rose.dropdown-toggle {
    color: #f8f8f8;
    background-color: #9c0067;
    border-color: #8f005f; }
    .btn-rose:not(:disabled):not(.disabled):active:focus, .btn-rose:not(:disabled):not(.disabled).active:focus, .show > .btn-rose.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 0, 137, 0.5); }

.btn-magenta {
  color: #f8f8f8;
  background-color: #9305a5;
  border-color: #9305a5; }
  .btn-magenta:hover {
    color: #f8f8f8;
    background-color: #720480;
    border-color: #670474; }
  .btn-magenta:focus, .btn-magenta.focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 5, 165, 0.5); }
  .btn-magenta.disabled, .btn-magenta:disabled {
    color: #f8f8f8;
    background-color: #9305a5;
    border-color: #9305a5; }
  .btn-magenta:not(:disabled):not(.disabled):active, .btn-magenta:not(:disabled):not(.disabled).active, .show > .btn-magenta.dropdown-toggle {
    color: #f8f8f8;
    background-color: #670474;
    border-color: #5c0367; }
    .btn-magenta:not(:disabled):not(.disabled):active:focus, .btn-magenta:not(:disabled):not(.disabled).active:focus, .show > .btn-magenta.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(147, 5, 165, 0.5); }

.btn-violet {
  color: #f8f8f8;
  background-color: #570ac0;
  border-color: #570ac0; }
  .btn-violet:hover {
    color: #f8f8f8;
    background-color: #47089c;
    border-color: #410790; }
  .btn-violet:focus, .btn-violet.focus {
    box-shadow: 0 0 0 0.2rem rgba(87, 10, 192, 0.5); }
  .btn-violet.disabled, .btn-violet:disabled {
    color: #f8f8f8;
    background-color: #570ac0;
    border-color: #570ac0; }
  .btn-violet:not(:disabled):not(.disabled):active, .btn-violet:not(:disabled):not(.disabled).active, .show > .btn-violet.dropdown-toggle {
    color: #f8f8f8;
    background-color: #410790;
    border-color: #3c0783; }
    .btn-violet:not(:disabled):not(.disabled):active:focus, .btn-violet:not(:disabled):not(.disabled).active:focus, .show > .btn-violet.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(87, 10, 192, 0.5); }

.btn-blue {
  color: #f8f8f8;
  background-color: #2c4ac8;
  border-color: #2c4ac8; }
  .btn-blue:hover {
    color: #f8f8f8;
    background-color: #253ea9;
    border-color: #233b9e; }
  .btn-blue:focus, .btn-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 74, 200, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #f8f8f8;
    background-color: #2c4ac8;
    border-color: #2c4ac8; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
    color: #f8f8f8;
    background-color: #233b9e;
    border-color: #213794; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(44, 74, 200, 0.5); }

.btn-azure {
  color: #f8f8f8;
  background-color: #0089cf;
  border-color: #0089cf; }
  .btn-azure:hover {
    color: #f8f8f8;
    background-color: #0070a9;
    border-color: #00679c; }
  .btn-azure:focus, .btn-azure.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 137, 207, 0.5); }
  .btn-azure.disabled, .btn-azure:disabled {
    color: #f8f8f8;
    background-color: #0089cf;
    border-color: #0089cf; }
  .btn-azure:not(:disabled):not(.disabled):active, .btn-azure:not(:disabled):not(.disabled).active, .show > .btn-azure.dropdown-toggle {
    color: #f8f8f8;
    background-color: #00679c;
    border-color: #005f8f; }
    .btn-azure:not(:disabled):not(.disabled):active:focus, .btn-azure:not(:disabled):not(.disabled).active:focus, .show > .btn-azure.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 137, 207, 0.5); }

.btn-cyan {
  color: #f8f8f8;
  background-color: #00c0ad;
  border-color: #00c0ad; }
  .btn-cyan:hover {
    color: #f8f8f8;
    background-color: #009a8b;
    border-color: #008d7f; }
  .btn-cyan:focus, .btn-cyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 192, 173, 0.5); }
  .btn-cyan.disabled, .btn-cyan:disabled {
    color: #f8f8f8;
    background-color: #00c0ad;
    border-color: #00c0ad; }
  .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active, .show > .btn-cyan.dropdown-toggle {
    color: #f8f8f8;
    background-color: #008d7f;
    border-color: #008074; }
    .btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 192, 173, 0.5); }

.btn-spring-green {
  color: #f8f8f8;
  background-color: #0ac057;
  border-color: #0ac057; }
  .btn-spring-green:hover {
    color: #f8f8f8;
    background-color: #089c47;
    border-color: #079041; }
  .btn-spring-green:focus, .btn-spring-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(10, 192, 87, 0.5); }
  .btn-spring-green.disabled, .btn-spring-green:disabled {
    color: #f8f8f8;
    background-color: #0ac057;
    border-color: #0ac057; }
  .btn-spring-green:not(:disabled):not(.disabled):active, .btn-spring-green:not(:disabled):not(.disabled).active, .show > .btn-spring-green.dropdown-toggle {
    color: #f8f8f8;
    background-color: #079041;
    border-color: #07833c; }
    .btn-spring-green:not(:disabled):not(.disabled):active:focus, .btn-spring-green:not(:disabled):not(.disabled).active:focus, .show > .btn-spring-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(10, 192, 87, 0.5); }

.btn-green {
  color: #f8f8f8;
  background-color: #13c000;
  border-color: #13c000; }
  .btn-green:hover {
    color: #f8f8f8;
    background-color: #0f9a00;
    border-color: #0e8d00; }
  .btn-green:focus, .btn-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(19, 192, 0, 0.5); }
  .btn-green.disabled, .btn-green:disabled {
    color: #f8f8f8;
    background-color: #13c000;
    border-color: #13c000; }
  .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
    color: #f8f8f8;
    background-color: #0e8d00;
    border-color: #0d8000; }
    .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(19, 192, 0, 0.5); }

.btn-chartreuse {
  color: #f8f8f8;
  background-color: #75b700;
  border-color: #75b700; }
  .btn-chartreuse:hover {
    color: #f8f8f8;
    background-color: #5d9100;
    border-color: #548400; }
  .btn-chartreuse:focus, .btn-chartreuse.focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 183, 0, 0.5); }
  .btn-chartreuse.disabled, .btn-chartreuse:disabled {
    color: #f8f8f8;
    background-color: #75b700;
    border-color: #75b700; }
  .btn-chartreuse:not(:disabled):not(.disabled):active, .btn-chartreuse:not(:disabled):not(.disabled).active, .show > .btn-chartreuse.dropdown-toggle {
    color: #f8f8f8;
    background-color: #548400;
    border-color: #4c7700; }
    .btn-chartreuse:not(:disabled):not(.disabled):active:focus, .btn-chartreuse:not(:disabled):not(.disabled).active:focus, .show > .btn-chartreuse.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(117, 183, 0, 0.5); }

.btn-yellow {
  color: #525252;
  background-color: #d6ad00;
  border-color: #d6ad00; }
  .btn-yellow:hover {
    color: #f8f8f8;
    background-color: #b08e00;
    border-color: #a38400; }
  .btn-yellow:focus, .btn-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 173, 0, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled {
    color: #525252;
    background-color: #d6ad00;
    border-color: #d6ad00; }
  .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
    color: #f8f8f8;
    background-color: #a38400;
    border-color: #967900; }
    .btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(214, 173, 0, 0.5); }

.btn-orange {
  color: #f8f8f8;
  background-color: #d36823;
  border-color: #d36823; }
  .btn-orange:hover {
    color: #f8f8f8;
    background-color: #b2581e;
    border-color: #a7521c; }
  .btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 104, 35, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #f8f8f8;
    background-color: #d36823;
    border-color: #d36823; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
    color: #f8f8f8;
    background-color: #a7521c;
    border-color: #9c4d1a; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 104, 35, 0.5); }

.btn-orange-gray {
  color: #f8f8f8;
  background-color: #ac7754;
  border-color: #ac7754; }
  .btn-orange-gray:hover {
    color: #f8f8f8;
    background-color: #936547;
    border-color: #8a5f43; }
  .btn-orange-gray:focus, .btn-orange-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 119, 84, 0.5); }
  .btn-orange-gray.disabled, .btn-orange-gray:disabled {
    color: #f8f8f8;
    background-color: #ac7754;
    border-color: #ac7754; }
  .btn-orange-gray:not(:disabled):not(.disabled):active, .btn-orange-gray:not(:disabled):not(.disabled).active, .show > .btn-orange-gray.dropdown-toggle {
    color: #f8f8f8;
    background-color: #8a5f43;
    border-color: #81593f; }
    .btn-orange-gray:not(:disabled):not(.disabled):active:focus, .btn-orange-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-orange-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(172, 119, 84, 0.5); }

.btn-dark-gray-orange {
  color: #f8f8f8;
  background-color: #8f5a37;
  border-color: #8f5a37; }
  .btn-dark-gray-orange:hover {
    color: #f8f8f8;
    background-color: #73492c;
    border-color: #6a4329; }
  .btn-dark-gray-orange:focus, .btn-dark-gray-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 90, 55, 0.5); }
  .btn-dark-gray-orange.disabled, .btn-dark-gray-orange:disabled {
    color: #f8f8f8;
    background-color: #8f5a37;
    border-color: #8f5a37; }
  .btn-dark-gray-orange:not(:disabled):not(.disabled):active, .btn-dark-gray-orange:not(:disabled):not(.disabled).active, .show > .btn-dark-gray-orange.dropdown-toggle {
    color: #f8f8f8;
    background-color: #6a4329;
    border-color: #613d25; }
    .btn-dark-gray-orange:not(:disabled):not(.disabled):active:focus, .btn-dark-gray-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-gray-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(143, 90, 55, 0.5); }

.btn-blue-gray {
  color: #f8f8f8;
  background-color: #5968a7;
  border-color: #5968a7; }
  .btn-blue-gray:hover {
    color: #f8f8f8;
    background-color: #4b588e;
    border-color: #475386; }
  .btn-blue-gray:focus, .btn-blue-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(89, 104, 167, 0.5); }
  .btn-blue-gray.disabled, .btn-blue-gray:disabled {
    color: #f8f8f8;
    background-color: #5968a7;
    border-color: #5968a7; }
  .btn-blue-gray:not(:disabled):not(.disabled):active, .btn-blue-gray:not(:disabled):not(.disabled).active, .show > .btn-blue-gray.dropdown-toggle {
    color: #f8f8f8;
    background-color: #475386;
    border-color: #434e7e; }
    .btn-blue-gray:not(:disabled):not(.disabled):active:focus, .btn-blue-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(89, 104, 167, 0.5); }

.btn-light-gray-azure {
  color: #f8f8f8;
  background-color: #60a4c7;
  border-color: #60a4c7; }
  .btn-light-gray-azure:hover {
    color: #f8f8f8;
    background-color: #4494bd;
    border-color: #408db4; }
  .btn-light-gray-azure:focus, .btn-light-gray-azure.focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 164, 199, 0.5); }
  .btn-light-gray-azure.disabled, .btn-light-gray-azure:disabled {
    color: #f8f8f8;
    background-color: #60a4c7;
    border-color: #60a4c7; }
  .btn-light-gray-azure:not(:disabled):not(.disabled):active, .btn-light-gray-azure:not(:disabled):not(.disabled).active, .show > .btn-light-gray-azure.dropdown-toggle {
    color: #f8f8f8;
    background-color: #408db4;
    border-color: #3c85ab; }
    .btn-light-gray-azure:not(:disabled):not(.disabled):active:focus, .btn-light-gray-azure:not(:disabled):not(.disabled).active:focus, .show > .btn-light-gray-azure.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(96, 164, 199, 0.5); }

.btn-outline-white {
  color: #f8f8f8;
  background-color: transparent;
  background-image: none;
  border-color: #f8f8f8; }
  .btn-outline-white:hover {
    color: #525252;
    background-color: #f8f8f8;
    border-color: #f8f8f8; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #f8f8f8;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
    color: #525252;
    background-color: #f8f8f8;
    border-color: #f8f8f8; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }

.btn-outline-light-gray {
  color: #bfbfbf;
  background-color: transparent;
  background-image: none;
  border-color: #bfbfbf; }
  .btn-outline-light-gray:hover {
    color: #525252;
    background-color: #bfbfbf;
    border-color: #bfbfbf; }
  .btn-outline-light-gray:focus, .btn-outline-light-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(191, 191, 191, 0.5); }
  .btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled {
    color: #bfbfbf;
    background-color: transparent; }
  .btn-outline-light-gray:not(:disabled):not(.disabled):active, .btn-outline-light-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-light-gray.dropdown-toggle {
    color: #525252;
    background-color: #bfbfbf;
    border-color: #bfbfbf; }
    .btn-outline-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(191, 191, 191, 0.5); }

.btn-outline-gray {
  color: #858585;
  background-color: transparent;
  background-image: none;
  border-color: #858585; }
  .btn-outline-gray:hover {
    color: #f8f8f8;
    background-color: #858585;
    border-color: #858585; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 133, 133, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #858585;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
    color: #f8f8f8;
    background-color: #858585;
    border-color: #858585; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(133, 133, 133, 0.5); }

.btn-outline-dark-gray {
  color: #4b4b4b;
  background-color: transparent;
  background-image: none;
  border-color: #4b4b4b; }
  .btn-outline-dark-gray:hover {
    color: #f8f8f8;
    background-color: #4b4b4b;
    border-color: #4b4b4b; }
  .btn-outline-dark-gray:focus, .btn-outline-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 75, 0.5); }
  .btn-outline-dark-gray.disabled, .btn-outline-dark-gray:disabled {
    color: #4b4b4b;
    background-color: transparent; }
  .btn-outline-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-dark-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-gray.dropdown-toggle {
    color: #f8f8f8;
    background-color: #4b4b4b;
    border-color: #4b4b4b; }
    .btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(75, 75, 75, 0.5); }

.btn-outline-black {
  color: #111111;
  background-color: transparent;
  background-image: none;
  border-color: #111111; }
  .btn-outline-black:hover {
    color: #f8f8f8;
    background-color: #111111;
    border-color: #111111; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #111111;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
    color: #f8f8f8;
    background-color: #111111;
    border-color: #111111; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5); }

.btn-outline-red {
  color: #cf2345;
  background-color: transparent;
  background-image: none;
  border-color: #cf2345; }
  .btn-outline-red:hover {
    color: #f8f8f8;
    background-color: #cf2345;
    border-color: #cf2345; }
  .btn-outline-red:focus, .btn-outline-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 35, 69, 0.5); }
  .btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #cf2345;
    background-color: transparent; }
  .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
    color: #f8f8f8;
    background-color: #cf2345;
    border-color: #cf2345; }
    .btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 35, 69, 0.5); }

.btn-outline-rose {
  color: #cf0089;
  background-color: transparent;
  background-image: none;
  border-color: #cf0089; }
  .btn-outline-rose:hover {
    color: #f8f8f8;
    background-color: #cf0089;
    border-color: #cf0089; }
  .btn-outline-rose:focus, .btn-outline-rose.focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 0, 137, 0.5); }
  .btn-outline-rose.disabled, .btn-outline-rose:disabled {
    color: #cf0089;
    background-color: transparent; }
  .btn-outline-rose:not(:disabled):not(.disabled):active, .btn-outline-rose:not(:disabled):not(.disabled).active, .show > .btn-outline-rose.dropdown-toggle {
    color: #f8f8f8;
    background-color: #cf0089;
    border-color: #cf0089; }
    .btn-outline-rose:not(:disabled):not(.disabled):active:focus, .btn-outline-rose:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-rose.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 0, 137, 0.5); }

.btn-outline-magenta {
  color: #9305a5;
  background-color: transparent;
  background-image: none;
  border-color: #9305a5; }
  .btn-outline-magenta:hover {
    color: #f8f8f8;
    background-color: #9305a5;
    border-color: #9305a5; }
  .btn-outline-magenta:focus, .btn-outline-magenta.focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 5, 165, 0.5); }
  .btn-outline-magenta.disabled, .btn-outline-magenta:disabled {
    color: #9305a5;
    background-color: transparent; }
  .btn-outline-magenta:not(:disabled):not(.disabled):active, .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .btn-outline-magenta.dropdown-toggle {
    color: #f8f8f8;
    background-color: #9305a5;
    border-color: #9305a5; }
    .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-magenta.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(147, 5, 165, 0.5); }

.btn-outline-violet {
  color: #570ac0;
  background-color: transparent;
  background-image: none;
  border-color: #570ac0; }
  .btn-outline-violet:hover {
    color: #f8f8f8;
    background-color: #570ac0;
    border-color: #570ac0; }
  .btn-outline-violet:focus, .btn-outline-violet.focus {
    box-shadow: 0 0 0 0.2rem rgba(87, 10, 192, 0.5); }
  .btn-outline-violet.disabled, .btn-outline-violet:disabled {
    color: #570ac0;
    background-color: transparent; }
  .btn-outline-violet:not(:disabled):not(.disabled):active, .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .btn-outline-violet.dropdown-toggle {
    color: #f8f8f8;
    background-color: #570ac0;
    border-color: #570ac0; }
    .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-violet.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(87, 10, 192, 0.5); }

.btn-outline-blue {
  color: #2c4ac8;
  background-color: transparent;
  background-image: none;
  border-color: #2c4ac8; }
  .btn-outline-blue:hover {
    color: #f8f8f8;
    background-color: #2c4ac8;
    border-color: #2c4ac8; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 74, 200, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #2c4ac8;
    background-color: transparent; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
    color: #f8f8f8;
    background-color: #2c4ac8;
    border-color: #2c4ac8; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(44, 74, 200, 0.5); }

.btn-outline-azure {
  color: #0089cf;
  background-color: transparent;
  background-image: none;
  border-color: #0089cf; }
  .btn-outline-azure:hover {
    color: #f8f8f8;
    background-color: #0089cf;
    border-color: #0089cf; }
  .btn-outline-azure:focus, .btn-outline-azure.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 137, 207, 0.5); }
  .btn-outline-azure.disabled, .btn-outline-azure:disabled {
    color: #0089cf;
    background-color: transparent; }
  .btn-outline-azure:not(:disabled):not(.disabled):active, .btn-outline-azure:not(:disabled):not(.disabled).active, .show > .btn-outline-azure.dropdown-toggle {
    color: #f8f8f8;
    background-color: #0089cf;
    border-color: #0089cf; }
    .btn-outline-azure:not(:disabled):not(.disabled):active:focus, .btn-outline-azure:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-azure.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 137, 207, 0.5); }

.btn-outline-cyan {
  color: #00c0ad;
  background-color: transparent;
  background-image: none;
  border-color: #00c0ad; }
  .btn-outline-cyan:hover {
    color: #f8f8f8;
    background-color: #00c0ad;
    border-color: #00c0ad; }
  .btn-outline-cyan:focus, .btn-outline-cyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 192, 173, 0.5); }
  .btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
    color: #00c0ad;
    background-color: transparent; }
  .btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active, .show > .btn-outline-cyan.dropdown-toggle {
    color: #f8f8f8;
    background-color: #00c0ad;
    border-color: #00c0ad; }
    .btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 192, 173, 0.5); }

.btn-outline-spring-green {
  color: #0ac057;
  background-color: transparent;
  background-image: none;
  border-color: #0ac057; }
  .btn-outline-spring-green:hover {
    color: #f8f8f8;
    background-color: #0ac057;
    border-color: #0ac057; }
  .btn-outline-spring-green:focus, .btn-outline-spring-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(10, 192, 87, 0.5); }
  .btn-outline-spring-green.disabled, .btn-outline-spring-green:disabled {
    color: #0ac057;
    background-color: transparent; }
  .btn-outline-spring-green:not(:disabled):not(.disabled):active, .btn-outline-spring-green:not(:disabled):not(.disabled).active, .show > .btn-outline-spring-green.dropdown-toggle {
    color: #f8f8f8;
    background-color: #0ac057;
    border-color: #0ac057; }
    .btn-outline-spring-green:not(:disabled):not(.disabled):active:focus, .btn-outline-spring-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-spring-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(10, 192, 87, 0.5); }

.btn-outline-green {
  color: #13c000;
  background-color: transparent;
  background-image: none;
  border-color: #13c000; }
  .btn-outline-green:hover {
    color: #f8f8f8;
    background-color: #13c000;
    border-color: #13c000; }
  .btn-outline-green:focus, .btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(19, 192, 0, 0.5); }
  .btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #13c000;
    background-color: transparent; }
  .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
    color: #f8f8f8;
    background-color: #13c000;
    border-color: #13c000; }
    .btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(19, 192, 0, 0.5); }

.btn-outline-chartreuse {
  color: #75b700;
  background-color: transparent;
  background-image: none;
  border-color: #75b700; }
  .btn-outline-chartreuse:hover {
    color: #f8f8f8;
    background-color: #75b700;
    border-color: #75b700; }
  .btn-outline-chartreuse:focus, .btn-outline-chartreuse.focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 183, 0, 0.5); }
  .btn-outline-chartreuse.disabled, .btn-outline-chartreuse:disabled {
    color: #75b700;
    background-color: transparent; }
  .btn-outline-chartreuse:not(:disabled):not(.disabled):active, .btn-outline-chartreuse:not(:disabled):not(.disabled).active, .show > .btn-outline-chartreuse.dropdown-toggle {
    color: #f8f8f8;
    background-color: #75b700;
    border-color: #75b700; }
    .btn-outline-chartreuse:not(:disabled):not(.disabled):active:focus, .btn-outline-chartreuse:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-chartreuse.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(117, 183, 0, 0.5); }

.btn-outline-yellow {
  color: #d6ad00;
  background-color: transparent;
  background-image: none;
  border-color: #d6ad00; }
  .btn-outline-yellow:hover {
    color: #525252;
    background-color: #d6ad00;
    border-color: #d6ad00; }
  .btn-outline-yellow:focus, .btn-outline-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 173, 0, 0.5); }
  .btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #d6ad00;
    background-color: transparent; }
  .btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
    color: #525252;
    background-color: #d6ad00;
    border-color: #d6ad00; }
    .btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(214, 173, 0, 0.5); }

.btn-outline-orange {
  color: #d36823;
  background-color: transparent;
  background-image: none;
  border-color: #d36823; }
  .btn-outline-orange:hover {
    color: #f8f8f8;
    background-color: #d36823;
    border-color: #d36823; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 104, 35, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #d36823;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
    color: #f8f8f8;
    background-color: #d36823;
    border-color: #d36823; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 104, 35, 0.5); }

.btn-outline-orange-gray {
  color: #ac7754;
  background-color: transparent;
  background-image: none;
  border-color: #ac7754; }
  .btn-outline-orange-gray:hover {
    color: #f8f8f8;
    background-color: #ac7754;
    border-color: #ac7754; }
  .btn-outline-orange-gray:focus, .btn-outline-orange-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 119, 84, 0.5); }
  .btn-outline-orange-gray.disabled, .btn-outline-orange-gray:disabled {
    color: #ac7754;
    background-color: transparent; }
  .btn-outline-orange-gray:not(:disabled):not(.disabled):active, .btn-outline-orange-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-orange-gray.dropdown-toggle {
    color: #f8f8f8;
    background-color: #ac7754;
    border-color: #ac7754; }
    .btn-outline-orange-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(172, 119, 84, 0.5); }

.btn-outline-dark-gray-orange {
  color: #8f5a37;
  background-color: transparent;
  background-image: none;
  border-color: #8f5a37; }
  .btn-outline-dark-gray-orange:hover {
    color: #f8f8f8;
    background-color: #8f5a37;
    border-color: #8f5a37; }
  .btn-outline-dark-gray-orange:focus, .btn-outline-dark-gray-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 90, 55, 0.5); }
  .btn-outline-dark-gray-orange.disabled, .btn-outline-dark-gray-orange:disabled {
    color: #8f5a37;
    background-color: transparent; }
  .btn-outline-dark-gray-orange:not(:disabled):not(.disabled):active, .btn-outline-dark-gray-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-gray-orange.dropdown-toggle {
    color: #f8f8f8;
    background-color: #8f5a37;
    border-color: #8f5a37; }
    .btn-outline-dark-gray-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-gray-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-gray-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(143, 90, 55, 0.5); }

.btn-outline-blue-gray {
  color: #5968a7;
  background-color: transparent;
  background-image: none;
  border-color: #5968a7; }
  .btn-outline-blue-gray:hover {
    color: #f8f8f8;
    background-color: #5968a7;
    border-color: #5968a7; }
  .btn-outline-blue-gray:focus, .btn-outline-blue-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(89, 104, 167, 0.5); }
  .btn-outline-blue-gray.disabled, .btn-outline-blue-gray:disabled {
    color: #5968a7;
    background-color: transparent; }
  .btn-outline-blue-gray:not(:disabled):not(.disabled):active, .btn-outline-blue-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-gray.dropdown-toggle {
    color: #f8f8f8;
    background-color: #5968a7;
    border-color: #5968a7; }
    .btn-outline-blue-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(89, 104, 167, 0.5); }

.btn-outline-light-gray-azure {
  color: #60a4c7;
  background-color: transparent;
  background-image: none;
  border-color: #60a4c7; }
  .btn-outline-light-gray-azure:hover {
    color: #f8f8f8;
    background-color: #60a4c7;
    border-color: #60a4c7; }
  .btn-outline-light-gray-azure:focus, .btn-outline-light-gray-azure.focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 164, 199, 0.5); }
  .btn-outline-light-gray-azure.disabled, .btn-outline-light-gray-azure:disabled {
    color: #60a4c7;
    background-color: transparent; }
  .btn-outline-light-gray-azure:not(:disabled):not(.disabled):active, .btn-outline-light-gray-azure:not(:disabled):not(.disabled).active, .show > .btn-outline-light-gray-azure.dropdown-toggle {
    color: #f8f8f8;
    background-color: #60a4c7;
    border-color: #60a4c7; }
    .btn-outline-light-gray-azure:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray-azure:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-gray-azure.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(96, 164, 199, 0.5); }

.btn-xxs {
  padding: 0.15rem 0.3rem;
  font-size: 0.625rem;
  line-height: 1.5;
  border-radius: 0.1rem; }

.btn-xs {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.15rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-md {
  padding: 0.3rem 0.6rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-xl {
  padding: 0.7rem 1.4rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.35rem; }

.btn-xxl {
  padding: 0.9rem 1.8rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.4rem; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: #525252;
  text-align: left;
  list-style: none;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #ababab; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #525252;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #454545;
    text-decoration: none;
    background-color: #b8b8b8; }
  .dropdown-item.active, .dropdown-item:active {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #2c4ac8; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #787878;
    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: #787878;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #525252; }

/* primary dropdown */
.dropdown-menu-primary {
  /* primary dropdown divider */
  /* primary dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-primary .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-primary .dropdown-item {
    color: #2c4ac8; }
    .dropdown-menu-primary .dropdown-item:hover, .dropdown-menu-primary .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #2c4ac8; }
    .dropdown-menu-primary .dropdown-item.active, .dropdown-menu-primary .dropdown-item:active {
      color: #f8f8f8;
      background-color: #2c4ac8; }
    .dropdown-menu-primary .dropdown-item.disabled, .dropdown-menu-primary .dropdown-item:disabled {
      color: #a2b0eb;
      background-color: transparent; }
  .dropdown-menu-primary .dropdown-header {
    color: #647bdd; }

/* secondary dropdown */
.dropdown-menu-secondary {
  /* secondary dropdown divider */
  /* secondary dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-secondary .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-secondary .dropdown-item {
    color: #585858; }
    .dropdown-menu-secondary .dropdown-item:hover, .dropdown-menu-secondary .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #585858; }
    .dropdown-menu-secondary .dropdown-item.active, .dropdown-menu-secondary .dropdown-item:active {
      color: #f8f8f8;
      background-color: #585858; }
    .dropdown-menu-secondary .dropdown-item.disabled, .dropdown-menu-secondary .dropdown-item:disabled {
      color: #a4a4a4;
      background-color: transparent; }
  .dropdown-menu-secondary .dropdown-header {
    color: #7e7e7e; }

/* success dropdown */
.dropdown-menu-success {
  /* success dropdown divider */
  /* success dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-success .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-success .dropdown-item {
    color: #75b700; }
    .dropdown-menu-success .dropdown-item:hover, .dropdown-menu-success .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #75b700; }
    .dropdown-menu-success .dropdown-item.active, .dropdown-menu-success .dropdown-item:active {
      color: #f8f8f8;
      background-color: #75b700; }
    .dropdown-menu-success .dropdown-item.disabled, .dropdown-menu-success .dropdown-item:disabled {
      color: #c0ff51;
      background-color: transparent; }
  .dropdown-menu-success .dropdown-header {
    color: #a5ff05; }

/* info dropdown */
.dropdown-menu-info {
  /* info dropdown divider */
  /* info dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-info .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-info .dropdown-item {
    color: #0089cf; }
    .dropdown-menu-info .dropdown-item:hover, .dropdown-menu-info .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #0089cf; }
    .dropdown-menu-info .dropdown-item.active, .dropdown-menu-info .dropdown-item:active {
      color: #f8f8f8;
      background-color: #0089cf; }
    .dropdown-menu-info .dropdown-item.disabled, .dropdown-menu-info .dropdown-item:disabled {
      color: #69ccff;
      background-color: transparent; }
  .dropdown-menu-info .dropdown-header {
    color: #1db2ff; }

/* warning dropdown */
.dropdown-menu-warning {
  /* warning dropdown divider */
  /* warning dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-warning .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-warning .dropdown-item {
    color: #d6ad00; }
    .dropdown-menu-warning .dropdown-item:hover, .dropdown-menu-warning .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #d6ad00; }
    .dropdown-menu-warning .dropdown-item.active, .dropdown-menu-warning .dropdown-item:active {
      color: #f8f8f8;
      background-color: #d6ad00; }
    .dropdown-menu-warning .dropdown-item.disabled, .dropdown-menu-warning .dropdown-item:disabled {
      color: #ffe470;
      background-color: transparent; }
  .dropdown-menu-warning .dropdown-header {
    color: #ffd524; }

/* danger dropdown */
.dropdown-menu-danger {
  /* danger dropdown divider */
  /* danger dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-danger .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-danger .dropdown-item {
    color: #cf2345; }
    .dropdown-menu-danger .dropdown-item:hover, .dropdown-menu-danger .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #cf2345; }
    .dropdown-menu-danger .dropdown-item.active, .dropdown-menu-danger .dropdown-item:active {
      color: #f8f8f8;
      background-color: #cf2345; }
    .dropdown-menu-danger .dropdown-item.disabled, .dropdown-menu-danger .dropdown-item:disabled {
      color: #ee9dad;
      background-color: transparent; }
  .dropdown-menu-danger .dropdown-header {
    color: #e35b76; }

/* light dropdown */
.dropdown-menu-light {
  /* light dropdown divider */
  /* light dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-light .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-light .dropdown-item {
    color: #4b4b4b; }
    .dropdown-menu-light .dropdown-item:hover, .dropdown-menu-light .dropdown-item:focus {
      color: #111111;
      background-color: #cccccc; }
    .dropdown-menu-light .dropdown-item.active, .dropdown-menu-light .dropdown-item:active {
      color: #111111;
      background-color: #cccccc; }
    .dropdown-menu-light .dropdown-item.disabled, .dropdown-menu-light .dropdown-item:disabled {
      color: #cbcbcb;
      background-color: transparent; }
  .dropdown-menu-light .dropdown-header {
    color: #b2b2b2; }

/* dark dropdown */
.dropdown-menu-dark {
  /* dark dropdown divider */
  /* dark dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #2b2b2b; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #2b2b2b; }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #f8f8f8;
      background-color: #2b2b2b; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #777777;
      background-color: transparent; }
  .dropdown-menu-dark .dropdown-header {
    color: #515151; }

/* white dropdown */
.dropdown-menu-white {
  /* white dropdown divider */
  /* white dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-white .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-white .dropdown-item {
    color: #4b4b4b; }
    .dropdown-menu-white .dropdown-item:hover, .dropdown-menu-white .dropdown-item:focus {
      color: #111111;
      background-color: #dfdfdf; }
    .dropdown-menu-white .dropdown-item.active, .dropdown-menu-white .dropdown-item:active {
      color: #111111;
      background-color: #dfdfdf; }
    .dropdown-menu-white .dropdown-item.disabled, .dropdown-menu-white .dropdown-item:disabled {
      color: #cbcbcb;
      background-color: transparent; }
  .dropdown-menu-white .dropdown-header {
    color: #b2b2b2; }

/* light-gray dropdown */
.dropdown-menu-light-gray {
  /* light-gray dropdown divider */
  /* light-gray dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-light-gray .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-light-gray .dropdown-item {
    color: #4b4b4b; }
    .dropdown-menu-light-gray .dropdown-item:hover, .dropdown-menu-light-gray .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #a6a6a6; }
    .dropdown-menu-light-gray .dropdown-item.active, .dropdown-menu-light-gray .dropdown-item:active {
      color: #f8f8f8;
      background-color: #a6a6a6; }
    .dropdown-menu-light-gray .dropdown-item.disabled, .dropdown-menu-light-gray .dropdown-item:disabled {
      color: #e5e5e5;
      background-color: transparent; }
  .dropdown-menu-light-gray .dropdown-header {
    color: #b2b2b2; }

/* gray dropdown */
.dropdown-menu-gray {
  /* gray dropdown divider */
  /* gray dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-gray .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-gray .dropdown-item {
    color: #858585; }
    .dropdown-menu-gray .dropdown-item:hover, .dropdown-menu-gray .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #858585; }
    .dropdown-menu-gray .dropdown-item.active, .dropdown-menu-gray .dropdown-item:active {
      color: #f8f8f8;
      background-color: #858585; }
    .dropdown-menu-gray .dropdown-item.disabled, .dropdown-menu-gray .dropdown-item:disabled {
      color: #b8b8b8;
      background-color: transparent; }
  .dropdown-menu-gray .dropdown-header {
    color: #9f9f9f; }

/* dark-gray dropdown */
.dropdown-menu-dark-gray {
  /* dark-gray dropdown divider */
  /* dark-gray dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-dark-gray .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-dark-gray .dropdown-item {
    color: #4b4b4b; }
    .dropdown-menu-dark-gray .dropdown-item:hover, .dropdown-menu-dark-gray .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #4b4b4b; }
    .dropdown-menu-dark-gray .dropdown-item.active, .dropdown-menu-dark-gray .dropdown-item:active {
      color: #f8f8f8;
      background-color: #4b4b4b; }
    .dropdown-menu-dark-gray .dropdown-item.disabled, .dropdown-menu-dark-gray .dropdown-item:disabled {
      color: #7e7e7e;
      background-color: transparent; }
  .dropdown-menu-dark-gray .dropdown-header {
    color: #656565; }

/* black dropdown */
.dropdown-menu-black {
  /* black dropdown divider */
  /* black dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-black .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-black .dropdown-item {
    color: #111111; }
    .dropdown-menu-black .dropdown-item:hover, .dropdown-menu-black .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #111111; }
    .dropdown-menu-black .dropdown-item.active, .dropdown-menu-black .dropdown-item:active {
      color: #f8f8f8;
      background-color: #111111; }
    .dropdown-menu-black .dropdown-item.disabled, .dropdown-menu-black .dropdown-item:disabled {
      color: #444444;
      background-color: transparent; }
  .dropdown-menu-black .dropdown-header {
    color: #2b2b2b; }

/* red dropdown */
.dropdown-menu-red {
  /* red dropdown divider */
  /* red dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-red .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-red .dropdown-item {
    color: #cf2345; }
    .dropdown-menu-red .dropdown-item:hover, .dropdown-menu-red .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #cf2345; }
    .dropdown-menu-red .dropdown-item.active, .dropdown-menu-red .dropdown-item:active {
      color: #f8f8f8;
      background-color: #cf2345; }
    .dropdown-menu-red .dropdown-item.disabled, .dropdown-menu-red .dropdown-item:disabled {
      color: #e77188;
      background-color: transparent; }
  .dropdown-menu-red .dropdown-header {
    color: #e35b76; }

/* rose dropdown */
.dropdown-menu-rose {
  /* rose dropdown divider */
  /* rose dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-rose .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-rose .dropdown-item {
    color: #cf0089; }
    .dropdown-menu-rose .dropdown-item:hover, .dropdown-menu-rose .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #cf0089; }
    .dropdown-menu-rose .dropdown-item.active, .dropdown-menu-rose .dropdown-item:active {
      color: #f8f8f8;
      background-color: #cf0089; }
    .dropdown-menu-rose .dropdown-item.disabled, .dropdown-menu-rose .dropdown-item:disabled {
      color: #ff36bb;
      background-color: transparent; }
  .dropdown-menu-rose .dropdown-header {
    color: #ff1db2; }

/* magenta dropdown */
.dropdown-menu-magenta {
  /* magenta dropdown divider */
  /* magenta dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-magenta .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-magenta .dropdown-item {
    color: #9305a5; }
    .dropdown-menu-magenta .dropdown-item:hover, .dropdown-menu-magenta .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #9305a5; }
    .dropdown-menu-magenta .dropdown-item.active, .dropdown-menu-magenta .dropdown-item:active {
      color: #f8f8f8;
      background-color: #9305a5; }
    .dropdown-menu-magenta .dropdown-item.disabled, .dropdown-menu-magenta .dropdown-item:disabled {
      color: #df18f8;
      background-color: transparent; }
  .dropdown-menu-magenta .dropdown-header {
    color: #d507ef; }

/* violet dropdown */
.dropdown-menu-violet {
  /* violet dropdown divider */
  /* violet dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-violet .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-violet .dropdown-item {
    color: #570ac0; }
    .dropdown-menu-violet .dropdown-item:hover, .dropdown-menu-violet .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #570ac0; }
    .dropdown-menu-violet .dropdown-item.active, .dropdown-menu-violet .dropdown-item:active {
      color: #f8f8f8;
      background-color: #570ac0; }
    .dropdown-menu-violet .dropdown-item.disabled, .dropdown-menu-violet .dropdown-item:disabled {
      color: #8a3bf5;
      background-color: transparent; }
  .dropdown-menu-violet .dropdown-header {
    color: #7b23f4; }

/* blue dropdown */
.dropdown-menu-blue {
  /* blue dropdown divider */
  /* blue dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-blue .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-blue .dropdown-item {
    color: #2c4ac8; }
    .dropdown-menu-blue .dropdown-item:hover, .dropdown-menu-blue .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #2c4ac8; }
    .dropdown-menu-blue .dropdown-item.active, .dropdown-menu-blue .dropdown-item:active {
      color: #f8f8f8;
      background-color: #2c4ac8; }
    .dropdown-menu-blue .dropdown-item.disabled, .dropdown-menu-blue .dropdown-item:disabled {
      color: #798de1;
      background-color: transparent; }
  .dropdown-menu-blue .dropdown-header {
    color: #647bdd; }

/* azure dropdown */
.dropdown-menu-azure {
  /* azure dropdown divider */
  /* azure dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-azure .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-azure .dropdown-item {
    color: #0089cf; }
    .dropdown-menu-azure .dropdown-item:hover, .dropdown-menu-azure .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #0089cf; }
    .dropdown-menu-azure .dropdown-item.active, .dropdown-menu-azure .dropdown-item:active {
      color: #f8f8f8;
      background-color: #0089cf; }
    .dropdown-menu-azure .dropdown-item.disabled, .dropdown-menu-azure .dropdown-item:disabled {
      color: #36bbff;
      background-color: transparent; }
  .dropdown-menu-azure .dropdown-header {
    color: #1db2ff; }

/* cyan dropdown */
.dropdown-menu-cyan {
  /* cyan dropdown divider */
  /* cyan dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-cyan .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-cyan .dropdown-item {
    color: #00c0ad; }
    .dropdown-menu-cyan .dropdown-item:hover, .dropdown-menu-cyan .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #00c0ad; }
    .dropdown-menu-cyan .dropdown-item.active, .dropdown-menu-cyan .dropdown-item:active {
      color: #f8f8f8;
      background-color: #00c0ad; }
    .dropdown-menu-cyan .dropdown-item.disabled, .dropdown-menu-cyan .dropdown-item:disabled {
      color: #27ffea;
      background-color: transparent; }
  .dropdown-menu-cyan .dropdown-header {
    color: #0effe7; }

/* spring-green dropdown */
.dropdown-menu-spring-green {
  /* spring-green dropdown divider */
  /* spring-green dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-spring-green .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-spring-green .dropdown-item {
    color: #0ac057; }
    .dropdown-menu-spring-green .dropdown-item:hover, .dropdown-menu-spring-green .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #0ac057; }
    .dropdown-menu-spring-green .dropdown-item.active, .dropdown-menu-spring-green .dropdown-item:active {
      color: #f8f8f8;
      background-color: #0ac057; }
    .dropdown-menu-spring-green .dropdown-item.disabled, .dropdown-menu-spring-green .dropdown-item:disabled {
      color: #3bf58a;
      background-color: transparent; }
  .dropdown-menu-spring-green .dropdown-header {
    color: #23f47b; }

/* green dropdown */
.dropdown-menu-green {
  /* green dropdown divider */
  /* green dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-green .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-green .dropdown-item {
    color: #13c000; }
    .dropdown-menu-green .dropdown-item:hover, .dropdown-menu-green .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #13c000; }
    .dropdown-menu-green .dropdown-item.active, .dropdown-menu-green .dropdown-item:active {
      color: #f8f8f8;
      background-color: #13c000; }
    .dropdown-menu-green .dropdown-item.disabled, .dropdown-menu-green .dropdown-item:disabled {
      color: #3cff27;
      background-color: transparent; }
  .dropdown-menu-green .dropdown-header {
    color: #25ff0e; }

/* chartreuse dropdown */
.dropdown-menu-chartreuse {
  /* chartreuse dropdown divider */
  /* chartreuse dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-chartreuse .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-chartreuse .dropdown-item {
    color: #75b700; }
    .dropdown-menu-chartreuse .dropdown-item:hover, .dropdown-menu-chartreuse .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #75b700; }
    .dropdown-menu-chartreuse .dropdown-item.active, .dropdown-menu-chartreuse .dropdown-item:active {
      color: #f8f8f8;
      background-color: #75b700; }
    .dropdown-menu-chartreuse .dropdown-item.disabled, .dropdown-menu-chartreuse .dropdown-item:disabled {
      color: #aeff1e;
      background-color: transparent; }
  .dropdown-menu-chartreuse .dropdown-header {
    color: #a5ff05; }

/* yellow dropdown */
.dropdown-menu-yellow {
  /* yellow dropdown divider */
  /* yellow dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-yellow .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-yellow .dropdown-item {
    color: #d6ad00; }
    .dropdown-menu-yellow .dropdown-item:hover, .dropdown-menu-yellow .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #d6ad00; }
    .dropdown-menu-yellow .dropdown-item.active, .dropdown-menu-yellow .dropdown-item:active {
      color: #f8f8f8;
      background-color: #d6ad00; }
    .dropdown-menu-yellow .dropdown-item.disabled, .dropdown-menu-yellow .dropdown-item:disabled {
      color: #ffda3d;
      background-color: transparent; }
  .dropdown-menu-yellow .dropdown-header {
    color: #ffd524; }

/* orange dropdown */
.dropdown-menu-orange {
  /* orange dropdown divider */
  /* orange dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-orange .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-orange .dropdown-item {
    color: #d36823; }
    .dropdown-menu-orange .dropdown-item:hover, .dropdown-menu-orange .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #d36823; }
    .dropdown-menu-orange .dropdown-item.active, .dropdown-menu-orange .dropdown-item:active {
      color: #f8f8f8;
      background-color: #d36823; }
    .dropdown-menu-orange .dropdown-item.disabled, .dropdown-menu-orange .dropdown-item:disabled {
      color: #e8a174;
      background-color: transparent; }
  .dropdown-menu-orange .dropdown-header {
    color: #e4935e; }

/* orange-gray dropdown */
.dropdown-menu-orange-gray {
  /* orange-gray dropdown divider */
  /* orange-gray dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-orange-gray .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-orange-gray .dropdown-item {
    color: #ac7754; }
    .dropdown-menu-orange-gray .dropdown-item:hover, .dropdown-menu-orange-gray .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #ac7754; }
    .dropdown-menu-orange-gray .dropdown-item.active, .dropdown-menu-orange-gray .dropdown-item:active {
      color: #f8f8f8;
      background-color: #ac7754; }
    .dropdown-menu-orange-gray .dropdown-item.disabled, .dropdown-menu-orange-gray .dropdown-item:disabled {
      color: #cdae99;
      background-color: transparent; }
  .dropdown-menu-orange-gray .dropdown-header {
    color: #c5a088; }

/* dark-gray-orange dropdown */
.dropdown-menu-dark-gray-orange {
  /* dark-gray-orange dropdown divider */
  /* dark-gray-orange dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-dark-gray-orange .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-dark-gray-orange .dropdown-item {
    color: #8f5a37; }
    .dropdown-menu-dark-gray-orange .dropdown-item:hover, .dropdown-menu-dark-gray-orange .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #8f5a37; }
    .dropdown-menu-dark-gray-orange .dropdown-item.active, .dropdown-menu-dark-gray-orange .dropdown-item:active {
      color: #f8f8f8;
      background-color: #8f5a37; }
    .dropdown-menu-dark-gray-orange .dropdown-item.disabled, .dropdown-menu-dark-gray-orange .dropdown-item:disabled {
      color: #c58c67;
      background-color: transparent; }
  .dropdown-menu-dark-gray-orange .dropdown-header {
    color: #be7f55; }

/* blue-gray dropdown */
.dropdown-menu-blue-gray {
  /* blue-gray dropdown divider */
  /* blue-gray dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-blue-gray .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-blue-gray .dropdown-item {
    color: #5968a7; }
    .dropdown-menu-blue-gray .dropdown-item:hover, .dropdown-menu-blue-gray .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #5968a7; }
    .dropdown-menu-blue-gray .dropdown-item.active, .dropdown-menu-blue-gray .dropdown-item:active {
      color: #f8f8f8;
      background-color: #5968a7; }
    .dropdown-menu-blue-gray .dropdown-item.disabled, .dropdown-menu-blue-gray .dropdown-item:disabled {
      color: #9ca5ca;
      background-color: transparent; }
  .dropdown-menu-blue-gray .dropdown-header {
    color: #8b95c2; }

/* light-gray-azure dropdown */
.dropdown-menu-light-gray-azure {
  /* light-gray-azure dropdown divider */
  /* light-gray-azure dropdown links, buttons, and more within the dropdown menu */
  /* Dropdown section headers */ }
  .dropdown-menu-light-gray-azure .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15); }
  .dropdown-menu-light-gray-azure .dropdown-item {
    color: #60a4c7; }
    .dropdown-menu-light-gray-azure .dropdown-item:hover, .dropdown-menu-light-gray-azure .dropdown-item:focus {
      color: #f8f8f8;
      background-color: #60a4c7; }
    .dropdown-menu-light-gray-azure .dropdown-item.active, .dropdown-menu-light-gray-azure .dropdown-item:active {
      color: #f8f8f8;
      background-color: #60a4c7; }
    .dropdown-menu-light-gray-azure .dropdown-item.disabled, .dropdown-menu-light-gray-azure .dropdown-item:disabled {
      color: #abcfe2;
      background-color: transparent; }
  .dropdown-menu-light-gray-azure .dropdown-header {
    color: #99c4db; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 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-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }
.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 {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .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: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: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::after {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c6c6c;
  text-align: center;
  white-space: nowrap;
  background-color: #ababab;
  border: 1px solid #929292;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.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: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #f8f8f8;
    background-color: #2c4ac8; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #f8f8f8, 0 0 0 0.2rem rgba(44, 74, 200, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #f8f8f8;
    background-color: #b7c2ef; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #787878; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #ababab; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #9f9f9f; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2c4ac8; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f8f8f8' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #2c4ac8; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23f8f8f8' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 74, 200, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(44, 74, 200, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2c4ac8; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23f8f8f8'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 74, 200, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6c6c6c;
  vertical-align: middle;
  background: #f8f8f8 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%235f5f5f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #929292;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #8d9fe6;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.075), 0 0 5px rgba(141, 159, 230, 0.5); }
    .custom-select:focus::-ms-value {
      color: #6c6c6c;
      background-color: #f8f8f8; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #787878;
    background-color: #ababab; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #8d9fe6;
    box-shadow: 0 0 0 0.2rem rgba(44, 74, 200, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #8d9fe6; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6c6c6c;
  background-color: #f8f8f8;
  border: 1px solid #929292;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #6c6c6c;
    content: "Browse";
    background-color: #ababab;
    border-left: 1px solid #929292;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #2c4ac8;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #f8f8f8, 0 0 0 0.2rem rgba(44, 74, 200, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b7c2ef; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #9f9f9f;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2c4ac8;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #f8f8f8, 0 0 0 0.2rem rgba(44, 74, 200, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: #b7c2ef; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #9f9f9f;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2c4ac8;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #f8f8f8, 0 0 0 0.2rem rgba(44, 74, 200, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: #b7c2ef; }
  .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: #9f9f9f;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #9f9f9f;
    border-radius: 1rem; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #787878; }

.nav-tabs {
  border-bottom: 1px solid #9f9f9f; }
  .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: #ababab #ababab #9f9f9f; }
    .nav-tabs .nav-link.disabled {
      color: #787878;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #6c6c6c;
    background-color: #f8f8f8;
    border-color: #9f9f9f #9f9f9f #f8f8f8; }
  .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: #f8f8f8;
  background-color: #2c4ac8; }

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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 {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(17, 17, 17, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(17, 17, 17, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(17, 17, 17, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(17, 17, 17, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(17, 17, 17, 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(17, 17, 17, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(17, 17, 17, 0.5);
  border-color: rgba(17, 17, 17, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(17, 17, 17, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(17, 17, 17, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(17, 17, 17, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(17, 17, 17, 0.9); }

.navbar-dark .navbar-brand {
  color: #f8f8f8; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #f8f8f8; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(248, 248, 248, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(248, 248, 248, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(248, 248, 248, 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: #f8f8f8; }
.navbar-dark .navbar-toggler {
  color: rgba(248, 248, 248, 0.5);
  border-color: rgba(248, 248, 248, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(248, 248, 248, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
  color: rgba(248, 248, 248, 0.5); }
  .navbar-dark .navbar-text a {
    color: #f8f8f8; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #f8f8f8; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f8f8f8;
  background-clip: border-box;
  border: 1px solid rgba(17, 17, 17, 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 {
  flex: 1 1 auto;
  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(17, 17, 17, 0.03);
  border-bottom: 1px solid rgba(17, 17, 17, 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(17, 17, 17, 0.03);
  border-top: 1px solid rgba(17, 17, 17, 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 {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ababab;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #787878;
  content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #787878; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2c4ac8;
  background-color: #f8f8f8;
  border: 1px solid #9f9f9f; }
  .page-link:hover {
    z-index: 2;
    color: #1e3389;
    text-decoration: none;
    background-color: #ababab;
    border-color: #9f9f9f; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 74, 200, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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: 1;
  color: #f8f8f8;
  background-color: #2c4ac8;
  border-color: #2c4ac8; }
.page-item.disabled .page-link {
  color: #787878;
  pointer-events: none;
  cursor: auto;
  background-color: #f8f8f8;
  border-color: #9f9f9f; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .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: #f8f8f8;
  background-color: #2c4ac8; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #233b9e; }

.badge-secondary {
  color: #f8f8f8;
  background-color: #585858; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #3e3e3e; }

.badge-success {
  color: #f8f8f8;
  background-color: #75b700; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #548400; }

.badge-info {
  color: #f8f8f8;
  background-color: #0089cf; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #00679c; }

.badge-warning {
  color: #525252;
  background-color: #d6ad00; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #525252;
    text-decoration: none;
    background-color: #a38400; }

.badge-danger {
  color: #f8f8f8;
  background-color: #cf2345; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #a31c36; }

.badge-light {
  color: #525252;
  background-color: #e5e5e5; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #525252;
    text-decoration: none;
    background-color: #cccccc; }

.badge-dark {
  color: #f8f8f8;
  background-color: #2b2b2b; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #111111; }

.badge-white {
  color: #525252;
  background-color: #f8f8f8; }
  .badge-white[href]:hover, .badge-white[href]:focus {
    color: #525252;
    text-decoration: none;
    background-color: #dfdfdf; }

.badge-light-gray {
  color: #525252;
  background-color: #bfbfbf; }
  .badge-light-gray[href]:hover, .badge-light-gray[href]:focus {
    color: #525252;
    text-decoration: none;
    background-color: #a6a6a6; }

.badge-gray {
  color: #f8f8f8;
  background-color: #858585; }
  .badge-gray[href]:hover, .badge-gray[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #6c6c6c; }

.badge-dark-gray {
  color: #f8f8f8;
  background-color: #4b4b4b; }
  .badge-dark-gray[href]:hover, .badge-dark-gray[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #323232; }

.badge-black {
  color: #f8f8f8;
  background-color: #111111; }
  .badge-black[href]:hover, .badge-black[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: black; }

.badge-red {
  color: #f8f8f8;
  background-color: #cf2345; }
  .badge-red[href]:hover, .badge-red[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #a31c36; }

.badge-rose {
  color: #f8f8f8;
  background-color: #cf0089; }
  .badge-rose[href]:hover, .badge-rose[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #9c0067; }

.badge-magenta {
  color: #f8f8f8;
  background-color: #9305a5; }
  .badge-magenta[href]:hover, .badge-magenta[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #670474; }

.badge-violet {
  color: #f8f8f8;
  background-color: #570ac0; }
  .badge-violet[href]:hover, .badge-violet[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #410790; }

.badge-blue {
  color: #f8f8f8;
  background-color: #2c4ac8; }
  .badge-blue[href]:hover, .badge-blue[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #233b9e; }

.badge-azure {
  color: #f8f8f8;
  background-color: #0089cf; }
  .badge-azure[href]:hover, .badge-azure[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #00679c; }

.badge-cyan {
  color: #f8f8f8;
  background-color: #00c0ad; }
  .badge-cyan[href]:hover, .badge-cyan[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #008d7f; }

.badge-spring-green {
  color: #f8f8f8;
  background-color: #0ac057; }
  .badge-spring-green[href]:hover, .badge-spring-green[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #079041; }

.badge-green {
  color: #f8f8f8;
  background-color: #13c000; }
  .badge-green[href]:hover, .badge-green[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #0e8d00; }

.badge-chartreuse {
  color: #f8f8f8;
  background-color: #75b700; }
  .badge-chartreuse[href]:hover, .badge-chartreuse[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #548400; }

.badge-yellow {
  color: #525252;
  background-color: #d6ad00; }
  .badge-yellow[href]:hover, .badge-yellow[href]:focus {
    color: #525252;
    text-decoration: none;
    background-color: #a38400; }

.badge-orange {
  color: #f8f8f8;
  background-color: #d36823; }
  .badge-orange[href]:hover, .badge-orange[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #a7521c; }

.badge-orange-gray {
  color: #f8f8f8;
  background-color: #ac7754; }
  .badge-orange-gray[href]:hover, .badge-orange-gray[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #8a5f43; }

.badge-dark-gray-orange {
  color: #f8f8f8;
  background-color: #8f5a37; }
  .badge-dark-gray-orange[href]:hover, .badge-dark-gray-orange[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #6a4329; }

.badge-blue-gray {
  color: #f8f8f8;
  background-color: #5968a7; }
  .badge-blue-gray[href]:hover, .badge-blue-gray[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #475386; }

.badge-light-gray-azure {
  color: #f8f8f8;
  background-color: #60a4c7; }
  .badge-light-gray-azure[href]:hover, .badge-light-gray-azure[href]:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #408db4; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #ababab;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #1f2f70;
  background-color: #cfd5ee;
  border-color: #bfc7eb; }
  .alert-primary hr {
    border-top-color: #acb6e5; }
  .alert-primary .alert-link {
    color: #141e48; }

.alert-secondary {
  color: #363636;
  background-color: #d8d8d8;
  border-color: #cbcbcb; }
  .alert-secondary hr {
    border-top-color: #bebebe; }
  .alert-secondary .alert-link {
    color: #1d1d1d; }

.alert-success {
  color: #456708;
  background-color: #deebc6;
  border-color: #d3e6b3; }
  .alert-success hr {
    border-top-color: #c8e0a0; }
  .alert-success .alert-link {
    color: #253804; }

.alert-info {
  color: #084f74;
  background-color: #c6e2f0;
  border-color: #b3d9ed; }
  .alert-info hr {
    border-top-color: #9ecfe8; }
  .alert-info .alert-link {
    color: #052f44; }

.alert-warning {
  color: #776208;
  background-color: #f1e9c6;
  border-color: #eee3b3; }
  .alert-warning hr {
    border-top-color: #e9db9e; }
  .alert-warning .alert-link {
    color: #473b05; }

.alert-danger {
  color: #741a2c;
  background-color: #f0cdd4;
  border-color: #edbcc6; }
  .alert-danger hr {
    border-top-color: #e8a8b5; }
  .alert-danger .alert-link {
    color: #4a111c; }

.alert-light {
  color: #7f7f7f;
  background-color: #f4f4f4;
  border-color: #f3f3f3; }
  .alert-light hr {
    border-top-color: #e6e6e6; }
  .alert-light .alert-link {
    color: #666666; }

.alert-dark {
  color: #1f1f1f;
  background-color: #cfcfcf;
  border-color: #bfbfbf; }
  .alert-dark hr {
    border-top-color: #b2b2b2; }
  .alert-dark .alert-link {
    color: #060606; }

.alert-primary {
  color: #1a2b74;
  background-color: #a2b0eb;
  border-color: #8d9fe6; }
  .alert-primary hr {
    border-top-color: #8d9fe6; }
  .alert-primary .alert-link {
    font-weight: bold;
    color: #1a2b74; }
    .alert-primary .alert-link:hover, .alert-primary .alert-link:focus {
      color: #0c1436 !important; }
  .alert-primary.alert-dismissible .close {
    color: #1a2b74; }
    .alert-primary.alert-dismissible .close:hover, .alert-primary.alert-dismissible .close:focus {
      color: #101c4b !important; }

.alert-secondary {
  color: #252525;
  background-color: #a4a4a4;
  border-color: #989898; }
  .alert-secondary hr {
    border-top-color: #989898; }
  .alert-secondary .alert-link {
    font-weight: bold;
    color: #252525; }
    .alert-secondary .alert-link:hover, .alert-secondary .alert-link:focus {
      color: black !important; }
  .alert-secondary.alert-dismissible .close {
    color: #252525; }
    .alert-secondary.alert-dismissible .close:hover, .alert-secondary.alert-dismissible .close:focus {
      color: #0b0b0b !important; }

.alert-success {
  color: #345100;
  background-color: #c0ff51;
  border-color: #b7ff38; }
  .alert-success hr {
    border-top-color: #b7ff38; }
  .alert-success .alert-link {
    font-weight: bold;
    color: #345100; }
    .alert-success .alert-link:hover, .alert-success .alert-link:focus {
      color: #030500 !important; }
  .alert-success.alert-dismissible .close {
    color: #345100; }
    .alert-success.alert-dismissible .close:hover, .alert-success.alert-dismissible .close:focus {
      color: #131e00 !important; }

.alert-info {
  color: #004569;
  background-color: #69ccff;
  border-color: #50c4ff; }
  .alert-info hr {
    border-top-color: #50c4ff; }
  .alert-info .alert-link {
    font-weight: bold;
    color: #004569; }
    .alert-info .alert-link:hover, .alert-info .alert-link:focus {
      color: #00131d !important; }
  .alert-info.alert-dismissible .close {
    color: #004569; }
    .alert-info.alert-dismissible .close:hover, .alert-info.alert-dismissible .close:focus {
      color: #002436 !important; }

.alert-warning {
  color: #705b00;
  background-color: #ffe470;
  border-color: #ffdf57; }
  .alert-warning hr {
    border-top-color: #ffdf57; }
  .alert-warning .alert-link {
    font-weight: bold;
    color: #705b00; }
    .alert-warning .alert-link:hover, .alert-warning .alert-link:focus {
      color: #241d00 !important; }
  .alert-warning.alert-dismissible .close {
    color: #705b00; }
    .alert-warning.alert-dismissible .close:hover, .alert-warning.alert-dismissible .close:focus {
      color: #3d3100 !important; }

.alert-danger {
  color: #781428;
  background-color: #ee9dad;
  border-color: #eb879b; }
  .alert-danger hr {
    border-top-color: #eb879b; }
  .alert-danger .alert-link {
    font-weight: bold;
    color: #781428; }
    .alert-danger .alert-link:hover, .alert-danger .alert-link:focus {
      color: #360912 !important; }
  .alert-danger.alert-dismissible .close {
    color: #781428; }
    .alert-danger.alert-dismissible .close:hover, .alert-danger.alert-dismissible .close:focus {
      color: #4c0d19 !important; }

.alert-light {
  color: #b2b2b2;
  background-color: white;
  border-color: white; }
  .alert-light hr {
    border-top-color: white; }
  .alert-light .alert-link {
    font-weight: bold;
    color: #b2b2b2; }
    .alert-light .alert-link:hover, .alert-light .alert-link:focus {
      color: #8c8c8c !important; }
  .alert-light.alert-dismissible .close {
    color: #b2b2b2; }
    .alert-light.alert-dismissible .close:hover, .alert-light.alert-dismissible .close:focus {
      color: #999999 !important; }

.alert-dark {
  color: black;
  background-color: #777777;
  border-color: #6a6a6a; }
  .alert-dark hr {
    border-top-color: #6a6a6a; }
  .alert-dark .alert-link {
    font-weight: bold;
    color: black; }
    .alert-dark .alert-link:hover, .alert-dark .alert-link:focus {
      color: black !important; }
  .alert-dark.alert-dismissible .close {
    color: black; }
    .alert-dark.alert-dismissible .close:hover, .alert-dark.alert-dismissible .close:focus {
      color: black !important; }

.alert-white {
  color: #c5c5c5;
  background-color: white;
  border-color: white; }
  .alert-white hr {
    border-top-color: white; }
  .alert-white .alert-link {
    font-weight: bold;
    color: #c5c5c5; }
    .alert-white .alert-link:hover, .alert-white .alert-link:focus {
      color: #9f9f9f !important; }
  .alert-white.alert-dismissible .close {
    color: #c5c5c5; }
    .alert-white.alert-dismissible .close:hover, .alert-white.alert-dismissible .close:focus {
      color: #acacac !important; }

.alert-light-gray {
  color: #8c8c8c;
  background-color: white;
  border-color: white; }
  .alert-light-gray hr {
    border-top-color: white; }
  .alert-light-gray .alert-link {
    font-weight: bold;
    color: #8c8c8c; }
    .alert-light-gray .alert-link:hover, .alert-light-gray .alert-link:focus {
      color: #666666 !important; }
  .alert-light-gray.alert-dismissible .close {
    color: #8c8c8c; }
    .alert-light-gray.alert-dismissible .close:hover, .alert-light-gray.alert-dismissible .close:focus {
      color: #737373 !important; }

.alert-gray {
  color: #525252;
  background-color: #d2d2d2;
  border-color: #c5c5c5; }
  .alert-gray hr {
    border-top-color: #c5c5c5; }
  .alert-gray .alert-link {
    font-weight: bold;
    color: #525252; }
    .alert-gray .alert-link:hover, .alert-gray .alert-link:focus {
      color: #2c2c2c !important; }
  .alert-gray.alert-dismissible .close {
    color: #525252; }
    .alert-gray.alert-dismissible .close:hover, .alert-gray.alert-dismissible .close:focus {
      color: #393939 !important; }

.alert-dark-gray {
  color: #181818;
  background-color: #989898;
  border-color: #8b8b8b; }
  .alert-dark-gray hr {
    border-top-color: #8b8b8b; }
  .alert-dark-gray .alert-link {
    font-weight: bold;
    color: #181818; }
    .alert-dark-gray .alert-link:hover, .alert-dark-gray .alert-link:focus {
      color: black !important; }
  .alert-dark-gray.alert-dismissible .close {
    color: #181818; }
    .alert-dark-gray.alert-dismissible .close:hover, .alert-dark-gray.alert-dismissible .close:focus {
      color: black !important; }

.alert-black {
  color: black;
  background-color: #5e5e5e;
  border-color: #515151; }
  .alert-black hr {
    border-top-color: #515151; }
  .alert-black .alert-link {
    font-weight: bold;
    color: black; }
    .alert-black .alert-link:hover, .alert-black .alert-link:focus {
      color: black !important; }
  .alert-black.alert-dismissible .close {
    color: black; }
    .alert-black.alert-dismissible .close:hover, .alert-black.alert-dismissible .close:focus {
      color: black !important; }

.alert-red {
  color: #781428;
  background-color: #ee9dad;
  border-color: #eb879b; }
  .alert-red hr {
    border-top-color: #eb879b; }
  .alert-red .alert-link {
    font-weight: bold;
    color: #781428; }
    .alert-red .alert-link:hover, .alert-red .alert-link:focus {
      color: #360912 !important; }
  .alert-red.alert-dismissible .close {
    color: #781428; }
    .alert-red.alert-dismissible .close:hover, .alert-red.alert-dismissible .close:focus {
      color: #4c0d19 !important; }

.alert-rose {
  color: #690045;
  background-color: #ff69cc;
  border-color: #ff50c4; }
  .alert-rose hr {
    border-top-color: #ff50c4; }
  .alert-rose .alert-link {
    font-weight: bold;
    color: #690045; }
    .alert-rose .alert-link:hover, .alert-rose .alert-link:focus {
      color: #1d0013 !important; }
  .alert-rose.alert-dismissible .close {
    color: #690045; }
    .alert-rose.alert-dismissible .close:hover, .alert-rose.alert-dismissible .close:focus {
      color: #360024 !important; }

.alert-magenta {
  color: #3b0242;
  background-color: #e64afa;
  border-color: #e231f9; }
  .alert-magenta hr {
    border-top-color: #e231f9; }
  .alert-magenta .alert-link {
    font-weight: bold;
    color: #3b0242; }
    .alert-magenta .alert-link:hover, .alert-magenta .alert-link:focus {
      color: black !important; }
  .alert-magenta.alert-dismissible .close {
    color: #3b0242; }
    .alert-magenta.alert-dismissible .close:hover, .alert-magenta.alert-dismissible .close:focus {
      color: #0f0111 !important; }

.alert-violet {
  color: #2b055f;
  background-color: #a76cf7;
  border-color: #9853f6; }
  .alert-violet hr {
    border-top-color: #9853f6; }
  .alert-violet .alert-link {
    font-weight: bold;
    color: #2b055f; }
    .alert-violet .alert-link:hover, .alert-violet .alert-link:focus {
      color: #0a0116 !important; }
  .alert-violet.alert-dismissible .close {
    color: #2b055f; }
    .alert-violet.alert-dismissible .close:hover, .alert-violet.alert-dismissible .close:focus {
      color: #15022f !important; }

.alert-blue {
  color: #1a2b74;
  background-color: #a2b0eb;
  border-color: #8d9fe6; }
  .alert-blue hr {
    border-top-color: #8d9fe6; }
  .alert-blue .alert-link {
    font-weight: bold;
    color: #1a2b74; }
    .alert-blue .alert-link:hover, .alert-blue .alert-link:focus {
      color: #0c1436 !important; }
  .alert-blue.alert-dismissible .close {
    color: #1a2b74; }
    .alert-blue.alert-dismissible .close:hover, .alert-blue.alert-dismissible .close:focus {
      color: #101c4b !important; }

.alert-azure {
  color: #004569;
  background-color: #69ccff;
  border-color: #50c4ff; }
  .alert-azure hr {
    border-top-color: #50c4ff; }
  .alert-azure .alert-link {
    font-weight: bold;
    color: #004569; }
    .alert-azure .alert-link:hover, .alert-azure .alert-link:focus {
      color: #00131d !important; }
  .alert-azure.alert-dismissible .close {
    color: #004569; }
    .alert-azure.alert-dismissible .close:hover, .alert-azure.alert-dismissible .close:focus {
      color: #002436 !important; }

.alert-cyan {
  color: #005a51;
  background-color: #5affef;
  border-color: #41ffec; }
  .alert-cyan hr {
    border-top-color: #41ffec; }
  .alert-cyan .alert-link {
    font-weight: bold;
    color: #005a51; }
    .alert-cyan .alert-link:hover, .alert-cyan .alert-link:focus {
      color: #000e0c !important; }
  .alert-cyan.alert-dismissible .close {
    color: #005a51; }
    .alert-cyan.alert-dismissible .close:hover, .alert-cyan.alert-dismissible .close:focus {
      color: #002723 !important; }

.alert-spring-green {
  color: #055f2b;
  background-color: #6cf7a7;
  border-color: #53f698; }
  .alert-spring-green hr {
    border-top-color: #53f698; }
  .alert-spring-green .alert-link {
    font-weight: bold;
    color: #055f2b; }
    .alert-spring-green .alert-link:hover, .alert-spring-green .alert-link:focus {
      color: #01160a !important; }
  .alert-spring-green.alert-dismissible .close {
    color: #055f2b; }
    .alert-spring-green.alert-dismissible .close:hover, .alert-spring-green.alert-dismissible .close:focus {
      color: #022f15 !important; }

.alert-green {
  color: #095a00;
  background-color: #6aff5a;
  border-color: #53ff41; }
  .alert-green hr {
    border-top-color: #53ff41; }
  .alert-green .alert-link {
    font-weight: bold;
    color: #095a00; }
    .alert-green .alert-link:hover, .alert-green .alert-link:focus {
      color: #010e00 !important; }
  .alert-green.alert-dismissible .close {
    color: #095a00; }
    .alert-green.alert-dismissible .close:hover, .alert-green.alert-dismissible .close:focus {
      color: #042700 !important; }

.alert-chartreuse {
  color: #345100;
  background-color: #c0ff51;
  border-color: #b7ff38; }
  .alert-chartreuse hr {
    border-top-color: #b7ff38; }
  .alert-chartreuse .alert-link {
    font-weight: bold;
    color: #345100; }
    .alert-chartreuse .alert-link:hover, .alert-chartreuse .alert-link:focus {
      color: #030500 !important; }
  .alert-chartreuse.alert-dismissible .close {
    color: #345100; }
    .alert-chartreuse.alert-dismissible .close:hover, .alert-chartreuse.alert-dismissible .close:focus {
      color: #131e00 !important; }

.alert-yellow {
  color: #705b00;
  background-color: #ffe470;
  border-color: #ffdf57; }
  .alert-yellow hr {
    border-top-color: #ffdf57; }
  .alert-yellow .alert-link {
    font-weight: bold;
    color: #705b00; }
    .alert-yellow .alert-link:hover, .alert-yellow .alert-link:focus {
      color: #241d00 !important; }
  .alert-yellow.alert-dismissible .close {
    color: #705b00; }
    .alert-yellow.alert-dismissible .close:hover, .alert-yellow.alert-dismissible .close:focus {
      color: #3d3100 !important; }

.alert-orange {
  color: #7c3d14;
  background-color: #efbfa0;
  border-color: #ecb08a; }
  .alert-orange hr {
    border-top-color: #ecb08a; }
  .alert-orange .alert-link {
    font-weight: bold;
    color: #7c3d14; }
    .alert-orange .alert-link:hover, .alert-orange .alert-link:focus {
      color: #3a1d0a !important; }
  .alert-orange.alert-dismissible .close {
    color: #7c3d14; }
    .alert-orange.alert-dismissible .close:hover, .alert-orange.alert-dismissible .close:focus {
      color: #50270d !important; }

.alert-orange-gray {
  color: #684832;
  background-color: #dec9bb;
  border-color: #d6bbaa; }
  .alert-orange-gray hr {
    border-top-color: #d6bbaa; }
  .alert-orange-gray .alert-link {
    font-weight: bold;
    color: #684832; }
    .alert-orange-gray .alert-link:hover, .alert-orange-gray .alert-link:focus {
      color: #342419 !important; }
  .alert-orange-gray.alert-dismissible .close {
    color: #684832; }
    .alert-orange-gray.alert-dismissible .close:hover, .alert-orange-gray.alert-dismissible .close:focus {
      color: #453022 !important; }

.alert-dark-gray-orange {
  color: #452c1b;
  background-color: #d3a88c;
  border-color: #cc9a7a; }
  .alert-dark-gray-orange hr {
    border-top-color: #cc9a7a; }
  .alert-dark-gray-orange .alert-link {
    font-weight: bold;
    color: #452c1b; }
    .alert-dark-gray-orange .alert-link:hover, .alert-dark-gray-orange .alert-link:focus {
      color: #0e0905 !important; }
  .alert-dark-gray-orange.alert-dismissible .close {
    color: #452c1b; }
    .alert-dark-gray-orange.alert-dismissible .close:hover, .alert-dark-gray-orange.alert-dismissible .close:focus {
      color: #21140d !important; }

.alert-blue-gray {
  color: #353e65;
  background-color: #bdc3dc;
  border-color: #acb4d3; }
  .alert-blue-gray hr {
    border-top-color: #acb4d3; }
  .alert-blue-gray .alert-link {
    font-weight: bold;
    color: #353e65; }
    .alert-blue-gray .alert-link:hover, .alert-blue-gray .alert-link:focus {
      color: #1b1f33 !important; }
  .alert-blue-gray.alert-dismissible .close {
    color: #353e65; }
    .alert-blue-gray.alert-dismissible .close:hover, .alert-blue-gray.alert-dismissible .close:focus {
      color: #242a43 !important; }

.alert-light-gray-azure {
  color: #326f8f;
  background-color: #d1e5ef;
  border-color: #bedae8; }
  .alert-light-gray-azure hr {
    border-top-color: #bedae8; }
  .alert-light-gray-azure .alert-link {
    font-weight: bold;
    color: #326f8f; }
    .alert-light-gray-azure .alert-link:hover, .alert-light-gray-azure .alert-link:focus {
      color: #1e4356 !important; }
  .alert-light-gray-azure.alert-dismissible .close {
    color: #326f8f; }
    .alert-light-gray-azure.alert-dismissible .close:hover, .alert-light-gray-azure.alert-dismissible .close:focus {
      color: #255269 !important; }

.alert-gray-dark {
  color: #2c2c2c;
  background-color: #ababab;
  border-color: #9f9f9f; }
  .alert-gray-dark hr {
    border-top-color: #9f9f9f; }
  .alert-gray-dark .alert-link {
    font-weight: bold;
    color: #2c2c2c; }
    .alert-gray-dark .alert-link:hover, .alert-gray-dark .alert-link:focus {
      color: #060606 !important; }
  .alert-gray-dark.alert-dismissible .close {
    color: #2c2c2c; }
    .alert-gray-dark.alert-dismissible .close:hover, .alert-gray-dark.alert-dismissible .close:focus {
      color: #121212 !important; }

.alert-primary-inversed {
  color: #a2b0eb;
  background-color: #233b9e;
  border-color: #2742b3; }
  .alert-primary-inversed hr {
    border-top-color: #3a57d4; }
  .alert-primary-inversed .alert-link {
    font-weight: bold;
    color: #798de1; }
    .alert-primary-inversed .alert-link:hover, .alert-primary-inversed .alert-link:focus {
      color: #b7c2ef !important; }
  .alert-primary-inversed.alert-dismissible .close {
    color: #798de1; }
    .alert-primary-inversed.alert-dismissible .close:hover, .alert-primary-inversed.alert-dismissible .close:focus {
      color: #a2b0eb !important; }

.alert-secondary-inversed {
  color: #a4a4a4;
  background-color: #3e3e3e;
  border-color: #4b4b4b; }
  .alert-secondary-inversed hr {
    border-top-color: #656565; }
  .alert-secondary-inversed .alert-link {
    font-weight: bold;
    color: #8b8b8b; }
    .alert-secondary-inversed .alert-link:hover, .alert-secondary-inversed .alert-link:focus {
      color: #b1b1b1 !important; }
  .alert-secondary-inversed.alert-dismissible .close {
    color: #8b8b8b; }
    .alert-secondary-inversed.alert-dismissible .close:hover, .alert-secondary-inversed.alert-dismissible .close:focus {
      color: #a4a4a4 !important; }

.alert-success-inversed {
  color: #c0ff51;
  background-color: #548400;
  border-color: #659e00; }
  .alert-success-inversed hr {
    border-top-color: #85d100; }
  .alert-success-inversed .alert-link {
    font-weight: bold;
    color: #aeff1e; }
    .alert-success-inversed .alert-link:hover, .alert-success-inversed .alert-link:focus {
      color: #c9ff6b !important; }
  .alert-success-inversed.alert-dismissible .close {
    color: #aeff1e; }
    .alert-success-inversed.alert-dismissible .close:hover, .alert-success-inversed.alert-dismissible .close:focus {
      color: #c0ff51 !important; }

.alert-info-inversed {
  color: #69ccff;
  background-color: #00679c;
  border-color: #0078b6; }
  .alert-info-inversed hr {
    border-top-color: #009ae9; }
  .alert-info-inversed .alert-link {
    font-weight: bold;
    color: #36bbff; }
    .alert-info-inversed .alert-link:hover, .alert-info-inversed .alert-link:focus {
      color: #83d5ff !important; }
  .alert-info-inversed.alert-dismissible .close {
    color: #36bbff; }
    .alert-info-inversed.alert-dismissible .close:hover, .alert-info-inversed.alert-dismissible .close:focus {
      color: #69ccff !important; }

.alert-warning-inversed {
  color: #ffe470;
  background-color: #a38400;
  border-color: #bd9800; }
  .alert-warning-inversed hr {
    border-top-color: #f0c200; }
  .alert-warning-inversed .alert-link {
    font-weight: bold;
    color: #ffda3d; }
    .alert-warning-inversed .alert-link:hover, .alert-warning-inversed .alert-link:focus {
      color: #ffe88a !important; }
  .alert-warning-inversed.alert-dismissible .close {
    color: #ffda3d; }
    .alert-warning-inversed.alert-dismissible .close:hover, .alert-warning-inversed.alert-dismissible .close:focus {
      color: #ffe470 !important; }

.alert-danger-inversed {
  color: #ee9dad;
  background-color: #a31c36;
  border-color: #b91f3e; }
  .alert-danger-inversed hr {
    border-top-color: #dc3052; }
  .alert-danger-inversed .alert-link {
    font-weight: bold;
    color: #e77188; }
    .alert-danger-inversed .alert-link:hover, .alert-danger-inversed .alert-link:focus {
      color: #f2b2bf !important; }
  .alert-danger-inversed.alert-dismissible .close {
    color: #e77188; }
    .alert-danger-inversed.alert-dismissible .close:hover, .alert-danger-inversed.alert-dismissible .close:focus {
      color: #ee9dad !important; }

.alert-light-inversed {
  color: white;
  background-color: #cccccc;
  border-color: #d9d9d9; }
  .alert-light-inversed hr {
    border-top-color: #f2f2f2; }
  .alert-light-inversed .alert-link {
    font-weight: bold;
    color: white; }
    .alert-light-inversed .alert-link:hover, .alert-light-inversed .alert-link:focus {
      color: white !important; }
  .alert-light-inversed.alert-dismissible .close {
    color: white; }
    .alert-light-inversed.alert-dismissible .close:hover, .alert-light-inversed.alert-dismissible .close:focus {
      color: white !important; }

.alert-dark-inversed {
  color: #777777;
  background-color: #111111;
  border-color: #1e1e1e; }
  .alert-dark-inversed hr {
    border-top-color: #373737; }
  .alert-dark-inversed .alert-link {
    font-weight: bold;
    color: #5e5e5e; }
    .alert-dark-inversed .alert-link:hover, .alert-dark-inversed .alert-link:focus {
      color: #848484 !important; }
  .alert-dark-inversed.alert-dismissible .close {
    color: #5e5e5e; }
    .alert-dark-inversed.alert-dismissible .close:hover, .alert-dark-inversed.alert-dismissible .close:focus {
      color: #777777 !important; }

.alert-white-inversed {
  color: white;
  background-color: #dfdfdf;
  border-color: #ebebeb; }
  .alert-white-inversed hr {
    border-top-color: white; }
  .alert-white-inversed .alert-link {
    font-weight: bold;
    color: white; }
    .alert-white-inversed .alert-link:hover, .alert-white-inversed .alert-link:focus {
      color: white !important; }
  .alert-white-inversed.alert-dismissible .close {
    color: white; }
    .alert-white-inversed.alert-dismissible .close:hover, .alert-white-inversed.alert-dismissible .close:focus {
      color: white !important; }

.alert-light-gray-inversed {
  color: white;
  background-color: #a6a6a6;
  border-color: #b2b2b2; }
  .alert-light-gray-inversed hr {
    border-top-color: #cccccc; }
  .alert-light-gray-inversed .alert-link {
    font-weight: bold;
    color: #f2f2f2; }
    .alert-light-gray-inversed .alert-link:hover, .alert-light-gray-inversed .alert-link:focus {
      color: white !important; }
  .alert-light-gray-inversed.alert-dismissible .close {
    color: #f2f2f2; }
    .alert-light-gray-inversed.alert-dismissible .close:hover, .alert-light-gray-inversed.alert-dismissible .close:focus {
      color: white !important; }

.alert-gray-inversed {
  color: #d2d2d2;
  background-color: #6c6c6c;
  border-color: #787878; }
  .alert-gray-inversed hr {
    border-top-color: #929292; }
  .alert-gray-inversed .alert-link {
    font-weight: bold;
    color: #b8b8b8; }
    .alert-gray-inversed .alert-link:hover, .alert-gray-inversed .alert-link:focus {
      color: #dedede !important; }
  .alert-gray-inversed.alert-dismissible .close {
    color: #b8b8b8; }
    .alert-gray-inversed.alert-dismissible .close:hover, .alert-gray-inversed.alert-dismissible .close:focus {
      color: #d2d2d2 !important; }

.alert-dark-gray-inversed {
  color: #989898;
  background-color: #323232;
  border-color: #3e3e3e; }
  .alert-dark-gray-inversed hr {
    border-top-color: #585858; }
  .alert-dark-gray-inversed .alert-link {
    font-weight: bold;
    color: #7e7e7e; }
    .alert-dark-gray-inversed .alert-link:hover, .alert-dark-gray-inversed .alert-link:focus {
      color: #a4a4a4 !important; }
  .alert-dark-gray-inversed.alert-dismissible .close {
    color: #7e7e7e; }
    .alert-dark-gray-inversed.alert-dismissible .close:hover, .alert-dark-gray-inversed.alert-dismissible .close:focus {
      color: #989898 !important; }

.alert-black-inversed {
  color: #5e5e5e;
  background-color: black;
  border-color: #040404; }
  .alert-black-inversed hr {
    border-top-color: #1e1e1e; }
  .alert-black-inversed .alert-link {
    font-weight: bold;
    color: #444444; }
    .alert-black-inversed .alert-link:hover, .alert-black-inversed .alert-link:focus {
      color: #6a6a6a !important; }
  .alert-black-inversed.alert-dismissible .close {
    color: #444444; }
    .alert-black-inversed.alert-dismissible .close:hover, .alert-black-inversed.alert-dismissible .close:focus {
      color: #5e5e5e !important; }

.alert-red-inversed {
  color: #ee9dad;
  background-color: #a31c36;
  border-color: #b91f3e; }
  .alert-red-inversed hr {
    border-top-color: #dc3052; }
  .alert-red-inversed .alert-link {
    font-weight: bold;
    color: #e77188; }
    .alert-red-inversed .alert-link:hover, .alert-red-inversed .alert-link:focus {
      color: #f2b2bf !important; }
  .alert-red-inversed.alert-dismissible .close {
    color: #e77188; }
    .alert-red-inversed.alert-dismissible .close:hover, .alert-red-inversed.alert-dismissible .close:focus {
      color: #ee9dad !important; }

.alert-rose-inversed {
  color: #ff69cc;
  background-color: #9c0067;
  border-color: #b60078; }
  .alert-rose-inversed hr {
    border-top-color: #e9009a; }
  .alert-rose-inversed .alert-link {
    font-weight: bold;
    color: #ff36bb; }
    .alert-rose-inversed .alert-link:hover, .alert-rose-inversed .alert-link:focus {
      color: #ff83d5 !important; }
  .alert-rose-inversed.alert-dismissible .close {
    color: #ff36bb; }
    .alert-rose-inversed.alert-dismissible .close:hover, .alert-rose-inversed.alert-dismissible .close:focus {
      color: #ff69cc !important; }

.alert-magenta-inversed {
  color: #e64afa;
  background-color: #670474;
  border-color: #7d048c; }
  .alert-magenta-inversed hr {
    border-top-color: #a906be; }
  .alert-magenta-inversed .alert-link {
    font-weight: bold;
    color: #df18f8; }
    .alert-magenta-inversed .alert-link:hover, .alert-magenta-inversed .alert-link:focus {
      color: #e962fa !important; }
  .alert-magenta-inversed.alert-dismissible .close {
    color: #df18f8; }
    .alert-magenta-inversed.alert-dismissible .close:hover, .alert-magenta-inversed.alert-dismissible .close:focus {
      color: #e64afa !important; }

.alert-violet-inversed {
  color: #a76cf7;
  background-color: #410790;
  border-color: #4c09a8; }
  .alert-violet-inversed hr {
    border-top-color: #620bd8; }
  .alert-violet-inversed .alert-link {
    font-weight: bold;
    color: #8a3bf5; }
    .alert-violet-inversed .alert-link:hover, .alert-violet-inversed .alert-link:focus {
      color: #b584f9 !important; }
  .alert-violet-inversed.alert-dismissible .close {
    color: #8a3bf5; }
    .alert-violet-inversed.alert-dismissible .close:hover, .alert-violet-inversed.alert-dismissible .close:focus {
      color: #a76cf7 !important; }

.alert-blue-inversed {
  color: #a2b0eb;
  background-color: #233b9e;
  border-color: #2742b3; }
  .alert-blue-inversed hr {
    border-top-color: #3a57d4; }
  .alert-blue-inversed .alert-link {
    font-weight: bold;
    color: #798de1; }
    .alert-blue-inversed .alert-link:hover, .alert-blue-inversed .alert-link:focus {
      color: #b7c2ef !important; }
  .alert-blue-inversed.alert-dismissible .close {
    color: #798de1; }
    .alert-blue-inversed.alert-dismissible .close:hover, .alert-blue-inversed.alert-dismissible .close:focus {
      color: #a2b0eb !important; }

.alert-azure-inversed {
  color: #69ccff;
  background-color: #00679c;
  border-color: #0078b6; }
  .alert-azure-inversed hr {
    border-top-color: #009ae9; }
  .alert-azure-inversed .alert-link {
    font-weight: bold;
    color: #36bbff; }
    .alert-azure-inversed .alert-link:hover, .alert-azure-inversed .alert-link:focus {
      color: #83d5ff !important; }
  .alert-azure-inversed.alert-dismissible .close {
    color: #36bbff; }
    .alert-azure-inversed.alert-dismissible .close:hover, .alert-azure-inversed.alert-dismissible .close:focus {
      color: #69ccff !important; }

.alert-cyan-inversed {
  color: #5affef;
  background-color: #008d7f;
  border-color: #00a796; }
  .alert-cyan-inversed hr {
    border-top-color: #00dac4; }
  .alert-cyan-inversed .alert-link {
    font-weight: bold;
    color: #27ffea; }
    .alert-cyan-inversed .alert-link:hover, .alert-cyan-inversed .alert-link:focus {
      color: #74fff1 !important; }
  .alert-cyan-inversed.alert-dismissible .close {
    color: #27ffea; }
    .alert-cyan-inversed.alert-dismissible .close:hover, .alert-cyan-inversed.alert-dismissible .close:focus {
      color: #5affef !important; }

.alert-spring-green-inversed {
  color: #6cf7a7;
  background-color: #079041;
  border-color: #09a84c; }
  .alert-spring-green-inversed hr {
    border-top-color: #0bd862; }
  .alert-spring-green-inversed .alert-link {
    font-weight: bold;
    color: #3bf58a; }
    .alert-spring-green-inversed .alert-link:hover, .alert-spring-green-inversed .alert-link:focus {
      color: #84f9b5 !important; }
  .alert-spring-green-inversed.alert-dismissible .close {
    color: #3bf58a; }
    .alert-spring-green-inversed.alert-dismissible .close:hover, .alert-spring-green-inversed.alert-dismissible .close:focus {
      color: #6cf7a7 !important; }

.alert-green-inversed {
  color: #6aff5a;
  background-color: #0e8d00;
  border-color: #10a700; }
  .alert-green-inversed hr {
    border-top-color: #16da00; }
  .alert-green-inversed .alert-link {
    font-weight: bold;
    color: #3cff27; }
    .alert-green-inversed .alert-link:hover, .alert-green-inversed .alert-link:focus {
      color: #81ff74 !important; }
  .alert-green-inversed.alert-dismissible .close {
    color: #3cff27; }
    .alert-green-inversed.alert-dismissible .close:hover, .alert-green-inversed.alert-dismissible .close:focus {
      color: #6aff5a !important; }

.alert-chartreuse-inversed {
  color: #c0ff51;
  background-color: #548400;
  border-color: #659e00; }
  .alert-chartreuse-inversed hr {
    border-top-color: #85d100; }
  .alert-chartreuse-inversed .alert-link {
    font-weight: bold;
    color: #aeff1e; }
    .alert-chartreuse-inversed .alert-link:hover, .alert-chartreuse-inversed .alert-link:focus {
      color: #c9ff6b !important; }
  .alert-chartreuse-inversed.alert-dismissible .close {
    color: #aeff1e; }
    .alert-chartreuse-inversed.alert-dismissible .close:hover, .alert-chartreuse-inversed.alert-dismissible .close:focus {
      color: #c0ff51 !important; }

.alert-yellow-inversed {
  color: #ffe470;
  background-color: #a38400;
  border-color: #bd9800; }
  .alert-yellow-inversed hr {
    border-top-color: #f0c200; }
  .alert-yellow-inversed .alert-link {
    font-weight: bold;
    color: #ffda3d; }
    .alert-yellow-inversed .alert-link:hover, .alert-yellow-inversed .alert-link:focus {
      color: #ffe88a !important; }
  .alert-yellow-inversed.alert-dismissible .close {
    color: #ffda3d; }
    .alert-yellow-inversed.alert-dismissible .close:hover, .alert-yellow-inversed.alert-dismissible .close:focus {
      color: #ffe470 !important; }

.alert-orange-inversed {
  color: #efbfa0;
  background-color: #a7521c;
  border-color: #bd5d1f; }
  .alert-orange-inversed hr {
    border-top-color: #dd7532; }
  .alert-orange-inversed .alert-link {
    font-weight: bold;
    color: #e8a174; }
    .alert-orange-inversed .alert-link:hover, .alert-orange-inversed .alert-link:focus {
      color: #f3ceb6 !important; }
  .alert-orange-inversed.alert-dismissible .close {
    color: #e8a174; }
    .alert-orange-inversed.alert-dismissible .close:hover, .alert-orange-inversed.alert-dismissible .close:focus {
      color: #efbfa0 !important; }

.alert-orange-gray-inversed {
  color: #dec9bb;
  background-color: #8a5f43;
  border-color: #9b6b4b; }
  .alert-orange-gray-inversed hr {
    border-top-color: #b48565; }
  .alert-orange-gray-inversed .alert-link {
    font-weight: bold;
    color: #cdae99; }
    .alert-orange-gray-inversed .alert-link:hover, .alert-orange-gray-inversed .alert-link:focus {
      color: #e6d7cc !important; }
  .alert-orange-gray-inversed.alert-dismissible .close {
    color: #cdae99; }
    .alert-orange-gray-inversed.alert-dismissible .close:hover, .alert-orange-gray-inversed.alert-dismissible .close:focus {
      color: #dec9bb !important; }

.alert-dark-gray-orange-inversed {
  color: #d3a88c;
  background-color: #6a4329;
  border-color: #7d4e30; }
  .alert-dark-gray-orange-inversed hr {
    border-top-color: #a1663e; }
  .alert-dark-gray-orange-inversed .alert-link {
    font-weight: bold;
    color: #c58c67; }
    .alert-dark-gray-orange-inversed .alert-link:hover, .alert-dark-gray-orange-inversed .alert-link:focus {
      color: #dab69f !important; }
  .alert-dark-gray-orange-inversed.alert-dismissible .close {
    color: #c58c67; }
    .alert-dark-gray-orange-inversed.alert-dismissible .close:hover, .alert-dark-gray-orange-inversed.alert-dismissible .close:focus {
      color: #d3a88c !important; }

.alert-blue-gray-inversed {
  color: #bdc3dc;
  background-color: #475386;
  border-color: #505d97; }
  .alert-blue-gray-inversed hr {
    border-top-color: #6a77b0; }
  .alert-blue-gray-inversed .alert-link {
    font-weight: bold;
    color: #9ca5ca; }
    .alert-blue-gray-inversed .alert-link:hover, .alert-blue-gray-inversed .alert-link:focus {
      color: #ced2e5 !important; }
  .alert-blue-gray-inversed.alert-dismissible .close {
    color: #9ca5ca; }
    .alert-blue-gray-inversed.alert-dismissible .close:hover, .alert-blue-gray-inversed.alert-dismissible .close:focus {
      color: #bdc3dc !important; }

.alert-light-gray-azure-inversed {
  color: #d1e5ef;
  background-color: #408db4;
  border-color: #4d99c0; }
  .alert-light-gray-azure-inversed hr {
    border-top-color: #73afce; }
  .alert-light-gray-azure-inversed .alert-link {
    font-weight: bold;
    color: #abcfe2; }
    .alert-light-gray-azure-inversed .alert-link:hover, .alert-light-gray-azure-inversed .alert-link:focus {
      color: #e4f0f5 !important; }
  .alert-light-gray-azure-inversed.alert-dismissible .close {
    color: #abcfe2; }
    .alert-light-gray-azure-inversed.alert-dismissible .close:hover, .alert-light-gray-azure-inversed.alert-dismissible .close:focus {
      color: #d1e5ef !important; }

.alert-gray-dark-inversed {
  color: #ababab;
  background-color: #454545;
  border-color: #525252; }
  .alert-gray-dark-inversed hr {
    border-top-color: #6c6c6c; }
  .alert-gray-dark-inversed .alert-link {
    font-weight: bold;
    color: #929292; }
    .alert-gray-dark-inversed .alert-link:hover, .alert-gray-dark-inversed .alert-link:focus {
      color: #b8b8b8 !important; }
  .alert-gray-dark-inversed.alert-dismissible .close {
    color: #929292; }
    .alert-gray-dark-inversed.alert-dismissible .close:hover, .alert-gray-dark-inversed.alert-dismissible .close:focus {
      color: #ababab !important; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #ababab;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #f8f8f8;
  text-align: center;
  white-space: nowrap;
  background-color: #2c4ac8;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #6c6c6c;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #6c6c6c;
    text-decoration: none;
    background-color: #b8b8b8; }
  .list-group-item-action:active {
    color: #525252;
    background-color: #ababab; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #f8f8f8;
  border: 1px solid rgba(17, 17, 17, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #787878;
    background-color: #f8f8f8; }
  .list-group-item.active {
    z-index: 2;
    color: #f8f8f8;
    background-color: #2c4ac8;
    border-color: #2c4ac8; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #1f2f70;
  background-color: #bfc7eb; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1f2f70;
    background-color: #acb6e5; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1f2f70;
    border-color: #1f2f70; }

.list-group-item-secondary {
  color: #363636;
  background-color: #cbcbcb; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #363636;
    background-color: #bebebe; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #363636;
    border-color: #363636; }

.list-group-item-success {
  color: #456708;
  background-color: #d3e6b3; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #456708;
    background-color: #c8e0a0; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #456708;
    border-color: #456708; }

.list-group-item-info {
  color: #084f74;
  background-color: #b3d9ed; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #084f74;
    background-color: #9ecfe8; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #084f74;
    border-color: #084f74; }

.list-group-item-warning {
  color: #776208;
  background-color: #eee3b3; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #776208;
    background-color: #e9db9e; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #776208;
    border-color: #776208; }

.list-group-item-danger {
  color: #741a2c;
  background-color: #edbcc6; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #741a2c;
    background-color: #e8a8b5; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #741a2c;
    border-color: #741a2c; }

.list-group-item-light {
  color: #7f7f7f;
  background-color: #f3f3f3; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7f7f7f;
    background-color: #e6e6e6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f; }

.list-group-item-dark {
  color: #1f1f1f;
  background-color: #bfbfbf; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1f1f1f;
    background-color: #b2b2b2; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f; }

.list-group-item-white {
  color: #898989;
  background-color: #f8f8f8; }
  .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #898989;
    background-color: #ebebeb; }
  .list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #898989;
    border-color: #898989; }

.list-group-item-light-gray {
  color: #6b6b6b;
  background-color: #e8e8e8; }
  .list-group-item-light-gray.list-group-item-action:hover, .list-group-item-light-gray.list-group-item-action:focus {
    color: #6b6b6b;
    background-color: #dbdbdb; }
  .list-group-item-light-gray.list-group-item-action.active {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #6b6b6b; }

.list-group-item-gray {
  color: #4d4d4d;
  background-color: #d8d8d8; }
  .list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
    color: #4d4d4d;
    background-color: #cbcbcb; }
  .list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #4d4d4d; }

.list-group-item-dark-gray {
  color: #2f2f2f;
  background-color: #c8c8c8; }
  .list-group-item-dark-gray.list-group-item-action:hover, .list-group-item-dark-gray.list-group-item-action:focus {
    color: #2f2f2f;
    background-color: #bbbbbb; }
  .list-group-item-dark-gray.list-group-item-action.active {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #2f2f2f; }

.list-group-item-black {
  color: #111111;
  background-color: #b7b7b7; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: #111111;
    background-color: #aaaaaa; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #111111;
    border-color: #111111; }

.list-group-item-red {
  color: #741a2c;
  background-color: #edbcc6; }
  .list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
    color: #741a2c;
    background-color: #e8a8b5; }
  .list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #741a2c;
    border-color: #741a2c; }

.list-group-item-rose {
  color: #74084f;
  background-color: #edb3d9; }
  .list-group-item-rose.list-group-item-action:hover, .list-group-item-rose.list-group-item-action:focus {
    color: #74084f;
    background-color: #e89ecf; }
  .list-group-item-rose.list-group-item-action.active {
    color: #fff;
    background-color: #74084f;
    border-color: #74084f; }

.list-group-item-magenta {
  color: #550b5e;
  background-color: #dcb4e1; }
  .list-group-item-magenta.list-group-item-action:hover, .list-group-item-magenta.list-group-item-action:focus {
    color: #550b5e;
    background-color: #d4a2da; }
  .list-group-item-magenta.list-group-item-action.active {
    color: #fff;
    background-color: #550b5e;
    border-color: #550b5e; }

.list-group-item-violet {
  color: #350d6c;
  background-color: #cbb5e8; }
  .list-group-item-violet.list-group-item-action:hover, .list-group-item-violet.list-group-item-action:focus {
    color: #350d6c;
    background-color: #bda2e2; }
  .list-group-item-violet.list-group-item-action.active {
    color: #fff;
    background-color: #350d6c;
    border-color: #350d6c; }

.list-group-item-blue {
  color: #1f2f70;
  background-color: #bfc7eb; }
  .list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
    color: #1f2f70;
    background-color: #acb6e5; }
  .list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #1f2f70;
    border-color: #1f2f70; }

.list-group-item-azure {
  color: #084f74;
  background-color: #b3d9ed; }
  .list-group-item-azure.list-group-item-action:hover, .list-group-item-azure.list-group-item-action:focus {
    color: #084f74;
    background-color: #9ecfe8; }
  .list-group-item-azure.list-group-item-action.active {
    color: #fff;
    background-color: #084f74;
    border-color: #084f74; }

.list-group-item-cyan {
  color: #086c62;
  background-color: #b3e8e3; }
  .list-group-item-cyan.list-group-item-action:hover, .list-group-item-cyan.list-group-item-action:focus {
    color: #086c62;
    background-color: #9fe2dc; }
  .list-group-item-cyan.list-group-item-action.active {
    color: #fff;
    background-color: #086c62;
    border-color: #086c62; }

.list-group-item-spring-green {
  color: #0d6c35;
  background-color: #b5e8cb; }
  .list-group-item-spring-green.list-group-item-action:hover, .list-group-item-spring-green.list-group-item-action:focus {
    color: #0d6c35;
    background-color: #a2e2bd; }
  .list-group-item-spring-green.list-group-item-action.active {
    color: #fff;
    background-color: #0d6c35;
    border-color: #0d6c35; }

.list-group-item-green {
  color: #126c08;
  background-color: #b8e8b3; }
  .list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
    color: #126c08;
    background-color: #a6e29f; }
  .list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #126c08;
    border-color: #126c08; }

.list-group-item-chartreuse {
  color: #456708;
  background-color: #d3e6b3; }
  .list-group-item-chartreuse.list-group-item-action:hover, .list-group-item-chartreuse.list-group-item-action:focus {
    color: #456708;
    background-color: #c8e0a0; }
  .list-group-item-chartreuse.list-group-item-action.active {
    color: #fff;
    background-color: #456708;
    border-color: #456708; }

.list-group-item-yellow {
  color: #776208;
  background-color: #eee3b3; }
  .list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
    color: #776208;
    background-color: #e9db9e; }
  .list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #776208;
    border-color: #776208; }

.list-group-item-orange {
  color: #763e1a;
  background-color: #eed0bc; }
  .list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #763e1a;
    background-color: #e9c2a8; }
  .list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #763e1a;
    border-color: #763e1a; }

.list-group-item-orange-gray {
  color: #624634;
  background-color: #e3d4ca; }
  .list-group-item-orange-gray.list-group-item-action:hover, .list-group-item-orange-gray.list-group-item-action:focus {
    color: #624634;
    background-color: #dac6b9; }
  .list-group-item-orange-gray.list-group-item-action.active {
    color: #fff;
    background-color: #624634;
    border-color: #624634; }

.list-group-item-dark-gray-orange {
  color: #533725;
  background-color: #dbccc2; }
  .list-group-item-dark-gray-orange.list-group-item-action:hover, .list-group-item-dark-gray-orange.list-group-item-action:focus {
    color: #533725;
    background-color: #d2bfb2; }
  .list-group-item-dark-gray-orange.list-group-item-action.active {
    color: #fff;
    background-color: #533725;
    border-color: #533725; }

.list-group-item-blue-gray {
  color: #363e5f;
  background-color: #cbd0e1; }
  .list-group-item-blue-gray.list-group-item-action:hover, .list-group-item-blue-gray.list-group-item-action:focus {
    color: #363e5f;
    background-color: #bbc1d8; }
  .list-group-item-blue-gray.list-group-item-action.active {
    color: #fff;
    background-color: #363e5f;
    border-color: #363e5f; }

.list-group-item-light-gray-azure {
  color: #3a5d70;
  background-color: #cde0ea; }
  .list-group-item-light-gray-azure.list-group-item-action:hover, .list-group-item-light-gray-azure.list-group-item-action:focus {
    color: #3a5d70;
    background-color: #bbd5e2; }
  .list-group-item-light-gray-azure.list-group-item-action.active {
    color: #fff;
    background-color: #3a5d70;
    border-color: #3a5d70; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #111111;
  text-shadow: 0 1px 0 #f8f8f8;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #111111;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #111111; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #ababab;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #ababab; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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"], .tooltip-primary .bs-tooltip-auto[x-placement^="top"], .tooltip-secondary .bs-tooltip-auto[x-placement^="top"], .tooltip-success .bs-tooltip-auto[x-placement^="top"], .tooltip-info .bs-tooltip-auto[x-placement^="top"], .tooltip-warning .bs-tooltip-auto[x-placement^="top"], .tooltip-danger .bs-tooltip-auto[x-placement^="top"], .tooltip-light .bs-tooltip-auto[x-placement^="top"], .tooltip-dark .bs-tooltip-auto[x-placement^="top"], .tooltip-white .bs-tooltip-auto[x-placement^="top"], .tooltip-light-gray .bs-tooltip-auto[x-placement^="top"], .tooltip-gray .bs-tooltip-auto[x-placement^="top"], .tooltip-dark-gray .bs-tooltip-auto[x-placement^="top"], .tooltip-black .bs-tooltip-auto[x-placement^="top"], .tooltip-red .bs-tooltip-auto[x-placement^="top"], .tooltip-rose .bs-tooltip-auto[x-placement^="top"], .tooltip-magenta .bs-tooltip-auto[x-placement^="top"], .tooltip-violet .bs-tooltip-auto[x-placement^="top"], .tooltip-blue .bs-tooltip-auto[x-placement^="top"], .tooltip-azure .bs-tooltip-auto[x-placement^="top"], .tooltip-cyan .bs-tooltip-auto[x-placement^="top"], .tooltip-spring-green .bs-tooltip-auto[x-placement^="top"], .tooltip-green .bs-tooltip-auto[x-placement^="top"], .tooltip-chartreuse .bs-tooltip-auto[x-placement^="top"], .tooltip-yellow .bs-tooltip-auto[x-placement^="top"], .tooltip-orange .bs-tooltip-auto[x-placement^="top"], .tooltip-orange-gray .bs-tooltip-auto[x-placement^="top"], .tooltip-dark-gray-orange .bs-tooltip-auto[x-placement^="top"], .tooltip-blue-gray .bs-tooltip-auto[x-placement^="top"], .tooltip-light-gray-azure .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: #111111; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"], .tooltip-primary .bs-tooltip-auto[x-placement^="right"], .tooltip-secondary .bs-tooltip-auto[x-placement^="right"], .tooltip-success .bs-tooltip-auto[x-placement^="right"], .tooltip-info .bs-tooltip-auto[x-placement^="right"], .tooltip-warning .bs-tooltip-auto[x-placement^="right"], .tooltip-danger .bs-tooltip-auto[x-placement^="right"], .tooltip-light .bs-tooltip-auto[x-placement^="right"], .tooltip-dark .bs-tooltip-auto[x-placement^="right"], .tooltip-white .bs-tooltip-auto[x-placement^="right"], .tooltip-light-gray .bs-tooltip-auto[x-placement^="right"], .tooltip-gray .bs-tooltip-auto[x-placement^="right"], .tooltip-dark-gray .bs-tooltip-auto[x-placement^="right"], .tooltip-black .bs-tooltip-auto[x-placement^="right"], .tooltip-red .bs-tooltip-auto[x-placement^="right"], .tooltip-rose .bs-tooltip-auto[x-placement^="right"], .tooltip-magenta .bs-tooltip-auto[x-placement^="right"], .tooltip-violet .bs-tooltip-auto[x-placement^="right"], .tooltip-blue .bs-tooltip-auto[x-placement^="right"], .tooltip-azure .bs-tooltip-auto[x-placement^="right"], .tooltip-cyan .bs-tooltip-auto[x-placement^="right"], .tooltip-spring-green .bs-tooltip-auto[x-placement^="right"], .tooltip-green .bs-tooltip-auto[x-placement^="right"], .tooltip-chartreuse .bs-tooltip-auto[x-placement^="right"], .tooltip-yellow .bs-tooltip-auto[x-placement^="right"], .tooltip-orange .bs-tooltip-auto[x-placement^="right"], .tooltip-orange-gray .bs-tooltip-auto[x-placement^="right"], .tooltip-dark-gray-orange .bs-tooltip-auto[x-placement^="right"], .tooltip-blue-gray .bs-tooltip-auto[x-placement^="right"], .tooltip-light-gray-azure .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: #111111; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"], .tooltip-primary .bs-tooltip-auto[x-placement^="bottom"], .tooltip-secondary .bs-tooltip-auto[x-placement^="bottom"], .tooltip-success .bs-tooltip-auto[x-placement^="bottom"], .tooltip-info .bs-tooltip-auto[x-placement^="bottom"], .tooltip-warning .bs-tooltip-auto[x-placement^="bottom"], .tooltip-danger .bs-tooltip-auto[x-placement^="bottom"], .tooltip-light .bs-tooltip-auto[x-placement^="bottom"], .tooltip-dark .bs-tooltip-auto[x-placement^="bottom"], .tooltip-white .bs-tooltip-auto[x-placement^="bottom"], .tooltip-light-gray .bs-tooltip-auto[x-placement^="bottom"], .tooltip-gray .bs-tooltip-auto[x-placement^="bottom"], .tooltip-dark-gray .bs-tooltip-auto[x-placement^="bottom"], .tooltip-black .bs-tooltip-auto[x-placement^="bottom"], .tooltip-red .bs-tooltip-auto[x-placement^="bottom"], .tooltip-rose .bs-tooltip-auto[x-placement^="bottom"], .tooltip-magenta .bs-tooltip-auto[x-placement^="bottom"], .tooltip-violet .bs-tooltip-auto[x-placement^="bottom"], .tooltip-blue .bs-tooltip-auto[x-placement^="bottom"], .tooltip-azure .bs-tooltip-auto[x-placement^="bottom"], .tooltip-cyan .bs-tooltip-auto[x-placement^="bottom"], .tooltip-spring-green .bs-tooltip-auto[x-placement^="bottom"], .tooltip-green .bs-tooltip-auto[x-placement^="bottom"], .tooltip-chartreuse .bs-tooltip-auto[x-placement^="bottom"], .tooltip-yellow .bs-tooltip-auto[x-placement^="bottom"], .tooltip-orange .bs-tooltip-auto[x-placement^="bottom"], .tooltip-orange-gray .bs-tooltip-auto[x-placement^="bottom"], .tooltip-dark-gray-orange .bs-tooltip-auto[x-placement^="bottom"], .tooltip-blue-gray .bs-tooltip-auto[x-placement^="bottom"], .tooltip-light-gray-azure .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: #111111; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"], .tooltip-primary .bs-tooltip-auto[x-placement^="left"], .tooltip-secondary .bs-tooltip-auto[x-placement^="left"], .tooltip-success .bs-tooltip-auto[x-placement^="left"], .tooltip-info .bs-tooltip-auto[x-placement^="left"], .tooltip-warning .bs-tooltip-auto[x-placement^="left"], .tooltip-danger .bs-tooltip-auto[x-placement^="left"], .tooltip-light .bs-tooltip-auto[x-placement^="left"], .tooltip-dark .bs-tooltip-auto[x-placement^="left"], .tooltip-white .bs-tooltip-auto[x-placement^="left"], .tooltip-light-gray .bs-tooltip-auto[x-placement^="left"], .tooltip-gray .bs-tooltip-auto[x-placement^="left"], .tooltip-dark-gray .bs-tooltip-auto[x-placement^="left"], .tooltip-black .bs-tooltip-auto[x-placement^="left"], .tooltip-red .bs-tooltip-auto[x-placement^="left"], .tooltip-rose .bs-tooltip-auto[x-placement^="left"], .tooltip-magenta .bs-tooltip-auto[x-placement^="left"], .tooltip-violet .bs-tooltip-auto[x-placement^="left"], .tooltip-blue .bs-tooltip-auto[x-placement^="left"], .tooltip-azure .bs-tooltip-auto[x-placement^="left"], .tooltip-cyan .bs-tooltip-auto[x-placement^="left"], .tooltip-spring-green .bs-tooltip-auto[x-placement^="left"], .tooltip-green .bs-tooltip-auto[x-placement^="left"], .tooltip-chartreuse .bs-tooltip-auto[x-placement^="left"], .tooltip-yellow .bs-tooltip-auto[x-placement^="left"], .tooltip-orange .bs-tooltip-auto[x-placement^="left"], .tooltip-orange-gray .bs-tooltip-auto[x-placement^="left"], .tooltip-dark-gray-orange .bs-tooltip-auto[x-placement^="left"], .tooltip-blue-gray .bs-tooltip-auto[x-placement^="left"], .tooltip-light-gray-azure .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: #111111; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #f8f8f8;
  text-align: center;
  background-color: #111111;
  border-radius: 0.25rem; }

.tooltip-primary {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #2c4ac8;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #2c4ac8;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #2c4ac8;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #2c4ac8;
  		}
  	}
  }
  */ }
  .tooltip-primary.bs-tooltip-top .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #2c4ac8; }
  .tooltip-primary.bs-tooltip-right .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #2c4ac8; }
  .tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #2c4ac8; }
  .tooltip-primary.bs-tooltip-left .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #2c4ac8; }
  .tooltip-primary .tooltip-inner {
    color: #f8f8f8;
    background-color: #2c4ac8; }

.tooltip-secondary {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #585858;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #585858;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #585858;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #585858;
  		}
  	}
  }
  */ }
  .tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #585858; }
  .tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #585858; }
  .tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #585858; }
  .tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #585858; }
  .tooltip-secondary .tooltip-inner {
    color: #f8f8f8;
    background-color: #585858; }

.tooltip-success {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #75b700;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #75b700;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #75b700;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #75b700;
  		}
  	}
  }
  */ }
  .tooltip-success.bs-tooltip-top .arrow::before, .tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #75b700; }
  .tooltip-success.bs-tooltip-right .arrow::before, .tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #75b700; }
  .tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #75b700; }
  .tooltip-success.bs-tooltip-left .arrow::before, .tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #75b700; }
  .tooltip-success .tooltip-inner {
    color: #f8f8f8;
    background-color: #75b700; }

.tooltip-info {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #0089cf;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #0089cf;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #0089cf;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #0089cf;
  		}
  	}
  }
  */ }
  .tooltip-info.bs-tooltip-top .arrow::before, .tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #0089cf; }
  .tooltip-info.bs-tooltip-right .arrow::before, .tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #0089cf; }
  .tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #0089cf; }
  .tooltip-info.bs-tooltip-left .arrow::before, .tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #0089cf; }
  .tooltip-info .tooltip-inner {
    color: #f8f8f8;
    background-color: #0089cf; }

.tooltip-warning {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #d6ad00;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #d6ad00;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #d6ad00;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #d6ad00;
  		}
  	}
  }
  */ }
  .tooltip-warning.bs-tooltip-top .arrow::before, .tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #d6ad00; }
  .tooltip-warning.bs-tooltip-right .arrow::before, .tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #d6ad00; }
  .tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #d6ad00; }
  .tooltip-warning.bs-tooltip-left .arrow::before, .tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #d6ad00; }
  .tooltip-warning .tooltip-inner {
    color: #f8f8f8;
    background-color: #d6ad00; }

.tooltip-danger {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #cf2345;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #cf2345;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #cf2345;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #cf2345;
  		}
  	}
  }
  */ }
  .tooltip-danger.bs-tooltip-top .arrow::before, .tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #cf2345; }
  .tooltip-danger.bs-tooltip-right .arrow::before, .tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #cf2345; }
  .tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #cf2345; }
  .tooltip-danger.bs-tooltip-left .arrow::before, .tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #cf2345; }
  .tooltip-danger .tooltip-inner {
    color: #f8f8f8;
    background-color: #cf2345; }

.tooltip-light {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #e5e5e5;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #e5e5e5;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #e5e5e5;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #e5e5e5;
  		}
  	}
  }
  */ }
  .tooltip-light.bs-tooltip-top .arrow::before, .tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #e5e5e5; }
  .tooltip-light.bs-tooltip-right .arrow::before, .tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #e5e5e5; }
  .tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #e5e5e5; }
  .tooltip-light.bs-tooltip-left .arrow::before, .tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #e5e5e5; }
  .tooltip-light .tooltip-inner {
    color: #4b4b4b;
    background-color: #e5e5e5; }

.tooltip-dark {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #2b2b2b;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #2b2b2b;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #2b2b2b;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #2b2b2b;
  		}
  	}
  }
  */ }
  .tooltip-dark.bs-tooltip-top .arrow::before, .tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #2b2b2b; }
  .tooltip-dark.bs-tooltip-right .arrow::before, .tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #2b2b2b; }
  .tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #2b2b2b; }
  .tooltip-dark.bs-tooltip-left .arrow::before, .tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #2b2b2b; }
  .tooltip-dark .tooltip-inner {
    color: #f8f8f8;
    background-color: #2b2b2b; }

.tooltip-white {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #f8f8f8;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #f8f8f8;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #f8f8f8;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #f8f8f8;
  		}
  	}
  }
  */ }
  .tooltip-white.bs-tooltip-top .arrow::before, .tooltip-white.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #f8f8f8; }
  .tooltip-white.bs-tooltip-right .arrow::before, .tooltip-white.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #f8f8f8; }
  .tooltip-white.bs-tooltip-bottom .arrow::before, .tooltip-white.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #f8f8f8; }
  .tooltip-white.bs-tooltip-left .arrow::before, .tooltip-white.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #f8f8f8; }
  .tooltip-white .tooltip-inner {
    color: #4b4b4b;
    background-color: #f8f8f8; }

.tooltip-light-gray {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #bfbfbf;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #bfbfbf;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #bfbfbf;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #bfbfbf;
  		}
  	}
  }
  */ }
  .tooltip-light-gray.bs-tooltip-top .arrow::before, .tooltip-light-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #bfbfbf; }
  .tooltip-light-gray.bs-tooltip-right .arrow::before, .tooltip-light-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #bfbfbf; }
  .tooltip-light-gray.bs-tooltip-bottom .arrow::before, .tooltip-light-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #bfbfbf; }
  .tooltip-light-gray.bs-tooltip-left .arrow::before, .tooltip-light-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #bfbfbf; }
  .tooltip-light-gray .tooltip-inner {
    color: #4b4b4b;
    background-color: #bfbfbf; }

.tooltip-gray {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #858585;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #858585;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #858585;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #858585;
  		}
  	}
  }
  */ }
  .tooltip-gray.bs-tooltip-top .arrow::before, .tooltip-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #858585; }
  .tooltip-gray.bs-tooltip-right .arrow::before, .tooltip-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #858585; }
  .tooltip-gray.bs-tooltip-bottom .arrow::before, .tooltip-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #858585; }
  .tooltip-gray.bs-tooltip-left .arrow::before, .tooltip-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #858585; }
  .tooltip-gray .tooltip-inner {
    color: #f8f8f8;
    background-color: #858585; }

.tooltip-dark-gray {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #4b4b4b;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #4b4b4b;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #4b4b4b;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #4b4b4b;
  		}
  	}
  }
  */ }
  .tooltip-dark-gray.bs-tooltip-top .arrow::before, .tooltip-dark-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #4b4b4b; }
  .tooltip-dark-gray.bs-tooltip-right .arrow::before, .tooltip-dark-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #4b4b4b; }
  .tooltip-dark-gray.bs-tooltip-bottom .arrow::before, .tooltip-dark-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #4b4b4b; }
  .tooltip-dark-gray.bs-tooltip-left .arrow::before, .tooltip-dark-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #4b4b4b; }
  .tooltip-dark-gray .tooltip-inner {
    color: #f8f8f8;
    background-color: #4b4b4b; }

.tooltip-black {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #111111;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #111111;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #111111;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #111111;
  		}
  	}
  }
  */ }
  .tooltip-black.bs-tooltip-top .arrow::before, .tooltip-black.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #111111; }
  .tooltip-black.bs-tooltip-right .arrow::before, .tooltip-black.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #111111; }
  .tooltip-black.bs-tooltip-bottom .arrow::before, .tooltip-black.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #111111; }
  .tooltip-black.bs-tooltip-left .arrow::before, .tooltip-black.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #111111; }
  .tooltip-black .tooltip-inner {
    color: #f8f8f8;
    background-color: #111111; }

.tooltip-red {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #cf2345;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #cf2345;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #cf2345;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #cf2345;
  		}
  	}
  }
  */ }
  .tooltip-red.bs-tooltip-top .arrow::before, .tooltip-red.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #cf2345; }
  .tooltip-red.bs-tooltip-right .arrow::before, .tooltip-red.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #cf2345; }
  .tooltip-red.bs-tooltip-bottom .arrow::before, .tooltip-red.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #cf2345; }
  .tooltip-red.bs-tooltip-left .arrow::before, .tooltip-red.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #cf2345; }
  .tooltip-red .tooltip-inner {
    color: #f8f8f8;
    background-color: #cf2345; }

.tooltip-rose {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #cf0089;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #cf0089;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #cf0089;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #cf0089;
  		}
  	}
  }
  */ }
  .tooltip-rose.bs-tooltip-top .arrow::before, .tooltip-rose.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #cf0089; }
  .tooltip-rose.bs-tooltip-right .arrow::before, .tooltip-rose.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #cf0089; }
  .tooltip-rose.bs-tooltip-bottom .arrow::before, .tooltip-rose.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #cf0089; }
  .tooltip-rose.bs-tooltip-left .arrow::before, .tooltip-rose.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #cf0089; }
  .tooltip-rose .tooltip-inner {
    color: #f8f8f8;
    background-color: #cf0089; }

.tooltip-magenta {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #9305a5;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #9305a5;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #9305a5;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #9305a5;
  		}
  	}
  }
  */ }
  .tooltip-magenta.bs-tooltip-top .arrow::before, .tooltip-magenta.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #9305a5; }
  .tooltip-magenta.bs-tooltip-right .arrow::before, .tooltip-magenta.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #9305a5; }
  .tooltip-magenta.bs-tooltip-bottom .arrow::before, .tooltip-magenta.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #9305a5; }
  .tooltip-magenta.bs-tooltip-left .arrow::before, .tooltip-magenta.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #9305a5; }
  .tooltip-magenta .tooltip-inner {
    color: #f8f8f8;
    background-color: #9305a5; }

.tooltip-violet {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #570ac0;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #570ac0;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #570ac0;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #570ac0;
  		}
  	}
  }
  */ }
  .tooltip-violet.bs-tooltip-top .arrow::before, .tooltip-violet.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #570ac0; }
  .tooltip-violet.bs-tooltip-right .arrow::before, .tooltip-violet.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #570ac0; }
  .tooltip-violet.bs-tooltip-bottom .arrow::before, .tooltip-violet.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #570ac0; }
  .tooltip-violet.bs-tooltip-left .arrow::before, .tooltip-violet.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #570ac0; }
  .tooltip-violet .tooltip-inner {
    color: #f8f8f8;
    background-color: #570ac0; }

.tooltip-blue {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #2c4ac8;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #2c4ac8;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #2c4ac8;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #2c4ac8;
  		}
  	}
  }
  */ }
  .tooltip-blue.bs-tooltip-top .arrow::before, .tooltip-blue.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #2c4ac8; }
  .tooltip-blue.bs-tooltip-right .arrow::before, .tooltip-blue.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #2c4ac8; }
  .tooltip-blue.bs-tooltip-bottom .arrow::before, .tooltip-blue.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #2c4ac8; }
  .tooltip-blue.bs-tooltip-left .arrow::before, .tooltip-blue.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #2c4ac8; }
  .tooltip-blue .tooltip-inner {
    color: #f8f8f8;
    background-color: #2c4ac8; }

.tooltip-azure {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #0089cf;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #0089cf;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #0089cf;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #0089cf;
  		}
  	}
  }
  */ }
  .tooltip-azure.bs-tooltip-top .arrow::before, .tooltip-azure.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #0089cf; }
  .tooltip-azure.bs-tooltip-right .arrow::before, .tooltip-azure.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #0089cf; }
  .tooltip-azure.bs-tooltip-bottom .arrow::before, .tooltip-azure.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #0089cf; }
  .tooltip-azure.bs-tooltip-left .arrow::before, .tooltip-azure.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #0089cf; }
  .tooltip-azure .tooltip-inner {
    color: #f8f8f8;
    background-color: #0089cf; }

.tooltip-cyan {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #00c0ad;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #00c0ad;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #00c0ad;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #00c0ad;
  		}
  	}
  }
  */ }
  .tooltip-cyan.bs-tooltip-top .arrow::before, .tooltip-cyan.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #00c0ad; }
  .tooltip-cyan.bs-tooltip-right .arrow::before, .tooltip-cyan.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #00c0ad; }
  .tooltip-cyan.bs-tooltip-bottom .arrow::before, .tooltip-cyan.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #00c0ad; }
  .tooltip-cyan.bs-tooltip-left .arrow::before, .tooltip-cyan.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #00c0ad; }
  .tooltip-cyan .tooltip-inner {
    color: #f8f8f8;
    background-color: #00c0ad; }

.tooltip-spring-green {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #0ac057;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #0ac057;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #0ac057;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #0ac057;
  		}
  	}
  }
  */ }
  .tooltip-spring-green.bs-tooltip-top .arrow::before, .tooltip-spring-green.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #0ac057; }
  .tooltip-spring-green.bs-tooltip-right .arrow::before, .tooltip-spring-green.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #0ac057; }
  .tooltip-spring-green.bs-tooltip-bottom .arrow::before, .tooltip-spring-green.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #0ac057; }
  .tooltip-spring-green.bs-tooltip-left .arrow::before, .tooltip-spring-green.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #0ac057; }
  .tooltip-spring-green .tooltip-inner {
    color: #f8f8f8;
    background-color: #0ac057; }

.tooltip-green {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #13c000;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #13c000;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #13c000;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #13c000;
  		}
  	}
  }
  */ }
  .tooltip-green.bs-tooltip-top .arrow::before, .tooltip-green.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #13c000; }
  .tooltip-green.bs-tooltip-right .arrow::before, .tooltip-green.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #13c000; }
  .tooltip-green.bs-tooltip-bottom .arrow::before, .tooltip-green.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #13c000; }
  .tooltip-green.bs-tooltip-left .arrow::before, .tooltip-green.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #13c000; }
  .tooltip-green .tooltip-inner {
    color: #f8f8f8;
    background-color: #13c000; }

.tooltip-chartreuse {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #75b700;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #75b700;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #75b700;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #75b700;
  		}
  	}
  }
  */ }
  .tooltip-chartreuse.bs-tooltip-top .arrow::before, .tooltip-chartreuse.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #75b700; }
  .tooltip-chartreuse.bs-tooltip-right .arrow::before, .tooltip-chartreuse.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #75b700; }
  .tooltip-chartreuse.bs-tooltip-bottom .arrow::before, .tooltip-chartreuse.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #75b700; }
  .tooltip-chartreuse.bs-tooltip-left .arrow::before, .tooltip-chartreuse.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #75b700; }
  .tooltip-chartreuse .tooltip-inner {
    color: #4b4b4b;
    background-color: #75b700; }

.tooltip-yellow {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #d6ad00;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #d6ad00;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #d6ad00;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #d6ad00;
  		}
  	}
  }
  */ }
  .tooltip-yellow.bs-tooltip-top .arrow::before, .tooltip-yellow.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #d6ad00; }
  .tooltip-yellow.bs-tooltip-right .arrow::before, .tooltip-yellow.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #d6ad00; }
  .tooltip-yellow.bs-tooltip-bottom .arrow::before, .tooltip-yellow.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #d6ad00; }
  .tooltip-yellow.bs-tooltip-left .arrow::before, .tooltip-yellow.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #d6ad00; }
  .tooltip-yellow .tooltip-inner {
    color: #4b4b4b;
    background-color: #d6ad00; }

.tooltip-orange {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #d36823;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #d36823;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #d36823;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #d36823;
  		}
  	}
  }
  */ }
  .tooltip-orange.bs-tooltip-top .arrow::before, .tooltip-orange.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #d36823; }
  .tooltip-orange.bs-tooltip-right .arrow::before, .tooltip-orange.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #d36823; }
  .tooltip-orange.bs-tooltip-bottom .arrow::before, .tooltip-orange.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #d36823; }
  .tooltip-orange.bs-tooltip-left .arrow::before, .tooltip-orange.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #d36823; }
  .tooltip-orange .tooltip-inner {
    color: #f8f8f8;
    background-color: #d36823; }

.tooltip-orange-gray {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #ac7754;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #ac7754;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #ac7754;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #ac7754;
  		}
  	}
  }
  */ }
  .tooltip-orange-gray.bs-tooltip-top .arrow::before, .tooltip-orange-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #ac7754; }
  .tooltip-orange-gray.bs-tooltip-right .arrow::before, .tooltip-orange-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #ac7754; }
  .tooltip-orange-gray.bs-tooltip-bottom .arrow::before, .tooltip-orange-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #ac7754; }
  .tooltip-orange-gray.bs-tooltip-left .arrow::before, .tooltip-orange-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #ac7754; }
  .tooltip-orange-gray .tooltip-inner {
    color: #f8f8f8;
    background-color: #ac7754; }

.tooltip-dark-gray-orange {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #8f5a37;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #8f5a37;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #8f5a37;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #8f5a37;
  		}
  	}
  }
  */ }
  .tooltip-dark-gray-orange.bs-tooltip-top .arrow::before, .tooltip-dark-gray-orange.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #8f5a37; }
  .tooltip-dark-gray-orange.bs-tooltip-right .arrow::before, .tooltip-dark-gray-orange.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #8f5a37; }
  .tooltip-dark-gray-orange.bs-tooltip-bottom .arrow::before, .tooltip-dark-gray-orange.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #8f5a37; }
  .tooltip-dark-gray-orange.bs-tooltip-left .arrow::before, .tooltip-dark-gray-orange.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #8f5a37; }
  .tooltip-dark-gray-orange .tooltip-inner {
    color: #f8f8f8;
    background-color: #8f5a37; }

.tooltip-blue-gray {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #5968a7;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #5968a7;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #5968a7;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #5968a7;
  		}
  	}
  }
  */ }
  .tooltip-blue-gray.bs-tooltip-top .arrow::before, .tooltip-blue-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #5968a7; }
  .tooltip-blue-gray.bs-tooltip-right .arrow::before, .tooltip-blue-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #5968a7; }
  .tooltip-blue-gray.bs-tooltip-bottom .arrow::before, .tooltip-blue-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #5968a7; }
  .tooltip-blue-gray.bs-tooltip-left .arrow::before, .tooltip-blue-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #5968a7; }
  .tooltip-blue-gray .tooltip-inner {
    color: #f8f8f8;
    background-color: #5968a7; }

.tooltip-light-gray-azure {
  /*
  .bs-tooltip-top {
  	.arrow {
  		&::before {
  			border-top-color: #60a4c7;
  		}
  	}
  }
  
  .bs-tooltip-right {
  	.arrow {
  		&::before {
  			border-right-color: #60a4c7;
  		}
  	}
  }
  
  .bs-tooltip-bottom {
  	.arrow {
  		&::before {
  			border-bottom-color: #60a4c7;
  		}
  	}
  }
  
  .bs-tooltip-left {
  	.arrow {
  		&::before {
  			border-left-color: #60a4c7;
  		}
  	}
  }
  */ }
  .tooltip-light-gray-azure.bs-tooltip-top .arrow::before, .tooltip-light-gray-azure.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #60a4c7; }
  .tooltip-light-gray-azure.bs-tooltip-right .arrow::before, .tooltip-light-gray-azure.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #60a4c7; }
  .tooltip-light-gray-azure.bs-tooltip-bottom .arrow::before, .tooltip-light-gray-azure.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #60a4c7; }
  .tooltip-light-gray-azure.bs-tooltip-left .arrow::before, .tooltip-light-gray-azure.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #60a4c7; }
  .tooltip-light-gray-azure .tooltip-inner {
    color: #f8f8f8;
    background-color: #60a4c7; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid rgba(17, 17, 17, 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) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(17, 17, 17, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #f8f8f8; }

.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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(17, 17, 17, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #f8f8f8; }

.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) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(17, 17, 17, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #f8f8f8; }
  .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 #f0f0f0; }

.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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(17, 17, 17, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #f8f8f8; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e4e4e4;
  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: #525252; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #f8f8f8;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #f8f8f8;
    text-decoration: none;
    outline: 0;
    opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f8f8f8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f8f8f8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(248, 248, 248, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #f8f8f8; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #f8f8f8;
  text-align: center; }

.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: #2c4ac8 !important; }

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

.bg-secondary {
  background-color: #585858 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #3e3e3e !important; }

.bg-success {
  background-color: #75b700 !important; }

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

.bg-info {
  background-color: #0089cf !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #00679c !important; }

.bg-warning {
  background-color: #d6ad00 !important; }

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

.bg-danger {
  background-color: #cf2345 !important; }

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

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

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

.bg-dark {
  background-color: #2b2b2b !important; }

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

.bg-white {
  background-color: #f8f8f8 !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #9f9f9f !important; }

.border-top {
  border-top: 1px solid #9f9f9f !important; }

.border-right {
  border-right: 1px solid #9f9f9f !important; }

.border-bottom {
  border-bottom: 1px solid #9f9f9f !important; }

.border-left {
  border-left: 1px solid #9f9f9f !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: #2c4ac8 !important; }

.border-secondary {
  border-color: #585858 !important; }

.border-success {
  border-color: #75b700 !important; }

.border-info {
  border-color: #0089cf !important; }

.border-warning {
  border-color: #d6ad00 !important; }

.border-danger {
  border-color: #cf2345 !important; }

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

.border-dark {
  border-color: #2b2b2b !important; }

.border-white {
  border-color: #f8f8f8 !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-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.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; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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; }

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

.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-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-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-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-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-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-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

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

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

.text-secondary {
  color: #585858 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #3e3e3e !important; }

.text-success {
  color: #75b700 !important; }

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

.text-info {
  color: #0089cf !important; }

a.text-info:hover, a.text-info:focus {
  color: #00679c !important; }

.text-warning {
  color: #d6ad00 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #a38400 !important; }

.text-danger {
  color: #cf2345 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a31c36 !important; }

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

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

.text-dark {
  color: #2b2b2b !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #111111 !important; }

.text-muted {
  color: #787878 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.bg-white {
  background-color: #f8f8f8 !important; }

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

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

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

.bg-gray {
  background-color: #858585 !important; }

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #6c6c6c !important; }

.bg-dark-gray {
  background-color: #4b4b4b !important; }

a.bg-dark-gray:hover, a.bg-dark-gray:focus,
button.bg-dark-gray:hover,
button.bg-dark-gray:focus {
  background-color: #323232 !important; }

.bg-black {
  background-color: #111111 !important; }

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

.bg-red {
  background-color: #cf2345 !important; }

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

.bg-rose {
  background-color: #cf0089 !important; }

a.bg-rose:hover, a.bg-rose:focus,
button.bg-rose:hover,
button.bg-rose:focus {
  background-color: #9c0067 !important; }

.bg-magenta {
  background-color: #9305a5 !important; }

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

.bg-violet {
  background-color: #570ac0 !important; }

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

.bg-blue {
  background-color: #2c4ac8 !important; }

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

.bg-azure {
  background-color: #0089cf !important; }

a.bg-azure:hover, a.bg-azure:focus,
button.bg-azure:hover,
button.bg-azure:focus {
  background-color: #00679c !important; }

.bg-cyan {
  background-color: #00c0ad !important; }

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #008d7f !important; }

.bg-spring-green {
  background-color: #0ac057 !important; }

a.bg-spring-green:hover, a.bg-spring-green:focus,
button.bg-spring-green:hover,
button.bg-spring-green:focus {
  background-color: #079041 !important; }

.bg-green {
  background-color: #13c000 !important; }

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #0e8d00 !important; }

.bg-chartreuse {
  background-color: #75b700 !important; }

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

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

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

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

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

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

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

.bg-dark-gray-orange {
  background-color: #8f5a37 !important; }

a.bg-dark-gray-orange:hover, a.bg-dark-gray-orange:focus,
button.bg-dark-gray-orange:hover,
button.bg-dark-gray-orange:focus {
  background-color: #6a4329 !important; }

.bg-blue-gray {
  background-color: #5968a7 !important; }

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

.bg-light-gray-azure {
  background-color: #60a4c7 !important; }

a.bg-light-gray-azure:hover, a.bg-light-gray-azure:focus,
button.bg-light-gray-azure:hover,
button.bg-light-gray-azure:focus {
  background-color: #408db4 !important; }

.bg-white-50 {
  background-color: white !important; }

a.bg-white-50:hover, a.bg-white-50:focus,
button.bg-white-50:hover,
button.bg-white-50:focus {
  background-color: #e6e6e6 !important; }

.bg-white-100 {
  background-color: white !important; }

a.bg-white-100:hover, a.bg-white-100:focus,
button.bg-white-100:hover,
button.bg-white-100:focus {
  background-color: #e6e6e6 !important; }

.bg-white-200 {
  background-color: white !important; }

a.bg-white-200:hover, a.bg-white-200:focus,
button.bg-white-200:hover,
button.bg-white-200:focus {
  background-color: #e6e6e6 !important; }

.bg-white-300 {
  background-color: white !important; }

a.bg-white-300:hover, a.bg-white-300:focus,
button.bg-white-300:hover,
button.bg-white-300:focus {
  background-color: #e6e6e6 !important; }

.bg-white-400 {
  background-color: white !important; }

a.bg-white-400:hover, a.bg-white-400:focus,
button.bg-white-400:hover,
button.bg-white-400:focus {
  background-color: #e6e6e6 !important; }

.bg-white-500 {
  background-color: #f8f8f8 !important; }

a.bg-white-500:hover, a.bg-white-500:focus,
button.bg-white-500:hover,
button.bg-white-500:focus {
  background-color: #dfdfdf !important; }

.bg-white-600 {
  background-color: #ebebeb !important; }

a.bg-white-600:hover, a.bg-white-600:focus,
button.bg-white-600:hover,
button.bg-white-600:focus {
  background-color: #d2d2d2 !important; }

.bg-white-700 {
  background-color: #dfdfdf !important; }

a.bg-white-700:hover, a.bg-white-700:focus,
button.bg-white-700:hover,
button.bg-white-700:focus {
  background-color: #c5c5c5 !important; }

.bg-white-800 {
  background-color: #d2d2d2 !important; }

a.bg-white-800:hover, a.bg-white-800:focus,
button.bg-white-800:hover,
button.bg-white-800:focus {
  background-color: #b8b8b8 !important; }

.bg-white-900 {
  background-color: #c5c5c5 !important; }

a.bg-white-900:hover, a.bg-white-900:focus,
button.bg-white-900:hover,
button.bg-white-900:focus {
  background-color: #acacac !important; }

.bg-light-gray-50 {
  background-color: white !important; }

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

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

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

.bg-light-gray-200 {
  background-color: #e5e5e5 !important; }

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

.bg-light-gray-300 {
  background-color: #d9d9d9 !important; }

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

.bg-light-gray-400 {
  background-color: #cccccc !important; }

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

.bg-light-gray-500 {
  background-color: #bfbfbf !important; }

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

.bg-light-gray-600 {
  background-color: #b2b2b2 !important; }

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

.bg-light-gray-700 {
  background-color: #a6a6a6 !important; }

a.bg-light-gray-700:hover, a.bg-light-gray-700:focus,
button.bg-light-gray-700:hover,
button.bg-light-gray-700:focus {
  background-color: #8c8c8c !important; }

.bg-light-gray-800 {
  background-color: #999999 !important; }

a.bg-light-gray-800:hover, a.bg-light-gray-800:focus,
button.bg-light-gray-800:hover,
button.bg-light-gray-800:focus {
  background-color: #7f7f7f !important; }

.bg-light-gray-900 {
  background-color: #8c8c8c !important; }

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

.bg-gray-100 {
  background-color: #b8b8b8 !important; }

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #9f9f9f !important; }

.bg-gray-200 {
  background-color: #ababab !important; }

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #929292 !important; }

.bg-gray-300 {
  background-color: #9f9f9f !important; }

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #858585 !important; }

.bg-gray-400 {
  background-color: #929292 !important; }

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #787878 !important; }

.bg-gray-500 {
  background-color: #858585 !important; }

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #6c6c6c !important; }

.bg-gray-600 {
  background-color: #787878 !important; }

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #5f5f5f !important; }

.bg-gray-700 {
  background-color: #6c6c6c !important; }

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #525252 !important; }

.bg-gray-800 {
  background-color: #5f5f5f !important; }

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #454545 !important; }

.bg-gray-900 {
  background-color: #525252 !important; }

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #393939 !important; }

.bg-gray-50 {
  background-color: #d2d2d2 !important; }

a.bg-gray-50:hover, a.bg-gray-50:focus,
button.bg-gray-50:hover,
button.bg-gray-50:focus {
  background-color: #b8b8b8 !important; }

.bg-dark-gray-50 {
  background-color: #989898 !important; }

a.bg-dark-gray-50:hover, a.bg-dark-gray-50:focus,
button.bg-dark-gray-50:hover,
button.bg-dark-gray-50:focus {
  background-color: #7e7e7e !important; }

.bg-dark-gray-100 {
  background-color: #7e7e7e !important; }

a.bg-dark-gray-100:hover, a.bg-dark-gray-100:focus,
button.bg-dark-gray-100:hover,
button.bg-dark-gray-100:focus {
  background-color: #656565 !important; }

.bg-dark-gray-200 {
  background-color: #717171 !important; }

a.bg-dark-gray-200:hover, a.bg-dark-gray-200:focus,
button.bg-dark-gray-200:hover,
button.bg-dark-gray-200:focus {
  background-color: #585858 !important; }

.bg-dark-gray-300 {
  background-color: #656565 !important; }

a.bg-dark-gray-300:hover, a.bg-dark-gray-300:focus,
button.bg-dark-gray-300:hover,
button.bg-dark-gray-300:focus {
  background-color: #4b4b4b !important; }

.bg-dark-gray-400 {
  background-color: #585858 !important; }

a.bg-dark-gray-400:hover, a.bg-dark-gray-400:focus,
button.bg-dark-gray-400:hover,
button.bg-dark-gray-400:focus {
  background-color: #3e3e3e !important; }

.bg-dark-gray-500 {
  background-color: #4b4b4b !important; }

a.bg-dark-gray-500:hover, a.bg-dark-gray-500:focus,
button.bg-dark-gray-500:hover,
button.bg-dark-gray-500:focus {
  background-color: #323232 !important; }

.bg-dark-gray-600 {
  background-color: #3e3e3e !important; }

a.bg-dark-gray-600:hover, a.bg-dark-gray-600:focus,
button.bg-dark-gray-600:hover,
button.bg-dark-gray-600:focus {
  background-color: #252525 !important; }

.bg-dark-gray-700 {
  background-color: #323232 !important; }

a.bg-dark-gray-700:hover, a.bg-dark-gray-700:focus,
button.bg-dark-gray-700:hover,
button.bg-dark-gray-700:focus {
  background-color: #181818 !important; }

.bg-dark-gray-800 {
  background-color: #252525 !important; }

a.bg-dark-gray-800:hover, a.bg-dark-gray-800:focus,
button.bg-dark-gray-800:hover,
button.bg-dark-gray-800:focus {
  background-color: #0b0b0b !important; }

.bg-dark-gray-900 {
  background-color: #181818 !important; }

a.bg-dark-gray-900:hover, a.bg-dark-gray-900:focus,
button.bg-dark-gray-900:hover,
button.bg-dark-gray-900:focus {
  background-color: black !important; }

.bg-black-50 {
  background-color: #5e5e5e !important; }

a.bg-black-50:hover, a.bg-black-50:focus,
button.bg-black-50:hover,
button.bg-black-50:focus {
  background-color: #444444 !important; }

.bg-black-100 {
  background-color: #444444 !important; }

a.bg-black-100:hover, a.bg-black-100:focus,
button.bg-black-100:hover,
button.bg-black-100:focus {
  background-color: #2b2b2b !important; }

.bg-black-200 {
  background-color: #373737 !important; }

a.bg-black-200:hover, a.bg-black-200:focus,
button.bg-black-200:hover,
button.bg-black-200:focus {
  background-color: #1e1e1e !important; }

.bg-black-300 {
  background-color: #2b2b2b !important; }

a.bg-black-300:hover, a.bg-black-300:focus,
button.bg-black-300:hover,
button.bg-black-300:focus {
  background-color: #111111 !important; }

.bg-black-400 {
  background-color: #1e1e1e !important; }

a.bg-black-400:hover, a.bg-black-400:focus,
button.bg-black-400:hover,
button.bg-black-400:focus {
  background-color: #040404 !important; }

.bg-black-500 {
  background-color: #111111 !important; }

a.bg-black-500:hover, a.bg-black-500:focus,
button.bg-black-500:hover,
button.bg-black-500:focus {
  background-color: black !important; }

.bg-black-600 {
  background-color: #040404 !important; }

a.bg-black-600:hover, a.bg-black-600:focus,
button.bg-black-600:hover,
button.bg-black-600:focus {
  background-color: black !important; }

.bg-black-700 {
  background-color: black !important; }

a.bg-black-700:hover, a.bg-black-700:focus,
button.bg-black-700:hover,
button.bg-black-700:focus {
  background-color: black !important; }

.bg-black-800 {
  background-color: black !important; }

a.bg-black-800:hover, a.bg-black-800:focus,
button.bg-black-800:hover,
button.bg-black-800:focus {
  background-color: black !important; }

.bg-black-900 {
  background-color: black !important; }

a.bg-black-900:hover, a.bg-black-900:focus,
button.bg-black-900:hover,
button.bg-black-900:focus {
  background-color: black !important; }

.bg-red-50 {
  background-color: #ee9dad !important; }

a.bg-red-50:hover, a.bg-red-50:focus,
button.bg-red-50:hover,
button.bg-red-50:focus {
  background-color: #e77188 !important; }

.bg-red-100 {
  background-color: #e77188 !important; }

a.bg-red-100:hover, a.bg-red-100:focus,
button.bg-red-100:hover,
button.bg-red-100:focus {
  background-color: #e04564 !important; }

.bg-red-200 {
  background-color: #e35b76 !important; }

a.bg-red-200:hover, a.bg-red-200:focus,
button.bg-red-200:hover,
button.bg-red-200:focus {
  background-color: #dc3052 !important; }

.bg-red-300 {
  background-color: #e04564 !important; }

a.bg-red-300:hover, a.bg-red-300:focus,
button.bg-red-300:hover,
button.bg-red-300:focus {
  background-color: #cf2345 !important; }

.bg-red-400 {
  background-color: #dc3052 !important; }

a.bg-red-400:hover, a.bg-red-400:focus,
button.bg-red-400:hover,
button.bg-red-400:focus {
  background-color: #b91f3e !important; }

.bg-red-500 {
  background-color: #cf2345 !important; }

a.bg-red-500:hover, a.bg-red-500:focus,
button.bg-red-500:hover,
button.bg-red-500:focus {
  background-color: #a31c36 !important; }

.bg-red-600 {
  background-color: #b91f3e !important; }

a.bg-red-600:hover, a.bg-red-600:focus,
button.bg-red-600:hover,
button.bg-red-600:focus {
  background-color: #8e182f !important; }

.bg-red-700 {
  background-color: #a31c36 !important; }

a.bg-red-700:hover, a.bg-red-700:focus,
button.bg-red-700:hover,
button.bg-red-700:focus {
  background-color: #781428 !important; }

.bg-red-800 {
  background-color: #8e182f !important; }

a.bg-red-800:hover, a.bg-red-800:focus,
button.bg-red-800:hover,
button.bg-red-800:focus {
  background-color: #621121 !important; }

.bg-red-900 {
  background-color: #781428 !important; }

a.bg-red-900:hover, a.bg-red-900:focus,
button.bg-red-900:hover,
button.bg-red-900:focus {
  background-color: #4c0d19 !important; }

.bg-rose-50 {
  background-color: #ff69cc !important; }

a.bg-rose-50:hover, a.bg-rose-50:focus,
button.bg-rose-50:hover,
button.bg-rose-50:focus {
  background-color: #ff36bb !important; }

.bg-rose-100 {
  background-color: #ff36bb !important; }

a.bg-rose-100:hover, a.bg-rose-100:focus,
button.bg-rose-100:hover,
button.bg-rose-100:focus {
  background-color: #ff03aa !important; }

.bg-rose-200 {
  background-color: #ff1db2 !important; }

a.bg-rose-200:hover, a.bg-rose-200:focus,
button.bg-rose-200:hover,
button.bg-rose-200:focus {
  background-color: #e9009a !important; }

.bg-rose-300 {
  background-color: #ff03aa !important; }

a.bg-rose-300:hover, a.bg-rose-300:focus,
button.bg-rose-300:hover,
button.bg-rose-300:focus {
  background-color: #cf0089 !important; }

.bg-rose-400 {
  background-color: #e9009a !important; }

a.bg-rose-400:hover, a.bg-rose-400:focus,
button.bg-rose-400:hover,
button.bg-rose-400:focus {
  background-color: #b60078 !important; }

.bg-rose-500 {
  background-color: #cf0089 !important; }

a.bg-rose-500:hover, a.bg-rose-500:focus,
button.bg-rose-500:hover,
button.bg-rose-500:focus {
  background-color: #9c0067 !important; }

.bg-rose-600 {
  background-color: #b60078 !important; }

a.bg-rose-600:hover, a.bg-rose-600:focus,
button.bg-rose-600:hover,
button.bg-rose-600:focus {
  background-color: #830056 !important; }

.bg-rose-700 {
  background-color: #9c0067 !important; }

a.bg-rose-700:hover, a.bg-rose-700:focus,
button.bg-rose-700:hover,
button.bg-rose-700:focus {
  background-color: #690045 !important; }

.bg-rose-800 {
  background-color: #830056 !important; }

a.bg-rose-800:hover, a.bg-rose-800:focus,
button.bg-rose-800:hover,
button.bg-rose-800:focus {
  background-color: #500035 !important; }

.bg-rose-900 {
  background-color: #690045 !important; }

a.bg-rose-900:hover, a.bg-rose-900:focus,
button.bg-rose-900:hover,
button.bg-rose-900:focus {
  background-color: #360024 !important; }

.bg-magenta-50 {
  background-color: #e64afa !important; }

a.bg-magenta-50:hover, a.bg-magenta-50:focus,
button.bg-magenta-50:hover,
button.bg-magenta-50:focus {
  background-color: #df18f8 !important; }

.bg-magenta-100 {
  background-color: #df18f8 !important; }

a.bg-magenta-100:hover, a.bg-magenta-100:focus,
button.bg-magenta-100:hover,
button.bg-magenta-100:focus {
  background-color: #bf07d7 !important; }

.bg-magenta-200 {
  background-color: #d507ef !important; }

a.bg-magenta-200:hover, a.bg-magenta-200:focus,
button.bg-magenta-200:hover,
button.bg-magenta-200:focus {
  background-color: #a906be !important; }

.bg-magenta-300 {
  background-color: #bf07d7 !important; }

a.bg-magenta-300:hover, a.bg-magenta-300:focus,
button.bg-magenta-300:hover,
button.bg-magenta-300:focus {
  background-color: #9305a5 !important; }

.bg-magenta-400 {
  background-color: #a906be !important; }

a.bg-magenta-400:hover, a.bg-magenta-400:focus,
button.bg-magenta-400:hover,
button.bg-magenta-400:focus {
  background-color: #7d048c !important; }

.bg-magenta-500 {
  background-color: #9305a5 !important; }

a.bg-magenta-500:hover, a.bg-magenta-500:focus,
button.bg-magenta-500:hover,
button.bg-magenta-500:focus {
  background-color: #670474 !important; }

.bg-magenta-600 {
  background-color: #7d048c !important; }

a.bg-magenta-600:hover, a.bg-magenta-600:focus,
button.bg-magenta-600:hover,
button.bg-magenta-600:focus {
  background-color: #51035b !important; }

.bg-magenta-700 {
  background-color: #670474 !important; }

a.bg-magenta-700:hover, a.bg-magenta-700:focus,
button.bg-magenta-700:hover,
button.bg-magenta-700:focus {
  background-color: #3b0242 !important; }

.bg-magenta-800 {
  background-color: #51035b !important; }

a.bg-magenta-800:hover, a.bg-magenta-800:focus,
button.bg-magenta-800:hover,
button.bg-magenta-800:focus {
  background-color: #250129 !important; }

.bg-magenta-900 {
  background-color: #3b0242 !important; }

a.bg-magenta-900:hover, a.bg-magenta-900:focus,
button.bg-magenta-900:hover,
button.bg-magenta-900:focus {
  background-color: #0f0111 !important; }

.bg-violet-50 {
  background-color: #a76cf7 !important; }

a.bg-violet-50:hover, a.bg-violet-50:focus,
button.bg-violet-50:hover,
button.bg-violet-50:focus {
  background-color: #8a3bf5 !important; }

.bg-violet-100 {
  background-color: #8a3bf5 !important; }

a.bg-violet-100:hover, a.bg-violet-100:focus,
button.bg-violet-100:hover,
button.bg-violet-100:focus {
  background-color: #6d0df0 !important; }

.bg-violet-200 {
  background-color: #7b23f4 !important; }

a.bg-violet-200:hover, a.bg-violet-200:focus,
button.bg-violet-200:hover,
button.bg-violet-200:focus {
  background-color: #620bd8 !important; }

.bg-violet-300 {
  background-color: #6d0df0 !important; }

a.bg-violet-300:hover, a.bg-violet-300:focus,
button.bg-violet-300:hover,
button.bg-violet-300:focus {
  background-color: #570ac0 !important; }

.bg-violet-400 {
  background-color: #620bd8 !important; }

a.bg-violet-400:hover, a.bg-violet-400:focus,
button.bg-violet-400:hover,
button.bg-violet-400:focus {
  background-color: #4c09a8 !important; }

.bg-violet-500 {
  background-color: #570ac0 !important; }

a.bg-violet-500:hover, a.bg-violet-500:focus,
button.bg-violet-500:hover,
button.bg-violet-500:focus {
  background-color: #410790 !important; }

.bg-violet-600 {
  background-color: #4c09a8 !important; }

a.bg-violet-600:hover, a.bg-violet-600:focus,
button.bg-violet-600:hover,
button.bg-violet-600:focus {
  background-color: #360677 !important; }

.bg-violet-700 {
  background-color: #410790 !important; }

a.bg-violet-700:hover, a.bg-violet-700:focus,
button.bg-violet-700:hover,
button.bg-violet-700:focus {
  background-color: #2b055f !important; }

.bg-violet-800 {
  background-color: #360677 !important; }

a.bg-violet-800:hover, a.bg-violet-800:focus,
button.bg-violet-800:hover,
button.bg-violet-800:focus {
  background-color: #200447 !important; }

.bg-violet-900 {
  background-color: #2b055f !important; }

a.bg-violet-900:hover, a.bg-violet-900:focus,
button.bg-violet-900:hover,
button.bg-violet-900:focus {
  background-color: #15022f !important; }

.bg-blue-50 {
  background-color: #a2b0eb !important; }

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

.bg-blue-100 {
  background-color: #798de1 !important; }

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

.bg-blue-200 {
  background-color: #647bdd !important; }

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

.bg-blue-300 {
  background-color: #4f69d8 !important; }

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

.bg-blue-400 {
  background-color: #3a57d4 !important; }

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

.bg-blue-500 {
  background-color: #2c4ac8 !important; }

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

.bg-blue-600 {
  background-color: #2742b3 !important; }

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

.bg-blue-700 {
  background-color: #233b9e !important; }

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

.bg-blue-800 {
  background-color: #1e3389 !important; }

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

.bg-blue-900 {
  background-color: #1a2b74 !important; }

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

.bg-azure-50 {
  background-color: #69ccff !important; }

a.bg-azure-50:hover, a.bg-azure-50:focus,
button.bg-azure-50:hover,
button.bg-azure-50:focus {
  background-color: #36bbff !important; }

.bg-azure-100 {
  background-color: #36bbff !important; }

a.bg-azure-100:hover, a.bg-azure-100:focus,
button.bg-azure-100:hover,
button.bg-azure-100:focus {
  background-color: #03aaff !important; }

.bg-azure-200 {
  background-color: #1db2ff !important; }

a.bg-azure-200:hover, a.bg-azure-200:focus,
button.bg-azure-200:hover,
button.bg-azure-200:focus {
  background-color: #009ae9 !important; }

.bg-azure-300 {
  background-color: #03aaff !important; }

a.bg-azure-300:hover, a.bg-azure-300:focus,
button.bg-azure-300:hover,
button.bg-azure-300:focus {
  background-color: #0089cf !important; }

.bg-azure-400 {
  background-color: #009ae9 !important; }

a.bg-azure-400:hover, a.bg-azure-400:focus,
button.bg-azure-400:hover,
button.bg-azure-400:focus {
  background-color: #0078b6 !important; }

.bg-azure-500 {
  background-color: #0089cf !important; }

a.bg-azure-500:hover, a.bg-azure-500:focus,
button.bg-azure-500:hover,
button.bg-azure-500:focus {
  background-color: #00679c !important; }

.bg-azure-600 {
  background-color: #0078b6 !important; }

a.bg-azure-600:hover, a.bg-azure-600:focus,
button.bg-azure-600:hover,
button.bg-azure-600:focus {
  background-color: #005683 !important; }

.bg-azure-700 {
  background-color: #00679c !important; }

a.bg-azure-700:hover, a.bg-azure-700:focus,
button.bg-azure-700:hover,
button.bg-azure-700:focus {
  background-color: #004569 !important; }

.bg-azure-800 {
  background-color: #005683 !important; }

a.bg-azure-800:hover, a.bg-azure-800:focus,
button.bg-azure-800:hover,
button.bg-azure-800:focus {
  background-color: #003550 !important; }

.bg-azure-900 {
  background-color: #004569 !important; }

a.bg-azure-900:hover, a.bg-azure-900:focus,
button.bg-azure-900:hover,
button.bg-azure-900:focus {
  background-color: #002436 !important; }

.bg-cyan-50 {
  background-color: #5affef !important; }

a.bg-cyan-50:hover, a.bg-cyan-50:focus,
button.bg-cyan-50:hover,
button.bg-cyan-50:focus {
  background-color: #27ffea !important; }

.bg-cyan-100 {
  background-color: #27ffea !important; }

a.bg-cyan-100:hover, a.bg-cyan-100:focus,
button.bg-cyan-100:hover,
button.bg-cyan-100:focus {
  background-color: #00f3db !important; }

.bg-cyan-200 {
  background-color: #0effe7 !important; }

a.bg-cyan-200:hover, a.bg-cyan-200:focus,
button.bg-cyan-200:hover,
button.bg-cyan-200:focus {
  background-color: #00dac4 !important; }

.bg-cyan-300 {
  background-color: #00f3db !important; }

a.bg-cyan-300:hover, a.bg-cyan-300:focus,
button.bg-cyan-300:hover,
button.bg-cyan-300:focus {
  background-color: #00c0ad !important; }

.bg-cyan-400 {
  background-color: #00dac4 !important; }

a.bg-cyan-400:hover, a.bg-cyan-400:focus,
button.bg-cyan-400:hover,
button.bg-cyan-400:focus {
  background-color: #00a796 !important; }

.bg-cyan-500 {
  background-color: #00c0ad !important; }

a.bg-cyan-500:hover, a.bg-cyan-500:focus,
button.bg-cyan-500:hover,
button.bg-cyan-500:focus {
  background-color: #008d7f !important; }

.bg-cyan-600 {
  background-color: #00a796 !important; }

a.bg-cyan-600:hover, a.bg-cyan-600:focus,
button.bg-cyan-600:hover,
button.bg-cyan-600:focus {
  background-color: #007468 !important; }

.bg-cyan-700 {
  background-color: #008d7f !important; }

a.bg-cyan-700:hover, a.bg-cyan-700:focus,
button.bg-cyan-700:hover,
button.bg-cyan-700:focus {
  background-color: #005a51 !important; }

.bg-cyan-800 {
  background-color: #007468 !important; }

a.bg-cyan-800:hover, a.bg-cyan-800:focus,
button.bg-cyan-800:hover,
button.bg-cyan-800:focus {
  background-color: #00413a !important; }

.bg-cyan-900 {
  background-color: #005a51 !important; }

a.bg-cyan-900:hover, a.bg-cyan-900:focus,
button.bg-cyan-900:hover,
button.bg-cyan-900:focus {
  background-color: #002723 !important; }

.bg-spring-green-50 {
  background-color: #6cf7a7 !important; }

a.bg-spring-green-50:hover, a.bg-spring-green-50:focus,
button.bg-spring-green-50:hover,
button.bg-spring-green-50:focus {
  background-color: #3bf58a !important; }

.bg-spring-green-100 {
  background-color: #3bf58a !important; }

a.bg-spring-green-100:hover, a.bg-spring-green-100:focus,
button.bg-spring-green-100:hover,
button.bg-spring-green-100:focus {
  background-color: #0df06d !important; }

.bg-spring-green-200 {
  background-color: #23f47b !important; }

a.bg-spring-green-200:hover, a.bg-spring-green-200:focus,
button.bg-spring-green-200:hover,
button.bg-spring-green-200:focus {
  background-color: #0bd862 !important; }

.bg-spring-green-300 {
  background-color: #0df06d !important; }

a.bg-spring-green-300:hover, a.bg-spring-green-300:focus,
button.bg-spring-green-300:hover,
button.bg-spring-green-300:focus {
  background-color: #0ac057 !important; }

.bg-spring-green-400 {
  background-color: #0bd862 !important; }

a.bg-spring-green-400:hover, a.bg-spring-green-400:focus,
button.bg-spring-green-400:hover,
button.bg-spring-green-400:focus {
  background-color: #09a84c !important; }

.bg-spring-green-500 {
  background-color: #0ac057 !important; }

a.bg-spring-green-500:hover, a.bg-spring-green-500:focus,
button.bg-spring-green-500:hover,
button.bg-spring-green-500:focus {
  background-color: #079041 !important; }

.bg-spring-green-600 {
  background-color: #09a84c !important; }

a.bg-spring-green-600:hover, a.bg-spring-green-600:focus,
button.bg-spring-green-600:hover,
button.bg-spring-green-600:focus {
  background-color: #067736 !important; }

.bg-spring-green-700 {
  background-color: #079041 !important; }

a.bg-spring-green-700:hover, a.bg-spring-green-700:focus,
button.bg-spring-green-700:hover,
button.bg-spring-green-700:focus {
  background-color: #055f2b !important; }

.bg-spring-green-800 {
  background-color: #067736 !important; }

a.bg-spring-green-800:hover, a.bg-spring-green-800:focus,
button.bg-spring-green-800:hover,
button.bg-spring-green-800:focus {
  background-color: #044720 !important; }

.bg-spring-green-900 {
  background-color: #055f2b !important; }

a.bg-spring-green-900:hover, a.bg-spring-green-900:focus,
button.bg-spring-green-900:hover,
button.bg-spring-green-900:focus {
  background-color: #022f15 !important; }

.bg-green-50 {
  background-color: #6aff5a !important; }

a.bg-green-50:hover, a.bg-green-50:focus,
button.bg-green-50:hover,
button.bg-green-50:focus {
  background-color: #3cff27 !important; }

.bg-green-100 {
  background-color: #3cff27 !important; }

a.bg-green-100:hover, a.bg-green-100:focus,
button.bg-green-100:hover,
button.bg-green-100:focus {
  background-color: #18f300 !important; }

.bg-green-200 {
  background-color: #25ff0e !important; }

a.bg-green-200:hover, a.bg-green-200:focus,
button.bg-green-200:hover,
button.bg-green-200:focus {
  background-color: #16da00 !important; }

.bg-green-300 {
  background-color: #18f300 !important; }

a.bg-green-300:hover, a.bg-green-300:focus,
button.bg-green-300:hover,
button.bg-green-300:focus {
  background-color: #13c000 !important; }

.bg-green-400 {
  background-color: #16da00 !important; }

a.bg-green-400:hover, a.bg-green-400:focus,
button.bg-green-400:hover,
button.bg-green-400:focus {
  background-color: #10a700 !important; }

.bg-green-500 {
  background-color: #13c000 !important; }

a.bg-green-500:hover, a.bg-green-500:focus,
button.bg-green-500:hover,
button.bg-green-500:focus {
  background-color: #0e8d00 !important; }

.bg-green-600 {
  background-color: #10a700 !important; }

a.bg-green-600:hover, a.bg-green-600:focus,
button.bg-green-600:hover,
button.bg-green-600:focus {
  background-color: #0b7400 !important; }

.bg-green-700 {
  background-color: #0e8d00 !important; }

a.bg-green-700:hover, a.bg-green-700:focus,
button.bg-green-700:hover,
button.bg-green-700:focus {
  background-color: #095a00 !important; }

.bg-green-800 {
  background-color: #0b7400 !important; }

a.bg-green-800:hover, a.bg-green-800:focus,
button.bg-green-800:hover,
button.bg-green-800:focus {
  background-color: #064100 !important; }

.bg-green-900 {
  background-color: #095a00 !important; }

a.bg-green-900:hover, a.bg-green-900:focus,
button.bg-green-900:hover,
button.bg-green-900:focus {
  background-color: #042700 !important; }

.bg-chartreuse-50 {
  background-color: #c0ff51 !important; }

a.bg-chartreuse-50:hover, a.bg-chartreuse-50:focus,
button.bg-chartreuse-50:hover,
button.bg-chartreuse-50:focus {
  background-color: #aeff1e !important; }

.bg-chartreuse-100 {
  background-color: #aeff1e !important; }

a.bg-chartreuse-100:hover, a.bg-chartreuse-100:focus,
button.bg-chartreuse-100:hover,
button.bg-chartreuse-100:focus {
  background-color: #96ea00 !important; }

.bg-chartreuse-200 {
  background-color: #a5ff05 !important; }

a.bg-chartreuse-200:hover, a.bg-chartreuse-200:focus,
button.bg-chartreuse-200:hover,
button.bg-chartreuse-200:focus {
  background-color: #85d100 !important; }

.bg-chartreuse-300 {
  background-color: #96ea00 !important; }

a.bg-chartreuse-300:hover, a.bg-chartreuse-300:focus,
button.bg-chartreuse-300:hover,
button.bg-chartreuse-300:focus {
  background-color: #75b700 !important; }

.bg-chartreuse-400 {
  background-color: #85d100 !important; }

a.bg-chartreuse-400:hover, a.bg-chartreuse-400:focus,
button.bg-chartreuse-400:hover,
button.bg-chartreuse-400:focus {
  background-color: #659e00 !important; }

.bg-chartreuse-500 {
  background-color: #75b700 !important; }

a.bg-chartreuse-500:hover, a.bg-chartreuse-500:focus,
button.bg-chartreuse-500:hover,
button.bg-chartreuse-500:focus {
  background-color: #548400 !important; }

.bg-chartreuse-600 {
  background-color: #659e00 !important; }

a.bg-chartreuse-600:hover, a.bg-chartreuse-600:focus,
button.bg-chartreuse-600:hover,
button.bg-chartreuse-600:focus {
  background-color: #446b00 !important; }

.bg-chartreuse-700 {
  background-color: #548400 !important; }

a.bg-chartreuse-700:hover, a.bg-chartreuse-700:focus,
button.bg-chartreuse-700:hover,
button.bg-chartreuse-700:focus {
  background-color: #345100 !important; }

.bg-chartreuse-800 {
  background-color: #446b00 !important; }

a.bg-chartreuse-800:hover, a.bg-chartreuse-800:focus,
button.bg-chartreuse-800:hover,
button.bg-chartreuse-800:focus {
  background-color: #233800 !important; }

.bg-chartreuse-900 {
  background-color: #345100 !important; }

a.bg-chartreuse-900:hover, a.bg-chartreuse-900:focus,
button.bg-chartreuse-900:hover,
button.bg-chartreuse-900:focus {
  background-color: #131e00 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-yellow-800 {
  background-color: #8a6f00 !important; }

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

.bg-yellow-900 {
  background-color: #705b00 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-orange-900 {
  background-color: #7c3d14 !important; }

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

.bg-orange-gray-50 {
  background-color: #dec9bb !important; }

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

.bg-orange-gray-100 {
  background-color: #cdae99 !important; }

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

.bg-orange-gray-200 {
  background-color: #c5a088 !important; }

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

.bg-orange-gray-300 {
  background-color: #bd9276 !important; }

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

.bg-orange-gray-400 {
  background-color: #b48565 !important; }

a.bg-orange-gray-400:hover, a.bg-orange-gray-400:focus,
button.bg-orange-gray-400:hover,
button.bg-orange-gray-400:focus {
  background-color: #9b6b4b !important; }

.bg-orange-gray-500 {
  background-color: #ac7754 !important; }

a.bg-orange-gray-500:hover, a.bg-orange-gray-500:focus,
button.bg-orange-gray-500:hover,
button.bg-orange-gray-500:focus {
  background-color: #8a5f43 !important; }

.bg-orange-gray-600 {
  background-color: #9b6b4b !important; }

a.bg-orange-gray-600:hover, a.bg-orange-gray-600:focus,
button.bg-orange-gray-600:hover,
button.bg-orange-gray-600:focus {
  background-color: #79533b !important; }

.bg-orange-gray-700 {
  background-color: #8a5f43 !important; }

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

.bg-orange-gray-800 {
  background-color: #79533b !important; }

a.bg-orange-gray-800:hover, a.bg-orange-gray-800:focus,
button.bg-orange-gray-800:hover,
button.bg-orange-gray-800:focus {
  background-color: #573c2a !important; }

.bg-orange-gray-900 {
  background-color: #684832 !important; }

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

.bg-dark-gray-orange-50 {
  background-color: #d3a88c !important; }

a.bg-dark-gray-orange-50:hover, a.bg-dark-gray-orange-50:focus,
button.bg-dark-gray-orange-50:hover,
button.bg-dark-gray-orange-50:focus {
  background-color: #c58c67 !important; }

.bg-dark-gray-orange-100 {
  background-color: #c58c67 !important; }

a.bg-dark-gray-orange-100:hover, a.bg-dark-gray-orange-100:focus,
button.bg-dark-gray-orange-100:hover,
button.bg-dark-gray-orange-100:focus {
  background-color: #b47145 !important; }

.bg-dark-gray-orange-200 {
  background-color: #be7f55 !important; }

a.bg-dark-gray-orange-200:hover, a.bg-dark-gray-orange-200:focus,
button.bg-dark-gray-orange-200:hover,
button.bg-dark-gray-orange-200:focus {
  background-color: #a1663e !important; }

.bg-dark-gray-orange-300 {
  background-color: #b47145 !important; }

a.bg-dark-gray-orange-300:hover, a.bg-dark-gray-orange-300:focus,
button.bg-dark-gray-orange-300:hover,
button.bg-dark-gray-orange-300:focus {
  background-color: #8f5a37 !important; }

.bg-dark-gray-orange-400 {
  background-color: #a1663e !important; }

a.bg-dark-gray-orange-400:hover, a.bg-dark-gray-orange-400:focus,
button.bg-dark-gray-orange-400:hover,
button.bg-dark-gray-orange-400:focus {
  background-color: #7d4e30 !important; }

.bg-dark-gray-orange-500 {
  background-color: #8f5a37 !important; }

a.bg-dark-gray-orange-500:hover, a.bg-dark-gray-orange-500:focus,
button.bg-dark-gray-orange-500:hover,
button.bg-dark-gray-orange-500:focus {
  background-color: #6a4329 !important; }

.bg-dark-gray-orange-600 {
  background-color: #7d4e30 !important; }

a.bg-dark-gray-orange-600:hover, a.bg-dark-gray-orange-600:focus,
button.bg-dark-gray-orange-600:hover,
button.bg-dark-gray-orange-600:focus {
  background-color: #583722 !important; }

.bg-dark-gray-orange-700 {
  background-color: #6a4329 !important; }

a.bg-dark-gray-orange-700:hover, a.bg-dark-gray-orange-700:focus,
button.bg-dark-gray-orange-700:hover,
button.bg-dark-gray-orange-700:focus {
  background-color: #452c1b !important; }

.bg-dark-gray-orange-800 {
  background-color: #583722 !important; }

a.bg-dark-gray-orange-800:hover, a.bg-dark-gray-orange-800:focus,
button.bg-dark-gray-orange-800:hover,
button.bg-dark-gray-orange-800:focus {
  background-color: #332014 !important; }

.bg-dark-gray-orange-900 {
  background-color: #452c1b !important; }

a.bg-dark-gray-orange-900:hover, a.bg-dark-gray-orange-900:focus,
button.bg-dark-gray-orange-900:hover,
button.bg-dark-gray-orange-900:focus {
  background-color: #21140d !important; }

.bg-blue-gray-50 {
  background-color: #bdc3dc !important; }

a.bg-blue-gray-50:hover, a.bg-blue-gray-50:focus,
button.bg-blue-gray-50:hover,
button.bg-blue-gray-50:focus {
  background-color: #9ca5ca !important; }

.bg-blue-gray-100 {
  background-color: #9ca5ca !important; }

a.bg-blue-gray-100:hover, a.bg-blue-gray-100:focus,
button.bg-blue-gray-100:hover,
button.bg-blue-gray-100:focus {
  background-color: #7a86b9 !important; }

.bg-blue-gray-200 {
  background-color: #8b95c2 !important; }

a.bg-blue-gray-200:hover, a.bg-blue-gray-200:focus,
button.bg-blue-gray-200:hover,
button.bg-blue-gray-200:focus {
  background-color: #6a77b0 !important; }

.bg-blue-gray-300 {
  background-color: #7a86b9 !important; }

a.bg-blue-gray-300:hover, a.bg-blue-gray-300:focus,
button.bg-blue-gray-300:hover,
button.bg-blue-gray-300:focus {
  background-color: #5968a7 !important; }

.bg-blue-gray-400 {
  background-color: #6a77b0 !important; }

a.bg-blue-gray-400:hover, a.bg-blue-gray-400:focus,
button.bg-blue-gray-400:hover,
button.bg-blue-gray-400:focus {
  background-color: #505d97 !important; }

.bg-blue-gray-500 {
  background-color: #5968a7 !important; }

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

.bg-blue-gray-600 {
  background-color: #505d97 !important; }

a.bg-blue-gray-600:hover, a.bg-blue-gray-600:focus,
button.bg-blue-gray-600:hover,
button.bg-blue-gray-600:focus {
  background-color: #3e4975 !important; }

.bg-blue-gray-700 {
  background-color: #475386 !important; }

a.bg-blue-gray-700:hover, a.bg-blue-gray-700:focus,
button.bg-blue-gray-700:hover,
button.bg-blue-gray-700:focus {
  background-color: #353e65 !important; }

.bg-blue-gray-800 {
  background-color: #3e4975 !important; }

a.bg-blue-gray-800:hover, a.bg-blue-gray-800:focus,
button.bg-blue-gray-800:hover,
button.bg-blue-gray-800:focus {
  background-color: #2d3454 !important; }

.bg-blue-gray-900 {
  background-color: #353e65 !important; }

a.bg-blue-gray-900:hover, a.bg-blue-gray-900:focus,
button.bg-blue-gray-900:hover,
button.bg-blue-gray-900:focus {
  background-color: #242a43 !important; }

.bg-light-gray-azure-50 {
  background-color: #d1e5ef !important; }

a.bg-light-gray-azure-50:hover, a.bg-light-gray-azure-50:focus,
button.bg-light-gray-azure-50:hover,
button.bg-light-gray-azure-50:focus {
  background-color: #abcfe2 !important; }

.bg-light-gray-azure-100 {
  background-color: #abcfe2 !important; }

a.bg-light-gray-azure-100:hover, a.bg-light-gray-azure-100:focus,
button.bg-light-gray-azure-100:hover,
button.bg-light-gray-azure-100:focus {
  background-color: #86bad4 !important; }

.bg-light-gray-azure-200 {
  background-color: #99c4db !important; }

a.bg-light-gray-azure-200:hover, a.bg-light-gray-azure-200:focus,
button.bg-light-gray-azure-200:hover,
button.bg-light-gray-azure-200:focus {
  background-color: #73afce !important; }

.bg-light-gray-azure-300 {
  background-color: #86bad4 !important; }

a.bg-light-gray-azure-300:hover, a.bg-light-gray-azure-300:focus,
button.bg-light-gray-azure-300:hover,
button.bg-light-gray-azure-300:focus {
  background-color: #60a4c7 !important; }

.bg-light-gray-azure-400 {
  background-color: #73afce !important; }

a.bg-light-gray-azure-400:hover, a.bg-light-gray-azure-400:focus,
button.bg-light-gray-azure-400:hover,
button.bg-light-gray-azure-400:focus {
  background-color: #4d99c0 !important; }

.bg-light-gray-azure-500 {
  background-color: #60a4c7 !important; }

a.bg-light-gray-azure-500:hover, a.bg-light-gray-azure-500:focus,
button.bg-light-gray-azure-500:hover,
button.bg-light-gray-azure-500:focus {
  background-color: #408db4 !important; }

.bg-light-gray-azure-600 {
  background-color: #4d99c0 !important; }

a.bg-light-gray-azure-600:hover, a.bg-light-gray-azure-600:focus,
button.bg-light-gray-azure-600:hover,
button.bg-light-gray-azure-600:focus {
  background-color: #397ea2 !important; }

.bg-light-gray-azure-700 {
  background-color: #408db4 !important; }

a.bg-light-gray-azure-700:hover, a.bg-light-gray-azure-700:focus,
button.bg-light-gray-azure-700:hover,
button.bg-light-gray-azure-700:focus {
  background-color: #326f8f !important; }

.bg-light-gray-azure-800 {
  background-color: #397ea2 !important; }

a.bg-light-gray-azure-800:hover, a.bg-light-gray-azure-800:focus,
button.bg-light-gray-azure-800:hover,
button.bg-light-gray-azure-800:focus {
  background-color: #2c617c !important; }

.bg-light-gray-azure-900 {
  background-color: #326f8f !important; }

a.bg-light-gray-azure-900:hover, a.bg-light-gray-azure-900:focus,
button.bg-light-gray-azure-900:hover,
button.bg-light-gray-azure-900:focus {
  background-color: #255269 !important; }

.bg-gradient-primary {
  background: #2c4ac8;
  background: linear-gradient(to bottom, #3a57d4 0%, #233b9e 100%); }

.bg-gradient-primary-reversed {
  background: #2c4ac8;
  background: linear-gradient(to bottom, #233b9e 0%, #3a57d4 100%); }

.bg-gradient-primary-right {
  background: #2c4ac8;
  background: linear-gradient(to right, #3a57d4 0%, #233b9e 100%); }

.bg-gradient-primary-left {
  background: #2c4ac8;
  background: linear-gradient(to right, #233b9e 0%, #3a57d4 100%); }

.bg-gradient-primary-radial {
  background: #2c4ac8;
  background: radial-gradient(ellipse at center, #3a57d4 0%, #233b9e 100%); }

.bg-gradient-primary-radial-reversed {
  background: #2c4ac8;
  background: radial-gradient(ellipse at center, #233b9e 0%, #3a57d4 100%); }

.bg-gradient-primary-top-right {
  background: #2c4ac8;
  background: linear-gradient(45deg, #233b9e 0%, #3a57d4 100%); }

.bg-gradient-primary-bottom-left {
  background: #2c4ac8;
  background: linear-gradient(45deg, #3a57d4 0%, #233b9e 100%); }

.bg-gradient-primary-top-left {
  background: #2c4ac8;
  background: linear-gradient(135deg, #3a57d4 0%, #233b9e 100%); }

.bg-gradient-primary-bottom-right {
  background: #2c4ac8;
  background: linear-gradient(135deg, #233b9e 0%, #3a57d4 100%); }

.bg-gradient-secondary {
  background: #585858;
  background: linear-gradient(to bottom, #656565 0%, #3e3e3e 100%); }

.bg-gradient-secondary-reversed {
  background: #585858;
  background: linear-gradient(to bottom, #3e3e3e 0%, #656565 100%); }

.bg-gradient-secondary-right {
  background: #585858;
  background: linear-gradient(to right, #656565 0%, #3e3e3e 100%); }

.bg-gradient-secondary-left {
  background: #585858;
  background: linear-gradient(to right, #3e3e3e 0%, #656565 100%); }

.bg-gradient-secondary-radial {
  background: #585858;
  background: radial-gradient(ellipse at center, #656565 0%, #3e3e3e 100%); }

.bg-gradient-secondary-radial-reversed {
  background: #585858;
  background: radial-gradient(ellipse at center, #3e3e3e 0%, #656565 100%); }

.bg-gradient-secondary-top-right {
  background: #585858;
  background: linear-gradient(45deg, #3e3e3e 0%, #656565 100%); }

.bg-gradient-secondary-bottom-left {
  background: #585858;
  background: linear-gradient(45deg, #656565 0%, #3e3e3e 100%); }

.bg-gradient-secondary-top-left {
  background: #585858;
  background: linear-gradient(135deg, #656565 0%, #3e3e3e 100%); }

.bg-gradient-secondary-bottom-right {
  background: #585858;
  background: linear-gradient(135deg, #3e3e3e 0%, #656565 100%); }

.bg-gradient-success {
  background: #75b700;
  background: linear-gradient(to bottom, #85d100 0%, #548400 100%); }

.bg-gradient-success-reversed {
  background: #75b700;
  background: linear-gradient(to bottom, #548400 0%, #85d100 100%); }

.bg-gradient-success-right {
  background: #75b700;
  background: linear-gradient(to right, #85d100 0%, #548400 100%); }

.bg-gradient-success-left {
  background: #75b700;
  background: linear-gradient(to right, #548400 0%, #85d100 100%); }

.bg-gradient-success-radial {
  background: #75b700;
  background: radial-gradient(ellipse at center, #85d100 0%, #548400 100%); }

.bg-gradient-success-radial-reversed {
  background: #75b700;
  background: radial-gradient(ellipse at center, #548400 0%, #85d100 100%); }

.bg-gradient-success-top-right {
  background: #75b700;
  background: linear-gradient(45deg, #548400 0%, #85d100 100%); }

.bg-gradient-success-bottom-left {
  background: #75b700;
  background: linear-gradient(45deg, #85d100 0%, #548400 100%); }

.bg-gradient-success-top-left {
  background: #75b700;
  background: linear-gradient(135deg, #85d100 0%, #548400 100%); }

.bg-gradient-success-bottom-right {
  background: #75b700;
  background: linear-gradient(135deg, #548400 0%, #85d100 100%); }

.bg-gradient-info {
  background: #0089cf;
  background: linear-gradient(to bottom, #009ae9 0%, #00679c 100%); }

.bg-gradient-info-reversed {
  background: #0089cf;
  background: linear-gradient(to bottom, #00679c 0%, #009ae9 100%); }

.bg-gradient-info-right {
  background: #0089cf;
  background: linear-gradient(to right, #009ae9 0%, #00679c 100%); }

.bg-gradient-info-left {
  background: #0089cf;
  background: linear-gradient(to right, #00679c 0%, #009ae9 100%); }

.bg-gradient-info-radial {
  background: #0089cf;
  background: radial-gradient(ellipse at center, #009ae9 0%, #00679c 100%); }

.bg-gradient-info-radial-reversed {
  background: #0089cf;
  background: radial-gradient(ellipse at center, #00679c 0%, #009ae9 100%); }

.bg-gradient-info-top-right {
  background: #0089cf;
  background: linear-gradient(45deg, #00679c 0%, #009ae9 100%); }

.bg-gradient-info-bottom-left {
  background: #0089cf;
  background: linear-gradient(45deg, #009ae9 0%, #00679c 100%); }

.bg-gradient-info-top-left {
  background: #0089cf;
  background: linear-gradient(135deg, #009ae9 0%, #00679c 100%); }

.bg-gradient-info-bottom-right {
  background: #0089cf;
  background: linear-gradient(135deg, #00679c 0%, #009ae9 100%); }

.bg-gradient-warning {
  background: #d6ad00;
  background: linear-gradient(to bottom, #f0c200 0%, #a38400 100%); }

.bg-gradient-warning-reversed {
  background: #d6ad00;
  background: linear-gradient(to bottom, #a38400 0%, #f0c200 100%); }

.bg-gradient-warning-right {
  background: #d6ad00;
  background: linear-gradient(to right, #f0c200 0%, #a38400 100%); }

.bg-gradient-warning-left {
  background: #d6ad00;
  background: linear-gradient(to right, #a38400 0%, #f0c200 100%); }

.bg-gradient-warning-radial {
  background: #d6ad00;
  background: radial-gradient(ellipse at center, #f0c200 0%, #a38400 100%); }

.bg-gradient-warning-radial-reversed {
  background: #d6ad00;
  background: radial-gradient(ellipse at center, #a38400 0%, #f0c200 100%); }

.bg-gradient-warning-top-right {
  background: #d6ad00;
  background: linear-gradient(45deg, #a38400 0%, #f0c200 100%); }

.bg-gradient-warning-bottom-left {
  background: #d6ad00;
  background: linear-gradient(45deg, #f0c200 0%, #a38400 100%); }

.bg-gradient-warning-top-left {
  background: #d6ad00;
  background: linear-gradient(135deg, #f0c200 0%, #a38400 100%); }

.bg-gradient-warning-bottom-right {
  background: #d6ad00;
  background: linear-gradient(135deg, #a38400 0%, #f0c200 100%); }

.bg-gradient-danger {
  background: #cf2345;
  background: linear-gradient(to bottom, #dc3052 0%, #a31c36 100%); }

.bg-gradient-danger-reversed {
  background: #cf2345;
  background: linear-gradient(to bottom, #a31c36 0%, #dc3052 100%); }

.bg-gradient-danger-right {
  background: #cf2345;
  background: linear-gradient(to right, #dc3052 0%, #a31c36 100%); }

.bg-gradient-danger-left {
  background: #cf2345;
  background: linear-gradient(to right, #a31c36 0%, #dc3052 100%); }

.bg-gradient-danger-radial {
  background: #cf2345;
  background: radial-gradient(ellipse at center, #dc3052 0%, #a31c36 100%); }

.bg-gradient-danger-radial-reversed {
  background: #cf2345;
  background: radial-gradient(ellipse at center, #a31c36 0%, #dc3052 100%); }

.bg-gradient-danger-top-right {
  background: #cf2345;
  background: linear-gradient(45deg, #a31c36 0%, #dc3052 100%); }

.bg-gradient-danger-bottom-left {
  background: #cf2345;
  background: linear-gradient(45deg, #dc3052 0%, #a31c36 100%); }

.bg-gradient-danger-top-left {
  background: #cf2345;
  background: linear-gradient(135deg, #dc3052 0%, #a31c36 100%); }

.bg-gradient-danger-bottom-right {
  background: #cf2345;
  background: linear-gradient(135deg, #a31c36 0%, #dc3052 100%); }

.bg-gradient-light {
  background: #e5e5e5;
  background: linear-gradient(to bottom, #f2f2f2 0%, #cccccc 100%); }

.bg-gradient-light-reversed {
  background: #e5e5e5;
  background: linear-gradient(to bottom, #cccccc 0%, #f2f2f2 100%); }

.bg-gradient-light-right {
  background: #e5e5e5;
  background: linear-gradient(to right, #f2f2f2 0%, #cccccc 100%); }

.bg-gradient-light-left {
  background: #e5e5e5;
  background: linear-gradient(to right, #cccccc 0%, #f2f2f2 100%); }

.bg-gradient-light-radial {
  background: #e5e5e5;
  background: radial-gradient(ellipse at center, #f2f2f2 0%, #cccccc 100%); }

.bg-gradient-light-radial-reversed {
  background: #e5e5e5;
  background: radial-gradient(ellipse at center, #cccccc 0%, #f2f2f2 100%); }

.bg-gradient-light-top-right {
  background: #e5e5e5;
  background: linear-gradient(45deg, #cccccc 0%, #f2f2f2 100%); }

.bg-gradient-light-bottom-left {
  background: #e5e5e5;
  background: linear-gradient(45deg, #f2f2f2 0%, #cccccc 100%); }

.bg-gradient-light-top-left {
  background: #e5e5e5;
  background: linear-gradient(135deg, #f2f2f2 0%, #cccccc 100%); }

.bg-gradient-light-bottom-right {
  background: #e5e5e5;
  background: linear-gradient(135deg, #cccccc 0%, #f2f2f2 100%); }

.bg-gradient-dark {
  background: #2b2b2b;
  background: linear-gradient(to bottom, #373737 0%, #111111 100%); }

.bg-gradient-dark-reversed {
  background: #2b2b2b;
  background: linear-gradient(to bottom, #111111 0%, #373737 100%); }

.bg-gradient-dark-right {
  background: #2b2b2b;
  background: linear-gradient(to right, #373737 0%, #111111 100%); }

.bg-gradient-dark-left {
  background: #2b2b2b;
  background: linear-gradient(to right, #111111 0%, #373737 100%); }

.bg-gradient-dark-radial {
  background: #2b2b2b;
  background: radial-gradient(ellipse at center, #373737 0%, #111111 100%); }

.bg-gradient-dark-radial-reversed {
  background: #2b2b2b;
  background: radial-gradient(ellipse at center, #111111 0%, #373737 100%); }

.bg-gradient-dark-top-right {
  background: #2b2b2b;
  background: linear-gradient(45deg, #111111 0%, #373737 100%); }

.bg-gradient-dark-bottom-left {
  background: #2b2b2b;
  background: linear-gradient(45deg, #373737 0%, #111111 100%); }

.bg-gradient-dark-top-left {
  background: #2b2b2b;
  background: linear-gradient(135deg, #373737 0%, #111111 100%); }

.bg-gradient-dark-bottom-right {
  background: #2b2b2b;
  background: linear-gradient(135deg, #111111 0%, #373737 100%); }

.bg-gradient-white {
  background: #f8f8f8;
  background: linear-gradient(to bottom, white 0%, #dfdfdf 100%); }

.bg-gradient-white-reversed {
  background: #f8f8f8;
  background: linear-gradient(to bottom, #dfdfdf 0%, white 100%); }

.bg-gradient-white-right {
  background: #f8f8f8;
  background: linear-gradient(to right, white 0%, #dfdfdf 100%); }

.bg-gradient-white-left {
  background: #f8f8f8;
  background: linear-gradient(to right, #dfdfdf 0%, white 100%); }

.bg-gradient-white-radial {
  background: #f8f8f8;
  background: radial-gradient(ellipse at center, white 0%, #dfdfdf 100%); }

.bg-gradient-white-radial-reversed {
  background: #f8f8f8;
  background: radial-gradient(ellipse at center, #dfdfdf 0%, white 100%); }

.bg-gradient-white-top-right {
  background: #f8f8f8;
  background: linear-gradient(45deg, #dfdfdf 0%, white 100%); }

.bg-gradient-white-bottom-left {
  background: #f8f8f8;
  background: linear-gradient(45deg, white 0%, #dfdfdf 100%); }

.bg-gradient-white-top-left {
  background: #f8f8f8;
  background: linear-gradient(135deg, white 0%, #dfdfdf 100%); }

.bg-gradient-white-bottom-right {
  background: #f8f8f8;
  background: linear-gradient(135deg, #dfdfdf 0%, white 100%); }

.bg-gradient-light-gray {
  background: #bfbfbf;
  background: linear-gradient(to bottom, #cccccc 0%, #a6a6a6 100%); }

.bg-gradient-light-gray-reversed {
  background: #bfbfbf;
  background: linear-gradient(to bottom, #a6a6a6 0%, #cccccc 100%); }

.bg-gradient-light-gray-right {
  background: #bfbfbf;
  background: linear-gradient(to right, #cccccc 0%, #a6a6a6 100%); }

.bg-gradient-light-gray-left {
  background: #bfbfbf;
  background: linear-gradient(to right, #a6a6a6 0%, #cccccc 100%); }

.bg-gradient-light-gray-radial {
  background: #bfbfbf;
  background: radial-gradient(ellipse at center, #cccccc 0%, #a6a6a6 100%); }

.bg-gradient-light-gray-radial-reversed {
  background: #bfbfbf;
  background: radial-gradient(ellipse at center, #a6a6a6 0%, #cccccc 100%); }

.bg-gradient-light-gray-top-right {
  background: #bfbfbf;
  background: linear-gradient(45deg, #a6a6a6 0%, #cccccc 100%); }

.bg-gradient-light-gray-bottom-left {
  background: #bfbfbf;
  background: linear-gradient(45deg, #cccccc 0%, #a6a6a6 100%); }

.bg-gradient-light-gray-top-left {
  background: #bfbfbf;
  background: linear-gradient(135deg, #cccccc 0%, #a6a6a6 100%); }

.bg-gradient-light-gray-bottom-right {
  background: #bfbfbf;
  background: linear-gradient(135deg, #a6a6a6 0%, #cccccc 100%); }

.bg-gradient-gray {
  background: #858585;
  background: linear-gradient(to bottom, #929292 0%, #6c6c6c 100%); }

.bg-gradient-gray-reversed {
  background: #858585;
  background: linear-gradient(to bottom, #6c6c6c 0%, #929292 100%); }

.bg-gradient-gray-right {
  background: #858585;
  background: linear-gradient(to right, #929292 0%, #6c6c6c 100%); }

.bg-gradient-gray-left {
  background: #858585;
  background: linear-gradient(to right, #6c6c6c 0%, #929292 100%); }

.bg-gradient-gray-radial {
  background: #858585;
  background: radial-gradient(ellipse at center, #929292 0%, #6c6c6c 100%); }

.bg-gradient-gray-radial-reversed {
  background: #858585;
  background: radial-gradient(ellipse at center, #6c6c6c 0%, #929292 100%); }

.bg-gradient-gray-top-right {
  background: #858585;
  background: linear-gradient(45deg, #6c6c6c 0%, #929292 100%); }

.bg-gradient-gray-bottom-left {
  background: #858585;
  background: linear-gradient(45deg, #929292 0%, #6c6c6c 100%); }

.bg-gradient-gray-top-left {
  background: #858585;
  background: linear-gradient(135deg, #929292 0%, #6c6c6c 100%); }

.bg-gradient-gray-bottom-right {
  background: #858585;
  background: linear-gradient(135deg, #6c6c6c 0%, #929292 100%); }

.bg-gradient-dark-gray {
  background: #4b4b4b;
  background: linear-gradient(to bottom, #585858 0%, #323232 100%); }

.bg-gradient-dark-gray-reversed {
  background: #4b4b4b;
  background: linear-gradient(to bottom, #323232 0%, #585858 100%); }

.bg-gradient-dark-gray-right {
  background: #4b4b4b;
  background: linear-gradient(to right, #585858 0%, #323232 100%); }

.bg-gradient-dark-gray-left {
  background: #4b4b4b;
  background: linear-gradient(to right, #323232 0%, #585858 100%); }

.bg-gradient-dark-gray-radial {
  background: #4b4b4b;
  background: radial-gradient(ellipse at center, #585858 0%, #323232 100%); }

.bg-gradient-dark-gray-radial-reversed {
  background: #4b4b4b;
  background: radial-gradient(ellipse at center, #323232 0%, #585858 100%); }

.bg-gradient-dark-gray-top-right {
  background: #4b4b4b;
  background: linear-gradient(45deg, #323232 0%, #585858 100%); }

.bg-gradient-dark-gray-bottom-left {
  background: #4b4b4b;
  background: linear-gradient(45deg, #585858 0%, #323232 100%); }

.bg-gradient-dark-gray-top-left {
  background: #4b4b4b;
  background: linear-gradient(135deg, #585858 0%, #323232 100%); }

.bg-gradient-dark-gray-bottom-right {
  background: #4b4b4b;
  background: linear-gradient(135deg, #323232 0%, #585858 100%); }

.bg-gradient-black {
  background: #111111;
  background: linear-gradient(to bottom, #1e1e1e 0%, black 100%); }

.bg-gradient-black-reversed {
  background: #111111;
  background: linear-gradient(to bottom, black 0%, #1e1e1e 100%); }

.bg-gradient-black-right {
  background: #111111;
  background: linear-gradient(to right, #1e1e1e 0%, black 100%); }

.bg-gradient-black-left {
  background: #111111;
  background: linear-gradient(to right, black 0%, #1e1e1e 100%); }

.bg-gradient-black-radial {
  background: #111111;
  background: radial-gradient(ellipse at center, #1e1e1e 0%, black 100%); }

.bg-gradient-black-radial-reversed {
  background: #111111;
  background: radial-gradient(ellipse at center, black 0%, #1e1e1e 100%); }

.bg-gradient-black-top-right {
  background: #111111;
  background: linear-gradient(45deg, black 0%, #1e1e1e 100%); }

.bg-gradient-black-bottom-left {
  background: #111111;
  background: linear-gradient(45deg, #1e1e1e 0%, black 100%); }

.bg-gradient-black-top-left {
  background: #111111;
  background: linear-gradient(135deg, #1e1e1e 0%, black 100%); }

.bg-gradient-black-bottom-right {
  background: #111111;
  background: linear-gradient(135deg, black 0%, #1e1e1e 100%); }

.bg-gradient-red {
  background: #cf2345;
  background: linear-gradient(to bottom, #dc3052 0%, #a31c36 100%); }

.bg-gradient-red-reversed {
  background: #cf2345;
  background: linear-gradient(to bottom, #a31c36 0%, #dc3052 100%); }

.bg-gradient-red-right {
  background: #cf2345;
  background: linear-gradient(to right, #dc3052 0%, #a31c36 100%); }

.bg-gradient-red-left {
  background: #cf2345;
  background: linear-gradient(to right, #a31c36 0%, #dc3052 100%); }

.bg-gradient-red-radial {
  background: #cf2345;
  background: radial-gradient(ellipse at center, #dc3052 0%, #a31c36 100%); }

.bg-gradient-red-radial-reversed {
  background: #cf2345;
  background: radial-gradient(ellipse at center, #a31c36 0%, #dc3052 100%); }

.bg-gradient-red-top-right {
  background: #cf2345;
  background: linear-gradient(45deg, #a31c36 0%, #dc3052 100%); }

.bg-gradient-red-bottom-left {
  background: #cf2345;
  background: linear-gradient(45deg, #dc3052 0%, #a31c36 100%); }

.bg-gradient-red-top-left {
  background: #cf2345;
  background: linear-gradient(135deg, #dc3052 0%, #a31c36 100%); }

.bg-gradient-red-bottom-right {
  background: #cf2345;
  background: linear-gradient(135deg, #a31c36 0%, #dc3052 100%); }

.bg-gradient-rose {
  background: #cf0089;
  background: linear-gradient(to bottom, #e9009a 0%, #9c0067 100%); }

.bg-gradient-rose-reversed {
  background: #cf0089;
  background: linear-gradient(to bottom, #9c0067 0%, #e9009a 100%); }

.bg-gradient-rose-right {
  background: #cf0089;
  background: linear-gradient(to right, #e9009a 0%, #9c0067 100%); }

.bg-gradient-rose-left {
  background: #cf0089;
  background: linear-gradient(to right, #9c0067 0%, #e9009a 100%); }

.bg-gradient-rose-radial {
  background: #cf0089;
  background: radial-gradient(ellipse at center, #e9009a 0%, #9c0067 100%); }

.bg-gradient-rose-radial-reversed {
  background: #cf0089;
  background: radial-gradient(ellipse at center, #9c0067 0%, #e9009a 100%); }

.bg-gradient-rose-top-right {
  background: #cf0089;
  background: linear-gradient(45deg, #9c0067 0%, #e9009a 100%); }

.bg-gradient-rose-bottom-left {
  background: #cf0089;
  background: linear-gradient(45deg, #e9009a 0%, #9c0067 100%); }

.bg-gradient-rose-top-left {
  background: #cf0089;
  background: linear-gradient(135deg, #e9009a 0%, #9c0067 100%); }

.bg-gradient-rose-bottom-right {
  background: #cf0089;
  background: linear-gradient(135deg, #9c0067 0%, #e9009a 100%); }

.bg-gradient-magenta {
  background: #9305a5;
  background: linear-gradient(to bottom, #a906be 0%, #670474 100%); }

.bg-gradient-magenta-reversed {
  background: #9305a5;
  background: linear-gradient(to bottom, #670474 0%, #a906be 100%); }

.bg-gradient-magenta-right {
  background: #9305a5;
  background: linear-gradient(to right, #a906be 0%, #670474 100%); }

.bg-gradient-magenta-left {
  background: #9305a5;
  background: linear-gradient(to right, #670474 0%, #a906be 100%); }

.bg-gradient-magenta-radial {
  background: #9305a5;
  background: radial-gradient(ellipse at center, #a906be 0%, #670474 100%); }

.bg-gradient-magenta-radial-reversed {
  background: #9305a5;
  background: radial-gradient(ellipse at center, #670474 0%, #a906be 100%); }

.bg-gradient-magenta-top-right {
  background: #9305a5;
  background: linear-gradient(45deg, #670474 0%, #a906be 100%); }

.bg-gradient-magenta-bottom-left {
  background: #9305a5;
  background: linear-gradient(45deg, #a906be 0%, #670474 100%); }

.bg-gradient-magenta-top-left {
  background: #9305a5;
  background: linear-gradient(135deg, #a906be 0%, #670474 100%); }

.bg-gradient-magenta-bottom-right {
  background: #9305a5;
  background: linear-gradient(135deg, #670474 0%, #a906be 100%); }

.bg-gradient-violet {
  background: #570ac0;
  background: linear-gradient(to bottom, #620bd8 0%, #410790 100%); }

.bg-gradient-violet-reversed {
  background: #570ac0;
  background: linear-gradient(to bottom, #410790 0%, #620bd8 100%); }

.bg-gradient-violet-right {
  background: #570ac0;
  background: linear-gradient(to right, #620bd8 0%, #410790 100%); }

.bg-gradient-violet-left {
  background: #570ac0;
  background: linear-gradient(to right, #410790 0%, #620bd8 100%); }

.bg-gradient-violet-radial {
  background: #570ac0;
  background: radial-gradient(ellipse at center, #620bd8 0%, #410790 100%); }

.bg-gradient-violet-radial-reversed {
  background: #570ac0;
  background: radial-gradient(ellipse at center, #410790 0%, #620bd8 100%); }

.bg-gradient-violet-top-right {
  background: #570ac0;
  background: linear-gradient(45deg, #410790 0%, #620bd8 100%); }

.bg-gradient-violet-bottom-left {
  background: #570ac0;
  background: linear-gradient(45deg, #620bd8 0%, #410790 100%); }

.bg-gradient-violet-top-left {
  background: #570ac0;
  background: linear-gradient(135deg, #620bd8 0%, #410790 100%); }

.bg-gradient-violet-bottom-right {
  background: #570ac0;
  background: linear-gradient(135deg, #410790 0%, #620bd8 100%); }

.bg-gradient-blue {
  background: #2c4ac8;
  background: linear-gradient(to bottom, #3a57d4 0%, #233b9e 100%); }

.bg-gradient-blue-reversed {
  background: #2c4ac8;
  background: linear-gradient(to bottom, #233b9e 0%, #3a57d4 100%); }

.bg-gradient-blue-right {
  background: #2c4ac8;
  background: linear-gradient(to right, #3a57d4 0%, #233b9e 100%); }

.bg-gradient-blue-left {
  background: #2c4ac8;
  background: linear-gradient(to right, #233b9e 0%, #3a57d4 100%); }

.bg-gradient-blue-radial {
  background: #2c4ac8;
  background: radial-gradient(ellipse at center, #3a57d4 0%, #233b9e 100%); }

.bg-gradient-blue-radial-reversed {
  background: #2c4ac8;
  background: radial-gradient(ellipse at center, #233b9e 0%, #3a57d4 100%); }

.bg-gradient-blue-top-right {
  background: #2c4ac8;
  background: linear-gradient(45deg, #233b9e 0%, #3a57d4 100%); }

.bg-gradient-blue-bottom-left {
  background: #2c4ac8;
  background: linear-gradient(45deg, #3a57d4 0%, #233b9e 100%); }

.bg-gradient-blue-top-left {
  background: #2c4ac8;
  background: linear-gradient(135deg, #3a57d4 0%, #233b9e 100%); }

.bg-gradient-blue-bottom-right {
  background: #2c4ac8;
  background: linear-gradient(135deg, #233b9e 0%, #3a57d4 100%); }

.bg-gradient-azure {
  background: #0089cf;
  background: linear-gradient(to bottom, #009ae9 0%, #00679c 100%); }

.bg-gradient-azure-reversed {
  background: #0089cf;
  background: linear-gradient(to bottom, #00679c 0%, #009ae9 100%); }

.bg-gradient-azure-right {
  background: #0089cf;
  background: linear-gradient(to right, #009ae9 0%, #00679c 100%); }

.bg-gradient-azure-left {
  background: #0089cf;
  background: linear-gradient(to right, #00679c 0%, #009ae9 100%); }

.bg-gradient-azure-radial {
  background: #0089cf;
  background: radial-gradient(ellipse at center, #009ae9 0%, #00679c 100%); }

.bg-gradient-azure-radial-reversed {
  background: #0089cf;
  background: radial-gradient(ellipse at center, #00679c 0%, #009ae9 100%); }

.bg-gradient-azure-top-right {
  background: #0089cf;
  background: linear-gradient(45deg, #00679c 0%, #009ae9 100%); }

.bg-gradient-azure-bottom-left {
  background: #0089cf;
  background: linear-gradient(45deg, #009ae9 0%, #00679c 100%); }

.bg-gradient-azure-top-left {
  background: #0089cf;
  background: linear-gradient(135deg, #009ae9 0%, #00679c 100%); }

.bg-gradient-azure-bottom-right {
  background: #0089cf;
  background: linear-gradient(135deg, #00679c 0%, #009ae9 100%); }

.bg-gradient-cyan {
  background: #00c0ad;
  background: linear-gradient(to bottom, #00dac4 0%, #008d7f 100%); }

.bg-gradient-cyan-reversed {
  background: #00c0ad;
  background: linear-gradient(to bottom, #008d7f 0%, #00dac4 100%); }

.bg-gradient-cyan-right {
  background: #00c0ad;
  background: linear-gradient(to right, #00dac4 0%, #008d7f 100%); }

.bg-gradient-cyan-left {
  background: #00c0ad;
  background: linear-gradient(to right, #008d7f 0%, #00dac4 100%); }

.bg-gradient-cyan-radial {
  background: #00c0ad;
  background: radial-gradient(ellipse at center, #00dac4 0%, #008d7f 100%); }

.bg-gradient-cyan-radial-reversed {
  background: #00c0ad;
  background: radial-gradient(ellipse at center, #008d7f 0%, #00dac4 100%); }

.bg-gradient-cyan-top-right {
  background: #00c0ad;
  background: linear-gradient(45deg, #008d7f 0%, #00dac4 100%); }

.bg-gradient-cyan-bottom-left {
  background: #00c0ad;
  background: linear-gradient(45deg, #00dac4 0%, #008d7f 100%); }

.bg-gradient-cyan-top-left {
  background: #00c0ad;
  background: linear-gradient(135deg, #00dac4 0%, #008d7f 100%); }

.bg-gradient-cyan-bottom-right {
  background: #00c0ad;
  background: linear-gradient(135deg, #008d7f 0%, #00dac4 100%); }

.bg-gradient-spring-green {
  background: #0ac057;
  background: linear-gradient(to bottom, #0bd862 0%, #079041 100%); }

.bg-gradient-spring-green-reversed {
  background: #0ac057;
  background: linear-gradient(to bottom, #079041 0%, #0bd862 100%); }

.bg-gradient-spring-green-right {
  background: #0ac057;
  background: linear-gradient(to right, #0bd862 0%, #079041 100%); }

.bg-gradient-spring-green-left {
  background: #0ac057;
  background: linear-gradient(to right, #079041 0%, #0bd862 100%); }

.bg-gradient-spring-green-radial {
  background: #0ac057;
  background: radial-gradient(ellipse at center, #0bd862 0%, #079041 100%); }

.bg-gradient-spring-green-radial-reversed {
  background: #0ac057;
  background: radial-gradient(ellipse at center, #079041 0%, #0bd862 100%); }

.bg-gradient-spring-green-top-right {
  background: #0ac057;
  background: linear-gradient(45deg, #079041 0%, #0bd862 100%); }

.bg-gradient-spring-green-bottom-left {
  background: #0ac057;
  background: linear-gradient(45deg, #0bd862 0%, #079041 100%); }

.bg-gradient-spring-green-top-left {
  background: #0ac057;
  background: linear-gradient(135deg, #0bd862 0%, #079041 100%); }

.bg-gradient-spring-green-bottom-right {
  background: #0ac057;
  background: linear-gradient(135deg, #079041 0%, #0bd862 100%); }

.bg-gradient-green {
  background: #13c000;
  background: linear-gradient(to bottom, #16da00 0%, #0e8d00 100%); }

.bg-gradient-green-reversed {
  background: #13c000;
  background: linear-gradient(to bottom, #0e8d00 0%, #16da00 100%); }

.bg-gradient-green-right {
  background: #13c000;
  background: linear-gradient(to right, #16da00 0%, #0e8d00 100%); }

.bg-gradient-green-left {
  background: #13c000;
  background: linear-gradient(to right, #0e8d00 0%, #16da00 100%); }

.bg-gradient-green-radial {
  background: #13c000;
  background: radial-gradient(ellipse at center, #16da00 0%, #0e8d00 100%); }

.bg-gradient-green-radial-reversed {
  background: #13c000;
  background: radial-gradient(ellipse at center, #0e8d00 0%, #16da00 100%); }

.bg-gradient-green-top-right {
  background: #13c000;
  background: linear-gradient(45deg, #0e8d00 0%, #16da00 100%); }

.bg-gradient-green-bottom-left {
  background: #13c000;
  background: linear-gradient(45deg, #16da00 0%, #0e8d00 100%); }

.bg-gradient-green-top-left {
  background: #13c000;
  background: linear-gradient(135deg, #16da00 0%, #0e8d00 100%); }

.bg-gradient-green-bottom-right {
  background: #13c000;
  background: linear-gradient(135deg, #0e8d00 0%, #16da00 100%); }

.bg-gradient-chartreuse {
  background: #75b700;
  background: linear-gradient(to bottom, #85d100 0%, #548400 100%); }

.bg-gradient-chartreuse-reversed {
  background: #75b700;
  background: linear-gradient(to bottom, #548400 0%, #85d100 100%); }

.bg-gradient-chartreuse-right {
  background: #75b700;
  background: linear-gradient(to right, #85d100 0%, #548400 100%); }

.bg-gradient-chartreuse-left {
  background: #75b700;
  background: linear-gradient(to right, #548400 0%, #85d100 100%); }

.bg-gradient-chartreuse-radial {
  background: #75b700;
  background: radial-gradient(ellipse at center, #85d100 0%, #548400 100%); }

.bg-gradient-chartreuse-radial-reversed {
  background: #75b700;
  background: radial-gradient(ellipse at center, #548400 0%, #85d100 100%); }

.bg-gradient-chartreuse-top-right {
  background: #75b700;
  background: linear-gradient(45deg, #548400 0%, #85d100 100%); }

.bg-gradient-chartreuse-bottom-left {
  background: #75b700;
  background: linear-gradient(45deg, #85d100 0%, #548400 100%); }

.bg-gradient-chartreuse-top-left {
  background: #75b700;
  background: linear-gradient(135deg, #85d100 0%, #548400 100%); }

.bg-gradient-chartreuse-bottom-right {
  background: #75b700;
  background: linear-gradient(135deg, #548400 0%, #85d100 100%); }

.bg-gradient-yellow {
  background: #d6ad00;
  background: linear-gradient(to bottom, #f0c200 0%, #a38400 100%); }

.bg-gradient-yellow-reversed {
  background: #d6ad00;
  background: linear-gradient(to bottom, #a38400 0%, #f0c200 100%); }

.bg-gradient-yellow-right {
  background: #d6ad00;
  background: linear-gradient(to right, #f0c200 0%, #a38400 100%); }

.bg-gradient-yellow-left {
  background: #d6ad00;
  background: linear-gradient(to right, #a38400 0%, #f0c200 100%); }

.bg-gradient-yellow-radial {
  background: #d6ad00;
  background: radial-gradient(ellipse at center, #f0c200 0%, #a38400 100%); }

.bg-gradient-yellow-radial-reversed {
  background: #d6ad00;
  background: radial-gradient(ellipse at center, #a38400 0%, #f0c200 100%); }

.bg-gradient-yellow-top-right {
  background: #d6ad00;
  background: linear-gradient(45deg, #a38400 0%, #f0c200 100%); }

.bg-gradient-yellow-bottom-left {
  background: #d6ad00;
  background: linear-gradient(45deg, #f0c200 0%, #a38400 100%); }

.bg-gradient-yellow-top-left {
  background: #d6ad00;
  background: linear-gradient(135deg, #f0c200 0%, #a38400 100%); }

.bg-gradient-yellow-bottom-right {
  background: #d6ad00;
  background: linear-gradient(135deg, #a38400 0%, #f0c200 100%); }

.bg-gradient-orange {
  background: #d36823;
  background: linear-gradient(to bottom, #dd7532 0%, #a7521c 100%); }

.bg-gradient-orange-reversed {
  background: #d36823;
  background: linear-gradient(to bottom, #a7521c 0%, #dd7532 100%); }

.bg-gradient-orange-right {
  background: #d36823;
  background: linear-gradient(to right, #dd7532 0%, #a7521c 100%); }

.bg-gradient-orange-left {
  background: #d36823;
  background: linear-gradient(to right, #a7521c 0%, #dd7532 100%); }

.bg-gradient-orange-radial {
  background: #d36823;
  background: radial-gradient(ellipse at center, #dd7532 0%, #a7521c 100%); }

.bg-gradient-orange-radial-reversed {
  background: #d36823;
  background: radial-gradient(ellipse at center, #a7521c 0%, #dd7532 100%); }

.bg-gradient-orange-top-right {
  background: #d36823;
  background: linear-gradient(45deg, #a7521c 0%, #dd7532 100%); }

.bg-gradient-orange-bottom-left {
  background: #d36823;
  background: linear-gradient(45deg, #dd7532 0%, #a7521c 100%); }

.bg-gradient-orange-top-left {
  background: #d36823;
  background: linear-gradient(135deg, #dd7532 0%, #a7521c 100%); }

.bg-gradient-orange-bottom-right {
  background: #d36823;
  background: linear-gradient(135deg, #a7521c 0%, #dd7532 100%); }

.bg-gradient-orange-gray {
  background: #ac7754;
  background: linear-gradient(to bottom, #b48565 0%, #8a5f43 100%); }

.bg-gradient-orange-gray-reversed {
  background: #ac7754;
  background: linear-gradient(to bottom, #8a5f43 0%, #b48565 100%); }

.bg-gradient-orange-gray-right {
  background: #ac7754;
  background: linear-gradient(to right, #b48565 0%, #8a5f43 100%); }

.bg-gradient-orange-gray-left {
  background: #ac7754;
  background: linear-gradient(to right, #8a5f43 0%, #b48565 100%); }

.bg-gradient-orange-gray-radial {
  background: #ac7754;
  background: radial-gradient(ellipse at center, #b48565 0%, #8a5f43 100%); }

.bg-gradient-orange-gray-radial-reversed {
  background: #ac7754;
  background: radial-gradient(ellipse at center, #8a5f43 0%, #b48565 100%); }

.bg-gradient-orange-gray-top-right {
  background: #ac7754;
  background: linear-gradient(45deg, #8a5f43 0%, #b48565 100%); }

.bg-gradient-orange-gray-bottom-left {
  background: #ac7754;
  background: linear-gradient(45deg, #b48565 0%, #8a5f43 100%); }

.bg-gradient-orange-gray-top-left {
  background: #ac7754;
  background: linear-gradient(135deg, #b48565 0%, #8a5f43 100%); }

.bg-gradient-orange-gray-bottom-right {
  background: #ac7754;
  background: linear-gradient(135deg, #8a5f43 0%, #b48565 100%); }

.bg-gradient-dark-gray-orange {
  background: #8f5a37;
  background: linear-gradient(to bottom, #a1663e 0%, #6a4329 100%); }

.bg-gradient-dark-gray-orange-reversed {
  background: #8f5a37;
  background: linear-gradient(to bottom, #6a4329 0%, #a1663e 100%); }

.bg-gradient-dark-gray-orange-right {
  background: #8f5a37;
  background: linear-gradient(to right, #a1663e 0%, #6a4329 100%); }

.bg-gradient-dark-gray-orange-left {
  background: #8f5a37;
  background: linear-gradient(to right, #6a4329 0%, #a1663e 100%); }

.bg-gradient-dark-gray-orange-radial {
  background: #8f5a37;
  background: radial-gradient(ellipse at center, #a1663e 0%, #6a4329 100%); }

.bg-gradient-dark-gray-orange-radial-reversed {
  background: #8f5a37;
  background: radial-gradient(ellipse at center, #6a4329 0%, #a1663e 100%); }

.bg-gradient-dark-gray-orange-top-right {
  background: #8f5a37;
  background: linear-gradient(45deg, #6a4329 0%, #a1663e 100%); }

.bg-gradient-dark-gray-orange-bottom-left {
  background: #8f5a37;
  background: linear-gradient(45deg, #a1663e 0%, #6a4329 100%); }

.bg-gradient-dark-gray-orange-top-left {
  background: #8f5a37;
  background: linear-gradient(135deg, #a1663e 0%, #6a4329 100%); }

.bg-gradient-dark-gray-orange-bottom-right {
  background: #8f5a37;
  background: linear-gradient(135deg, #6a4329 0%, #a1663e 100%); }

.bg-gradient-blue-gray {
  background: #5968a7;
  background: linear-gradient(to bottom, #6a77b0 0%, #475386 100%); }

.bg-gradient-blue-gray-reversed {
  background: #5968a7;
  background: linear-gradient(to bottom, #475386 0%, #6a77b0 100%); }

.bg-gradient-blue-gray-right {
  background: #5968a7;
  background: linear-gradient(to right, #6a77b0 0%, #475386 100%); }

.bg-gradient-blue-gray-left {
  background: #5968a7;
  background: linear-gradient(to right, #475386 0%, #6a77b0 100%); }

.bg-gradient-blue-gray-radial {
  background: #5968a7;
  background: radial-gradient(ellipse at center, #6a77b0 0%, #475386 100%); }

.bg-gradient-blue-gray-radial-reversed {
  background: #5968a7;
  background: radial-gradient(ellipse at center, #475386 0%, #6a77b0 100%); }

.bg-gradient-blue-gray-top-right {
  background: #5968a7;
  background: linear-gradient(45deg, #475386 0%, #6a77b0 100%); }

.bg-gradient-blue-gray-bottom-left {
  background: #5968a7;
  background: linear-gradient(45deg, #6a77b0 0%, #475386 100%); }

.bg-gradient-blue-gray-top-left {
  background: #5968a7;
  background: linear-gradient(135deg, #6a77b0 0%, #475386 100%); }

.bg-gradient-blue-gray-bottom-right {
  background: #5968a7;
  background: linear-gradient(135deg, #475386 0%, #6a77b0 100%); }

.bg-gradient-light-gray-azure {
  background: #60a4c7;
  background: linear-gradient(to bottom, #73afce 0%, #408db4 100%); }

.bg-gradient-light-gray-azure-reversed {
  background: #60a4c7;
  background: linear-gradient(to bottom, #408db4 0%, #73afce 100%); }

.bg-gradient-light-gray-azure-right {
  background: #60a4c7;
  background: linear-gradient(to right, #73afce 0%, #408db4 100%); }

.bg-gradient-light-gray-azure-left {
  background: #60a4c7;
  background: linear-gradient(to right, #408db4 0%, #73afce 100%); }

.bg-gradient-light-gray-azure-radial {
  background: #60a4c7;
  background: radial-gradient(ellipse at center, #73afce 0%, #408db4 100%); }

.bg-gradient-light-gray-azure-radial-reversed {
  background: #60a4c7;
  background: radial-gradient(ellipse at center, #408db4 0%, #73afce 100%); }

.bg-gradient-light-gray-azure-top-right {
  background: #60a4c7;
  background: linear-gradient(45deg, #408db4 0%, #73afce 100%); }

.bg-gradient-light-gray-azure-bottom-left {
  background: #60a4c7;
  background: linear-gradient(45deg, #73afce 0%, #408db4 100%); }

.bg-gradient-light-gray-azure-top-left {
  background: #60a4c7;
  background: linear-gradient(135deg, #73afce 0%, #408db4 100%); }

.bg-gradient-light-gray-azure-bottom-right {
  background: #60a4c7;
  background: linear-gradient(135deg, #408db4 0%, #73afce 100%); }

.bg-gradient-red-rose-vertical {
  background: #cf2345;
  background: linear-gradient(to bottom, #cf2345 0%, #cf0089 100%); }

.bg-gradient-red-rose-horizontal {
  background: #cf2345;
  background: linear-gradient(to right, #cf2345 0%, #cf0089 100%); }

.bg-gradient-red-rose-radial {
  background: #cf0089;
  background: radial-gradient(ellipse at center, #cf0089 0%, #cf2345 100%); }

.bg-gradient-red-rose-diagonal-up {
  background: #cf2345;
  background: linear-gradient(45deg, #cf2345 0%, #cf0089 100%); }

.bg-gradient-red-rose-diagonal-down {
  background: #cf2345;
  background: linear-gradient(135deg, #cf2345 0%, #cf0089 100%); }

.bg-gradient-rose-magenta-vertical {
  background: #cf0089;
  background: linear-gradient(to bottom, #cf0089 0%, #9305a5 100%); }

.bg-gradient-rose-magenta-horizontal {
  background: #cf0089;
  background: linear-gradient(to right, #cf0089 0%, #9305a5 100%); }

.bg-gradient-rose-magenta-radial {
  background: #9305a5;
  background: radial-gradient(ellipse at center, #9305a5 0%, #cf0089 100%); }

.bg-gradient-rose-magenta-diagonal-up {
  background: #cf0089;
  background: linear-gradient(45deg, #cf0089 0%, #9305a5 100%); }

.bg-gradient-rose-magenta-diagonal-down {
  background: #cf0089;
  background: linear-gradient(135deg, #cf0089 0%, #9305a5 100%); }

.bg-gradient-magenta-violet-vertical {
  background: #9305a5;
  background: linear-gradient(to bottom, #9305a5 0%, #570ac0 100%); }

.bg-gradient-magenta-violet-horizontal {
  background: #9305a5;
  background: linear-gradient(to right, #9305a5 0%, #570ac0 100%); }

.bg-gradient-magenta-violet-radial {
  background: #570ac0;
  background: radial-gradient(ellipse at center, #570ac0 0%, #9305a5 100%); }

.bg-gradient-magenta-violet-diagonal-up {
  background: #9305a5;
  background: linear-gradient(45deg, #9305a5 0%, #570ac0 100%); }

.bg-gradient-magenta-violet-diagonal-down {
  background: #9305a5;
  background: linear-gradient(135deg, #9305a5 0%, #570ac0 100%); }

.bg-gradient-violet-blue-vertical {
  background: #570ac0;
  background: linear-gradient(to bottom, #570ac0 0%, #2c4ac8 100%); }

.bg-gradient-violet-blue-horizontal {
  background: #570ac0;
  background: linear-gradient(to right, #570ac0 0%, #2c4ac8 100%); }

.bg-gradient-violet-blue-radial {
  background: #2c4ac8;
  background: radial-gradient(ellipse at center, #2c4ac8 0%, #570ac0 100%); }

.bg-gradient-violet-blue-diagonal-up {
  background: #570ac0;
  background: linear-gradient(45deg, #570ac0 0%, #2c4ac8 100%); }

.bg-gradient-violet-blue-diagonal-down {
  background: #570ac0;
  background: linear-gradient(135deg, #570ac0 0%, #2c4ac8 100%); }

.bg-gradient-blue-azure-vertical {
  background: #2c4ac8;
  background: linear-gradient(to bottom, #2c4ac8 0%, #0089cf 100%); }

.bg-gradient-blue-azure-horizontal {
  background: #2c4ac8;
  background: linear-gradient(to right, #2c4ac8 0%, #0089cf 100%); }

.bg-gradient-blue-azure-radial {
  background: #0089cf;
  background: radial-gradient(ellipse at center, #0089cf 0%, #2c4ac8 100%); }

.bg-gradient-blue-azure-diagonal-up {
  background: #2c4ac8;
  background: linear-gradient(45deg, #2c4ac8 0%, #0089cf 100%); }

.bg-gradient-blue-azure-diagonal-down {
  background: #2c4ac8;
  background: linear-gradient(135deg, #2c4ac8 0%, #0089cf 100%); }

.bg-gradient-azure-cyan-vertical {
  background: #0089cf;
  background: linear-gradient(to bottom, #0089cf 0%, #00c0ad 100%); }

.bg-gradient-azure-cyan-horizontal {
  background: #0089cf;
  background: linear-gradient(to right, #0089cf 0%, #00c0ad 100%); }

.bg-gradient-azure-cyan-radial {
  background: #00c0ad;
  background: radial-gradient(ellipse at center, #00c0ad 0%, #0089cf 100%); }

.bg-gradient-azure-cyan-diagonal-up {
  background: #0089cf;
  background: linear-gradient(45deg, #0089cf 0%, #00c0ad 100%); }

.bg-gradient-azure-cyan-diagonal-down {
  background: #0089cf;
  background: linear-gradient(135deg, #0089cf 0%, #00c0ad 100%); }

.bg-gradient-cyan-spring-green-vertical {
  background: #00c0ad;
  background: linear-gradient(to bottom, #00c0ad 0%, #0ac057 100%); }

.bg-gradient-cyan-spring-green-horizontal {
  background: #00c0ad;
  background: linear-gradient(to right, #00c0ad 0%, #0ac057 100%); }

.bg-gradient-cyan-spring-green-radial {
  background: #0ac057;
  background: radial-gradient(ellipse at center, #0ac057 0%, #00c0ad 100%); }

.bg-gradient-cyan-spring-green-diagonal-up {
  background: #00c0ad;
  background: linear-gradient(45deg, #00c0ad 0%, #0ac057 100%); }

.bg-gradient-cyan-spring-green-diagonal-down {
  background: #00c0ad;
  background: linear-gradient(135deg, #00c0ad 0%, #0ac057 100%); }

.bg-gradient-spring-green-green-vertical {
  background: #0ac057;
  background: linear-gradient(to bottom, #0ac057 0%, #13c000 100%); }

.bg-gradient-spring-green-green-horizontal {
  background: #0ac057;
  background: linear-gradient(to right, #0ac057 0%, #13c000 100%); }

.bg-gradient-spring-green-green-radial {
  background: #13c000;
  background: radial-gradient(ellipse at center, #13c000 0%, #0ac057 100%); }

.bg-gradient-spring-green-green-diagonal-up {
  background: #0ac057;
  background: linear-gradient(45deg, #0ac057 0%, #13c000 100%); }

.bg-gradient-spring-green-green-diagonal-down {
  background: #0ac057;
  background: linear-gradient(135deg, #0ac057 0%, #13c000 100%); }

.bg-gradient-green-chartreuse-vertical {
  background: #13c000;
  background: linear-gradient(to bottom, #13c000 0%, #75b700 100%); }

.bg-gradient-green-chartreuse-horizontal {
  background: #13c000;
  background: linear-gradient(to right, #13c000 0%, #75b700 100%); }

.bg-gradient-green-chartreuse-radial {
  background: #75b700;
  background: radial-gradient(ellipse at center, #75b700 0%, #13c000 100%); }

.bg-gradient-green-chartreuse-diagonal-up {
  background: #13c000;
  background: linear-gradient(45deg, #13c000 0%, #75b700 100%); }

.bg-gradient-green-chartreuse-diagonal-down {
  background: #13c000;
  background: linear-gradient(135deg, #13c000 0%, #75b700 100%); }

.bg-gradient-chartreuse-yellow-vertical {
  background: #75b700;
  background: linear-gradient(to bottom, #75b700 0%, #d6ad00 100%); }

.bg-gradient-chartreuse-yellow-horizontal {
  background: #75b700;
  background: linear-gradient(to right, #75b700 0%, #d6ad00 100%); }

.bg-gradient-chartreuse-yellow-radial {
  background: #d6ad00;
  background: radial-gradient(ellipse at center, #d6ad00 0%, #75b700 100%); }

.bg-gradient-chartreuse-yellow-diagonal-up {
  background: #75b700;
  background: linear-gradient(45deg, #75b700 0%, #d6ad00 100%); }

.bg-gradient-chartreuse-yellow-diagonal-down {
  background: #75b700;
  background: linear-gradient(135deg, #75b700 0%, #d6ad00 100%); }

.bg-gradient-yellow-orange-vertical {
  background: #d6ad00;
  background: linear-gradient(to bottom, #d6ad00 0%, #d36823 100%); }

.bg-gradient-yellow-orange-horizontal {
  background: #d6ad00;
  background: linear-gradient(to right, #d6ad00 0%, #d36823 100%); }

.bg-gradient-yellow-orange-radial {
  background: #d36823;
  background: radial-gradient(ellipse at center, #d36823 0%, #d6ad00 100%); }

.bg-gradient-yellow-orange-diagonal-up {
  background: #d6ad00;
  background: linear-gradient(45deg, #d6ad00 0%, #d36823 100%); }

.bg-gradient-yellow-orange-diagonal-down {
  background: #d6ad00;
  background: linear-gradient(135deg, #d6ad00 0%, #d36823 100%); }

.bg-gradient-orange-red-vertical {
  background: #d36823;
  background: linear-gradient(to bottom, #d36823 0%, #cf2345 100%); }

.bg-gradient-orange-red-horizontal {
  background: #d36823;
  background: linear-gradient(to right, #d36823 0%, #cf2345 100%); }

.bg-gradient-orange-red-radial {
  background: #cf2345;
  background: radial-gradient(ellipse at center, #cf2345 0%, #d36823 100%); }

.bg-gradient-orange-red-diagonal-up {
  background: #d36823;
  background: linear-gradient(45deg, #d36823 0%, #cf2345 100%); }

.bg-gradient-orange-red-diagonal-down {
  background: #d36823;
  background: linear-gradient(135deg, #d36823 0%, #cf2345 100%); }

.bg-gradient-orange-gray-dark-gray-orange-vertical {
  background: #ac7754;
  background: linear-gradient(to bottom, #ac7754 0%, #8f5a37 100%); }

.bg-gradient-orange-gray-dark-gray-orange-horizontal {
  background: #ac7754;
  background: linear-gradient(to right, #ac7754 0%, #8f5a37 100%); }

.bg-gradient-orange-gray-dark-gray-orange-radial {
  background: #8f5a37;
  background: radial-gradient(ellipse at center, #8f5a37 0%, #ac7754 100%); }

.bg-gradient-orange-gray-dark-gray-orange-diagonal-up {
  background: #ac7754;
  background: linear-gradient(45deg, #ac7754 0%, #8f5a37 100%); }

.bg-gradient-orange-gray-dark-gray-orange-diagonal-down {
  background: #ac7754;
  background: linear-gradient(135deg, #ac7754 0%, #8f5a37 100%); }

.bg-gradient-light-gray-azure-blue-gray-vertical {
  background: #60a4c7;
  background: linear-gradient(to bottom, #60a4c7 0%, #5968a7 100%); }

.bg-gradient-light-gray-azure-blue-gray-horizontal {
  background: #60a4c7;
  background: linear-gradient(to right, #60a4c7 0%, #5968a7 100%); }

.bg-gradient-light-gray-azure-blue-gray-radial {
  background: #5968a7;
  background: radial-gradient(ellipse at center, #5968a7 0%, #60a4c7 100%); }

.bg-gradient-light-gray-azure-blue-gray-diagonal-up {
  background: #60a4c7;
  background: linear-gradient(45deg, #60a4c7 0%, #5968a7 100%); }

.bg-gradient-light-gray-azure-blue-gray-diagonal-down {
  background: #60a4c7;
  background: linear-gradient(135deg, #60a4c7 0%, #5968a7 100%); }

.bg-gradient-white-light-gray-vertical {
  background: #f8f8f8;
  background: linear-gradient(to bottom, #f8f8f8 0%, #bfbfbf 100%); }

.bg-gradient-white-light-gray-horizontal {
  background: #f8f8f8;
  background: linear-gradient(to right, #f8f8f8 0%, #bfbfbf 100%); }

.bg-gradient-white-light-gray-radial {
  background: #bfbfbf;
  background: radial-gradient(ellipse at center, #bfbfbf 0%, #f8f8f8 100%); }

.bg-gradient-white-light-gray-diagonal-up {
  background: #f8f8f8;
  background: linear-gradient(45deg, #f8f8f8 0%, #bfbfbf 100%); }

.bg-gradient-white-light-gray-diagonal-down {
  background: #f8f8f8;
  background: linear-gradient(135deg, #f8f8f8 0%, #bfbfbf 100%); }

.bg-gradient-light-gray-gray-vertical {
  background: #bfbfbf;
  background: linear-gradient(to bottom, #bfbfbf 0%, #858585 100%); }

.bg-gradient-light-gray-gray-horizontal {
  background: #bfbfbf;
  background: linear-gradient(to right, #bfbfbf 0%, #858585 100%); }

.bg-gradient-light-gray-gray-radial {
  background: #858585;
  background: radial-gradient(ellipse at center, #858585 0%, #bfbfbf 100%); }

.bg-gradient-light-gray-gray-diagonal-up {
  background: #bfbfbf;
  background: linear-gradient(45deg, #bfbfbf 0%, #858585 100%); }

.bg-gradient-light-gray-gray-diagonal-down {
  background: #bfbfbf;
  background: linear-gradient(135deg, #bfbfbf 0%, #858585 100%); }

.bg-gradient-gray-dark-gray-vertical {
  background: #858585;
  background: linear-gradient(to bottom, #858585 0%, #4b4b4b 100%); }

.bg-gradient-gray-dark-gray-horizontal {
  background: #858585;
  background: linear-gradient(to right, #858585 0%, #4b4b4b 100%); }

.bg-gradient-gray-dark-gray-radial {
  background: #4b4b4b;
  background: radial-gradient(ellipse at center, #4b4b4b 0%, #858585 100%); }

.bg-gradient-gray-dark-gray-diagonal-up {
  background: #858585;
  background: linear-gradient(45deg, #858585 0%, #4b4b4b 100%); }

.bg-gradient-gray-dark-gray-diagonal-down {
  background: #858585;
  background: linear-gradient(135deg, #858585 0%, #4b4b4b 100%); }

.bg-gradient-dark-gray-black-vertical {
  background: #4b4b4b;
  background: linear-gradient(to bottom, #4b4b4b 0%, #111111 100%); }

.bg-gradient-dark-gray-black-horizontal {
  background: #4b4b4b;
  background: linear-gradient(to right, #4b4b4b 0%, #111111 100%); }

.bg-gradient-dark-gray-black-radial {
  background: #111111;
  background: radial-gradient(ellipse at center, #111111 0%, #4b4b4b 100%); }

.bg-gradient-dark-gray-black-diagonal-up {
  background: #4b4b4b;
  background: linear-gradient(45deg, #4b4b4b 0%, #111111 100%); }

.bg-gradient-dark-gray-black-diagonal-down {
  background: #4b4b4b;
  background: linear-gradient(135deg, #4b4b4b 0%, #111111 100%); }

.bg-gradient-rose-red-vertical {
  background: #cf0089;
  background: linear-gradient(to bottom, #cf0089 0%, #cf2345 100%); }

.bg-gradient-rose-red-horizontal {
  background: #cf0089;
  background: linear-gradient(to right, #cf0089 0%, #cf2345 100%); }

.bg-gradient-rose-red-radial {
  background: #cf2345;
  background: radial-gradient(ellipse at center, #cf2345 0%, #cf0089 100%); }

.bg-gradient-rose-red-diagonal-up {
  background: #cf0089;
  background: linear-gradient(45deg, #cf0089 0%, #cf2345 100%); }

.bg-gradient-rose-red-diagonal-down {
  background: #cf0089;
  background: linear-gradient(135deg, #cf0089 0%, #cf2345 100%); }

.bg-gradient-magenta-rose-vertical {
  background: #9305a5;
  background: linear-gradient(to bottom, #9305a5 0%, #cf0089 100%); }

.bg-gradient-magenta-rose-horizontal {
  background: #9305a5;
  background: linear-gradient(to right, #9305a5 0%, #cf0089 100%); }

.bg-gradient-magenta-rose-radial {
  background: #cf0089;
  background: radial-gradient(ellipse at center, #cf0089 0%, #9305a5 100%); }

.bg-gradient-magenta-rose-diagonal-up {
  background: #9305a5;
  background: linear-gradient(45deg, #9305a5 0%, #cf0089 100%); }

.bg-gradient-magenta-rose-diagonal-down {
  background: #9305a5;
  background: linear-gradient(135deg, #9305a5 0%, #cf0089 100%); }

.bg-gradient-violet-magenta-vertical {
  background: #570ac0;
  background: linear-gradient(to bottom, #570ac0 0%, #9305a5 100%); }

.bg-gradient-violet-magenta-horizontal {
  background: #570ac0;
  background: linear-gradient(to right, #570ac0 0%, #9305a5 100%); }

.bg-gradient-violet-magenta-radial {
  background: #9305a5;
  background: radial-gradient(ellipse at center, #9305a5 0%, #570ac0 100%); }

.bg-gradient-violet-magenta-diagonal-up {
  background: #570ac0;
  background: linear-gradient(45deg, #570ac0 0%, #9305a5 100%); }

.bg-gradient-violet-magenta-diagonal-down {
  background: #570ac0;
  background: linear-gradient(135deg, #570ac0 0%, #9305a5 100%); }

.bg-gradient-blue-violet-vertical {
  background: #2c4ac8;
  background: linear-gradient(to bottom, #2c4ac8 0%, #570ac0 100%); }

.bg-gradient-blue-violet-horizontal {
  background: #2c4ac8;
  background: linear-gradient(to right, #2c4ac8 0%, #570ac0 100%); }

.bg-gradient-blue-violet-radial {
  background: #570ac0;
  background: radial-gradient(ellipse at center, #570ac0 0%, #2c4ac8 100%); }

.bg-gradient-blue-violet-diagonal-up {
  background: #2c4ac8;
  background: linear-gradient(45deg, #2c4ac8 0%, #570ac0 100%); }

.bg-gradient-blue-violet-diagonal-down {
  background: #2c4ac8;
  background: linear-gradient(135deg, #2c4ac8 0%, #570ac0 100%); }

.bg-gradient-azure-blue-vertical {
  background: #0089cf;
  background: linear-gradient(to bottom, #0089cf 0%, #2c4ac8 100%); }

.bg-gradient-azure-blue-horizontal {
  background: #0089cf;
  background: linear-gradient(to right, #0089cf 0%, #2c4ac8 100%); }

.bg-gradient-azure-blue-radial {
  background: #2c4ac8;
  background: radial-gradient(ellipse at center, #2c4ac8 0%, #0089cf 100%); }

.bg-gradient-azure-blue-diagonal-up {
  background: #0089cf;
  background: linear-gradient(45deg, #0089cf 0%, #2c4ac8 100%); }

.bg-gradient-azure-blue-diagonal-down {
  background: #0089cf;
  background: linear-gradient(135deg, #0089cf 0%, #2c4ac8 100%); }

.bg-gradient-cyan-azure-vertical {
  background: #00c0ad;
  background: linear-gradient(to bottom, #00c0ad 0%, #0089cf 100%); }

.bg-gradient-cyan-azure-horizontal {
  background: #00c0ad;
  background: linear-gradient(to right, #00c0ad 0%, #0089cf 100%); }

.bg-gradient-cyan-azure-radial {
  background: #0089cf;
  background: radial-gradient(ellipse at center, #0089cf 0%, #00c0ad 100%); }

.bg-gradient-cyan-azure-diagonal-up {
  background: #00c0ad;
  background: linear-gradient(45deg, #00c0ad 0%, #0089cf 100%); }

.bg-gradient-cyan-azure-diagonal-down {
  background: #00c0ad;
  background: linear-gradient(135deg, #00c0ad 0%, #0089cf 100%); }

.bg-gradient-spring-green-cyan-vertical {
  background: #0ac057;
  background: linear-gradient(to bottom, #0ac057 0%, #00c0ad 100%); }

.bg-gradient-spring-green-cyan-horizontal {
  background: #0ac057;
  background: linear-gradient(to right, #0ac057 0%, #00c0ad 100%); }

.bg-gradient-spring-green-cyan-radial {
  background: #00c0ad;
  background: radial-gradient(ellipse at center, #00c0ad 0%, #0ac057 100%); }

.bg-gradient-spring-green-cyan-diagonal-up {
  background: #0ac057;
  background: linear-gradient(45deg, #0ac057 0%, #00c0ad 100%); }

.bg-gradient-spring-green-cyan-diagonal-down {
  background: #0ac057;
  background: linear-gradient(135deg, #0ac057 0%, #00c0ad 100%); }

.bg-gradient-green-spring-green-vertical {
  background: #13c000;
  background: linear-gradient(to bottom, #13c000 0%, #0ac057 100%); }

.bg-gradient-green-spring-green-horizontal {
  background: #13c000;
  background: linear-gradient(to right, #13c000 0%, #0ac057 100%); }

.bg-gradient-green-spring-green-radial {
  background: #0ac057;
  background: radial-gradient(ellipse at center, #0ac057 0%, #13c000 100%); }

.bg-gradient-green-spring-green-diagonal-up {
  background: #13c000;
  background: linear-gradient(45deg, #13c000 0%, #0ac057 100%); }

.bg-gradient-green-spring-green-diagonal-down {
  background: #13c000;
  background: linear-gradient(135deg, #13c000 0%, #0ac057 100%); }

.bg-gradient-chartreuse-green-vertical {
  background: #75b700;
  background: linear-gradient(to bottom, #75b700 0%, #13c000 100%); }

.bg-gradient-chartreuse-green-horizontal {
  background: #75b700;
  background: linear-gradient(to right, #75b700 0%, #13c000 100%); }

.bg-gradient-chartreuse-green-radial {
  background: #13c000;
  background: radial-gradient(ellipse at center, #13c000 0%, #75b700 100%); }

.bg-gradient-chartreuse-green-diagonal-up {
  background: #75b700;
  background: linear-gradient(45deg, #75b700 0%, #13c000 100%); }

.bg-gradient-chartreuse-green-diagonal-down {
  background: #75b700;
  background: linear-gradient(135deg, #75b700 0%, #13c000 100%); }

.bg-gradient-yellow-chartreuse-vertical {
  background: #d6ad00;
  background: linear-gradient(to bottom, #d6ad00 0%, #75b700 100%); }

.bg-gradient-yellow-chartreuse-horizontal {
  background: #d6ad00;
  background: linear-gradient(to right, #d6ad00 0%, #75b700 100%); }

.bg-gradient-yellow-chartreuse-radial {
  background: #75b700;
  background: radial-gradient(ellipse at center, #75b700 0%, #d6ad00 100%); }

.bg-gradient-yellow-chartreuse-diagonal-up {
  background: #d6ad00;
  background: linear-gradient(45deg, #d6ad00 0%, #75b700 100%); }

.bg-gradient-yellow-chartreuse-diagonal-down {
  background: #d6ad00;
  background: linear-gradient(135deg, #d6ad00 0%, #75b700 100%); }

.bg-gradient-orange-yellow-vertical {
  background: #d36823;
  background: linear-gradient(to bottom, #d36823 0%, #d6ad00 100%); }

.bg-gradient-orange-yellow-horizontal {
  background: #d36823;
  background: linear-gradient(to right, #d36823 0%, #d6ad00 100%); }

.bg-gradient-orange-yellow-radial {
  background: #d6ad00;
  background: radial-gradient(ellipse at center, #d6ad00 0%, #d36823 100%); }

.bg-gradient-orange-yellow-diagonal-up {
  background: #d36823;
  background: linear-gradient(45deg, #d36823 0%, #d6ad00 100%); }

.bg-gradient-orange-yellow-diagonal-down {
  background: #d36823;
  background: linear-gradient(135deg, #d36823 0%, #d6ad00 100%); }

.bg-gradient-red-orange-vertical {
  background: #cf2345;
  background: linear-gradient(to bottom, #cf2345 0%, #d36823 100%); }

.bg-gradient-red-orange-horizontal {
  background: #cf2345;
  background: linear-gradient(to right, #cf2345 0%, #d36823 100%); }

.bg-gradient-red-orange-radial {
  background: #d36823;
  background: radial-gradient(ellipse at center, #d36823 0%, #cf2345 100%); }

.bg-gradient-red-orange-diagonal-up {
  background: #cf2345;
  background: linear-gradient(45deg, #cf2345 0%, #d36823 100%); }

.bg-gradient-red-orange-diagonal-down {
  background: #cf2345;
  background: linear-gradient(135deg, #cf2345 0%, #d36823 100%); }

.bg-gradient-dark-gray-orange-orange-gray-vertical {
  background: #8f5a37;
  background: linear-gradient(to bottom, #8f5a37 0%, #ac7754 100%); }

.bg-gradient-dark-gray-orange-orange-gray-horizontal {
  background: #8f5a37;
  background: linear-gradient(to right, #8f5a37 0%, #ac7754 100%); }

.bg-gradient-dark-gray-orange-orange-gray-radial {
  background: #ac7754;
  background: radial-gradient(ellipse at center, #ac7754 0%, #8f5a37 100%); }

.bg-gradient-dark-gray-orange-orange-gray-diagonal-up {
  background: #8f5a37;
  background: linear-gradient(45deg, #8f5a37 0%, #ac7754 100%); }

.bg-gradient-dark-gray-orange-orange-gray-diagonal-down {
  background: #8f5a37;
  background: linear-gradient(135deg, #8f5a37 0%, #ac7754 100%); }

.bg-gradient-blue-gray-light-gray-azure-vertical {
  background: #5968a7;
  background: linear-gradient(to bottom, #5968a7 0%, #60a4c7 100%); }

.bg-gradient-blue-gray-light-gray-azure-horizontal {
  background: #5968a7;
  background: linear-gradient(to right, #5968a7 0%, #60a4c7 100%); }

.bg-gradient-blue-gray-light-gray-azure-radial {
  background: #60a4c7;
  background: radial-gradient(ellipse at center, #60a4c7 0%, #5968a7 100%); }

.bg-gradient-blue-gray-light-gray-azure-diagonal-up {
  background: #5968a7;
  background: linear-gradient(45deg, #5968a7 0%, #60a4c7 100%); }

.bg-gradient-blue-gray-light-gray-azure-diagonal-down {
  background: #5968a7;
  background: linear-gradient(135deg, #5968a7 0%, #60a4c7 100%); }

.bg-gradient-light-gray-white-vertical {
  background: #bfbfbf;
  background: linear-gradient(to bottom, #bfbfbf 0%, #f8f8f8 100%); }

.bg-gradient-light-gray-white-horizontal {
  background: #bfbfbf;
  background: linear-gradient(to right, #bfbfbf 0%, #f8f8f8 100%); }

.bg-gradient-light-gray-white-radial {
  background: #f8f8f8;
  background: radial-gradient(ellipse at center, #f8f8f8 0%, #bfbfbf 100%); }

.bg-gradient-light-gray-white-diagonal-up {
  background: #bfbfbf;
  background: linear-gradient(45deg, #bfbfbf 0%, #f8f8f8 100%); }

.bg-gradient-light-gray-white-diagonal-down {
  background: #bfbfbf;
  background: linear-gradient(135deg, #bfbfbf 0%, #f8f8f8 100%); }

.bg-gradient-gray-light-gray-vertical {
  background: #858585;
  background: linear-gradient(to bottom, #858585 0%, #bfbfbf 100%); }

.bg-gradient-gray-light-gray-horizontal {
  background: #858585;
  background: linear-gradient(to right, #858585 0%, #bfbfbf 100%); }

.bg-gradient-gray-light-gray-radial {
  background: #bfbfbf;
  background: radial-gradient(ellipse at center, #bfbfbf 0%, #858585 100%); }

.bg-gradient-gray-light-gray-diagonal-up {
  background: #858585;
  background: linear-gradient(45deg, #858585 0%, #bfbfbf 100%); }

.bg-gradient-gray-light-gray-diagonal-down {
  background: #858585;
  background: linear-gradient(135deg, #858585 0%, #bfbfbf 100%); }

.bg-gradient-dark-gray-gray-vertical {
  background: #4b4b4b;
  background: linear-gradient(to bottom, #4b4b4b 0%, #858585 100%); }

.bg-gradient-dark-gray-gray-horizontal {
  background: #4b4b4b;
  background: linear-gradient(to right, #4b4b4b 0%, #858585 100%); }

.bg-gradient-dark-gray-gray-radial {
  background: #858585;
  background: radial-gradient(ellipse at center, #858585 0%, #4b4b4b 100%); }

.bg-gradient-dark-gray-gray-diagonal-up {
  background: #4b4b4b;
  background: linear-gradient(45deg, #4b4b4b 0%, #858585 100%); }

.bg-gradient-dark-gray-gray-diagonal-down {
  background: #4b4b4b;
  background: linear-gradient(135deg, #4b4b4b 0%, #858585 100%); }

.bg-gradient-black-dark-gray-vertical {
  background: #111111;
  background: linear-gradient(to bottom, #111111 0%, #4b4b4b 100%); }

.bg-gradient-black-dark-gray-horizontal {
  background: #111111;
  background: linear-gradient(to right, #111111 0%, #4b4b4b 100%); }

.bg-gradient-black-dark-gray-radial {
  background: #4b4b4b;
  background: radial-gradient(ellipse at center, #4b4b4b 0%, #111111 100%); }

.bg-gradient-black-dark-gray-diagonal-up {
  background: #111111;
  background: linear-gradient(45deg, #111111 0%, #4b4b4b 100%); }

.bg-gradient-black-dark-gray-diagonal-down {
  background: #111111;
  background: linear-gradient(135deg, #111111 0%, #4b4b4b 100%); }

.bg-gradient-red-magenta-vertical {
  background: #cf0089;
  background: linear-gradient(to bottom, #cf2345 0%, #cf0089 50%, #9305a5 100%); }

.bg-gradient-red-magenta-horizontal {
  background: #cf0089;
  background: linear-gradient(to right, #cf2345 0%, #cf0089 50%, #9305a5 100%); }

.bg-gradient-red-magenta-radial {
  background: #cf0089;
  background: radial-gradient(ellipse at center, #9305a5 0%, #cf0089 50%, #cf2345 100%); }

.bg-gradient-red-magenta-diagonal-up {
  background: #cf0089;
  background: linear-gradient(45deg, #cf2345 0%, #cf0089 50%, #9305a5 100%); }

.bg-gradient-red-magenta-diagonal-down {
  background: #cf0089;
  background: linear-gradient(135deg, #cf2345 0%, #cf0089 50%, #9305a5 100%); }

.bg-gradient-rose-violet-vertical {
  background: #9305a5;
  background: linear-gradient(to bottom, #cf0089 0%, #9305a5 50%, #570ac0 100%); }

.bg-gradient-rose-violet-horizontal {
  background: #9305a5;
  background: linear-gradient(to right, #cf0089 0%, #9305a5 50%, #570ac0 100%); }

.bg-gradient-rose-violet-radial {
  background: #9305a5;
  background: radial-gradient(ellipse at center, #570ac0 0%, #9305a5 50%, #cf0089 100%); }

.bg-gradient-rose-violet-diagonal-up {
  background: #9305a5;
  background: linear-gradient(45deg, #cf0089 0%, #9305a5 50%, #570ac0 100%); }

.bg-gradient-rose-violet-diagonal-down {
  background: #9305a5;
  background: linear-gradient(135deg, #cf0089 0%, #9305a5 50%, #570ac0 100%); }

.bg-gradient-magenta-blue-vertical {
  background: #570ac0;
  background: linear-gradient(to bottom, #9305a5 0%, #570ac0 50%, #2c4ac8 100%); }

.bg-gradient-magenta-blue-horizontal {
  background: #570ac0;
  background: linear-gradient(to right, #9305a5 0%, #570ac0 50%, #2c4ac8 100%); }

.bg-gradient-magenta-blue-radial {
  background: #570ac0;
  background: radial-gradient(ellipse at center, #2c4ac8 0%, #570ac0 50%, #9305a5 100%); }

.bg-gradient-magenta-blue-diagonal-up {
  background: #570ac0;
  background: linear-gradient(45deg, #9305a5 0%, #570ac0 50%, #2c4ac8 100%); }

.bg-gradient-magenta-blue-diagonal-down {
  background: #570ac0;
  background: linear-gradient(135deg, #9305a5 0%, #570ac0 50%, #2c4ac8 100%); }

.bg-gradient-violet-azure-vertical {
  background: #2c4ac8;
  background: linear-gradient(to bottom, #570ac0 0%, #2c4ac8 50%, #0089cf 100%); }

.bg-gradient-violet-azure-horizontal {
  background: #2c4ac8;
  background: linear-gradient(to right, #570ac0 0%, #2c4ac8 50%, #0089cf 100%); }

.bg-gradient-violet-azure-radial {
  background: #2c4ac8;
  background: radial-gradient(ellipse at center, #0089cf 0%, #2c4ac8 50%, #570ac0 100%); }

.bg-gradient-violet-azure-diagonal-up {
  background: #2c4ac8;
  background: linear-gradient(45deg, #570ac0 0%, #2c4ac8 50%, #0089cf 100%); }

.bg-gradient-violet-azure-diagonal-down {
  background: #2c4ac8;
  background: linear-gradient(135deg, #570ac0 0%, #2c4ac8 50%, #0089cf 100%); }

.bg-gradient-blue-cyan-vertical {
  background: #0089cf;
  background: linear-gradient(to bottom, #2c4ac8 0%, #0089cf 50%, #00c0ad 100%); }

.bg-gradient-blue-cyan-horizontal {
  background: #0089cf;
  background: linear-gradient(to right, #2c4ac8 0%, #0089cf 50%, #00c0ad 100%); }

.bg-gradient-blue-cyan-radial {
  background: #0089cf;
  background: radial-gradient(ellipse at center, #00c0ad 0%, #0089cf 50%, #2c4ac8 100%); }

.bg-gradient-blue-cyan-diagonal-up {
  background: #0089cf;
  background: linear-gradient(45deg, #2c4ac8 0%, #0089cf 50%, #00c0ad 100%); }

.bg-gradient-blue-cyan-diagonal-down {
  background: #0089cf;
  background: linear-gradient(135deg, #2c4ac8 0%, #0089cf 50%, #00c0ad 100%); }

.bg-gradient-azure-spring-green-vertical {
  background: #00c0ad;
  background: linear-gradient(to bottom, #0089cf 0%, #00c0ad 50%, #0ac057 100%); }

.bg-gradient-azure-spring-green-horizontal {
  background: #00c0ad;
  background: linear-gradient(to right, #0089cf 0%, #00c0ad 50%, #0ac057 100%); }

.bg-gradient-azure-spring-green-radial {
  background: #00c0ad;
  background: radial-gradient(ellipse at center, #0ac057 0%, #00c0ad 50%, #0089cf 100%); }

.bg-gradient-azure-spring-green-diagonal-up {
  background: #00c0ad;
  background: linear-gradient(45deg, #0089cf 0%, #00c0ad 50%, #0ac057 100%); }

.bg-gradient-azure-spring-green-diagonal-down {
  background: #00c0ad;
  background: linear-gradient(135deg, #0089cf 0%, #00c0ad 50%, #0ac057 100%); }

.bg-gradient-cyan-green-vertical {
  background: #0ac057;
  background: linear-gradient(to bottom, #00c0ad 0%, #0ac057 50%, #13c000 100%); }

.bg-gradient-cyan-green-horizontal {
  background: #0ac057;
  background: linear-gradient(to right, #00c0ad 0%, #0ac057 50%, #13c000 100%); }

.bg-gradient-cyan-green-radial {
  background: #0ac057;
  background: radial-gradient(ellipse at center, #13c000 0%, #0ac057 50%, #00c0ad 100%); }

.bg-gradient-cyan-green-diagonal-up {
  background: #0ac057;
  background: linear-gradient(45deg, #00c0ad 0%, #0ac057 50%, #13c000 100%); }

.bg-gradient-cyan-green-diagonal-down {
  background: #0ac057;
  background: linear-gradient(135deg, #00c0ad 0%, #0ac057 50%, #13c000 100%); }

.bg-gradient-spring-green-chartreuse-vertical {
  background: #13c000;
  background: linear-gradient(to bottom, #0ac057 0%, #13c000 50%, #75b700 100%); }

.bg-gradient-spring-green-chartreuse-horizontal {
  background: #13c000;
  background: linear-gradient(to right, #0ac057 0%, #13c000 50%, #75b700 100%); }

.bg-gradient-spring-green-chartreuse-radial {
  background: #13c000;
  background: radial-gradient(ellipse at center, #75b700 0%, #13c000 50%, #0ac057 100%); }

.bg-gradient-spring-green-chartreuse-diagonal-up {
  background: #13c000;
  background: linear-gradient(45deg, #0ac057 0%, #13c000 50%, #75b700 100%); }

.bg-gradient-spring-green-chartreuse-diagonal-down {
  background: #13c000;
  background: linear-gradient(135deg, #0ac057 0%, #13c000 50%, #75b700 100%); }

.bg-gradient-green-yellow-vertical {
  background: #75b700;
  background: linear-gradient(to bottom, #13c000 0%, #75b700 50%, #d6ad00 100%); }

.bg-gradient-green-yellow-horizontal {
  background: #75b700;
  background: linear-gradient(to right, #13c000 0%, #75b700 50%, #d6ad00 100%); }

.bg-gradient-green-yellow-radial {
  background: #75b700;
  background: radial-gradient(ellipse at center, #d6ad00 0%, #75b700 50%, #13c000 100%); }

.bg-gradient-green-yellow-diagonal-up {
  background: #75b700;
  background: linear-gradient(45deg, #13c000 0%, #75b700 50%, #d6ad00 100%); }

.bg-gradient-green-yellow-diagonal-down {
  background: #75b700;
  background: linear-gradient(135deg, #13c000 0%, #75b700 50%, #d6ad00 100%); }

.bg-gradient-chartreuse-orange-vertical {
  background: #d6ad00;
  background: linear-gradient(to bottom, #75b700 0%, #d6ad00 50%, #d36823 100%); }

.bg-gradient-chartreuse-orange-horizontal {
  background: #d6ad00;
  background: linear-gradient(to right, #75b700 0%, #d6ad00 50%, #d36823 100%); }

.bg-gradient-chartreuse-orange-radial {
  background: #d6ad00;
  background: radial-gradient(ellipse at center, #d36823 0%, #d6ad00 50%, #75b700 100%); }

.bg-gradient-chartreuse-orange-diagonal-up {
  background: #d6ad00;
  background: linear-gradient(45deg, #75b700 0%, #d6ad00 50%, #d36823 100%); }

.bg-gradient-chartreuse-orange-diagonal-down {
  background: #d6ad00;
  background: linear-gradient(135deg, #75b700 0%, #d6ad00 50%, #d36823 100%); }

.bg-gradient-yellow-red-vertical {
  background: #d36823;
  background: linear-gradient(to bottom, #d6ad00 0%, #d36823 50%, #cf2345 100%); }

.bg-gradient-yellow-red-horizontal {
  background: #d36823;
  background: linear-gradient(to right, #d6ad00 0%, #d36823 50%, #cf2345 100%); }

.bg-gradient-yellow-red-radial {
  background: #d36823;
  background: radial-gradient(ellipse at center, #cf2345 0%, #d36823 50%, #d6ad00 100%); }

.bg-gradient-yellow-red-diagonal-up {
  background: #d36823;
  background: linear-gradient(45deg, #d6ad00 0%, #d36823 50%, #cf2345 100%); }

.bg-gradient-yellow-red-diagonal-down {
  background: #d36823;
  background: linear-gradient(135deg, #d6ad00 0%, #d36823 50%, #cf2345 100%); }

.bg-gradient-orange-rose-vertical {
  background: #cf2345;
  background: linear-gradient(to bottom, #d36823 0%, #cf2345 50%, #cf0089 100%); }

.bg-gradient-orange-rose-horizontal {
  background: #cf2345;
  background: linear-gradient(to right, #d36823 0%, #cf2345 50%, #cf0089 100%); }

.bg-gradient-orange-rose-radial {
  background: #cf2345;
  background: radial-gradient(ellipse at center, #cf0089 0%, #cf2345 50%, #d36823 100%); }

.bg-gradient-orange-rose-diagonal-up {
  background: #cf2345;
  background: linear-gradient(45deg, #d36823 0%, #cf2345 50%, #cf0089 100%); }

.bg-gradient-orange-rose-diagonal-down {
  background: #cf2345;
  background: linear-gradient(135deg, #d36823 0%, #cf2345 50%, #cf0089 100%); }

.bg-gradient-white-gray-vertical {
  background: #bfbfbf;
  background: linear-gradient(to bottom, #f8f8f8 0%, #bfbfbf 50%, #858585 100%); }

.bg-gradient-white-gray-horizontal {
  background: #bfbfbf;
  background: linear-gradient(to right, #f8f8f8 0%, #bfbfbf 50%, #858585 100%); }

.bg-gradient-white-gray-radial {
  background: #bfbfbf;
  background: radial-gradient(ellipse at center, #858585 0%, #bfbfbf 50%, #f8f8f8 100%); }

.bg-gradient-white-gray-diagonal-up {
  background: #bfbfbf;
  background: linear-gradient(45deg, #f8f8f8 0%, #bfbfbf 50%, #858585 100%); }

.bg-gradient-white-gray-diagonal-down {
  background: #bfbfbf;
  background: linear-gradient(135deg, #f8f8f8 0%, #bfbfbf 50%, #858585 100%); }

.bg-gradient-light-gray-dark-gray-vertical {
  background: #858585;
  background: linear-gradient(to bottom, #bfbfbf 0%, #858585 50%, #4b4b4b 100%); }

.bg-gradient-light-gray-dark-gray-horizontal {
  background: #858585;
  background: linear-gradient(to right, #bfbfbf 0%, #858585 50%, #4b4b4b 100%); }

.bg-gradient-light-gray-dark-gray-radial {
  background: #858585;
  background: radial-gradient(ellipse at center, #4b4b4b 0%, #858585 50%, #bfbfbf 100%); }

.bg-gradient-light-gray-dark-gray-diagonal-up {
  background: #858585;
  background: linear-gradient(45deg, #bfbfbf 0%, #858585 50%, #4b4b4b 100%); }

.bg-gradient-light-gray-dark-gray-diagonal-down {
  background: #858585;
  background: linear-gradient(135deg, #bfbfbf 0%, #858585 50%, #4b4b4b 100%); }

.bg-gradient-gray-black-vertical {
  background: #4b4b4b;
  background: linear-gradient(to bottom, #858585 0%, #4b4b4b 50%, #111111 100%); }

.bg-gradient-gray-black-horizontal {
  background: #4b4b4b;
  background: linear-gradient(to right, #858585 0%, #4b4b4b 50%, #111111 100%); }

.bg-gradient-gray-black-radial {
  background: #4b4b4b;
  background: radial-gradient(ellipse at center, #111111 0%, #4b4b4b 50%, #858585 100%); }

.bg-gradient-gray-black-diagonal-up {
  background: #4b4b4b;
  background: linear-gradient(45deg, #858585 0%, #4b4b4b 50%, #111111 100%); }

.bg-gradient-gray-black-diagonal-down {
  background: #4b4b4b;
  background: linear-gradient(135deg, #858585 0%, #4b4b4b 50%, #111111 100%); }

.bg-gradient-magenta-red-vertical {
  background: #cf0089;
  background: linear-gradient(to bottom, #9305a5 0%, #cf0089 50%, #cf2345 100%); }

.bg-gradient-magenta-red-horizontal {
  background: #cf0089;
  background: linear-gradient(to right, #9305a5 0%, #cf0089 50%, #cf2345 100%); }

.bg-gradient-magenta-red-radial {
  background: #cf0089;
  background: radial-gradient(ellipse at center, #cf2345 0%, #cf0089 50%, #9305a5 100%); }

.bg-gradient-magenta-red-diagonal-up {
  background: #cf0089;
  background: linear-gradient(45deg, #9305a5 0%, #cf0089 50%, #cf2345 100%); }

.bg-gradient-magenta-red-diagonal-down {
  background: #cf0089;
  background: linear-gradient(135deg, #9305a5 0%, #cf0089 50%, #cf2345 100%); }

.bg-gradient-violet-rose-vertical {
  background: #9305a5;
  background: linear-gradient(to bottom, #570ac0 0%, #9305a5 50%, #cf0089 100%); }

.bg-gradient-violet-rose-horizontal {
  background: #9305a5;
  background: linear-gradient(to right, #570ac0 0%, #9305a5 50%, #cf0089 100%); }

.bg-gradient-violet-rose-radial {
  background: #9305a5;
  background: radial-gradient(ellipse at center, #cf0089 0%, #9305a5 50%, #570ac0 100%); }

.bg-gradient-violet-rose-diagonal-up {
  background: #9305a5;
  background: linear-gradient(45deg, #570ac0 0%, #9305a5 50%, #cf0089 100%); }

.bg-gradient-violet-rose-diagonal-down {
  background: #9305a5;
  background: linear-gradient(135deg, #570ac0 0%, #9305a5 50%, #cf0089 100%); }

.bg-gradient-blue-magenta-vertical {
  background: #570ac0;
  background: linear-gradient(to bottom, #2c4ac8 0%, #570ac0 50%, #9305a5 100%); }

.bg-gradient-blue-magenta-horizontal {
  background: #570ac0;
  background: linear-gradient(to right, #2c4ac8 0%, #570ac0 50%, #9305a5 100%); }

.bg-gradient-blue-magenta-radial {
  background: #570ac0;
  background: radial-gradient(ellipse at center, #9305a5 0%, #570ac0 50%, #2c4ac8 100%); }

.bg-gradient-blue-magenta-diagonal-up {
  background: #570ac0;
  background: linear-gradient(45deg, #2c4ac8 0%, #570ac0 50%, #9305a5 100%); }

.bg-gradient-blue-magenta-diagonal-down {
  background: #570ac0;
  background: linear-gradient(135deg, #2c4ac8 0%, #570ac0 50%, #9305a5 100%); }

.bg-gradient-azure-violet-vertical {
  background: #2c4ac8;
  background: linear-gradient(to bottom, #0089cf 0%, #2c4ac8 50%, #570ac0 100%); }

.bg-gradient-azure-violet-horizontal {
  background: #2c4ac8;
  background: linear-gradient(to right, #0089cf 0%, #2c4ac8 50%, #570ac0 100%); }

.bg-gradient-azure-violet-radial {
  background: #2c4ac8;
  background: radial-gradient(ellipse at center, #570ac0 0%, #2c4ac8 50%, #0089cf 100%); }

.bg-gradient-azure-violet-diagonal-up {
  background: #2c4ac8;
  background: linear-gradient(45deg, #0089cf 0%, #2c4ac8 50%, #570ac0 100%); }

.bg-gradient-azure-violet-diagonal-down {
  background: #2c4ac8;
  background: linear-gradient(135deg, #0089cf 0%, #2c4ac8 50%, #570ac0 100%); }

.bg-gradient-cyan-blue-vertical {
  background: #0089cf;
  background: linear-gradient(to bottom, #00c0ad 0%, #0089cf 50%, #2c4ac8 100%); }

.bg-gradient-cyan-blue-horizontal {
  background: #0089cf;
  background: linear-gradient(to right, #00c0ad 0%, #0089cf 50%, #2c4ac8 100%); }

.bg-gradient-cyan-blue-radial {
  background: #0089cf;
  background: radial-gradient(ellipse at center, #2c4ac8 0%, #0089cf 50%, #00c0ad 100%); }

.bg-gradient-cyan-blue-diagonal-up {
  background: #0089cf;
  background: linear-gradient(45deg, #00c0ad 0%, #0089cf 50%, #2c4ac8 100%); }

.bg-gradient-cyan-blue-diagonal-down {
  background: #0089cf;
  background: linear-gradient(135deg, #00c0ad 0%, #0089cf 50%, #2c4ac8 100%); }

.bg-gradient-spring-green-azure-vertical {
  background: #00c0ad;
  background: linear-gradient(to bottom, #0ac057 0%, #00c0ad 50%, #0089cf 100%); }

.bg-gradient-spring-green-azure-horizontal {
  background: #00c0ad;
  background: linear-gradient(to right, #0ac057 0%, #00c0ad 50%, #0089cf 100%); }

.bg-gradient-spring-green-azure-radial {
  background: #00c0ad;
  background: radial-gradient(ellipse at center, #0089cf 0%, #00c0ad 50%, #0ac057 100%); }

.bg-gradient-spring-green-azure-diagonal-up {
  background: #00c0ad;
  background: linear-gradient(45deg, #0ac057 0%, #00c0ad 50%, #0089cf 100%); }

.bg-gradient-spring-green-azure-diagonal-down {
  background: #00c0ad;
  background: linear-gradient(135deg, #0ac057 0%, #00c0ad 50%, #0089cf 100%); }

.bg-gradient-green-cyan-vertical {
  background: #0ac057;
  background: linear-gradient(to bottom, #13c000 0%, #0ac057 50%, #00c0ad 100%); }

.bg-gradient-green-cyan-horizontal {
  background: #0ac057;
  background: linear-gradient(to right, #13c000 0%, #0ac057 50%, #00c0ad 100%); }

.bg-gradient-green-cyan-radial {
  background: #0ac057;
  background: radial-gradient(ellipse at center, #00c0ad 0%, #0ac057 50%, #13c000 100%); }

.bg-gradient-green-cyan-diagonal-up {
  background: #0ac057;
  background: linear-gradient(45deg, #13c000 0%, #0ac057 50%, #00c0ad 100%); }

.bg-gradient-green-cyan-diagonal-down {
  background: #0ac057;
  background: linear-gradient(135deg, #13c000 0%, #0ac057 50%, #00c0ad 100%); }

.bg-gradient-chartreuse-spring-green-vertical {
  background: #13c000;
  background: linear-gradient(to bottom, #75b700 0%, #13c000 50%, #0ac057 100%); }

.bg-gradient-chartreuse-spring-green-horizontal {
  background: #13c000;
  background: linear-gradient(to right, #75b700 0%, #13c000 50%, #0ac057 100%); }

.bg-gradient-chartreuse-spring-green-radial {
  background: #13c000;
  background: radial-gradient(ellipse at center, #0ac057 0%, #13c000 50%, #75b700 100%); }

.bg-gradient-chartreuse-spring-green-diagonal-up {
  background: #13c000;
  background: linear-gradient(45deg, #75b700 0%, #13c000 50%, #0ac057 100%); }

.bg-gradient-chartreuse-spring-green-diagonal-down {
  background: #13c000;
  background: linear-gradient(135deg, #75b700 0%, #13c000 50%, #0ac057 100%); }

.bg-gradient-yellow-green-vertical {
  background: #75b700;
  background: linear-gradient(to bottom, #d6ad00 0%, #75b700 50%, #13c000 100%); }

.bg-gradient-yellow-green-horizontal {
  background: #75b700;
  background: linear-gradient(to right, #d6ad00 0%, #75b700 50%, #13c000 100%); }

.bg-gradient-yellow-green-radial {
  background: #75b700;
  background: radial-gradient(ellipse at center, #13c000 0%, #75b700 50%, #d6ad00 100%); }

.bg-gradient-yellow-green-diagonal-up {
  background: #75b700;
  background: linear-gradient(45deg, #d6ad00 0%, #75b700 50%, #13c000 100%); }

.bg-gradient-yellow-green-diagonal-down {
  background: #75b700;
  background: linear-gradient(135deg, #d6ad00 0%, #75b700 50%, #13c000 100%); }

.bg-gradient-orange-chartreuse-vertical {
  background: #d6ad00;
  background: linear-gradient(to bottom, #d36823 0%, #d6ad00 50%, #75b700 100%); }

.bg-gradient-orange-chartreuse-horizontal {
  background: #d6ad00;
  background: linear-gradient(to right, #d36823 0%, #d6ad00 50%, #75b700 100%); }

.bg-gradient-orange-chartreuse-radial {
  background: #d6ad00;
  background: radial-gradient(ellipse at center, #75b700 0%, #d6ad00 50%, #d36823 100%); }

.bg-gradient-orange-chartreuse-diagonal-up {
  background: #d6ad00;
  background: linear-gradient(45deg, #d36823 0%, #d6ad00 50%, #75b700 100%); }

.bg-gradient-orange-chartreuse-diagonal-down {
  background: #d6ad00;
  background: linear-gradient(135deg, #d36823 0%, #d6ad00 50%, #75b700 100%); }

.bg-gradient-red-yellow-vertical {
  background: #d36823;
  background: linear-gradient(to bottom, #cf2345 0%, #d36823 50%, #d6ad00 100%); }

.bg-gradient-red-yellow-horizontal {
  background: #d36823;
  background: linear-gradient(to right, #cf2345 0%, #d36823 50%, #d6ad00 100%); }

.bg-gradient-red-yellow-radial {
  background: #d36823;
  background: radial-gradient(ellipse at center, #d6ad00 0%, #d36823 50%, #cf2345 100%); }

.bg-gradient-red-yellow-diagonal-up {
  background: #d36823;
  background: linear-gradient(45deg, #cf2345 0%, #d36823 50%, #d6ad00 100%); }

.bg-gradient-red-yellow-diagonal-down {
  background: #d36823;
  background: linear-gradient(135deg, #cf2345 0%, #d36823 50%, #d6ad00 100%); }

.bg-gradient-rose-orange-vertical {
  background: #cf2345;
  background: linear-gradient(to bottom, #cf0089 0%, #cf2345 50%, #d36823 100%); }

.bg-gradient-rose-orange-horizontal {
  background: #cf2345;
  background: linear-gradient(to right, #cf0089 0%, #cf2345 50%, #d36823 100%); }

.bg-gradient-rose-orange-radial {
  background: #cf2345;
  background: radial-gradient(ellipse at center, #d36823 0%, #cf2345 50%, #cf0089 100%); }

.bg-gradient-rose-orange-diagonal-up {
  background: #cf2345;
  background: linear-gradient(45deg, #cf0089 0%, #cf2345 50%, #d36823 100%); }

.bg-gradient-rose-orange-diagonal-down {
  background: #cf2345;
  background: linear-gradient(135deg, #cf0089 0%, #cf2345 50%, #d36823 100%); }

.bg-gradient-gray-white-vertical {
  background: #bfbfbf;
  background: linear-gradient(to bottom, #858585 0%, #bfbfbf 50%, #f8f8f8 100%); }

.bg-gradient-gray-white-horizontal {
  background: #bfbfbf;
  background: linear-gradient(to right, #858585 0%, #bfbfbf 50%, #f8f8f8 100%); }

.bg-gradient-gray-white-radial {
  background: #bfbfbf;
  background: radial-gradient(ellipse at center, #f8f8f8 0%, #bfbfbf 50%, #858585 100%); }

.bg-gradient-gray-white-diagonal-up {
  background: #bfbfbf;
  background: linear-gradient(45deg, #858585 0%, #bfbfbf 50%, #f8f8f8 100%); }

.bg-gradient-gray-white-diagonal-down {
  background: #bfbfbf;
  background: linear-gradient(135deg, #858585 0%, #bfbfbf 50%, #f8f8f8 100%); }

.bg-gradient-dark-gray-light-gray-vertical {
  background: #858585;
  background: linear-gradient(to bottom, #4b4b4b 0%, #858585 50%, #bfbfbf 100%); }

.bg-gradient-dark-gray-light-gray-horizontal {
  background: #858585;
  background: linear-gradient(to right, #4b4b4b 0%, #858585 50%, #bfbfbf 100%); }

.bg-gradient-dark-gray-light-gray-radial {
  background: #858585;
  background: radial-gradient(ellipse at center, #bfbfbf 0%, #858585 50%, #4b4b4b 100%); }

.bg-gradient-dark-gray-light-gray-diagonal-up {
  background: #858585;
  background: linear-gradient(45deg, #4b4b4b 0%, #858585 50%, #bfbfbf 100%); }

.bg-gradient-dark-gray-light-gray-diagonal-down {
  background: #858585;
  background: linear-gradient(135deg, #4b4b4b 0%, #858585 50%, #bfbfbf 100%); }

.bg-gradient-black-gray-vertical {
  background: #4b4b4b;
  background: linear-gradient(to bottom, #111111 0%, #4b4b4b 50%, #858585 100%); }

.bg-gradient-black-gray-horizontal {
  background: #4b4b4b;
  background: linear-gradient(to right, #111111 0%, #4b4b4b 50%, #858585 100%); }

.bg-gradient-black-gray-radial {
  background: #4b4b4b;
  background: radial-gradient(ellipse at center, #858585 0%, #4b4b4b 50%, #111111 100%); }

.bg-gradient-black-gray-diagonal-up {
  background: #4b4b4b;
  background: linear-gradient(45deg, #111111 0%, #4b4b4b 50%, #858585 100%); }

.bg-gradient-black-gray-diagonal-down {
  background: #4b4b4b;
  background: linear-gradient(135deg, #111111 0%, #4b4b4b 50%, #858585 100%); }

.border-white {
  border-color: #f8f8f8 !important; }

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

.border-gray {
  border-color: #858585 !important; }

.border-dark-gray {
  border-color: #4b4b4b !important; }

.border-black {
  border-color: #111111 !important; }

.border-red {
  border-color: #cf2345 !important; }

.border-rose {
  border-color: #cf0089 !important; }

.border-magenta {
  border-color: #9305a5 !important; }

.border-violet {
  border-color: #570ac0 !important; }

.border-blue {
  border-color: #2c4ac8 !important; }

.border-azure {
  border-color: #0089cf !important; }

.border-cyan {
  border-color: #00c0ad !important; }

.border-spring-green {
  border-color: #0ac057 !important; }

.border-green {
  border-color: #13c000 !important; }

.border-chartreuse {
  border-color: #75b700 !important; }

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

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

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

.border-dark-gray-orange {
  border-color: #8f5a37 !important; }

.border-blue-gray {
  border-color: #5968a7 !important; }

.border-light-gray-azure {
  border-color: #60a4c7 !important; }

.border-width-0 {
  border-width: 0rem !important; }

.border-width-1 {
  border-width: 0.05rem !important; }

.border-width-2 {
  border-width: 0.1rem !important; }

.border-width-3 {
  border-width: 0.15rem !important; }

.border-width-4 {
  border-width: 0.2rem !important; }

.border-width-5 {
  border-width: 0.25rem !important; }

.border-width-6 {
  border-width: 0.3rem !important; }

.border-width-7 {
  border-width: 0.35rem !important; }

.border-width-8 {
  border-width: 0.4rem !important; }

.border-width-9 {
  border-width: 0.45rem !important; }

.border-width-10 {
  border-width: 0.5rem !important; }

.border-width-11 {
  border-width: 0.55rem !important; }

.border-width-12 {
  border-width: 0.6rem !important; }

.border-width-13 {
  border-width: 0.65rem !important; }

.border-width-14 {
  border-width: 0.7rem !important; }

.border-width-15 {
  border-width: 0.75rem !important; }

.border-white-50 {
  border-color: white !important; }

.border-white-100 {
  border-color: white !important; }

.border-white-200 {
  border-color: white !important; }

.border-white-300 {
  border-color: white !important; }

.border-white-400 {
  border-color: white !important; }

.border-white-500 {
  border-color: #f8f8f8 !important; }

.border-white-600 {
  border-color: #ebebeb !important; }

.border-white-700 {
  border-color: #dfdfdf !important; }

.border-white-800 {
  border-color: #d2d2d2 !important; }

.border-white-900 {
  border-color: #c5c5c5 !important; }

.border-light-gray-50 {
  border-color: white !important; }

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

.border-light-gray-200 {
  border-color: #e5e5e5 !important; }

.border-light-gray-300 {
  border-color: #d9d9d9 !important; }

.border-light-gray-400 {
  border-color: #cccccc !important; }

.border-light-gray-500 {
  border-color: #bfbfbf !important; }

.border-light-gray-600 {
  border-color: #b2b2b2 !important; }

.border-light-gray-700 {
  border-color: #a6a6a6 !important; }

.border-light-gray-800 {
  border-color: #999999 !important; }

.border-light-gray-900 {
  border-color: #8c8c8c !important; }

.border-gray-100 {
  border-color: #b8b8b8 !important; }

.border-gray-200 {
  border-color: #ababab !important; }

.border-gray-300 {
  border-color: #9f9f9f !important; }

.border-gray-400 {
  border-color: #929292 !important; }

.border-gray-500 {
  border-color: #858585 !important; }

.border-gray-600 {
  border-color: #787878 !important; }

.border-gray-700 {
  border-color: #6c6c6c !important; }

.border-gray-800 {
  border-color: #5f5f5f !important; }

.border-gray-900 {
  border-color: #525252 !important; }

.border-gray-50 {
  border-color: #d2d2d2 !important; }

.border-dark-gray-50 {
  border-color: #989898 !important; }

.border-dark-gray-100 {
  border-color: #7e7e7e !important; }

.border-dark-gray-200 {
  border-color: #717171 !important; }

.border-dark-gray-300 {
  border-color: #656565 !important; }

.border-dark-gray-400 {
  border-color: #585858 !important; }

.border-dark-gray-500 {
  border-color: #4b4b4b !important; }

.border-dark-gray-600 {
  border-color: #3e3e3e !important; }

.border-dark-gray-700 {
  border-color: #323232 !important; }

.border-dark-gray-800 {
  border-color: #252525 !important; }

.border-dark-gray-900 {
  border-color: #181818 !important; }

.border-black-50 {
  border-color: #5e5e5e !important; }

.border-black-100 {
  border-color: #444444 !important; }

.border-black-200 {
  border-color: #373737 !important; }

.border-black-300 {
  border-color: #2b2b2b !important; }

.border-black-400 {
  border-color: #1e1e1e !important; }

.border-black-500 {
  border-color: #111111 !important; }

.border-black-600 {
  border-color: #040404 !important; }

.border-black-700 {
  border-color: black !important; }

.border-black-800 {
  border-color: black !important; }

.border-black-900 {
  border-color: black !important; }

.border-red-50 {
  border-color: #ee9dad !important; }

.border-red-100 {
  border-color: #e77188 !important; }

.border-red-200 {
  border-color: #e35b76 !important; }

.border-red-300 {
  border-color: #e04564 !important; }

.border-red-400 {
  border-color: #dc3052 !important; }

.border-red-500 {
  border-color: #cf2345 !important; }

.border-red-600 {
  border-color: #b91f3e !important; }

.border-red-700 {
  border-color: #a31c36 !important; }

.border-red-800 {
  border-color: #8e182f !important; }

.border-red-900 {
  border-color: #781428 !important; }

.border-rose-50 {
  border-color: #ff69cc !important; }

.border-rose-100 {
  border-color: #ff36bb !important; }

.border-rose-200 {
  border-color: #ff1db2 !important; }

.border-rose-300 {
  border-color: #ff03aa !important; }

.border-rose-400 {
  border-color: #e9009a !important; }

.border-rose-500 {
  border-color: #cf0089 !important; }

.border-rose-600 {
  border-color: #b60078 !important; }

.border-rose-700 {
  border-color: #9c0067 !important; }

.border-rose-800 {
  border-color: #830056 !important; }

.border-rose-900 {
  border-color: #690045 !important; }

.border-magenta-50 {
  border-color: #e64afa !important; }

.border-magenta-100 {
  border-color: #df18f8 !important; }

.border-magenta-200 {
  border-color: #d507ef !important; }

.border-magenta-300 {
  border-color: #bf07d7 !important; }

.border-magenta-400 {
  border-color: #a906be !important; }

.border-magenta-500 {
  border-color: #9305a5 !important; }

.border-magenta-600 {
  border-color: #7d048c !important; }

.border-magenta-700 {
  border-color: #670474 !important; }

.border-magenta-800 {
  border-color: #51035b !important; }

.border-magenta-900 {
  border-color: #3b0242 !important; }

.border-violet-50 {
  border-color: #a76cf7 !important; }

.border-violet-100 {
  border-color: #8a3bf5 !important; }

.border-violet-200 {
  border-color: #7b23f4 !important; }

.border-violet-300 {
  border-color: #6d0df0 !important; }

.border-violet-400 {
  border-color: #620bd8 !important; }

.border-violet-500 {
  border-color: #570ac0 !important; }

.border-violet-600 {
  border-color: #4c09a8 !important; }

.border-violet-700 {
  border-color: #410790 !important; }

.border-violet-800 {
  border-color: #360677 !important; }

.border-violet-900 {
  border-color: #2b055f !important; }

.border-blue-50 {
  border-color: #a2b0eb !important; }

.border-blue-100 {
  border-color: #798de1 !important; }

.border-blue-200 {
  border-color: #647bdd !important; }

.border-blue-300 {
  border-color: #4f69d8 !important; }

.border-blue-400 {
  border-color: #3a57d4 !important; }

.border-blue-500 {
  border-color: #2c4ac8 !important; }

.border-blue-600 {
  border-color: #2742b3 !important; }

.border-blue-700 {
  border-color: #233b9e !important; }

.border-blue-800 {
  border-color: #1e3389 !important; }

.border-blue-900 {
  border-color: #1a2b74 !important; }

.border-azure-50 {
  border-color: #69ccff !important; }

.border-azure-100 {
  border-color: #36bbff !important; }

.border-azure-200 {
  border-color: #1db2ff !important; }

.border-azure-300 {
  border-color: #03aaff !important; }

.border-azure-400 {
  border-color: #009ae9 !important; }

.border-azure-500 {
  border-color: #0089cf !important; }

.border-azure-600 {
  border-color: #0078b6 !important; }

.border-azure-700 {
  border-color: #00679c !important; }

.border-azure-800 {
  border-color: #005683 !important; }

.border-azure-900 {
  border-color: #004569 !important; }

.border-cyan-50 {
  border-color: #5affef !important; }

.border-cyan-100 {
  border-color: #27ffea !important; }

.border-cyan-200 {
  border-color: #0effe7 !important; }

.border-cyan-300 {
  border-color: #00f3db !important; }

.border-cyan-400 {
  border-color: #00dac4 !important; }

.border-cyan-500 {
  border-color: #00c0ad !important; }

.border-cyan-600 {
  border-color: #00a796 !important; }

.border-cyan-700 {
  border-color: #008d7f !important; }

.border-cyan-800 {
  border-color: #007468 !important; }

.border-cyan-900 {
  border-color: #005a51 !important; }

.border-spring-green-50 {
  border-color: #6cf7a7 !important; }

.border-spring-green-100 {
  border-color: #3bf58a !important; }

.border-spring-green-200 {
  border-color: #23f47b !important; }

.border-spring-green-300 {
  border-color: #0df06d !important; }

.border-spring-green-400 {
  border-color: #0bd862 !important; }

.border-spring-green-500 {
  border-color: #0ac057 !important; }

.border-spring-green-600 {
  border-color: #09a84c !important; }

.border-spring-green-700 {
  border-color: #079041 !important; }

.border-spring-green-800 {
  border-color: #067736 !important; }

.border-spring-green-900 {
  border-color: #055f2b !important; }

.border-green-50 {
  border-color: #6aff5a !important; }

.border-green-100 {
  border-color: #3cff27 !important; }

.border-green-200 {
  border-color: #25ff0e !important; }

.border-green-300 {
  border-color: #18f300 !important; }

.border-green-400 {
  border-color: #16da00 !important; }

.border-green-500 {
  border-color: #13c000 !important; }

.border-green-600 {
  border-color: #10a700 !important; }

.border-green-700 {
  border-color: #0e8d00 !important; }

.border-green-800 {
  border-color: #0b7400 !important; }

.border-green-900 {
  border-color: #095a00 !important; }

.border-chartreuse-50 {
  border-color: #c0ff51 !important; }

.border-chartreuse-100 {
  border-color: #aeff1e !important; }

.border-chartreuse-200 {
  border-color: #a5ff05 !important; }

.border-chartreuse-300 {
  border-color: #96ea00 !important; }

.border-chartreuse-400 {
  border-color: #85d100 !important; }

.border-chartreuse-500 {
  border-color: #75b700 !important; }

.border-chartreuse-600 {
  border-color: #659e00 !important; }

.border-chartreuse-700 {
  border-color: #548400 !important; }

.border-chartreuse-800 {
  border-color: #446b00 !important; }

.border-chartreuse-900 {
  border-color: #345100 !important; }

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

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

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

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

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

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

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

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

.border-yellow-800 {
  border-color: #8a6f00 !important; }

.border-yellow-900 {
  border-color: #705b00 !important; }

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

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

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

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

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

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

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

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

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

.border-orange-900 {
  border-color: #7c3d14 !important; }

.border-orange-gray-50 {
  border-color: #dec9bb !important; }

.border-orange-gray-100 {
  border-color: #cdae99 !important; }

.border-orange-gray-200 {
  border-color: #c5a088 !important; }

.border-orange-gray-300 {
  border-color: #bd9276 !important; }

.border-orange-gray-400 {
  border-color: #b48565 !important; }

.border-orange-gray-500 {
  border-color: #ac7754 !important; }

.border-orange-gray-600 {
  border-color: #9b6b4b !important; }

.border-orange-gray-700 {
  border-color: #8a5f43 !important; }

.border-orange-gray-800 {
  border-color: #79533b !important; }

.border-orange-gray-900 {
  border-color: #684832 !important; }

.border-dark-gray-orange-50 {
  border-color: #d3a88c !important; }

.border-dark-gray-orange-100 {
  border-color: #c58c67 !important; }

.border-dark-gray-orange-200 {
  border-color: #be7f55 !important; }

.border-dark-gray-orange-300 {
  border-color: #b47145 !important; }

.border-dark-gray-orange-400 {
  border-color: #a1663e !important; }

.border-dark-gray-orange-500 {
  border-color: #8f5a37 !important; }

.border-dark-gray-orange-600 {
  border-color: #7d4e30 !important; }

.border-dark-gray-orange-700 {
  border-color: #6a4329 !important; }

.border-dark-gray-orange-800 {
  border-color: #583722 !important; }

.border-dark-gray-orange-900 {
  border-color: #452c1b !important; }

.border-blue-gray-50 {
  border-color: #bdc3dc !important; }

.border-blue-gray-100 {
  border-color: #9ca5ca !important; }

.border-blue-gray-200 {
  border-color: #8b95c2 !important; }

.border-blue-gray-300 {
  border-color: #7a86b9 !important; }

.border-blue-gray-400 {
  border-color: #6a77b0 !important; }

.border-blue-gray-500 {
  border-color: #5968a7 !important; }

.border-blue-gray-600 {
  border-color: #505d97 !important; }

.border-blue-gray-700 {
  border-color: #475386 !important; }

.border-blue-gray-800 {
  border-color: #3e4975 !important; }

.border-blue-gray-900 {
  border-color: #353e65 !important; }

.border-light-gray-azure-50 {
  border-color: #d1e5ef !important; }

.border-light-gray-azure-100 {
  border-color: #abcfe2 !important; }

.border-light-gray-azure-200 {
  border-color: #99c4db !important; }

.border-light-gray-azure-300 {
  border-color: #86bad4 !important; }

.border-light-gray-azure-400 {
  border-color: #73afce !important; }

.border-light-gray-azure-500 {
  border-color: #60a4c7 !important; }

.border-light-gray-azure-600 {
  border-color: #4d99c0 !important; }

.border-light-gray-azure-700 {
  border-color: #408db4 !important; }

.border-light-gray-azure-800 {
  border-color: #397ea2 !important; }

.border-light-gray-azure-900 {
  border-color: #326f8f !important; }

.w-0 {
  width: 0% !important; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-33 {
  width: 33.333% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-50 {
  width: 50% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-66 {
  width: 66.666% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.w-99 {
  width: 99.999% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-0 {
  height: 0% !important; }

.h-5 {
  height: 5% !important; }

.h-10 {
  height: 10% !important; }

.h-15 {
  height: 15% !important; }

.h-20 {
  height: 20% !important; }

.h-25 {
  height: 25% !important; }

.h-30 {
  height: 30% !important; }

.h-33 {
  height: 33.333% !important; }

.h-35 {
  height: 35% !important; }

.h-40 {
  height: 40% !important; }

.h-45 {
  height: 45% !important; }

.h-50 {
  height: 50% !important; }

.h-55 {
  height: 55% !important; }

.h-60 {
  height: 60% !important; }

.h-65 {
  height: 65% !important; }

.h-66 {
  height: 66.666% !important; }

.h-70 {
  height: 70% !important; }

.h-75 {
  height: 75% !important; }

.h-80 {
  height: 80% !important; }

.h-85 {
  height: 85% !important; }

.h-90 {
  height: 90% !important; }

.h-95 {
  height: 95% !important; }

.h-99 {
  height: 99.999% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.text-white {
  color: #f8f8f8 !important; }

a.text-white:hover, a.text-white:focus {
  color: #dfdfdf !important; }

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

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

.text-gray {
  color: #858585 !important; }

a.text-gray:hover, a.text-gray:focus {
  color: #6c6c6c !important; }

.text-dark-gray {
  color: #4b4b4b !important; }

a.text-dark-gray:hover, a.text-dark-gray:focus {
  color: #323232 !important; }

.text-black {
  color: #111111 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-red {
  color: #cf2345 !important; }

a.text-red:hover, a.text-red:focus {
  color: #a31c36 !important; }

.text-rose {
  color: #cf0089 !important; }

a.text-rose:hover, a.text-rose:focus {
  color: #9c0067 !important; }

.text-magenta {
  color: #9305a5 !important; }

a.text-magenta:hover, a.text-magenta:focus {
  color: #670474 !important; }

.text-violet {
  color: #570ac0 !important; }

a.text-violet:hover, a.text-violet:focus {
  color: #410790 !important; }

.text-blue {
  color: #2c4ac8 !important; }

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

.text-azure {
  color: #0089cf !important; }

a.text-azure:hover, a.text-azure:focus {
  color: #00679c !important; }

.text-cyan {
  color: #00c0ad !important; }

a.text-cyan:hover, a.text-cyan:focus {
  color: #008d7f !important; }

.text-spring-green {
  color: #0ac057 !important; }

a.text-spring-green:hover, a.text-spring-green:focus {
  color: #079041 !important; }

.text-green {
  color: #13c000 !important; }

a.text-green:hover, a.text-green:focus {
  color: #0e8d00 !important; }

.text-chartreuse {
  color: #75b700 !important; }

a.text-chartreuse:hover, a.text-chartreuse:focus {
  color: #548400 !important; }

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

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

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

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

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

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

.text-dark-gray-orange {
  color: #8f5a37 !important; }

a.text-dark-gray-orange:hover, a.text-dark-gray-orange:focus {
  color: #6a4329 !important; }

.text-blue-gray {
  color: #5968a7 !important; }

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

.text-light-gray-azure {
  color: #60a4c7 !important; }

a.text-light-gray-azure:hover, a.text-light-gray-azure:focus {
  color: #408db4 !important; }

.text-white-50 {
  color: white !important; }

a.text-white-50:hover, a.text-white-50:focus {
  color: #e6e6e6 !important; }

.text-white-100 {
  color: white !important; }

a.text-white-100:hover, a.text-white-100:focus {
  color: #e6e6e6 !important; }

.text-white-200 {
  color: white !important; }

a.text-white-200:hover, a.text-white-200:focus {
  color: #e6e6e6 !important; }

.text-white-300 {
  color: white !important; }

a.text-white-300:hover, a.text-white-300:focus {
  color: #e6e6e6 !important; }

.text-white-400 {
  color: white !important; }

a.text-white-400:hover, a.text-white-400:focus {
  color: #e6e6e6 !important; }

.text-white-500 {
  color: #f8f8f8 !important; }

a.text-white-500:hover, a.text-white-500:focus {
  color: #dfdfdf !important; }

.text-white-600 {
  color: #ebebeb !important; }

a.text-white-600:hover, a.text-white-600:focus {
  color: #d2d2d2 !important; }

.text-white-700 {
  color: #dfdfdf !important; }

a.text-white-700:hover, a.text-white-700:focus {
  color: #c5c5c5 !important; }

.text-white-800 {
  color: #d2d2d2 !important; }

a.text-white-800:hover, a.text-white-800:focus {
  color: #b8b8b8 !important; }

.text-white-900 {
  color: #c5c5c5 !important; }

a.text-white-900:hover, a.text-white-900:focus {
  color: #acacac !important; }

.text-light-gray-50 {
  color: white !important; }

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

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

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

.text-light-gray-200 {
  color: #e5e5e5 !important; }

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

.text-light-gray-300 {
  color: #d9d9d9 !important; }

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

.text-light-gray-400 {
  color: #cccccc !important; }

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

.text-light-gray-500 {
  color: #bfbfbf !important; }

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

.text-light-gray-600 {
  color: #b2b2b2 !important; }

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

.text-light-gray-700 {
  color: #a6a6a6 !important; }

a.text-light-gray-700:hover, a.text-light-gray-700:focus {
  color: #8c8c8c !important; }

.text-light-gray-800 {
  color: #999999 !important; }

a.text-light-gray-800:hover, a.text-light-gray-800:focus {
  color: #7f7f7f !important; }

.text-light-gray-900 {
  color: #8c8c8c !important; }

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

.text-gray-100 {
  color: #b8b8b8 !important; }

a.text-gray-100:hover, a.text-gray-100:focus {
  color: #9f9f9f !important; }

.text-gray-200 {
  color: #ababab !important; }

a.text-gray-200:hover, a.text-gray-200:focus {
  color: #929292 !important; }

.text-gray-300 {
  color: #9f9f9f !important; }

a.text-gray-300:hover, a.text-gray-300:focus {
  color: #858585 !important; }

.text-gray-400 {
  color: #929292 !important; }

a.text-gray-400:hover, a.text-gray-400:focus {
  color: #787878 !important; }

.text-gray-500 {
  color: #858585 !important; }

a.text-gray-500:hover, a.text-gray-500:focus {
  color: #6c6c6c !important; }

.text-gray-600 {
  color: #787878 !important; }

a.text-gray-600:hover, a.text-gray-600:focus {
  color: #5f5f5f !important; }

.text-gray-700 {
  color: #6c6c6c !important; }

a.text-gray-700:hover, a.text-gray-700:focus {
  color: #525252 !important; }

.text-gray-800 {
  color: #5f5f5f !important; }

a.text-gray-800:hover, a.text-gray-800:focus {
  color: #454545 !important; }

.text-gray-900 {
  color: #525252 !important; }

a.text-gray-900:hover, a.text-gray-900:focus {
  color: #393939 !important; }

.text-gray-50 {
  color: #d2d2d2 !important; }

a.text-gray-50:hover, a.text-gray-50:focus {
  color: #b8b8b8 !important; }

.text-dark-gray-50 {
  color: #989898 !important; }

a.text-dark-gray-50:hover, a.text-dark-gray-50:focus {
  color: #7e7e7e !important; }

.text-dark-gray-100 {
  color: #7e7e7e !important; }

a.text-dark-gray-100:hover, a.text-dark-gray-100:focus {
  color: #656565 !important; }

.text-dark-gray-200 {
  color: #717171 !important; }

a.text-dark-gray-200:hover, a.text-dark-gray-200:focus {
  color: #585858 !important; }

.text-dark-gray-300 {
  color: #656565 !important; }

a.text-dark-gray-300:hover, a.text-dark-gray-300:focus {
  color: #4b4b4b !important; }

.text-dark-gray-400 {
  color: #585858 !important; }

a.text-dark-gray-400:hover, a.text-dark-gray-400:focus {
  color: #3e3e3e !important; }

.text-dark-gray-500 {
  color: #4b4b4b !important; }

a.text-dark-gray-500:hover, a.text-dark-gray-500:focus {
  color: #323232 !important; }

.text-dark-gray-600 {
  color: #3e3e3e !important; }

a.text-dark-gray-600:hover, a.text-dark-gray-600:focus {
  color: #252525 !important; }

.text-dark-gray-700 {
  color: #323232 !important; }

a.text-dark-gray-700:hover, a.text-dark-gray-700:focus {
  color: #181818 !important; }

.text-dark-gray-800 {
  color: #252525 !important; }

a.text-dark-gray-800:hover, a.text-dark-gray-800:focus {
  color: #0b0b0b !important; }

.text-dark-gray-900 {
  color: #181818 !important; }

a.text-dark-gray-900:hover, a.text-dark-gray-900:focus {
  color: black !important; }

.text-black-50 {
  color: #5e5e5e !important; }

a.text-black-50:hover, a.text-black-50:focus {
  color: #444444 !important; }

.text-black-100 {
  color: #444444 !important; }

a.text-black-100:hover, a.text-black-100:focus {
  color: #2b2b2b !important; }

.text-black-200 {
  color: #373737 !important; }

a.text-black-200:hover, a.text-black-200:focus {
  color: #1e1e1e !important; }

.text-black-300 {
  color: #2b2b2b !important; }

a.text-black-300:hover, a.text-black-300:focus {
  color: #111111 !important; }

.text-black-400 {
  color: #1e1e1e !important; }

a.text-black-400:hover, a.text-black-400:focus {
  color: #040404 !important; }

.text-black-500 {
  color: #111111 !important; }

a.text-black-500:hover, a.text-black-500:focus {
  color: black !important; }

.text-black-600 {
  color: #040404 !important; }

a.text-black-600:hover, a.text-black-600:focus {
  color: black !important; }

.text-black-700 {
  color: black !important; }

a.text-black-700:hover, a.text-black-700:focus {
  color: black !important; }

.text-black-800 {
  color: black !important; }

a.text-black-800:hover, a.text-black-800:focus {
  color: black !important; }

.text-black-900 {
  color: black !important; }

a.text-black-900:hover, a.text-black-900:focus {
  color: black !important; }

.text-red-50 {
  color: #ee9dad !important; }

a.text-red-50:hover, a.text-red-50:focus {
  color: #e77188 !important; }

.text-red-100 {
  color: #e77188 !important; }

a.text-red-100:hover, a.text-red-100:focus {
  color: #e04564 !important; }

.text-red-200 {
  color: #e35b76 !important; }

a.text-red-200:hover, a.text-red-200:focus {
  color: #dc3052 !important; }

.text-red-300 {
  color: #e04564 !important; }

a.text-red-300:hover, a.text-red-300:focus {
  color: #cf2345 !important; }

.text-red-400 {
  color: #dc3052 !important; }

a.text-red-400:hover, a.text-red-400:focus {
  color: #b91f3e !important; }

.text-red-500 {
  color: #cf2345 !important; }

a.text-red-500:hover, a.text-red-500:focus {
  color: #a31c36 !important; }

.text-red-600 {
  color: #b91f3e !important; }

a.text-red-600:hover, a.text-red-600:focus {
  color: #8e182f !important; }

.text-red-700 {
  color: #a31c36 !important; }

a.text-red-700:hover, a.text-red-700:focus {
  color: #781428 !important; }

.text-red-800 {
  color: #8e182f !important; }

a.text-red-800:hover, a.text-red-800:focus {
  color: #621121 !important; }

.text-red-900 {
  color: #781428 !important; }

a.text-red-900:hover, a.text-red-900:focus {
  color: #4c0d19 !important; }

.text-rose-50 {
  color: #ff69cc !important; }

a.text-rose-50:hover, a.text-rose-50:focus {
  color: #ff36bb !important; }

.text-rose-100 {
  color: #ff36bb !important; }

a.text-rose-100:hover, a.text-rose-100:focus {
  color: #ff03aa !important; }

.text-rose-200 {
  color: #ff1db2 !important; }

a.text-rose-200:hover, a.text-rose-200:focus {
  color: #e9009a !important; }

.text-rose-300 {
  color: #ff03aa !important; }

a.text-rose-300:hover, a.text-rose-300:focus {
  color: #cf0089 !important; }

.text-rose-400 {
  color: #e9009a !important; }

a.text-rose-400:hover, a.text-rose-400:focus {
  color: #b60078 !important; }

.text-rose-500 {
  color: #cf0089 !important; }

a.text-rose-500:hover, a.text-rose-500:focus {
  color: #9c0067 !important; }

.text-rose-600 {
  color: #b60078 !important; }

a.text-rose-600:hover, a.text-rose-600:focus {
  color: #830056 !important; }

.text-rose-700 {
  color: #9c0067 !important; }

a.text-rose-700:hover, a.text-rose-700:focus {
  color: #690045 !important; }

.text-rose-800 {
  color: #830056 !important; }

a.text-rose-800:hover, a.text-rose-800:focus {
  color: #500035 !important; }

.text-rose-900 {
  color: #690045 !important; }

a.text-rose-900:hover, a.text-rose-900:focus {
  color: #360024 !important; }

.text-magenta-50 {
  color: #e64afa !important; }

a.text-magenta-50:hover, a.text-magenta-50:focus {
  color: #df18f8 !important; }

.text-magenta-100 {
  color: #df18f8 !important; }

a.text-magenta-100:hover, a.text-magenta-100:focus {
  color: #bf07d7 !important; }

.text-magenta-200 {
  color: #d507ef !important; }

a.text-magenta-200:hover, a.text-magenta-200:focus {
  color: #a906be !important; }

.text-magenta-300 {
  color: #bf07d7 !important; }

a.text-magenta-300:hover, a.text-magenta-300:focus {
  color: #9305a5 !important; }

.text-magenta-400 {
  color: #a906be !important; }

a.text-magenta-400:hover, a.text-magenta-400:focus {
  color: #7d048c !important; }

.text-magenta-500 {
  color: #9305a5 !important; }

a.text-magenta-500:hover, a.text-magenta-500:focus {
  color: #670474 !important; }

.text-magenta-600 {
  color: #7d048c !important; }

a.text-magenta-600:hover, a.text-magenta-600:focus {
  color: #51035b !important; }

.text-magenta-700 {
  color: #670474 !important; }

a.text-magenta-700:hover, a.text-magenta-700:focus {
  color: #3b0242 !important; }

.text-magenta-800 {
  color: #51035b !important; }

a.text-magenta-800:hover, a.text-magenta-800:focus {
  color: #250129 !important; }

.text-magenta-900 {
  color: #3b0242 !important; }

a.text-magenta-900:hover, a.text-magenta-900:focus {
  color: #0f0111 !important; }

.text-violet-50 {
  color: #a76cf7 !important; }

a.text-violet-50:hover, a.text-violet-50:focus {
  color: #8a3bf5 !important; }

.text-violet-100 {
  color: #8a3bf5 !important; }

a.text-violet-100:hover, a.text-violet-100:focus {
  color: #6d0df0 !important; }

.text-violet-200 {
  color: #7b23f4 !important; }

a.text-violet-200:hover, a.text-violet-200:focus {
  color: #620bd8 !important; }

.text-violet-300 {
  color: #6d0df0 !important; }

a.text-violet-300:hover, a.text-violet-300:focus {
  color: #570ac0 !important; }

.text-violet-400 {
  color: #620bd8 !important; }

a.text-violet-400:hover, a.text-violet-400:focus {
  color: #4c09a8 !important; }

.text-violet-500 {
  color: #570ac0 !important; }

a.text-violet-500:hover, a.text-violet-500:focus {
  color: #410790 !important; }

.text-violet-600 {
  color: #4c09a8 !important; }

a.text-violet-600:hover, a.text-violet-600:focus {
  color: #360677 !important; }

.text-violet-700 {
  color: #410790 !important; }

a.text-violet-700:hover, a.text-violet-700:focus {
  color: #2b055f !important; }

.text-violet-800 {
  color: #360677 !important; }

a.text-violet-800:hover, a.text-violet-800:focus {
  color: #200447 !important; }

.text-violet-900 {
  color: #2b055f !important; }

a.text-violet-900:hover, a.text-violet-900:focus {
  color: #15022f !important; }

.text-blue-50 {
  color: #a2b0eb !important; }

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

.text-blue-100 {
  color: #798de1 !important; }

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

.text-blue-200 {
  color: #647bdd !important; }

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

.text-blue-300 {
  color: #4f69d8 !important; }

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

.text-blue-400 {
  color: #3a57d4 !important; }

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

.text-blue-500 {
  color: #2c4ac8 !important; }

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

.text-blue-600 {
  color: #2742b3 !important; }

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

.text-blue-700 {
  color: #233b9e !important; }

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

.text-blue-800 {
  color: #1e3389 !important; }

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

.text-blue-900 {
  color: #1a2b74 !important; }

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

.text-azure-50 {
  color: #69ccff !important; }

a.text-azure-50:hover, a.text-azure-50:focus {
  color: #36bbff !important; }

.text-azure-100 {
  color: #36bbff !important; }

a.text-azure-100:hover, a.text-azure-100:focus {
  color: #03aaff !important; }

.text-azure-200 {
  color: #1db2ff !important; }

a.text-azure-200:hover, a.text-azure-200:focus {
  color: #009ae9 !important; }

.text-azure-300 {
  color: #03aaff !important; }

a.text-azure-300:hover, a.text-azure-300:focus {
  color: #0089cf !important; }

.text-azure-400 {
  color: #009ae9 !important; }

a.text-azure-400:hover, a.text-azure-400:focus {
  color: #0078b6 !important; }

.text-azure-500 {
  color: #0089cf !important; }

a.text-azure-500:hover, a.text-azure-500:focus {
  color: #00679c !important; }

.text-azure-600 {
  color: #0078b6 !important; }

a.text-azure-600:hover, a.text-azure-600:focus {
  color: #005683 !important; }

.text-azure-700 {
  color: #00679c !important; }

a.text-azure-700:hover, a.text-azure-700:focus {
  color: #004569 !important; }

.text-azure-800 {
  color: #005683 !important; }

a.text-azure-800:hover, a.text-azure-800:focus {
  color: #003550 !important; }

.text-azure-900 {
  color: #004569 !important; }

a.text-azure-900:hover, a.text-azure-900:focus {
  color: #002436 !important; }

.text-cyan-50 {
  color: #5affef !important; }

a.text-cyan-50:hover, a.text-cyan-50:focus {
  color: #27ffea !important; }

.text-cyan-100 {
  color: #27ffea !important; }

a.text-cyan-100:hover, a.text-cyan-100:focus {
  color: #00f3db !important; }

.text-cyan-200 {
  color: #0effe7 !important; }

a.text-cyan-200:hover, a.text-cyan-200:focus {
  color: #00dac4 !important; }

.text-cyan-300 {
  color: #00f3db !important; }

a.text-cyan-300:hover, a.text-cyan-300:focus {
  color: #00c0ad !important; }

.text-cyan-400 {
  color: #00dac4 !important; }

a.text-cyan-400:hover, a.text-cyan-400:focus {
  color: #00a796 !important; }

.text-cyan-500 {
  color: #00c0ad !important; }

a.text-cyan-500:hover, a.text-cyan-500:focus {
  color: #008d7f !important; }

.text-cyan-600 {
  color: #00a796 !important; }

a.text-cyan-600:hover, a.text-cyan-600:focus {
  color: #007468 !important; }

.text-cyan-700 {
  color: #008d7f !important; }

a.text-cyan-700:hover, a.text-cyan-700:focus {
  color: #005a51 !important; }

.text-cyan-800 {
  color: #007468 !important; }

a.text-cyan-800:hover, a.text-cyan-800:focus {
  color: #00413a !important; }

.text-cyan-900 {
  color: #005a51 !important; }

a.text-cyan-900:hover, a.text-cyan-900:focus {
  color: #002723 !important; }

.text-spring-green-50 {
  color: #6cf7a7 !important; }

a.text-spring-green-50:hover, a.text-spring-green-50:focus {
  color: #3bf58a !important; }

.text-spring-green-100 {
  color: #3bf58a !important; }

a.text-spring-green-100:hover, a.text-spring-green-100:focus {
  color: #0df06d !important; }

.text-spring-green-200 {
  color: #23f47b !important; }

a.text-spring-green-200:hover, a.text-spring-green-200:focus {
  color: #0bd862 !important; }

.text-spring-green-300 {
  color: #0df06d !important; }

a.text-spring-green-300:hover, a.text-spring-green-300:focus {
  color: #0ac057 !important; }

.text-spring-green-400 {
  color: #0bd862 !important; }

a.text-spring-green-400:hover, a.text-spring-green-400:focus {
  color: #09a84c !important; }

.text-spring-green-500 {
  color: #0ac057 !important; }

a.text-spring-green-500:hover, a.text-spring-green-500:focus {
  color: #079041 !important; }

.text-spring-green-600 {
  color: #09a84c !important; }

a.text-spring-green-600:hover, a.text-spring-green-600:focus {
  color: #067736 !important; }

.text-spring-green-700 {
  color: #079041 !important; }

a.text-spring-green-700:hover, a.text-spring-green-700:focus {
  color: #055f2b !important; }

.text-spring-green-800 {
  color: #067736 !important; }

a.text-spring-green-800:hover, a.text-spring-green-800:focus {
  color: #044720 !important; }

.text-spring-green-900 {
  color: #055f2b !important; }

a.text-spring-green-900:hover, a.text-spring-green-900:focus {
  color: #022f15 !important; }

.text-green-50 {
  color: #6aff5a !important; }

a.text-green-50:hover, a.text-green-50:focus {
  color: #3cff27 !important; }

.text-green-100 {
  color: #3cff27 !important; }

a.text-green-100:hover, a.text-green-100:focus {
  color: #18f300 !important; }

.text-green-200 {
  color: #25ff0e !important; }

a.text-green-200:hover, a.text-green-200:focus {
  color: #16da00 !important; }

.text-green-300 {
  color: #18f300 !important; }

a.text-green-300:hover, a.text-green-300:focus {
  color: #13c000 !important; }

.text-green-400 {
  color: #16da00 !important; }

a.text-green-400:hover, a.text-green-400:focus {
  color: #10a700 !important; }

.text-green-500 {
  color: #13c000 !important; }

a.text-green-500:hover, a.text-green-500:focus {
  color: #0e8d00 !important; }

.text-green-600 {
  color: #10a700 !important; }

a.text-green-600:hover, a.text-green-600:focus {
  color: #0b7400 !important; }

.text-green-700 {
  color: #0e8d00 !important; }

a.text-green-700:hover, a.text-green-700:focus {
  color: #095a00 !important; }

.text-green-800 {
  color: #0b7400 !important; }

a.text-green-800:hover, a.text-green-800:focus {
  color: #064100 !important; }

.text-green-900 {
  color: #095a00 !important; }

a.text-green-900:hover, a.text-green-900:focus {
  color: #042700 !important; }

.text-chartreuse-50 {
  color: #c0ff51 !important; }

a.text-chartreuse-50:hover, a.text-chartreuse-50:focus {
  color: #aeff1e !important; }

.text-chartreuse-100 {
  color: #aeff1e !important; }

a.text-chartreuse-100:hover, a.text-chartreuse-100:focus {
  color: #96ea00 !important; }

.text-chartreuse-200 {
  color: #a5ff05 !important; }

a.text-chartreuse-200:hover, a.text-chartreuse-200:focus {
  color: #85d100 !important; }

.text-chartreuse-300 {
  color: #96ea00 !important; }

a.text-chartreuse-300:hover, a.text-chartreuse-300:focus {
  color: #75b700 !important; }

.text-chartreuse-400 {
  color: #85d100 !important; }

a.text-chartreuse-400:hover, a.text-chartreuse-400:focus {
  color: #659e00 !important; }

.text-chartreuse-500 {
  color: #75b700 !important; }

a.text-chartreuse-500:hover, a.text-chartreuse-500:focus {
  color: #548400 !important; }

.text-chartreuse-600 {
  color: #659e00 !important; }

a.text-chartreuse-600:hover, a.text-chartreuse-600:focus {
  color: #446b00 !important; }

.text-chartreuse-700 {
  color: #548400 !important; }

a.text-chartreuse-700:hover, a.text-chartreuse-700:focus {
  color: #345100 !important; }

.text-chartreuse-800 {
  color: #446b00 !important; }

a.text-chartreuse-800:hover, a.text-chartreuse-800:focus {
  color: #233800 !important; }

.text-chartreuse-900 {
  color: #345100 !important; }

a.text-chartreuse-900:hover, a.text-chartreuse-900:focus {
  color: #131e00 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-yellow-800 {
  color: #8a6f00 !important; }

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

.text-yellow-900 {
  color: #705b00 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-orange-900 {
  color: #7c3d14 !important; }

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

.text-orange-gray-50 {
  color: #dec9bb !important; }

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

.text-orange-gray-100 {
  color: #cdae99 !important; }

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

.text-orange-gray-200 {
  color: #c5a088 !important; }

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

.text-orange-gray-300 {
  color: #bd9276 !important; }

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

.text-orange-gray-400 {
  color: #b48565 !important; }

a.text-orange-gray-400:hover, a.text-orange-gray-400:focus {
  color: #9b6b4b !important; }

.text-orange-gray-500 {
  color: #ac7754 !important; }

a.text-orange-gray-500:hover, a.text-orange-gray-500:focus {
  color: #8a5f43 !important; }

.text-orange-gray-600 {
  color: #9b6b4b !important; }

a.text-orange-gray-600:hover, a.text-orange-gray-600:focus {
  color: #79533b !important; }

.text-orange-gray-700 {
  color: #8a5f43 !important; }

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

.text-orange-gray-800 {
  color: #79533b !important; }

a.text-orange-gray-800:hover, a.text-orange-gray-800:focus {
  color: #573c2a !important; }

.text-orange-gray-900 {
  color: #684832 !important; }

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

.text-dark-gray-orange-50 {
  color: #d3a88c !important; }

a.text-dark-gray-orange-50:hover, a.text-dark-gray-orange-50:focus {
  color: #c58c67 !important; }

.text-dark-gray-orange-100 {
  color: #c58c67 !important; }

a.text-dark-gray-orange-100:hover, a.text-dark-gray-orange-100:focus {
  color: #b47145 !important; }

.text-dark-gray-orange-200 {
  color: #be7f55 !important; }

a.text-dark-gray-orange-200:hover, a.text-dark-gray-orange-200:focus {
  color: #a1663e !important; }

.text-dark-gray-orange-300 {
  color: #b47145 !important; }

a.text-dark-gray-orange-300:hover, a.text-dark-gray-orange-300:focus {
  color: #8f5a37 !important; }

.text-dark-gray-orange-400 {
  color: #a1663e !important; }

a.text-dark-gray-orange-400:hover, a.text-dark-gray-orange-400:focus {
  color: #7d4e30 !important; }

.text-dark-gray-orange-500 {
  color: #8f5a37 !important; }

a.text-dark-gray-orange-500:hover, a.text-dark-gray-orange-500:focus {
  color: #6a4329 !important; }

.text-dark-gray-orange-600 {
  color: #7d4e30 !important; }

a.text-dark-gray-orange-600:hover, a.text-dark-gray-orange-600:focus {
  color: #583722 !important; }

.text-dark-gray-orange-700 {
  color: #6a4329 !important; }

a.text-dark-gray-orange-700:hover, a.text-dark-gray-orange-700:focus {
  color: #452c1b !important; }

.text-dark-gray-orange-800 {
  color: #583722 !important; }

a.text-dark-gray-orange-800:hover, a.text-dark-gray-orange-800:focus {
  color: #332014 !important; }

.text-dark-gray-orange-900 {
  color: #452c1b !important; }

a.text-dark-gray-orange-900:hover, a.text-dark-gray-orange-900:focus {
  color: #21140d !important; }

.text-blue-gray-50 {
  color: #bdc3dc !important; }

a.text-blue-gray-50:hover, a.text-blue-gray-50:focus {
  color: #9ca5ca !important; }

.text-blue-gray-100 {
  color: #9ca5ca !important; }

a.text-blue-gray-100:hover, a.text-blue-gray-100:focus {
  color: #7a86b9 !important; }

.text-blue-gray-200 {
  color: #8b95c2 !important; }

a.text-blue-gray-200:hover, a.text-blue-gray-200:focus {
  color: #6a77b0 !important; }

.text-blue-gray-300 {
  color: #7a86b9 !important; }

a.text-blue-gray-300:hover, a.text-blue-gray-300:focus {
  color: #5968a7 !important; }

.text-blue-gray-400 {
  color: #6a77b0 !important; }

a.text-blue-gray-400:hover, a.text-blue-gray-400:focus {
  color: #505d97 !important; }

.text-blue-gray-500 {
  color: #5968a7 !important; }

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

.text-blue-gray-600 {
  color: #505d97 !important; }

a.text-blue-gray-600:hover, a.text-blue-gray-600:focus {
  color: #3e4975 !important; }

.text-blue-gray-700 {
  color: #475386 !important; }

a.text-blue-gray-700:hover, a.text-blue-gray-700:focus {
  color: #353e65 !important; }

.text-blue-gray-800 {
  color: #3e4975 !important; }

a.text-blue-gray-800:hover, a.text-blue-gray-800:focus {
  color: #2d3454 !important; }

.text-blue-gray-900 {
  color: #353e65 !important; }

a.text-blue-gray-900:hover, a.text-blue-gray-900:focus {
  color: #242a43 !important; }

.text-light-gray-azure-50 {
  color: #d1e5ef !important; }

a.text-light-gray-azure-50:hover, a.text-light-gray-azure-50:focus {
  color: #abcfe2 !important; }

.text-light-gray-azure-100 {
  color: #abcfe2 !important; }

a.text-light-gray-azure-100:hover, a.text-light-gray-azure-100:focus {
  color: #86bad4 !important; }

.text-light-gray-azure-200 {
  color: #99c4db !important; }

a.text-light-gray-azure-200:hover, a.text-light-gray-azure-200:focus {
  color: #73afce !important; }

.text-light-gray-azure-300 {
  color: #86bad4 !important; }

a.text-light-gray-azure-300:hover, a.text-light-gray-azure-300:focus {
  color: #60a4c7 !important; }

.text-light-gray-azure-400 {
  color: #73afce !important; }

a.text-light-gray-azure-400:hover, a.text-light-gray-azure-400:focus {
  color: #4d99c0 !important; }

.text-light-gray-azure-500 {
  color: #60a4c7 !important; }

a.text-light-gray-azure-500:hover, a.text-light-gray-azure-500:focus {
  color: #408db4 !important; }

.text-light-gray-azure-600 {
  color: #4d99c0 !important; }

a.text-light-gray-azure-600:hover, a.text-light-gray-azure-600:focus {
  color: #397ea2 !important; }

.text-light-gray-azure-700 {
  color: #408db4 !important; }

a.text-light-gray-azure-700:hover, a.text-light-gray-azure-700:focus {
  color: #326f8f !important; }

.text-light-gray-azure-800 {
  color: #397ea2 !important; }

a.text-light-gray-azure-800:hover, a.text-light-gray-azure-800:focus {
  color: #2c617c !important; }

.text-light-gray-azure-900 {
  color: #326f8f !important; }

a.text-light-gray-azure-900:hover, a.text-light-gray-azure-900:focus {
  color: #255269 !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    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 #ddd !important; } }

/*# sourceMappingURL=obeb4.css.map */
