@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Pinyon+Script&display=swap");
:root {
  --blue: #338bac;
  --indigo: #77558B;
  --purple: #aa5f9e;
  --pink: #E386AC;
  --red: #b30000;
  --orange: #f17e2b;
  --yellow: #E3A911;
  --green: #779900;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #858796;
  --gray-dark: #5a5c69;
  --primary: #444A78;
  --secondary: #858796;
  --success: #779900;
  --info: #17a2b8;
  --warning: #E3A911;
  --danger: #b30000;
  --light: #f8f9fc;
  --dark: #6e707e;
  --white: #fff;
  --black: #000;
  --red: #b30000;
  --red-orange: #D23F16;
  --orange: #f17e2b;
  --orange-yellow: #EA941E;
  --yellow: #E3A911;
  --yellow-green: #ADA109;
  --green: #779900;
  --aqua: #559256;
  --blue: #338bac;
  --blue-navy: #3C6B92;
  --navy: #444A78;
  --indigo: #77558B;
  --purple: #aa5f9e;
  --pink: #E386AC;
  --pink-red: #CB4356;
  --maroon: #520f30;
  --bid: #73C837;
  --offer: #0064C8;
  --red-dm: #ff4d4d;
  --red-orange-dm: #ff8969;
  --orange-dm: #ff9950;
  --orange-yellow-dm: #ffad3c;
  --yellow-dm: #ffbd0f;
  --yellow-green-dm: #e9d800;
  --green-dm: #9fcc00;
  --aqua-dm: #4dcd4f;
  --blue-dm: #26b6ec;
  --blue-navy-dm: #2689db;
  --navy-dm: #7a85db;
  --indigo-dm: #b071d5;
  --purple-dm: #d963c6;
  --pink-dm: #ff8ebc;
  --pink-red-dm: #ee5369;
  --maroon-dm: #f3077b;
  --white-wine: #A79743;
  --red-wine: #DA2735;
  --rose-wine: #FB7F6D;
  --orange-wine: #F89022;
  --dark-spirit: #AD5E28;
  --light-spirit: #B7B6AF;
  --brown-beer: #974506;
  --amber-beer: #D77E00;
  --straw-beer: #F1C44F;
  --white-wine-dm: #b9a331;
  --red-wine-dm: #e93140;
  --rose-wine-dm: #ff8573;
  --orange-wine-dm: #ff9d35;
  --dark-spirit-dm: #df915c;
  --light-spirit-dm: #b9b7ad;
  --brown-beer-dm: #f5720e;
  --amber-beer-dm: #ff9a0b;
  --straw-beer-dm: #f3c54d;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1500px;
  --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

[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;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #444A78;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #282c47;
  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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

input[type=radio],
input[type=checkbox] {
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  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: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

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

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

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

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

.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: 100%;
  }
  .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: 100%;
  }
  .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: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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: 1500px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  margin-bottom: 1rem;
  color: #858796;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e3e6f0;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3e6f0;
}
.table tbody + tbody {
  border-top: 2px solid #e3e6f0;
}

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

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cbccd9;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9ea1b9;
}

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d9e2b8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b8ca7a;
}

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

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

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

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

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

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

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d6d7db;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #b4b5bc;
}

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

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

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

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #ababab;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #eab8b8;
}
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #d77a7a;
}

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

.table-red-orange,
.table-red-orange > th,
.table-red-orange > td {
  background-color: #f2c9be;
}
.table-red-orange th,
.table-red-orange td,
.table-red-orange thead th,
.table-red-orange tbody + tbody {
  border-color: #e89b86;
}

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

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fbdbc4;
}
.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #f8bc91;
}

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

.table-orange-yellow,
.table-orange-yellow > th,
.table-orange-yellow > td {
  background-color: #f9e1c0;
}
.table-orange-yellow th,
.table-orange-yellow td,
.table-orange-yellow thead th,
.table-orange-yellow tbody + tbody {
  border-color: #f4c78a;
}

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

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #f7e7bc;
}
.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #f0d283;
}

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

.table-yellow-green,
.table-yellow-green > th,
.table-yellow-green > td {
  background-color: #e8e5ba;
}
.table-yellow-green th,
.table-yellow-green td,
.table-yellow-green thead th,
.table-yellow-green tbody + tbody {
  border-color: #d4ce7f;
}

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

.table-green,
.table-green > th,
.table-green > td {
  background-color: #d9e2b8;
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #b8ca7a;
}

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

.table-aqua,
.table-aqua > th,
.table-aqua > td {
  background-color: #cfe0d0;
}
.table-aqua th,
.table-aqua td,
.table-aqua thead th,
.table-aqua tbody + tbody {
  border-color: #a7c6a7;
}

.table-hover .table-aqua:hover {
  background-color: #c0d6c1;
}
.table-hover .table-aqua:hover > td,
.table-hover .table-aqua:hover > th {
  background-color: #c0d6c1;
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #c6dfe8;
}
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #95c3d4;
}

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

.table-blue-navy,
.table-blue-navy > th,
.table-blue-navy > td {
  background-color: #c8d6e0;
}
.table-blue-navy th,
.table-blue-navy td,
.table-blue-navy thead th,
.table-blue-navy tbody + tbody {
  border-color: #9ab2c6;
}

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

.table-navy,
.table-navy > th,
.table-navy > td {
  background-color: #cbccd9;
}
.table-navy th,
.table-navy td,
.table-navy thead th,
.table-navy tbody + tbody {
  border-color: #9ea1b9;
}

.table-hover .table-navy:hover {
  background-color: #bcbece;
}
.table-hover .table-navy:hover > td,
.table-hover .table-navy:hover > th {
  background-color: #bcbece;
}

.table-indigo,
.table-indigo > th,
.table-indigo > td {
  background-color: #d9cfdf;
}
.table-indigo th,
.table-indigo td,
.table-indigo thead th,
.table-indigo tbody + tbody {
  border-color: #b8a7c3;
}

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

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #e7d2e4;
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #d3accd;
}

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

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #f7dde8;
}
.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody {
  border-color: #f0c0d4;
}

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

.table-pink-red,
.table-pink-red > th,
.table-pink-red > td {
  background-color: #f0cad0;
}
.table-pink-red th,
.table-pink-red td,
.table-pink-red thead th,
.table-pink-red tbody + tbody {
  border-color: #e49da7;
}

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

.table-maroon,
.table-maroon > th,
.table-maroon > td {
  background-color: #cfbcc5;
}
.table-maroon th,
.table-maroon td,
.table-maroon thead th,
.table-maroon tbody + tbody {
  border-color: #a58293;
}

.table-hover .table-maroon:hover {
  background-color: #c4adb8;
}
.table-hover .table-maroon:hover > td,
.table-hover .table-maroon:hover > th {
  background-color: #c4adb8;
}

.table-bid,
.table-bid > th,
.table-bid > td {
  background-color: #d8f0c7;
}
.table-bid th,
.table-bid td,
.table-bid thead th,
.table-bid tbody + tbody {
  border-color: #b6e297;
}

.table-hover .table-bid:hover {
  background-color: #caebb3;
}
.table-hover .table-bid:hover > td,
.table-hover .table-bid:hover > th {
  background-color: #caebb3;
}

.table-offer,
.table-offer > th,
.table-offer > td {
  background-color: #b8d4f0;
}
.table-offer th,
.table-offer td,
.table-offer thead th,
.table-offer tbody + tbody {
  border-color: #7aaee2;
}

.table-hover .table-offer:hover {
  background-color: #a3c7ec;
}
.table-hover .table-offer:hover > td,
.table-hover .table-offer:hover > th {
  background-color: #a3c7ec;
}

.table-red-dm,
.table-red-dm > th,
.table-red-dm > td {
  background-color: #ffcdcd;
}
.table-red-dm th,
.table-red-dm td,
.table-red-dm thead th,
.table-red-dm tbody + tbody {
  border-color: #ffa2a2;
}

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

.table-red-orange-dm,
.table-red-orange-dm > th,
.table-red-orange-dm > td {
  background-color: #ffded5;
}
.table-red-orange-dm th,
.table-red-orange-dm td,
.table-red-orange-dm thead th,
.table-red-orange-dm tbody + tbody {
  border-color: #ffc2b1;
}

.table-hover .table-red-orange-dm:hover {
  background-color: #ffcabc;
}
.table-hover .table-red-orange-dm:hover > td,
.table-hover .table-red-orange-dm:hover > th {
  background-color: #ffcabc;
}

.table-orange-dm,
.table-orange-dm > th,
.table-orange-dm > td {
  background-color: #ffe2ce;
}
.table-orange-dm th,
.table-orange-dm td,
.table-orange-dm thead th,
.table-orange-dm tbody + tbody {
  border-color: #ffcaa4;
}

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

.table-orange-yellow-dm,
.table-orange-yellow-dm > th,
.table-orange-yellow-dm > td {
  background-color: #ffe8c8;
}
.table-orange-yellow-dm th,
.table-orange-yellow-dm td,
.table-orange-yellow-dm thead th,
.table-orange-yellow-dm tbody + tbody {
  border-color: #ffd49a;
}

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

.table-yellow-dm,
.table-yellow-dm > th,
.table-yellow-dm > td {
  background-color: #ffedbc;
}
.table-yellow-dm th,
.table-yellow-dm td,
.table-yellow-dm thead th,
.table-yellow-dm tbody + tbody {
  border-color: #ffdd82;
}

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

.table-yellow-green-dm,
.table-yellow-green-dm > th,
.table-yellow-green-dm > td {
  background-color: #f9f4b8;
}
.table-yellow-green-dm th,
.table-yellow-green-dm td,
.table-yellow-green-dm thead th,
.table-yellow-green-dm tbody + tbody {
  border-color: #f4eb7a;
}

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

.table-green-dm,
.table-green-dm > th,
.table-green-dm > td {
  background-color: #e4f1b8;
}
.table-green-dm th,
.table-green-dm td,
.table-green-dm thead th,
.table-green-dm tbody + tbody {
  border-color: #cde47a;
}

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

.table-aqua-dm,
.table-aqua-dm > th,
.table-aqua-dm > td {
  background-color: #cdf1ce;
}
.table-aqua-dm th,
.table-aqua-dm td,
.table-aqua-dm thead th,
.table-aqua-dm tbody + tbody {
  border-color: #a2e5a3;
}

.table-hover .table-aqua-dm:hover {
  background-color: #b9ebba;
}
.table-hover .table-aqua-dm:hover > td,
.table-hover .table-aqua-dm:hover > th {
  background-color: #b9ebba;
}

.table-blue-dm,
.table-blue-dm > th,
.table-blue-dm > td {
  background-color: #c2ebfa;
}
.table-blue-dm th,
.table-blue-dm td,
.table-blue-dm thead th,
.table-blue-dm tbody + tbody {
  border-color: #8ed9f5;
}

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

.table-blue-navy-dm,
.table-blue-navy-dm > th,
.table-blue-navy-dm > td {
  background-color: #c2def5;
}
.table-blue-navy-dm th,
.table-blue-navy-dm td,
.table-blue-navy-dm thead th,
.table-blue-navy-dm tbody + tbody {
  border-color: #8ec2ec;
}

.table-hover .table-blue-navy-dm:hover {
  background-color: #acd2f1;
}
.table-hover .table-blue-navy-dm:hover > td,
.table-hover .table-blue-navy-dm:hover > th {
  background-color: #acd2f1;
}

.table-navy-dm,
.table-navy-dm > th,
.table-navy-dm > td {
  background-color: #daddf5;
}
.table-navy-dm th,
.table-navy-dm td,
.table-navy-dm thead th,
.table-navy-dm tbody + tbody {
  border-color: #bac0ec;
}

.table-hover .table-navy-dm:hover {
  background-color: #c6cbf0;
}
.table-hover .table-navy-dm:hover > td,
.table-hover .table-navy-dm:hover > th {
  background-color: #c6cbf0;
}

.table-indigo-dm,
.table-indigo-dm > th,
.table-indigo-dm > td {
  background-color: #e9d7f3;
}
.table-indigo-dm th,
.table-indigo-dm td,
.table-indigo-dm thead th,
.table-indigo-dm tbody + tbody {
  border-color: #d6b5e9;
}

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

.table-purple-dm,
.table-purple-dm > th,
.table-purple-dm > td {
  background-color: #f4d3ef;
}
.table-purple-dm th,
.table-purple-dm td,
.table-purple-dm thead th,
.table-purple-dm tbody + tbody {
  border-color: #ebaee1;
}

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

.table-pink-dm,
.table-pink-dm > th,
.table-pink-dm > td {
  background-color: #ffdfec;
}
.table-pink-dm th,
.table-pink-dm td,
.table-pink-dm thead th,
.table-pink-dm tbody + tbody {
  border-color: #ffc4dc;
}

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

.table-pink-red-dm,
.table-pink-red-dm > th,
.table-pink-red-dm > td {
  background-color: #facfd5;
}
.table-pink-red-dm th,
.table-pink-red-dm td,
.table-pink-red-dm thead th,
.table-pink-red-dm tbody + tbody {
  border-color: #f6a6b1;
}

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

.table-maroon-dm,
.table-maroon-dm > th,
.table-maroon-dm > td {
  background-color: #fcbada;
}
.table-maroon-dm th,
.table-maroon-dm td,
.table-maroon-dm thead th,
.table-maroon-dm tbody + tbody {
  border-color: #f97eba;
}

.table-hover .table-maroon-dm:hover {
  background-color: #fba2cd;
}
.table-hover .table-maroon-dm:hover > td,
.table-hover .table-maroon-dm:hover > th {
  background-color: #fba2cd;
}

.table-white-wine,
.table-white-wine > th,
.table-white-wine > td {
  background-color: #e6e2ca;
}
.table-white-wine th,
.table-white-wine td,
.table-white-wine thead th,
.table-white-wine tbody + tbody {
  border-color: #d1c99d;
}

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

.table-red-wine,
.table-red-wine > th,
.table-red-wine > td {
  background-color: #f5c3c6;
}
.table-red-wine th,
.table-red-wine td,
.table-red-wine thead th,
.table-red-wine tbody + tbody {
  border-color: #ec8f96;
}

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

.table-rose-wine,
.table-rose-wine > th,
.table-rose-wine > td {
  background-color: #fedbd6;
}
.table-rose-wine th,
.table-rose-wine td,
.table-rose-wine thead th,
.table-rose-wine tbody + tbody {
  border-color: #fdbcb3;
}

.table-hover .table-rose-wine:hover {
  background-color: #fdc5bd;
}
.table-hover .table-rose-wine:hover > td,
.table-hover .table-rose-wine:hover > th {
  background-color: #fdc5bd;
}

.table-orange-wine,
.table-orange-wine > th,
.table-orange-wine > td {
  background-color: #fde0c1;
}
.table-orange-wine th,
.table-orange-wine td,
.table-orange-wine thead th,
.table-orange-wine tbody + tbody {
  border-color: #fbc58c;
}

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

.table-dark-spirit,
.table-dark-spirit > th,
.table-dark-spirit > td {
  background-color: #e8d2c3;
}
.table-dark-spirit th,
.table-dark-spirit td,
.table-dark-spirit thead th,
.table-dark-spirit tbody + tbody {
  border-color: #d4ab8f;
}

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

.table-light-spirit,
.table-light-spirit > th,
.table-light-spirit > td {
  background-color: #ebebe9;
}
.table-light-spirit th,
.table-light-spirit td,
.table-light-spirit thead th,
.table-light-spirit tbody + tbody {
  border-color: #dad9d5;
}

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

.table-brown-beer,
.table-brown-beer > th,
.table-brown-beer > td {
  background-color: #e2cbb9;
}
.table-brown-beer th,
.table-brown-beer td,
.table-brown-beer thead th,
.table-brown-beer tbody + tbody {
  border-color: #c99e7e;
}

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

.table-amber-beer,
.table-amber-beer > th,
.table-amber-beer > td {
  background-color: #f4dbb8;
}
.table-amber-beer th,
.table-amber-beer td,
.table-amber-beer thead th,
.table-amber-beer tbody + tbody {
  border-color: #eabc7a;
}

.table-hover .table-amber-beer:hover {
  background-color: #f1d0a2;
}
.table-hover .table-amber-beer:hover > td,
.table-hover .table-amber-beer:hover > th {
  background-color: #f1d0a2;
}

.table-straw-beer,
.table-straw-beer > th,
.table-straw-beer > td {
  background-color: #fbeece;
}
.table-straw-beer th,
.table-straw-beer td,
.table-straw-beer thead th,
.table-straw-beer tbody + tbody {
  border-color: #f8e0a3;
}

.table-hover .table-straw-beer:hover {
  background-color: #f9e6b6;
}
.table-hover .table-straw-beer:hover > td,
.table-hover .table-straw-beer:hover > th {
  background-color: #f9e6b6;
}

.table-white-wine-dm,
.table-white-wine-dm > th,
.table-white-wine-dm > td {
  background-color: #ebe5c5;
}
.table-white-wine-dm th,
.table-white-wine-dm td,
.table-white-wine-dm thead th,
.table-white-wine-dm tbody + tbody {
  border-color: #dbcf94;
}

.table-hover .table-white-wine-dm:hover {
  background-color: #e4ddb2;
}
.table-hover .table-white-wine-dm:hover > td,
.table-hover .table-white-wine-dm:hover > th {
  background-color: #e4ddb2;
}

.table-red-wine-dm,
.table-red-wine-dm > th,
.table-red-wine-dm > td {
  background-color: #f9c5ca;
}
.table-red-wine-dm th,
.table-red-wine-dm td,
.table-red-wine-dm thead th,
.table-red-wine-dm tbody + tbody {
  border-color: #f4949c;
}

.table-hover .table-red-wine-dm:hover {
  background-color: #f7aeb5;
}
.table-hover .table-red-wine-dm:hover > td,
.table-hover .table-red-wine-dm:hover > th {
  background-color: #f7aeb5;
}

.table-rose-wine-dm,
.table-rose-wine-dm > th,
.table-rose-wine-dm > td {
  background-color: #ffddd8;
}
.table-rose-wine-dm th,
.table-rose-wine-dm td,
.table-rose-wine-dm thead th,
.table-rose-wine-dm tbody + tbody {
  border-color: #ffc0b6;
}

.table-hover .table-rose-wine-dm:hover {
  background-color: #ffc7bf;
}
.table-hover .table-rose-wine-dm:hover > td,
.table-hover .table-rose-wine-dm:hover > th {
  background-color: #ffc7bf;
}

.table-orange-wine-dm,
.table-orange-wine-dm > th,
.table-orange-wine-dm > td {
  background-color: #ffe4c6;
}
.table-orange-wine-dm th,
.table-orange-wine-dm td,
.table-orange-wine-dm thead th,
.table-orange-wine-dm tbody + tbody {
  border-color: #ffcc96;
}

.table-hover .table-orange-wine-dm:hover {
  background-color: #ffd8ad;
}
.table-hover .table-orange-wine-dm:hover > td,
.table-hover .table-orange-wine-dm:hover > th {
  background-color: #ffd8ad;
}

.table-dark-spirit-dm,
.table-dark-spirit-dm > th,
.table-dark-spirit-dm > td {
  background-color: #f6e0d1;
}
.table-dark-spirit-dm th,
.table-dark-spirit-dm td,
.table-dark-spirit-dm thead th,
.table-dark-spirit-dm tbody + tbody {
  border-color: #eec6aa;
}

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

.table-light-spirit-dm,
.table-light-spirit-dm > th,
.table-light-spirit-dm > td {
  background-color: #ebebe8;
}
.table-light-spirit-dm th,
.table-light-spirit-dm td,
.table-light-spirit-dm thead th,
.table-light-spirit-dm tbody + tbody {
  border-color: #dbdad4;
}

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

.table-brown-beer-dm,
.table-brown-beer-dm > th,
.table-brown-beer-dm > td {
  background-color: #fcd8bc;
}
.table-brown-beer-dm th,
.table-brown-beer-dm td,
.table-brown-beer-dm thead th,
.table-brown-beer-dm tbody + tbody {
  border-color: #fab682;
}

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

.table-amber-beer-dm,
.table-amber-beer-dm > th,
.table-amber-beer-dm > td {
  background-color: #ffe3bb;
}
.table-amber-beer-dm th,
.table-amber-beer-dm td,
.table-amber-beer-dm thead th,
.table-amber-beer-dm tbody + tbody {
  border-color: #ffca80;
}

.table-hover .table-amber-beer-dm:hover {
  background-color: #ffd9a2;
}
.table-hover .table-amber-beer-dm:hover > td,
.table-hover .table-amber-beer-dm:hover > th {
  background-color: #ffd9a2;
}

.table-straw-beer-dm,
.table-straw-beer-dm > th,
.table-straw-beer-dm > td {
  background-color: #fcefcd;
}
.table-straw-beer-dm th,
.table-straw-beer-dm td,
.table-straw-beer-dm thead th,
.table-straw-beer-dm tbody + tbody {
  border-color: #f9e1a2;
}

.table-hover .table-straw-beer-dm:hover {
  background-color: #fbe7b5;
}
.table-hover .table-straw-beer-dm:hover > td,
.table-hover .table-straw-beer-dm:hover > th {
  background-color: #fbe7b5;
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #5a5c69;
  border-color: #6c6e7e;
}
.table .thead-light th {
  color: #6e707e;
  background-color: #eaecf4;
  border-color: #e3e6f0;
}

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

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

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

select.form-control:focus::-ms-value {
  color: #6e707e;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(119, 153, 0, 0.9);
  border-radius: 0.35rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #779900;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23779900' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #779900;
  box-shadow: 0 0 0 0.2rem rgba(119, 153, 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 {
  display: block;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #779900;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23779900' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #779900;
  box-shadow: 0 0 0 0.2rem rgba(119, 153, 0, 0.25);
}
.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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #779900;
}
.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: #779900;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #779900;
}
.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 {
  border-color: #9fcc00;
  background-color: #9fcc00;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(119, 153, 0, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #779900;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #779900;
}
.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 {
  border-color: #779900;
  box-shadow: 0 0 0 0.2rem rgba(119, 153, 0, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(179, 0, 0, 0.9);
  border-radius: 0.35rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #b30000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b30000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23b30000' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #b30000;
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 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 {
  display: block;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #b30000;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b30000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23b30000' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #b30000;
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 0.25);
}
.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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #b30000;
}
.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: #b30000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #b30000;
}
.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 {
  border-color: #e60000;
  background-color: #e60000;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b30000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b30000;
}
.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 {
  border-color: #b30000;
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 0.25);
}

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

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

.btn-primary {
  color: #fff;
  background-color: #444A78;
  border-color: #444A78;
}
.btn-primary:hover {
  color: #fff;
  background-color: #363b60;
  border-color: #323657;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 101, 140, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #444A78;
  border-color: #444A78;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #323657;
  border-color: #2d314f;
}
.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(96, 101, 140, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #717384;
  border-color: #6b6d7d;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6b6d7d;
  border-color: #656776;
}
.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(151, 153, 166, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #779900;
  border-color: #779900;
}
.btn-success:hover {
  color: #fff;
  background-color: #597300;
  border-color: #4f6600;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 168, 38, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #779900;
  border-color: #779900;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #4f6600;
  border-color: #455900;
}
.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(139, 168, 38, 0.5);
}

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

.btn-warning {
  color: #fff;
  background-color: #E3A911;
  border-color: #E3A911;
}
.btn-warning:hover {
  color: #fff;
  background-color: #bf8f0e;
  border-color: #b4860d;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 182, 53, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #E3A911;
  border-color: #E3A911;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b4860d;
  border-color: #a87d0d;
}
.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(231, 182, 53, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #b30000;
  border-color: #b30000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #8d0000;
  border-color: maroon;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 38, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #b30000;
  border-color: #b30000;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: maroon;
  border-color: #730000;
}
.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(190, 38, 38, 0.5);
}

.btn-light {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}
.btn-light:hover {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #d4daed;
  border-color: #cbd3e9;
}
.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(220, 221, 225, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #6e707e;
  border-color: #6e707e;
}
.btn-dark:hover {
  color: #fff;
  background-color: #5c5e6a;
  border-color: #565863;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 133, 145, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #6e707e;
  border-color: #6e707e;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #565863;
  border-color: #50525c;
}
.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(132, 133, 145, 0.5);
}

.btn-white {
  color: #3a3b45;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #3a3b45;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 226, 227, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #3a3b45;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #3a3b45;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.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(225, 226, 227, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  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(38, 38, 38, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #b30000;
  border-color: #b30000;
}
.btn-red:hover {
  color: #fff;
  background-color: #8d0000;
  border-color: maroon;
}
.btn-red:focus, .btn-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 38, 38, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #b30000;
  border-color: #b30000;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: maroon;
  border-color: #730000;
}
.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(190, 38, 38, 0.5);
}

.btn-red-orange {
  color: #fff;
  background-color: #D23F16;
  border-color: #D23F16;
}
.btn-red-orange:hover {
  color: #fff;
  background-color: #af3512;
  border-color: #a43111;
}
.btn-red-orange:focus, .btn-red-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 92, 57, 0.5);
}
.btn-red-orange.disabled, .btn-red-orange:disabled {
  color: #fff;
  background-color: #D23F16;
  border-color: #D23F16;
}
.btn-red-orange:not(:disabled):not(.disabled):active, .btn-red-orange:not(:disabled):not(.disabled).active, .show > .btn-red-orange.dropdown-toggle {
  color: #fff;
  background-color: #a43111;
  border-color: #982e10;
}
.btn-red-orange:not(:disabled):not(.disabled):active:focus, .btn-red-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-red-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 92, 57, 0.5);
}

.btn-orange {
  color: #fff;
  background-color: #f17e2b;
  border-color: #f17e2b;
}
.btn-orange:hover {
  color: #fff;
  background-color: #e7690f;
  border-color: #db640e;
}
.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 145, 75, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #f17e2b;
  border-color: #f17e2b;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #db640e;
  border-color: #cf5f0e;
}
.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(243, 145, 75, 0.5);
}

.btn-orange-yellow {
  color: #fff;
  background-color: #EA941E;
  border-color: #EA941E;
}
.btn-orange-yellow:hover {
  color: #fff;
  background-color: #ce8013;
  border-color: #c37812;
}
.btn-orange-yellow:focus, .btn-orange-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 164, 64, 0.5);
}
.btn-orange-yellow.disabled, .btn-orange-yellow:disabled {
  color: #fff;
  background-color: #EA941E;
  border-color: #EA941E;
}
.btn-orange-yellow:not(:disabled):not(.disabled):active, .btn-orange-yellow:not(:disabled):not(.disabled).active, .show > .btn-orange-yellow.dropdown-toggle {
  color: #fff;
  background-color: #c37812;
  border-color: #b77111;
}
.btn-orange-yellow:not(:disabled):not(.disabled):active:focus, .btn-orange-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-orange-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 164, 64, 0.5);
}

.btn-yellow {
  color: #fff;
  background-color: #E3A911;
  border-color: #E3A911;
}
.btn-yellow:hover {
  color: #fff;
  background-color: #bf8f0e;
  border-color: #b4860d;
}
.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 182, 53, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #fff;
  background-color: #E3A911;
  border-color: #E3A911;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #b4860d;
  border-color: #a87d0d;
}
.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(231, 182, 53, 0.5);
}

.btn-yellow-green {
  color: #fff;
  background-color: #ADA109;
  border-color: #ADA109;
}
.btn-yellow-green:hover {
  color: #fff;
  background-color: #897f07;
  border-color: #7d7406;
}
.btn-yellow-green:focus, .btn-yellow-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 175, 46, 0.5);
}
.btn-yellow-green.disabled, .btn-yellow-green:disabled {
  color: #fff;
  background-color: #ADA109;
  border-color: #ADA109;
}
.btn-yellow-green:not(:disabled):not(.disabled):active, .btn-yellow-green:not(:disabled):not(.disabled).active, .show > .btn-yellow-green.dropdown-toggle {
  color: #fff;
  background-color: #7d7406;
  border-color: #706906;
}
.btn-yellow-green:not(:disabled):not(.disabled):active:focus, .btn-yellow-green:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 175, 46, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #779900;
  border-color: #779900;
}
.btn-green:hover {
  color: #fff;
  background-color: #597300;
  border-color: #4f6600;
}
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 168, 38, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #779900;
  border-color: #779900;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #4f6600;
  border-color: #455900;
}
.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(139, 168, 38, 0.5);
}

.btn-aqua {
  color: #fff;
  background-color: #559256;
  border-color: #559256;
}
.btn-aqua:hover {
  color: #fff;
  background-color: #477a48;
  border-color: #427243;
}
.btn-aqua:focus, .btn-aqua.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 162, 111, 0.5);
}
.btn-aqua.disabled, .btn-aqua:disabled {
  color: #fff;
  background-color: #559256;
  border-color: #559256;
}
.btn-aqua:not(:disabled):not(.disabled):active, .btn-aqua:not(:disabled):not(.disabled).active, .show > .btn-aqua.dropdown-toggle {
  color: #fff;
  background-color: #427243;
  border-color: #3e6a3e;
}
.btn-aqua:not(:disabled):not(.disabled):active:focus, .btn-aqua:not(:disabled):not(.disabled).active:focus, .show > .btn-aqua.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 162, 111, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #338bac;
  border-color: #338bac;
}
.btn-blue:hover {
  color: #fff;
  background-color: #2a738e;
  border-color: #276b85;
}
.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 156, 184, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #338bac;
  border-color: #338bac;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #276b85;
  border-color: #24637b;
}
.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(82, 156, 184, 0.5);
}

.btn-blue-navy {
  color: #fff;
  background-color: #3C6B92;
  border-color: #3C6B92;
}
.btn-blue-navy:hover {
  color: #fff;
  background-color: #315777;
  border-color: #2d516e;
}
.btn-blue-navy:focus, .btn-blue-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 129, 162, 0.5);
}
.btn-blue-navy.disabled, .btn-blue-navy:disabled {
  color: #fff;
  background-color: #3C6B92;
  border-color: #3C6B92;
}
.btn-blue-navy:not(:disabled):not(.disabled):active, .btn-blue-navy:not(:disabled):not(.disabled).active, .show > .btn-blue-navy.dropdown-toggle {
  color: #fff;
  background-color: #2d516e;
  border-color: #294a65;
}
.btn-blue-navy:not(:disabled):not(.disabled):active:focus, .btn-blue-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 129, 162, 0.5);
}

.btn-navy {
  color: #fff;
  background-color: #444A78;
  border-color: #444A78;
}
.btn-navy:hover {
  color: #fff;
  background-color: #363b60;
  border-color: #323657;
}
.btn-navy:focus, .btn-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 101, 140, 0.5);
}
.btn-navy.disabled, .btn-navy:disabled {
  color: #fff;
  background-color: #444A78;
  border-color: #444A78;
}
.btn-navy:not(:disabled):not(.disabled):active, .btn-navy:not(:disabled):not(.disabled).active, .show > .btn-navy.dropdown-toggle {
  color: #fff;
  background-color: #323657;
  border-color: #2d314f;
}
.btn-navy:not(:disabled):not(.disabled):active:focus, .btn-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 101, 140, 0.5);
}

.btn-indigo {
  color: #fff;
  background-color: #77558B;
  border-color: #77558B;
}
.btn-indigo:hover {
  color: #fff;
  background-color: #634673;
  border-color: #5c426b;
}
.btn-indigo:focus, .btn-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 111, 156, 0.5);
}
.btn-indigo.disabled, .btn-indigo:disabled {
  color: #fff;
  background-color: #77558B;
  border-color: #77558B;
}
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active, .show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #5c426b;
  border-color: #553d63;
}
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 111, 156, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #aa5f9e;
  border-color: #aa5f9e;
}
.btn-purple:hover {
  color: #fff;
  background-color: #944f89;
  border-color: #8c4a81;
}
.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 119, 173, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #aa5f9e;
  border-color: #aa5f9e;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #8c4a81;
  border-color: #83467a;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 119, 173, 0.5);
}

.btn-pink {
  color: #fff;
  background-color: #E386AC;
  border-color: #E386AC;
}
.btn-pink:hover {
  color: #fff;
  background-color: #dc6797;
  border-color: #d95d90;
}
.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 152, 184, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #E386AC;
  border-color: #E386AC;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d95d90;
  border-color: #d75288;
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 152, 184, 0.5);
}

.btn-pink-red {
  color: #fff;
  background-color: #CB4356;
  border-color: #CB4356;
}
.btn-pink-red:hover {
  color: #fff;
  background-color: #b63245;
  border-color: #ac2f41;
}
.btn-pink-red:focus, .btn-pink-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 95, 111, 0.5);
}
.btn-pink-red.disabled, .btn-pink-red:disabled {
  color: #fff;
  background-color: #CB4356;
  border-color: #CB4356;
}
.btn-pink-red:not(:disabled):not(.disabled):active, .btn-pink-red:not(:disabled):not(.disabled).active, .show > .btn-pink-red.dropdown-toggle {
  color: #fff;
  background-color: #ac2f41;
  border-color: #a22d3d;
}
.btn-pink-red:not(:disabled):not(.disabled):active:focus, .btn-pink-red:not(:disabled):not(.disabled).active:focus, .show > .btn-pink-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 95, 111, 0.5);
}

.btn-maroon {
  color: #fff;
  background-color: #520f30;
  border-color: #520f30;
}
.btn-maroon:hover {
  color: #fff;
  background-color: #32091d;
  border-color: #270717;
}
.btn-maroon:focus, .btn-maroon.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 51, 79, 0.5);
}
.btn-maroon.disabled, .btn-maroon:disabled {
  color: #fff;
  background-color: #520f30;
  border-color: #520f30;
}
.btn-maroon:not(:disabled):not(.disabled):active, .btn-maroon:not(:disabled):not(.disabled).active, .show > .btn-maroon.dropdown-toggle {
  color: #fff;
  background-color: #270717;
  border-color: #1c0510;
}
.btn-maroon:not(:disabled):not(.disabled):active:focus, .btn-maroon:not(:disabled):not(.disabled).active:focus, .show > .btn-maroon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 51, 79, 0.5);
}

.btn-bid {
  color: #fff;
  background-color: #73C837;
  border-color: #73C837;
}
.btn-bid:hover {
  color: #fff;
  background-color: #62aa2f;
  border-color: #5ca02c;
}
.btn-bid:focus, .btn-bid.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 208, 85, 0.5);
}
.btn-bid.disabled, .btn-bid:disabled {
  color: #fff;
  background-color: #73C837;
  border-color: #73C837;
}
.btn-bid:not(:disabled):not(.disabled):active, .btn-bid:not(:disabled):not(.disabled).active, .show > .btn-bid.dropdown-toggle {
  color: #fff;
  background-color: #5ca02c;
  border-color: #569629;
}
.btn-bid:not(:disabled):not(.disabled):active:focus, .btn-bid:not(:disabled):not(.disabled).active:focus, .show > .btn-bid.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 208, 85, 0.5);
}

.btn-offer {
  color: #fff;
  background-color: #0064C8;
  border-color: #0064C8;
}
.btn-offer:hover {
  color: #fff;
  background-color: #0051a2;
  border-color: #004b95;
}
.btn-offer:focus, .btn-offer.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 123, 208, 0.5);
}
.btn-offer.disabled, .btn-offer:disabled {
  color: #fff;
  background-color: #0064C8;
  border-color: #0064C8;
}
.btn-offer:not(:disabled):not(.disabled):active, .btn-offer:not(:disabled):not(.disabled).active, .show > .btn-offer.dropdown-toggle {
  color: #fff;
  background-color: #004b95;
  border-color: #004488;
}
.btn-offer:not(:disabled):not(.disabled):active:focus, .btn-offer:not(:disabled):not(.disabled).active:focus, .show > .btn-offer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 123, 208, 0.5);
}

.btn-red-dm {
  color: #fff;
  background-color: #ff4d4d;
  border-color: #ff4d4d;
}
.btn-red-dm:hover {
  color: #fff;
  background-color: #ff2727;
  border-color: #ff1a1a;
}
.btn-red-dm:focus, .btn-red-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 104, 0.5);
}
.btn-red-dm.disabled, .btn-red-dm:disabled {
  color: #fff;
  background-color: #ff4d4d;
  border-color: #ff4d4d;
}
.btn-red-dm:not(:disabled):not(.disabled):active, .btn-red-dm:not(:disabled):not(.disabled).active, .show > .btn-red-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff1a1a;
  border-color: #ff0d0d;
}
.btn-red-dm:not(:disabled):not(.disabled):active:focus, .btn-red-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-red-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 104, 0.5);
}

.btn-red-orange-dm {
  color: #fff;
  background-color: #ff8969;
  border-color: #ff8969;
}
.btn-red-orange-dm:hover {
  color: #fff;
  background-color: #ff6b42;
  border-color: #ff6136;
}
.btn-red-orange-dm:focus, .btn-red-orange-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 155, 128, 0.5);
}
.btn-red-orange-dm.disabled, .btn-red-orange-dm:disabled {
  color: #fff;
  background-color: #ff8969;
  border-color: #ff8969;
}
.btn-red-orange-dm:not(:disabled):not(.disabled):active, .btn-red-orange-dm:not(:disabled):not(.disabled).active, .show > .btn-red-orange-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff6136;
  border-color: #ff5729;
}
.btn-red-orange-dm:not(:disabled):not(.disabled):active:focus, .btn-red-orange-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-red-orange-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 155, 128, 0.5);
}

.btn-orange-dm {
  color: #fff;
  background-color: #ff9950;
  border-color: #ff9950;
}
.btn-orange-dm:hover {
  color: #fff;
  background-color: #ff832a;
  border-color: #ff7c1d;
}
.btn-orange-dm:focus, .btn-orange-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 168, 106, 0.5);
}
.btn-orange-dm.disabled, .btn-orange-dm:disabled {
  color: #fff;
  background-color: #ff9950;
  border-color: #ff9950;
}
.btn-orange-dm:not(:disabled):not(.disabled):active, .btn-orange-dm:not(:disabled):not(.disabled).active, .show > .btn-orange-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff7c1d;
  border-color: #ff7410;
}
.btn-orange-dm:not(:disabled):not(.disabled):active:focus, .btn-orange-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-orange-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 168, 106, 0.5);
}

.btn-orange-yellow-dm {
  color: #fff;
  background-color: #ffad3c;
  border-color: #ffad3c;
}
.btn-orange-yellow-dm:hover {
  color: #fff;
  background-color: #ff9d16;
  border-color: #ff9709;
}
.btn-orange-yellow-dm:focus, .btn-orange-yellow-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 185, 89, 0.5);
}
.btn-orange-yellow-dm.disabled, .btn-orange-yellow-dm:disabled {
  color: #fff;
  background-color: #ffad3c;
  border-color: #ffad3c;
}
.btn-orange-yellow-dm:not(:disabled):not(.disabled):active, .btn-orange-yellow-dm:not(:disabled):not(.disabled).active, .show > .btn-orange-yellow-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff9709;
  border-color: #fb9100;
}
.btn-orange-yellow-dm:not(:disabled):not(.disabled):active:focus, .btn-orange-yellow-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-orange-yellow-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 185, 89, 0.5);
}

.btn-yellow-dm {
  color: #fff;
  background-color: #ffbd0f;
  border-color: #ffbd0f;
}
.btn-yellow-dm:hover {
  color: #fff;
  background-color: #e7a700;
  border-color: #db9e00;
}
.btn-yellow-dm:focus, .btn-yellow-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 199, 51, 0.5);
}
.btn-yellow-dm.disabled, .btn-yellow-dm:disabled {
  color: #fff;
  background-color: #ffbd0f;
  border-color: #ffbd0f;
}
.btn-yellow-dm:not(:disabled):not(.disabled):active, .btn-yellow-dm:not(:disabled):not(.disabled).active, .show > .btn-yellow-dm.dropdown-toggle {
  color: #fff;
  background-color: #db9e00;
  border-color: #ce9500;
}
.btn-yellow-dm:not(:disabled):not(.disabled):active:focus, .btn-yellow-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 199, 51, 0.5);
}

.btn-yellow-green-dm {
  color: #fff;
  background-color: #e9d800;
  border-color: #e9d800;
}
.btn-yellow-green-dm:hover {
  color: #fff;
  background-color: #c3b500;
  border-color: #b6a900;
}
.btn-yellow-green-dm:focus, .btn-yellow-green-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 222, 38, 0.5);
}
.btn-yellow-green-dm.disabled, .btn-yellow-green-dm:disabled {
  color: #fff;
  background-color: #e9d800;
  border-color: #e9d800;
}
.btn-yellow-green-dm:not(:disabled):not(.disabled):active, .btn-yellow-green-dm:not(:disabled):not(.disabled).active, .show > .btn-yellow-green-dm.dropdown-toggle {
  color: #fff;
  background-color: #b6a900;
  border-color: #a99d00;
}
.btn-yellow-green-dm:not(:disabled):not(.disabled):active:focus, .btn-yellow-green-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow-green-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 222, 38, 0.5);
}

.btn-green-dm {
  color: #fff;
  background-color: #9fcc00;
  border-color: #9fcc00;
}
.btn-green-dm:hover {
  color: #fff;
  background-color: #81a600;
  border-color: #779900;
}
.btn-green-dm:focus, .btn-green-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 212, 38, 0.5);
}
.btn-green-dm.disabled, .btn-green-dm:disabled {
  color: #fff;
  background-color: #9fcc00;
  border-color: #9fcc00;
}
.btn-green-dm:not(:disabled):not(.disabled):active, .btn-green-dm:not(:disabled):not(.disabled).active, .show > .btn-green-dm.dropdown-toggle {
  color: #fff;
  background-color: #779900;
  border-color: #6d8c00;
}
.btn-green-dm:not(:disabled):not(.disabled):active:focus, .btn-green-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-green-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 212, 38, 0.5);
}

.btn-aqua-dm {
  color: #fff;
  background-color: #4dcd4f;
  border-color: #4dcd4f;
}
.btn-aqua-dm:hover {
  color: #fff;
  background-color: #35bf37;
  border-color: #32b534;
}
.btn-aqua-dm:focus, .btn-aqua-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 213, 105, 0.5);
}
.btn-aqua-dm.disabled, .btn-aqua-dm:disabled {
  color: #fff;
  background-color: #4dcd4f;
  border-color: #4dcd4f;
}
.btn-aqua-dm:not(:disabled):not(.disabled):active, .btn-aqua-dm:not(:disabled):not(.disabled).active, .show > .btn-aqua-dm.dropdown-toggle {
  color: #fff;
  background-color: #32b534;
  border-color: #30ab32;
}
.btn-aqua-dm:not(:disabled):not(.disabled):active:focus, .btn-aqua-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-aqua-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 213, 105, 0.5);
}

.btn-blue-dm {
  color: #fff;
  background-color: #26b6ec;
  border-color: #26b6ec;
}
.btn-blue-dm:hover {
  color: #fff;
  background-color: #13a3d9;
  border-color: #129acd;
}
.btn-blue-dm:focus, .btn-blue-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 193, 239, 0.5);
}
.btn-blue-dm.disabled, .btn-blue-dm:disabled {
  color: #fff;
  background-color: #26b6ec;
  border-color: #26b6ec;
}
.btn-blue-dm:not(:disabled):not(.disabled):active, .btn-blue-dm:not(:disabled):not(.disabled).active, .show > .btn-blue-dm.dropdown-toggle {
  color: #fff;
  background-color: #129acd;
  border-color: #1191c2;
}
.btn-blue-dm:not(:disabled):not(.disabled):active:focus, .btn-blue-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 193, 239, 0.5);
}

.btn-blue-navy-dm {
  color: #fff;
  background-color: #2689db;
  border-color: #2689db;
}
.btn-blue-navy-dm:hover {
  color: #fff;
  background-color: #1f75bc;
  border-color: #1d6eb1;
}
.btn-blue-navy-dm:focus, .btn-blue-navy-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 155, 224, 0.5);
}
.btn-blue-navy-dm.disabled, .btn-blue-navy-dm:disabled {
  color: #fff;
  background-color: #2689db;
  border-color: #2689db;
}
.btn-blue-navy-dm:not(:disabled):not(.disabled):active, .btn-blue-navy-dm:not(:disabled):not(.disabled).active, .show > .btn-blue-navy-dm.dropdown-toggle {
  color: #fff;
  background-color: #1d6eb1;
  border-color: #1b67a6;
}
.btn-blue-navy-dm:not(:disabled):not(.disabled):active:focus, .btn-blue-navy-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-navy-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 155, 224, 0.5);
}

.btn-navy-dm {
  color: #fff;
  background-color: #7a85db;
  border-color: #7a85db;
}
.btn-navy-dm:hover {
  color: #fff;
  background-color: #5c69d3;
  border-color: #5260d0;
}
.btn-navy-dm:focus, .btn-navy-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 151, 224, 0.5);
}
.btn-navy-dm.disabled, .btn-navy-dm:disabled {
  color: #fff;
  background-color: #7a85db;
  border-color: #7a85db;
}
.btn-navy-dm:not(:disabled):not(.disabled):active, .btn-navy-dm:not(:disabled):not(.disabled).active, .show > .btn-navy-dm.dropdown-toggle {
  color: #fff;
  background-color: #5260d0;
  border-color: #4857ce;
}
.btn-navy-dm:not(:disabled):not(.disabled):active:focus, .btn-navy-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-navy-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 151, 224, 0.5);
}

.btn-indigo-dm {
  color: #fff;
  background-color: #b071d5;
  border-color: #b071d5;
}
.btn-indigo-dm:hover {
  color: #fff;
  background-color: #9f54cc;
  border-color: #9a4ac9;
}
.btn-indigo-dm:focus, .btn-indigo-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 134, 219, 0.5);
}
.btn-indigo-dm.disabled, .btn-indigo-dm:disabled {
  color: #fff;
  background-color: #b071d5;
  border-color: #b071d5;
}
.btn-indigo-dm:not(:disabled):not(.disabled):active, .btn-indigo-dm:not(:disabled):not(.disabled).active, .show > .btn-indigo-dm.dropdown-toggle {
  color: #fff;
  background-color: #9a4ac9;
  border-color: #9540c6;
}
.btn-indigo-dm:not(:disabled):not(.disabled):active:focus, .btn-indigo-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-indigo-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 134, 219, 0.5);
}

.btn-purple-dm {
  color: #fff;
  background-color: #d963c6;
  border-color: #d963c6;
}
.btn-purple-dm:hover {
  color: #fff;
  background-color: #d144bb;
  border-color: #cf3ab7;
}
.btn-purple-dm:focus, .btn-purple-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 122, 207, 0.5);
}
.btn-purple-dm.disabled, .btn-purple-dm:disabled {
  color: #fff;
  background-color: #d963c6;
  border-color: #d963c6;
}
.btn-purple-dm:not(:disabled):not(.disabled):active, .btn-purple-dm:not(:disabled):not(.disabled).active, .show > .btn-purple-dm.dropdown-toggle {
  color: #fff;
  background-color: #cf3ab7;
  border-color: #cb32b2;
}
.btn-purple-dm:not(:disabled):not(.disabled):active:focus, .btn-purple-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-purple-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 122, 207, 0.5);
}

.btn-pink-dm {
  color: #fff;
  background-color: #ff8ebc;
  border-color: #ff8ebc;
}
.btn-pink-dm:hover {
  color: #fff;
  background-color: #ff67a5;
  border-color: #ff5b9e;
}
.btn-pink-dm:focus, .btn-pink-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 159, 198, 0.5);
}
.btn-pink-dm.disabled, .btn-pink-dm:disabled {
  color: #fff;
  background-color: #ff8ebc;
  border-color: #ff8ebc;
}
.btn-pink-dm:not(:disabled):not(.disabled):active, .btn-pink-dm:not(:disabled):not(.disabled).active, .show > .btn-pink-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff5b9e;
  border-color: #ff4e96;
}
.btn-pink-dm:not(:disabled):not(.disabled):active:focus, .btn-pink-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-pink-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 159, 198, 0.5);
}

.btn-pink-red-dm {
  color: #fff;
  background-color: #ee5369;
  border-color: #ee5369;
}
.btn-pink-red-dm:hover {
  color: #fff;
  background-color: #ea314b;
  border-color: #e92540;
}
.btn-pink-red-dm:focus, .btn-pink-red-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 109, 128, 0.5);
}
.btn-pink-red-dm.disabled, .btn-pink-red-dm:disabled {
  color: #fff;
  background-color: #ee5369;
  border-color: #ee5369;
}
.btn-pink-red-dm:not(:disabled):not(.disabled):active, .btn-pink-red-dm:not(:disabled):not(.disabled).active, .show > .btn-pink-red-dm.dropdown-toggle {
  color: #fff;
  background-color: #e92540;
  border-color: #e81936;
}
.btn-pink-red-dm:not(:disabled):not(.disabled):active:focus, .btn-pink-red-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-pink-red-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 109, 128, 0.5);
}

.btn-maroon-dm {
  color: #fff;
  background-color: #f3077b;
  border-color: #f3077b;
}
.btn-maroon-dm:hover {
  color: #fff;
  background-color: #cd0668;
  border-color: #c10662;
}
.btn-maroon-dm:focus, .btn-maroon-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 44, 143, 0.5);
}
.btn-maroon-dm.disabled, .btn-maroon-dm:disabled {
  color: #fff;
  background-color: #f3077b;
  border-color: #f3077b;
}
.btn-maroon-dm:not(:disabled):not(.disabled):active, .btn-maroon-dm:not(:disabled):not(.disabled).active, .show > .btn-maroon-dm.dropdown-toggle {
  color: #fff;
  background-color: #c10662;
  border-color: #b5065c;
}
.btn-maroon-dm:not(:disabled):not(.disabled):active:focus, .btn-maroon-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-maroon-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 44, 143, 0.5);
}

.btn-white-wine {
  color: #fff;
  background-color: #A79743;
  border-color: #A79743;
}
.btn-white-wine:hover {
  color: #fff;
  background-color: #8c7e38;
  border-color: #837634;
}
.btn-white-wine:focus, .btn-white-wine.focus {
  box-shadow: 0 0 0 0.2rem rgba(180, 167, 95, 0.5);
}
.btn-white-wine.disabled, .btn-white-wine:disabled {
  color: #fff;
  background-color: #A79743;
  border-color: #A79743;
}
.btn-white-wine:not(:disabled):not(.disabled):active, .btn-white-wine:not(:disabled):not(.disabled).active, .show > .btn-white-wine.dropdown-toggle {
  color: #fff;
  background-color: #837634;
  border-color: #7a6e31;
}
.btn-white-wine:not(:disabled):not(.disabled):active:focus, .btn-white-wine:not(:disabled):not(.disabled).active:focus, .show > .btn-white-wine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(180, 167, 95, 0.5);
}

.btn-red-wine {
  color: #fff;
  background-color: #DA2735;
  border-color: #DA2735;
}
.btn-red-wine:hover {
  color: #fff;
  background-color: #bb202c;
  border-color: #b01e2a;
}
.btn-red-wine:focus, .btn-red-wine.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 71, 83, 0.5);
}
.btn-red-wine.disabled, .btn-red-wine:disabled {
  color: #fff;
  background-color: #DA2735;
  border-color: #DA2735;
}
.btn-red-wine:not(:disabled):not(.disabled):active, .btn-red-wine:not(:disabled):not(.disabled).active, .show > .btn-red-wine.dropdown-toggle {
  color: #fff;
  background-color: #b01e2a;
  border-color: #a51c27;
}
.btn-red-wine:not(:disabled):not(.disabled):active:focus, .btn-red-wine:not(:disabled):not(.disabled).active:focus, .show > .btn-red-wine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 71, 83, 0.5);
}

.btn-rose-wine {
  color: #fff;
  background-color: #FB7F6D;
  border-color: #FB7F6D;
}
.btn-rose-wine:hover {
  color: #fff;
  background-color: #fa5e48;
  border-color: #fa533b;
}
.btn-rose-wine:focus, .btn-rose-wine.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 146, 131, 0.5);
}
.btn-rose-wine.disabled, .btn-rose-wine:disabled {
  color: #fff;
  background-color: #FB7F6D;
  border-color: #FB7F6D;
}
.btn-rose-wine:not(:disabled):not(.disabled):active, .btn-rose-wine:not(:disabled):not(.disabled).active, .show > .btn-rose-wine.dropdown-toggle {
  color: #fff;
  background-color: #fa533b;
  border-color: #f9492f;
}
.btn-rose-wine:not(:disabled):not(.disabled):active:focus, .btn-rose-wine:not(:disabled):not(.disabled).active:focus, .show > .btn-rose-wine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 146, 131, 0.5);
}

.btn-orange-wine {
  color: #fff;
  background-color: #F89022;
  border-color: #F89022;
}
.btn-orange-wine:hover {
  color: #fff;
  background-color: #ec7d07;
  border-color: #e07707;
}
.btn-orange-wine:focus, .btn-orange-wine.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 161, 67, 0.5);
}
.btn-orange-wine.disabled, .btn-orange-wine:disabled {
  color: #fff;
  background-color: #F89022;
  border-color: #F89022;
}
.btn-orange-wine:not(:disabled):not(.disabled):active, .btn-orange-wine:not(:disabled):not(.disabled).active, .show > .btn-orange-wine.dropdown-toggle {
  color: #fff;
  background-color: #e07707;
  border-color: #d47007;
}
.btn-orange-wine:not(:disabled):not(.disabled):active:focus, .btn-orange-wine:not(:disabled):not(.disabled).active:focus, .show > .btn-orange-wine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 161, 67, 0.5);
}

.btn-dark-spirit {
  color: #fff;
  background-color: #AD5E28;
  border-color: #AD5E28;
}
.btn-dark-spirit:hover {
  color: #fff;
  background-color: #8e4d21;
  border-color: #84471e;
}
.btn-dark-spirit:focus, .btn-dark-spirit.focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 118, 72, 0.5);
}
.btn-dark-spirit.disabled, .btn-dark-spirit:disabled {
  color: #fff;
  background-color: #AD5E28;
  border-color: #AD5E28;
}
.btn-dark-spirit:not(:disabled):not(.disabled):active, .btn-dark-spirit:not(:disabled):not(.disabled).active, .show > .btn-dark-spirit.dropdown-toggle {
  color: #fff;
  background-color: #84471e;
  border-color: #79421c;
}
.btn-dark-spirit:not(:disabled):not(.disabled):active:focus, .btn-dark-spirit:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-spirit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 118, 72, 0.5);
}

.btn-light-spirit {
  color: #fff;
  background-color: #B7B6AF;
  border-color: #B7B6AF;
}
.btn-light-spirit:hover {
  color: #fff;
  background-color: #a5a49b;
  border-color: #9f9e94;
}
.btn-light-spirit:focus, .btn-light-spirit.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 193, 187, 0.5);
}
.btn-light-spirit.disabled, .btn-light-spirit:disabled {
  color: #fff;
  background-color: #B7B6AF;
  border-color: #B7B6AF;
}
.btn-light-spirit:not(:disabled):not(.disabled):active, .btn-light-spirit:not(:disabled):not(.disabled).active, .show > .btn-light-spirit.dropdown-toggle {
  color: #fff;
  background-color: #9f9e94;
  border-color: #99978d;
}
.btn-light-spirit:not(:disabled):not(.disabled):active:focus, .btn-light-spirit:not(:disabled):not(.disabled).active:focus, .show > .btn-light-spirit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 193, 187, 0.5);
}

.btn-brown-beer {
  color: #fff;
  background-color: #974506;
  border-color: #974506;
}
.btn-brown-beer:hover {
  color: #fff;
  background-color: #723405;
  border-color: #662f04;
}
.btn-brown-beer:focus, .btn-brown-beer.focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 97, 43, 0.5);
}
.btn-brown-beer.disabled, .btn-brown-beer:disabled {
  color: #fff;
  background-color: #974506;
  border-color: #974506;
}
.btn-brown-beer:not(:disabled):not(.disabled):active, .btn-brown-beer:not(:disabled):not(.disabled).active, .show > .btn-brown-beer.dropdown-toggle {
  color: #fff;
  background-color: #662f04;
  border-color: #5a2904;
}
.btn-brown-beer:not(:disabled):not(.disabled):active:focus, .btn-brown-beer:not(:disabled):not(.disabled).active:focus, .show > .btn-brown-beer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 97, 43, 0.5);
}

.btn-amber-beer {
  color: #fff;
  background-color: #D77E00;
  border-color: #D77E00;
}
.btn-amber-beer:hover {
  color: #fff;
  background-color: #b16800;
  border-color: #a46000;
}
.btn-amber-beer:focus, .btn-amber-beer.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 145, 38, 0.5);
}
.btn-amber-beer.disabled, .btn-amber-beer:disabled {
  color: #fff;
  background-color: #D77E00;
  border-color: #D77E00;
}
.btn-amber-beer:not(:disabled):not(.disabled):active, .btn-amber-beer:not(:disabled):not(.disabled).active, .show > .btn-amber-beer.dropdown-toggle {
  color: #fff;
  background-color: #a46000;
  border-color: #975900;
}
.btn-amber-beer:not(:disabled):not(.disabled):active:focus, .btn-amber-beer:not(:disabled):not(.disabled).active:focus, .show > .btn-amber-beer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 145, 38, 0.5);
}

.btn-straw-beer {
  color: #fff;
  background-color: #F1C44F;
  border-color: #F1C44F;
}
.btn-straw-beer:hover {
  color: #fff;
  background-color: #eeb82c;
  border-color: #edb420;
}
.btn-straw-beer:focus, .btn-straw-beer.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 205, 105, 0.5);
}
.btn-straw-beer.disabled, .btn-straw-beer:disabled {
  color: #fff;
  background-color: #F1C44F;
  border-color: #F1C44F;
}
.btn-straw-beer:not(:disabled):not(.disabled):active, .btn-straw-beer:not(:disabled):not(.disabled).active, .show > .btn-straw-beer.dropdown-toggle {
  color: #fff;
  background-color: #edb420;
  border-color: #ecb014;
}
.btn-straw-beer:not(:disabled):not(.disabled):active:focus, .btn-straw-beer:not(:disabled):not(.disabled).active:focus, .show > .btn-straw-beer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 205, 105, 0.5);
}

.btn-white-wine-dm {
  color: #fff;
  background-color: #b9a331;
  border-color: #b9a331;
}
.btn-white-wine-dm:hover {
  color: #fff;
  background-color: #9a8829;
  border-color: #907f27;
}
.btn-white-wine-dm:focus, .btn-white-wine-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 177, 80, 0.5);
}
.btn-white-wine-dm.disabled, .btn-white-wine-dm:disabled {
  color: #fff;
  background-color: #b9a331;
  border-color: #b9a331;
}
.btn-white-wine-dm:not(:disabled):not(.disabled):active, .btn-white-wine-dm:not(:disabled):not(.disabled).active, .show > .btn-white-wine-dm.dropdown-toggle {
  color: #fff;
  background-color: #907f27;
  border-color: #867724;
}
.btn-white-wine-dm:not(:disabled):not(.disabled):active:focus, .btn-white-wine-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-white-wine-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 177, 80, 0.5);
}

.btn-red-wine-dm {
  color: #fff;
  background-color: #e93140;
  border-color: #e93140;
}
.btn-red-wine-dm:hover {
  color: #fff;
  background-color: #dd1827;
  border-color: #d11625;
}
.btn-red-wine-dm:focus, .btn-red-wine-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 80, 93, 0.5);
}
.btn-red-wine-dm.disabled, .btn-red-wine-dm:disabled {
  color: #fff;
  background-color: #e93140;
  border-color: #e93140;
}
.btn-red-wine-dm:not(:disabled):not(.disabled):active, .btn-red-wine-dm:not(:disabled):not(.disabled).active, .show > .btn-red-wine-dm.dropdown-toggle {
  color: #fff;
  background-color: #d11625;
  border-color: #c61523;
}
.btn-red-wine-dm:not(:disabled):not(.disabled):active:focus, .btn-red-wine-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-red-wine-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 80, 93, 0.5);
}

.btn-rose-wine-dm {
  color: #fff;
  background-color: #ff8573;
  border-color: #ff8573;
}
.btn-rose-wine-dm:hover {
  color: #fff;
  background-color: #ff644d;
  border-color: #ff5840;
}
.btn-rose-wine-dm:focus, .btn-rose-wine-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 151, 136, 0.5);
}
.btn-rose-wine-dm.disabled, .btn-rose-wine-dm:disabled {
  color: #fff;
  background-color: #ff8573;
  border-color: #ff8573;
}
.btn-rose-wine-dm:not(:disabled):not(.disabled):active, .btn-rose-wine-dm:not(:disabled):not(.disabled).active, .show > .btn-rose-wine-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff5840;
  border-color: #ff4d33;
}
.btn-rose-wine-dm:not(:disabled):not(.disabled):active:focus, .btn-rose-wine-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-rose-wine-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 151, 136, 0.5);
}

.btn-orange-wine-dm {
  color: #fff;
  background-color: #ff9d35;
  border-color: #ff9d35;
}
.btn-orange-wine-dm:hover {
  color: #fff;
  background-color: #ff8a0e;
  border-color: #ff8402;
}
.btn-orange-wine-dm:focus, .btn-orange-wine-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 172, 83, 0.5);
}
.btn-orange-wine-dm.disabled, .btn-orange-wine-dm:disabled {
  color: #fff;
  background-color: #ff9d35;
  border-color: #ff9d35;
}
.btn-orange-wine-dm:not(:disabled):not(.disabled):active, .btn-orange-wine-dm:not(:disabled):not(.disabled).active, .show > .btn-orange-wine-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff8402;
  border-color: #f47d00;
}
.btn-orange-wine-dm:not(:disabled):not(.disabled):active:focus, .btn-orange-wine-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-orange-wine-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 172, 83, 0.5);
}

.btn-dark-spirit-dm {
  color: #fff;
  background-color: #df915c;
  border-color: #df915c;
}
.btn-dark-spirit-dm:hover {
  color: #fff;
  background-color: #d97c3c;
  border-color: #d77431;
}
.btn-dark-spirit-dm:focus, .btn-dark-spirit-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 162, 116, 0.5);
}
.btn-dark-spirit-dm.disabled, .btn-dark-spirit-dm:disabled {
  color: #fff;
  background-color: #df915c;
  border-color: #df915c;
}
.btn-dark-spirit-dm:not(:disabled):not(.disabled):active, .btn-dark-spirit-dm:not(:disabled):not(.disabled).active, .show > .btn-dark-spirit-dm.dropdown-toggle {
  color: #fff;
  background-color: #d77431;
  border-color: #d26e29;
}
.btn-dark-spirit-dm:not(:disabled):not(.disabled):active:focus, .btn-dark-spirit-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-spirit-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 162, 116, 0.5);
}

.btn-light-spirit-dm {
  color: #fff;
  background-color: #b9b7ad;
  border-color: #b9b7ad;
}
.btn-light-spirit-dm:hover {
  color: #fff;
  background-color: #a7a599;
  border-color: #a19f92;
}
.btn-light-spirit-dm:focus, .btn-light-spirit-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 194, 185, 0.5);
}
.btn-light-spirit-dm.disabled, .btn-light-spirit-dm:disabled {
  color: #fff;
  background-color: #b9b7ad;
  border-color: #b9b7ad;
}
.btn-light-spirit-dm:not(:disabled):not(.disabled):active, .btn-light-spirit-dm:not(:disabled):not(.disabled).active, .show > .btn-light-spirit-dm.dropdown-toggle {
  color: #fff;
  background-color: #a19f92;
  border-color: #9b998b;
}
.btn-light-spirit-dm:not(:disabled):not(.disabled):active:focus, .btn-light-spirit-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-light-spirit-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 194, 185, 0.5);
}

.btn-brown-beer-dm {
  color: #fff;
  background-color: #f5720e;
  border-color: #f5720e;
}
.btn-brown-beer-dm:hover {
  color: #fff;
  background-color: #d46108;
  border-color: #c85b08;
}
.btn-brown-beer-dm:focus, .btn-brown-beer-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 135, 50, 0.5);
}
.btn-brown-beer-dm.disabled, .btn-brown-beer-dm:disabled {
  color: #fff;
  background-color: #f5720e;
  border-color: #f5720e;
}
.btn-brown-beer-dm:not(:disabled):not(.disabled):active, .btn-brown-beer-dm:not(:disabled):not(.disabled).active, .show > .btn-brown-beer-dm.dropdown-toggle {
  color: #fff;
  background-color: #c85b08;
  border-color: #bc5607;
}
.btn-brown-beer-dm:not(:disabled):not(.disabled):active:focus, .btn-brown-beer-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-brown-beer-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 135, 50, 0.5);
}

.btn-amber-beer-dm {
  color: #fff;
  background-color: #ff9a0b;
  border-color: #ff9a0b;
}
.btn-amber-beer-dm:hover {
  color: #fff;
  background-color: #e48500;
  border-color: #d77e00;
}
.btn-amber-beer-dm:focus, .btn-amber-beer-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 169, 48, 0.5);
}
.btn-amber-beer-dm.disabled, .btn-amber-beer-dm:disabled {
  color: #fff;
  background-color: #ff9a0b;
  border-color: #ff9a0b;
}
.btn-amber-beer-dm:not(:disabled):not(.disabled):active, .btn-amber-beer-dm:not(:disabled):not(.disabled).active, .show > .btn-amber-beer-dm.dropdown-toggle {
  color: #fff;
  background-color: #d77e00;
  border-color: #ca7700;
}
.btn-amber-beer-dm:not(:disabled):not(.disabled):active:focus, .btn-amber-beer-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-amber-beer-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 169, 48, 0.5);
}

.btn-straw-beer-dm {
  color: #fff;
  background-color: #f3c54d;
  border-color: #f3c54d;
}
.btn-straw-beer-dm:hover {
  color: #fff;
  background-color: #f0b929;
  border-color: #f0b51d;
}
.btn-straw-beer-dm:focus, .btn-straw-beer-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 206, 104, 0.5);
}
.btn-straw-beer-dm.disabled, .btn-straw-beer-dm:disabled {
  color: #fff;
  background-color: #f3c54d;
  border-color: #f3c54d;
}
.btn-straw-beer-dm:not(:disabled):not(.disabled):active, .btn-straw-beer-dm:not(:disabled):not(.disabled).active, .show > .btn-straw-beer-dm.dropdown-toggle {
  color: #fff;
  background-color: #f0b51d;
  border-color: #efb111;
}
.btn-straw-beer-dm:not(:disabled):not(.disabled):active:focus, .btn-straw-beer-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-straw-beer-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 206, 104, 0.5);
}

.btn-outline-primary {
  color: #444A78;
  border-color: #444A78;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #444A78;
  border-color: #444A78;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 74, 120, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #444A78;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #444A78;
  border-color: #444A78;
}
.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(68, 74, 120, 0.5);
}

.btn-outline-secondary {
  color: #858796;
  border-color: #858796;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #858796;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}
.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(133, 135, 150, 0.5);
}

.btn-outline-success {
  color: #779900;
  border-color: #779900;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #779900;
  border-color: #779900;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 153, 0, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #779900;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #779900;
  border-color: #779900;
}
.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(119, 153, 0, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #E3A911;
  border-color: #E3A911;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #E3A911;
  border-color: #E3A911;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 169, 17, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #E3A911;
  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: #fff;
  background-color: #E3A911;
  border-color: #E3A911;
}
.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(227, 169, 17, 0.5);
}

.btn-outline-danger {
  color: #b30000;
  border-color: #b30000;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #b30000;
  border-color: #b30000;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #b30000;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #b30000;
  border-color: #b30000;
}
.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(179, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f8f9fc;
  border-color: #f8f9fc;
}
.btn-outline-light:hover {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fc;
  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: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

.btn-outline-dark {
  color: #6e707e;
  border-color: #6e707e;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #6e707e;
  border-color: #6e707e;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 112, 126, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #6e707e;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #6e707e;
  border-color: #6e707e;
}
.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(110, 112, 126, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #3a3b45;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  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: #3a3b45;
  background-color: #fff;
  border-color: #fff;
}
.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(255, 255, 255, 0.5);
}

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

.btn-outline-red {
  color: #b30000;
  border-color: #b30000;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #b30000;
  border-color: #b30000;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #b30000;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #b30000;
  border-color: #b30000;
}
.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(179, 0, 0, 0.5);
}

.btn-outline-red-orange {
  color: #D23F16;
  border-color: #D23F16;
}
.btn-outline-red-orange:hover {
  color: #fff;
  background-color: #D23F16;
  border-color: #D23F16;
}
.btn-outline-red-orange:focus, .btn-outline-red-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 63, 22, 0.5);
}
.btn-outline-red-orange.disabled, .btn-outline-red-orange:disabled {
  color: #D23F16;
  background-color: transparent;
}
.btn-outline-red-orange:not(:disabled):not(.disabled):active, .btn-outline-red-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-red-orange.dropdown-toggle {
  color: #fff;
  background-color: #D23F16;
  border-color: #D23F16;
}
.btn-outline-red-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-red-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 63, 22, 0.5);
}

.btn-outline-orange {
  color: #f17e2b;
  border-color: #f17e2b;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #f17e2b;
  border-color: #f17e2b;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 126, 43, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #f17e2b;
  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: #fff;
  background-color: #f17e2b;
  border-color: #f17e2b;
}
.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(241, 126, 43, 0.5);
}

.btn-outline-orange-yellow {
  color: #EA941E;
  border-color: #EA941E;
}
.btn-outline-orange-yellow:hover {
  color: #fff;
  background-color: #EA941E;
  border-color: #EA941E;
}
.btn-outline-orange-yellow:focus, .btn-outline-orange-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 148, 30, 0.5);
}
.btn-outline-orange-yellow.disabled, .btn-outline-orange-yellow:disabled {
  color: #EA941E;
  background-color: transparent;
}
.btn-outline-orange-yellow:not(:disabled):not(.disabled):active, .btn-outline-orange-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-orange-yellow.dropdown-toggle {
  color: #fff;
  background-color: #EA941E;
  border-color: #EA941E;
}
.btn-outline-orange-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 148, 30, 0.5);
}

.btn-outline-yellow {
  color: #E3A911;
  border-color: #E3A911;
}
.btn-outline-yellow:hover {
  color: #fff;
  background-color: #E3A911;
  border-color: #E3A911;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 169, 17, 0.5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #E3A911;
  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: #fff;
  background-color: #E3A911;
  border-color: #E3A911;
}
.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(227, 169, 17, 0.5);
}

.btn-outline-yellow-green {
  color: #ADA109;
  border-color: #ADA109;
}
.btn-outline-yellow-green:hover {
  color: #fff;
  background-color: #ADA109;
  border-color: #ADA109;
}
.btn-outline-yellow-green:focus, .btn-outline-yellow-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 161, 9, 0.5);
}
.btn-outline-yellow-green.disabled, .btn-outline-yellow-green:disabled {
  color: #ADA109;
  background-color: transparent;
}
.btn-outline-yellow-green:not(:disabled):not(.disabled):active, .btn-outline-yellow-green:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow-green.dropdown-toggle {
  color: #fff;
  background-color: #ADA109;
  border-color: #ADA109;
}
.btn-outline-yellow-green:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 161, 9, 0.5);
}

.btn-outline-green {
  color: #779900;
  border-color: #779900;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #779900;
  border-color: #779900;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 153, 0, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #779900;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #779900;
  border-color: #779900;
}
.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(119, 153, 0, 0.5);
}

.btn-outline-aqua {
  color: #559256;
  border-color: #559256;
}
.btn-outline-aqua:hover {
  color: #fff;
  background-color: #559256;
  border-color: #559256;
}
.btn-outline-aqua:focus, .btn-outline-aqua.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 146, 86, 0.5);
}
.btn-outline-aqua.disabled, .btn-outline-aqua:disabled {
  color: #559256;
  background-color: transparent;
}
.btn-outline-aqua:not(:disabled):not(.disabled):active, .btn-outline-aqua:not(:disabled):not(.disabled).active, .show > .btn-outline-aqua.dropdown-toggle {
  color: #fff;
  background-color: #559256;
  border-color: #559256;
}
.btn-outline-aqua:not(:disabled):not(.disabled):active:focus, .btn-outline-aqua:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-aqua.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 146, 86, 0.5);
}

.btn-outline-blue {
  color: #338bac;
  border-color: #338bac;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #338bac;
  border-color: #338bac;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 139, 172, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #338bac;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #338bac;
  border-color: #338bac;
}
.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(51, 139, 172, 0.5);
}

.btn-outline-blue-navy {
  color: #3C6B92;
  border-color: #3C6B92;
}
.btn-outline-blue-navy:hover {
  color: #fff;
  background-color: #3C6B92;
  border-color: #3C6B92;
}
.btn-outline-blue-navy:focus, .btn-outline-blue-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 107, 146, 0.5);
}
.btn-outline-blue-navy.disabled, .btn-outline-blue-navy:disabled {
  color: #3C6B92;
  background-color: transparent;
}
.btn-outline-blue-navy:not(:disabled):not(.disabled):active, .btn-outline-blue-navy:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-navy.dropdown-toggle {
  color: #fff;
  background-color: #3C6B92;
  border-color: #3C6B92;
}
.btn-outline-blue-navy:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 107, 146, 0.5);
}

.btn-outline-navy {
  color: #444A78;
  border-color: #444A78;
}
.btn-outline-navy:hover {
  color: #fff;
  background-color: #444A78;
  border-color: #444A78;
}
.btn-outline-navy:focus, .btn-outline-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 74, 120, 0.5);
}
.btn-outline-navy.disabled, .btn-outline-navy:disabled {
  color: #444A78;
  background-color: transparent;
}
.btn-outline-navy:not(:disabled):not(.disabled):active, .btn-outline-navy:not(:disabled):not(.disabled).active, .show > .btn-outline-navy.dropdown-toggle {
  color: #fff;
  background-color: #444A78;
  border-color: #444A78;
}
.btn-outline-navy:not(:disabled):not(.disabled):active:focus, .btn-outline-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 74, 120, 0.5);
}

.btn-outline-indigo {
  color: #77558B;
  border-color: #77558B;
}
.btn-outline-indigo:hover {
  color: #fff;
  background-color: #77558B;
  border-color: #77558B;
}
.btn-outline-indigo:focus, .btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 85, 139, 0.5);
}
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
  color: #77558B;
  background-color: transparent;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active, .show > .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #77558B;
  border-color: #77558B;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 85, 139, 0.5);
}

.btn-outline-purple {
  color: #aa5f9e;
  border-color: #aa5f9e;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #aa5f9e;
  border-color: #aa5f9e;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 95, 158, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #aa5f9e;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #aa5f9e;
  border-color: #aa5f9e;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 95, 158, 0.5);
}

.btn-outline-pink {
  color: #E386AC;
  border-color: #E386AC;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #E386AC;
  border-color: #E386AC;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 134, 172, 0.5);
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #E386AC;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #E386AC;
  border-color: #E386AC;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 134, 172, 0.5);
}

.btn-outline-pink-red {
  color: #CB4356;
  border-color: #CB4356;
}
.btn-outline-pink-red:hover {
  color: #fff;
  background-color: #CB4356;
  border-color: #CB4356;
}
.btn-outline-pink-red:focus, .btn-outline-pink-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 67, 86, 0.5);
}
.btn-outline-pink-red.disabled, .btn-outline-pink-red:disabled {
  color: #CB4356;
  background-color: transparent;
}
.btn-outline-pink-red:not(:disabled):not(.disabled):active, .btn-outline-pink-red:not(:disabled):not(.disabled).active, .show > .btn-outline-pink-red.dropdown-toggle {
  color: #fff;
  background-color: #CB4356;
  border-color: #CB4356;
}
.btn-outline-pink-red:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 67, 86, 0.5);
}

.btn-outline-maroon {
  color: #520f30;
  border-color: #520f30;
}
.btn-outline-maroon:hover {
  color: #fff;
  background-color: #520f30;
  border-color: #520f30;
}
.btn-outline-maroon:focus, .btn-outline-maroon.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 15, 48, 0.5);
}
.btn-outline-maroon.disabled, .btn-outline-maroon:disabled {
  color: #520f30;
  background-color: transparent;
}
.btn-outline-maroon:not(:disabled):not(.disabled):active, .btn-outline-maroon:not(:disabled):not(.disabled).active, .show > .btn-outline-maroon.dropdown-toggle {
  color: #fff;
  background-color: #520f30;
  border-color: #520f30;
}
.btn-outline-maroon:not(:disabled):not(.disabled):active:focus, .btn-outline-maroon:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-maroon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 15, 48, 0.5);
}

.btn-outline-bid {
  color: #73C837;
  border-color: #73C837;
}
.btn-outline-bid:hover {
  color: #fff;
  background-color: #73C837;
  border-color: #73C837;
}
.btn-outline-bid:focus, .btn-outline-bid.focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 200, 55, 0.5);
}
.btn-outline-bid.disabled, .btn-outline-bid:disabled {
  color: #73C837;
  background-color: transparent;
}
.btn-outline-bid:not(:disabled):not(.disabled):active, .btn-outline-bid:not(:disabled):not(.disabled).active, .show > .btn-outline-bid.dropdown-toggle {
  color: #fff;
  background-color: #73C837;
  border-color: #73C837;
}
.btn-outline-bid:not(:disabled):not(.disabled):active:focus, .btn-outline-bid:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-bid.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 200, 55, 0.5);
}

.btn-outline-offer {
  color: #0064C8;
  border-color: #0064C8;
}
.btn-outline-offer:hover {
  color: #fff;
  background-color: #0064C8;
  border-color: #0064C8;
}
.btn-outline-offer:focus, .btn-outline-offer.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 200, 0.5);
}
.btn-outline-offer.disabled, .btn-outline-offer:disabled {
  color: #0064C8;
  background-color: transparent;
}
.btn-outline-offer:not(:disabled):not(.disabled):active, .btn-outline-offer:not(:disabled):not(.disabled).active, .show > .btn-outline-offer.dropdown-toggle {
  color: #fff;
  background-color: #0064C8;
  border-color: #0064C8;
}
.btn-outline-offer:not(:disabled):not(.disabled):active:focus, .btn-outline-offer:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-offer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 200, 0.5);
}

.btn-outline-red-dm {
  color: #ff4d4d;
  border-color: #ff4d4d;
}
.btn-outline-red-dm:hover {
  color: #fff;
  background-color: #ff4d4d;
  border-color: #ff4d4d;
}
.btn-outline-red-dm:focus, .btn-outline-red-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 77, 0.5);
}
.btn-outline-red-dm.disabled, .btn-outline-red-dm:disabled {
  color: #ff4d4d;
  background-color: transparent;
}
.btn-outline-red-dm:not(:disabled):not(.disabled):active, .btn-outline-red-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-red-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff4d4d;
  border-color: #ff4d4d;
}
.btn-outline-red-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-red-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 77, 0.5);
}

.btn-outline-red-orange-dm {
  color: #ff8969;
  border-color: #ff8969;
}
.btn-outline-red-orange-dm:hover {
  color: #fff;
  background-color: #ff8969;
  border-color: #ff8969;
}
.btn-outline-red-orange-dm:focus, .btn-outline-red-orange-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 137, 105, 0.5);
}
.btn-outline-red-orange-dm.disabled, .btn-outline-red-orange-dm:disabled {
  color: #ff8969;
  background-color: transparent;
}
.btn-outline-red-orange-dm:not(:disabled):not(.disabled):active, .btn-outline-red-orange-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-red-orange-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff8969;
  border-color: #ff8969;
}
.btn-outline-red-orange-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-red-orange-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-orange-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 137, 105, 0.5);
}

.btn-outline-orange-dm {
  color: #ff9950;
  border-color: #ff9950;
}
.btn-outline-orange-dm:hover {
  color: #fff;
  background-color: #ff9950;
  border-color: #ff9950;
}
.btn-outline-orange-dm:focus, .btn-outline-orange-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 80, 0.5);
}
.btn-outline-orange-dm.disabled, .btn-outline-orange-dm:disabled {
  color: #ff9950;
  background-color: transparent;
}
.btn-outline-orange-dm:not(:disabled):not(.disabled):active, .btn-outline-orange-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-orange-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff9950;
  border-color: #ff9950;
}
.btn-outline-orange-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 80, 0.5);
}

.btn-outline-orange-yellow-dm {
  color: #ffad3c;
  border-color: #ffad3c;
}
.btn-outline-orange-yellow-dm:hover {
  color: #fff;
  background-color: #ffad3c;
  border-color: #ffad3c;
}
.btn-outline-orange-yellow-dm:focus, .btn-outline-orange-yellow-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 173, 60, 0.5);
}
.btn-outline-orange-yellow-dm.disabled, .btn-outline-orange-yellow-dm:disabled {
  color: #ffad3c;
  background-color: transparent;
}
.btn-outline-orange-yellow-dm:not(:disabled):not(.disabled):active, .btn-outline-orange-yellow-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-orange-yellow-dm.dropdown-toggle {
  color: #fff;
  background-color: #ffad3c;
  border-color: #ffad3c;
}
.btn-outline-orange-yellow-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-yellow-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange-yellow-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 173, 60, 0.5);
}

.btn-outline-yellow-dm {
  color: #ffbd0f;
  border-color: #ffbd0f;
}
.btn-outline-yellow-dm:hover {
  color: #fff;
  background-color: #ffbd0f;
  border-color: #ffbd0f;
}
.btn-outline-yellow-dm:focus, .btn-outline-yellow-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 189, 15, 0.5);
}
.btn-outline-yellow-dm.disabled, .btn-outline-yellow-dm:disabled {
  color: #ffbd0f;
  background-color: transparent;
}
.btn-outline-yellow-dm:not(:disabled):not(.disabled):active, .btn-outline-yellow-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow-dm.dropdown-toggle {
  color: #fff;
  background-color: #ffbd0f;
  border-color: #ffbd0f;
}
.btn-outline-yellow-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 189, 15, 0.5);
}

.btn-outline-yellow-green-dm {
  color: #e9d800;
  border-color: #e9d800;
}
.btn-outline-yellow-green-dm:hover {
  color: #fff;
  background-color: #e9d800;
  border-color: #e9d800;
}
.btn-outline-yellow-green-dm:focus, .btn-outline-yellow-green-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 216, 0, 0.5);
}
.btn-outline-yellow-green-dm.disabled, .btn-outline-yellow-green-dm:disabled {
  color: #e9d800;
  background-color: transparent;
}
.btn-outline-yellow-green-dm:not(:disabled):not(.disabled):active, .btn-outline-yellow-green-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow-green-dm.dropdown-toggle {
  color: #fff;
  background-color: #e9d800;
  border-color: #e9d800;
}
.btn-outline-yellow-green-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-green-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow-green-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 216, 0, 0.5);
}

.btn-outline-green-dm {
  color: #9fcc00;
  border-color: #9fcc00;
}
.btn-outline-green-dm:hover {
  color: #fff;
  background-color: #9fcc00;
  border-color: #9fcc00;
}
.btn-outline-green-dm:focus, .btn-outline-green-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 204, 0, 0.5);
}
.btn-outline-green-dm.disabled, .btn-outline-green-dm:disabled {
  color: #9fcc00;
  background-color: transparent;
}
.btn-outline-green-dm:not(:disabled):not(.disabled):active, .btn-outline-green-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-green-dm.dropdown-toggle {
  color: #fff;
  background-color: #9fcc00;
  border-color: #9fcc00;
}
.btn-outline-green-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-green-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 204, 0, 0.5);
}

.btn-outline-aqua-dm {
  color: #4dcd4f;
  border-color: #4dcd4f;
}
.btn-outline-aqua-dm:hover {
  color: #fff;
  background-color: #4dcd4f;
  border-color: #4dcd4f;
}
.btn-outline-aqua-dm:focus, .btn-outline-aqua-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 205, 79, 0.5);
}
.btn-outline-aqua-dm.disabled, .btn-outline-aqua-dm:disabled {
  color: #4dcd4f;
  background-color: transparent;
}
.btn-outline-aqua-dm:not(:disabled):not(.disabled):active, .btn-outline-aqua-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-aqua-dm.dropdown-toggle {
  color: #fff;
  background-color: #4dcd4f;
  border-color: #4dcd4f;
}
.btn-outline-aqua-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-aqua-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-aqua-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 205, 79, 0.5);
}

.btn-outline-blue-dm {
  color: #26b6ec;
  border-color: #26b6ec;
}
.btn-outline-blue-dm:hover {
  color: #fff;
  background-color: #26b6ec;
  border-color: #26b6ec;
}
.btn-outline-blue-dm:focus, .btn-outline-blue-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 182, 236, 0.5);
}
.btn-outline-blue-dm.disabled, .btn-outline-blue-dm:disabled {
  color: #26b6ec;
  background-color: transparent;
}
.btn-outline-blue-dm:not(:disabled):not(.disabled):active, .btn-outline-blue-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-dm.dropdown-toggle {
  color: #fff;
  background-color: #26b6ec;
  border-color: #26b6ec;
}
.btn-outline-blue-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 182, 236, 0.5);
}

.btn-outline-blue-navy-dm {
  color: #2689db;
  border-color: #2689db;
}
.btn-outline-blue-navy-dm:hover {
  color: #fff;
  background-color: #2689db;
  border-color: #2689db;
}
.btn-outline-blue-navy-dm:focus, .btn-outline-blue-navy-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 137, 219, 0.5);
}
.btn-outline-blue-navy-dm.disabled, .btn-outline-blue-navy-dm:disabled {
  color: #2689db;
  background-color: transparent;
}
.btn-outline-blue-navy-dm:not(:disabled):not(.disabled):active, .btn-outline-blue-navy-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-navy-dm.dropdown-toggle {
  color: #fff;
  background-color: #2689db;
  border-color: #2689db;
}
.btn-outline-blue-navy-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-navy-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-navy-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 137, 219, 0.5);
}

.btn-outline-navy-dm {
  color: #7a85db;
  border-color: #7a85db;
}
.btn-outline-navy-dm:hover {
  color: #fff;
  background-color: #7a85db;
  border-color: #7a85db;
}
.btn-outline-navy-dm:focus, .btn-outline-navy-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 133, 219, 0.5);
}
.btn-outline-navy-dm.disabled, .btn-outline-navy-dm:disabled {
  color: #7a85db;
  background-color: transparent;
}
.btn-outline-navy-dm:not(:disabled):not(.disabled):active, .btn-outline-navy-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-navy-dm.dropdown-toggle {
  color: #fff;
  background-color: #7a85db;
  border-color: #7a85db;
}
.btn-outline-navy-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-navy-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-navy-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 133, 219, 0.5);
}

.btn-outline-indigo-dm {
  color: #b071d5;
  border-color: #b071d5;
}
.btn-outline-indigo-dm:hover {
  color: #fff;
  background-color: #b071d5;
  border-color: #b071d5;
}
.btn-outline-indigo-dm:focus, .btn-outline-indigo-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 113, 213, 0.5);
}
.btn-outline-indigo-dm.disabled, .btn-outline-indigo-dm:disabled {
  color: #b071d5;
  background-color: transparent;
}
.btn-outline-indigo-dm:not(:disabled):not(.disabled):active, .btn-outline-indigo-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-indigo-dm.dropdown-toggle {
  color: #fff;
  background-color: #b071d5;
  border-color: #b071d5;
}
.btn-outline-indigo-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-indigo-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 113, 213, 0.5);
}

.btn-outline-purple-dm {
  color: #d963c6;
  border-color: #d963c6;
}
.btn-outline-purple-dm:hover {
  color: #fff;
  background-color: #d963c6;
  border-color: #d963c6;
}
.btn-outline-purple-dm:focus, .btn-outline-purple-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 99, 198, 0.5);
}
.btn-outline-purple-dm.disabled, .btn-outline-purple-dm:disabled {
  color: #d963c6;
  background-color: transparent;
}
.btn-outline-purple-dm:not(:disabled):not(.disabled):active, .btn-outline-purple-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-purple-dm.dropdown-toggle {
  color: #fff;
  background-color: #d963c6;
  border-color: #d963c6;
}
.btn-outline-purple-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-purple-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 99, 198, 0.5);
}

.btn-outline-pink-dm {
  color: #ff8ebc;
  border-color: #ff8ebc;
}
.btn-outline-pink-dm:hover {
  color: #fff;
  background-color: #ff8ebc;
  border-color: #ff8ebc;
}
.btn-outline-pink-dm:focus, .btn-outline-pink-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 142, 188, 0.5);
}
.btn-outline-pink-dm.disabled, .btn-outline-pink-dm:disabled {
  color: #ff8ebc;
  background-color: transparent;
}
.btn-outline-pink-dm:not(:disabled):not(.disabled):active, .btn-outline-pink-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-pink-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff8ebc;
  border-color: #ff8ebc;
}
.btn-outline-pink-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 142, 188, 0.5);
}

.btn-outline-pink-red-dm {
  color: #ee5369;
  border-color: #ee5369;
}
.btn-outline-pink-red-dm:hover {
  color: #fff;
  background-color: #ee5369;
  border-color: #ee5369;
}
.btn-outline-pink-red-dm:focus, .btn-outline-pink-red-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 83, 105, 0.5);
}
.btn-outline-pink-red-dm.disabled, .btn-outline-pink-red-dm:disabled {
  color: #ee5369;
  background-color: transparent;
}
.btn-outline-pink-red-dm:not(:disabled):not(.disabled):active, .btn-outline-pink-red-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-pink-red-dm.dropdown-toggle {
  color: #fff;
  background-color: #ee5369;
  border-color: #ee5369;
}
.btn-outline-pink-red-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-red-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink-red-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 83, 105, 0.5);
}

.btn-outline-maroon-dm {
  color: #f3077b;
  border-color: #f3077b;
}
.btn-outline-maroon-dm:hover {
  color: #fff;
  background-color: #f3077b;
  border-color: #f3077b;
}
.btn-outline-maroon-dm:focus, .btn-outline-maroon-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 7, 123, 0.5);
}
.btn-outline-maroon-dm.disabled, .btn-outline-maroon-dm:disabled {
  color: #f3077b;
  background-color: transparent;
}
.btn-outline-maroon-dm:not(:disabled):not(.disabled):active, .btn-outline-maroon-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-maroon-dm.dropdown-toggle {
  color: #fff;
  background-color: #f3077b;
  border-color: #f3077b;
}
.btn-outline-maroon-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-maroon-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-maroon-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 7, 123, 0.5);
}

.btn-outline-white-wine {
  color: #A79743;
  border-color: #A79743;
}
.btn-outline-white-wine:hover {
  color: #fff;
  background-color: #A79743;
  border-color: #A79743;
}
.btn-outline-white-wine:focus, .btn-outline-white-wine.focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 151, 67, 0.5);
}
.btn-outline-white-wine.disabled, .btn-outline-white-wine:disabled {
  color: #A79743;
  background-color: transparent;
}
.btn-outline-white-wine:not(:disabled):not(.disabled):active, .btn-outline-white-wine:not(:disabled):not(.disabled).active, .show > .btn-outline-white-wine.dropdown-toggle {
  color: #fff;
  background-color: #A79743;
  border-color: #A79743;
}
.btn-outline-white-wine:not(:disabled):not(.disabled):active:focus, .btn-outline-white-wine:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white-wine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 151, 67, 0.5);
}

.btn-outline-red-wine {
  color: #DA2735;
  border-color: #DA2735;
}
.btn-outline-red-wine:hover {
  color: #fff;
  background-color: #DA2735;
  border-color: #DA2735;
}
.btn-outline-red-wine:focus, .btn-outline-red-wine.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 39, 53, 0.5);
}
.btn-outline-red-wine.disabled, .btn-outline-red-wine:disabled {
  color: #DA2735;
  background-color: transparent;
}
.btn-outline-red-wine:not(:disabled):not(.disabled):active, .btn-outline-red-wine:not(:disabled):not(.disabled).active, .show > .btn-outline-red-wine.dropdown-toggle {
  color: #fff;
  background-color: #DA2735;
  border-color: #DA2735;
}
.btn-outline-red-wine:not(:disabled):not(.disabled):active:focus, .btn-outline-red-wine:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-wine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 39, 53, 0.5);
}

.btn-outline-rose-wine {
  color: #FB7F6D;
  border-color: #FB7F6D;
}
.btn-outline-rose-wine:hover {
  color: #fff;
  background-color: #FB7F6D;
  border-color: #FB7F6D;
}
.btn-outline-rose-wine:focus, .btn-outline-rose-wine.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 127, 109, 0.5);
}
.btn-outline-rose-wine.disabled, .btn-outline-rose-wine:disabled {
  color: #FB7F6D;
  background-color: transparent;
}
.btn-outline-rose-wine:not(:disabled):not(.disabled):active, .btn-outline-rose-wine:not(:disabled):not(.disabled).active, .show > .btn-outline-rose-wine.dropdown-toggle {
  color: #fff;
  background-color: #FB7F6D;
  border-color: #FB7F6D;
}
.btn-outline-rose-wine:not(:disabled):not(.disabled):active:focus, .btn-outline-rose-wine:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-rose-wine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 127, 109, 0.5);
}

.btn-outline-orange-wine {
  color: #F89022;
  border-color: #F89022;
}
.btn-outline-orange-wine:hover {
  color: #fff;
  background-color: #F89022;
  border-color: #F89022;
}
.btn-outline-orange-wine:focus, .btn-outline-orange-wine.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 144, 34, 0.5);
}
.btn-outline-orange-wine.disabled, .btn-outline-orange-wine:disabled {
  color: #F89022;
  background-color: transparent;
}
.btn-outline-orange-wine:not(:disabled):not(.disabled):active, .btn-outline-orange-wine:not(:disabled):not(.disabled).active, .show > .btn-outline-orange-wine.dropdown-toggle {
  color: #fff;
  background-color: #F89022;
  border-color: #F89022;
}
.btn-outline-orange-wine:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-wine:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange-wine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 144, 34, 0.5);
}

.btn-outline-dark-spirit {
  color: #AD5E28;
  border-color: #AD5E28;
}
.btn-outline-dark-spirit:hover {
  color: #fff;
  background-color: #AD5E28;
  border-color: #AD5E28;
}
.btn-outline-dark-spirit:focus, .btn-outline-dark-spirit.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 94, 40, 0.5);
}
.btn-outline-dark-spirit.disabled, .btn-outline-dark-spirit:disabled {
  color: #AD5E28;
  background-color: transparent;
}
.btn-outline-dark-spirit:not(:disabled):not(.disabled):active, .btn-outline-dark-spirit:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-spirit.dropdown-toggle {
  color: #fff;
  background-color: #AD5E28;
  border-color: #AD5E28;
}
.btn-outline-dark-spirit:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-spirit:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-spirit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 94, 40, 0.5);
}

.btn-outline-light-spirit {
  color: #B7B6AF;
  border-color: #B7B6AF;
}
.btn-outline-light-spirit:hover {
  color: #fff;
  background-color: #B7B6AF;
  border-color: #B7B6AF;
}
.btn-outline-light-spirit:focus, .btn-outline-light-spirit.focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 182, 175, 0.5);
}
.btn-outline-light-spirit.disabled, .btn-outline-light-spirit:disabled {
  color: #B7B6AF;
  background-color: transparent;
}
.btn-outline-light-spirit:not(:disabled):not(.disabled):active, .btn-outline-light-spirit:not(:disabled):not(.disabled).active, .show > .btn-outline-light-spirit.dropdown-toggle {
  color: #fff;
  background-color: #B7B6AF;
  border-color: #B7B6AF;
}
.btn-outline-light-spirit:not(:disabled):not(.disabled):active:focus, .btn-outline-light-spirit:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-spirit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 182, 175, 0.5);
}

.btn-outline-brown-beer {
  color: #974506;
  border-color: #974506;
}
.btn-outline-brown-beer:hover {
  color: #fff;
  background-color: #974506;
  border-color: #974506;
}
.btn-outline-brown-beer:focus, .btn-outline-brown-beer.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 69, 6, 0.5);
}
.btn-outline-brown-beer.disabled, .btn-outline-brown-beer:disabled {
  color: #974506;
  background-color: transparent;
}
.btn-outline-brown-beer:not(:disabled):not(.disabled):active, .btn-outline-brown-beer:not(:disabled):not(.disabled).active, .show > .btn-outline-brown-beer.dropdown-toggle {
  color: #fff;
  background-color: #974506;
  border-color: #974506;
}
.btn-outline-brown-beer:not(:disabled):not(.disabled):active:focus, .btn-outline-brown-beer:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown-beer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 69, 6, 0.5);
}

.btn-outline-amber-beer {
  color: #D77E00;
  border-color: #D77E00;
}
.btn-outline-amber-beer:hover {
  color: #fff;
  background-color: #D77E00;
  border-color: #D77E00;
}
.btn-outline-amber-beer:focus, .btn-outline-amber-beer.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 126, 0, 0.5);
}
.btn-outline-amber-beer.disabled, .btn-outline-amber-beer:disabled {
  color: #D77E00;
  background-color: transparent;
}
.btn-outline-amber-beer:not(:disabled):not(.disabled):active, .btn-outline-amber-beer:not(:disabled):not(.disabled).active, .show > .btn-outline-amber-beer.dropdown-toggle {
  color: #fff;
  background-color: #D77E00;
  border-color: #D77E00;
}
.btn-outline-amber-beer:not(:disabled):not(.disabled):active:focus, .btn-outline-amber-beer:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-amber-beer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 126, 0, 0.5);
}

.btn-outline-straw-beer {
  color: #F1C44F;
  border-color: #F1C44F;
}
.btn-outline-straw-beer:hover {
  color: #fff;
  background-color: #F1C44F;
  border-color: #F1C44F;
}
.btn-outline-straw-beer:focus, .btn-outline-straw-beer.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 196, 79, 0.5);
}
.btn-outline-straw-beer.disabled, .btn-outline-straw-beer:disabled {
  color: #F1C44F;
  background-color: transparent;
}
.btn-outline-straw-beer:not(:disabled):not(.disabled):active, .btn-outline-straw-beer:not(:disabled):not(.disabled).active, .show > .btn-outline-straw-beer.dropdown-toggle {
  color: #fff;
  background-color: #F1C44F;
  border-color: #F1C44F;
}
.btn-outline-straw-beer:not(:disabled):not(.disabled):active:focus, .btn-outline-straw-beer:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-straw-beer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 196, 79, 0.5);
}

.btn-outline-white-wine-dm {
  color: #b9a331;
  border-color: #b9a331;
}
.btn-outline-white-wine-dm:hover {
  color: #fff;
  background-color: #b9a331;
  border-color: #b9a331;
}
.btn-outline-white-wine-dm:focus, .btn-outline-white-wine-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 163, 49, 0.5);
}
.btn-outline-white-wine-dm.disabled, .btn-outline-white-wine-dm:disabled {
  color: #b9a331;
  background-color: transparent;
}
.btn-outline-white-wine-dm:not(:disabled):not(.disabled):active, .btn-outline-white-wine-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-white-wine-dm.dropdown-toggle {
  color: #fff;
  background-color: #b9a331;
  border-color: #b9a331;
}
.btn-outline-white-wine-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-white-wine-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white-wine-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 163, 49, 0.5);
}

.btn-outline-red-wine-dm {
  color: #e93140;
  border-color: #e93140;
}
.btn-outline-red-wine-dm:hover {
  color: #fff;
  background-color: #e93140;
  border-color: #e93140;
}
.btn-outline-red-wine-dm:focus, .btn-outline-red-wine-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 49, 64, 0.5);
}
.btn-outline-red-wine-dm.disabled, .btn-outline-red-wine-dm:disabled {
  color: #e93140;
  background-color: transparent;
}
.btn-outline-red-wine-dm:not(:disabled):not(.disabled):active, .btn-outline-red-wine-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-red-wine-dm.dropdown-toggle {
  color: #fff;
  background-color: #e93140;
  border-color: #e93140;
}
.btn-outline-red-wine-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-red-wine-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-wine-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 49, 64, 0.5);
}

.btn-outline-rose-wine-dm {
  color: #ff8573;
  border-color: #ff8573;
}
.btn-outline-rose-wine-dm:hover {
  color: #fff;
  background-color: #ff8573;
  border-color: #ff8573;
}
.btn-outline-rose-wine-dm:focus, .btn-outline-rose-wine-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 133, 115, 0.5);
}
.btn-outline-rose-wine-dm.disabled, .btn-outline-rose-wine-dm:disabled {
  color: #ff8573;
  background-color: transparent;
}
.btn-outline-rose-wine-dm:not(:disabled):not(.disabled):active, .btn-outline-rose-wine-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-rose-wine-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff8573;
  border-color: #ff8573;
}
.btn-outline-rose-wine-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-rose-wine-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-rose-wine-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 133, 115, 0.5);
}

.btn-outline-orange-wine-dm {
  color: #ff9d35;
  border-color: #ff9d35;
}
.btn-outline-orange-wine-dm:hover {
  color: #fff;
  background-color: #ff9d35;
  border-color: #ff9d35;
}
.btn-outline-orange-wine-dm:focus, .btn-outline-orange-wine-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 157, 53, 0.5);
}
.btn-outline-orange-wine-dm.disabled, .btn-outline-orange-wine-dm:disabled {
  color: #ff9d35;
  background-color: transparent;
}
.btn-outline-orange-wine-dm:not(:disabled):not(.disabled):active, .btn-outline-orange-wine-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-orange-wine-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff9d35;
  border-color: #ff9d35;
}
.btn-outline-orange-wine-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-wine-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange-wine-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 157, 53, 0.5);
}

.btn-outline-dark-spirit-dm {
  color: #df915c;
  border-color: #df915c;
}
.btn-outline-dark-spirit-dm:hover {
  color: #fff;
  background-color: #df915c;
  border-color: #df915c;
}
.btn-outline-dark-spirit-dm:focus, .btn-outline-dark-spirit-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 145, 92, 0.5);
}
.btn-outline-dark-spirit-dm.disabled, .btn-outline-dark-spirit-dm:disabled {
  color: #df915c;
  background-color: transparent;
}
.btn-outline-dark-spirit-dm:not(:disabled):not(.disabled):active, .btn-outline-dark-spirit-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-spirit-dm.dropdown-toggle {
  color: #fff;
  background-color: #df915c;
  border-color: #df915c;
}
.btn-outline-dark-spirit-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-spirit-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-spirit-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 145, 92, 0.5);
}

.btn-outline-light-spirit-dm {
  color: #b9b7ad;
  border-color: #b9b7ad;
}
.btn-outline-light-spirit-dm:hover {
  color: #fff;
  background-color: #b9b7ad;
  border-color: #b9b7ad;
}
.btn-outline-light-spirit-dm:focus, .btn-outline-light-spirit-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 183, 173, 0.5);
}
.btn-outline-light-spirit-dm.disabled, .btn-outline-light-spirit-dm:disabled {
  color: #b9b7ad;
  background-color: transparent;
}
.btn-outline-light-spirit-dm:not(:disabled):not(.disabled):active, .btn-outline-light-spirit-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-light-spirit-dm.dropdown-toggle {
  color: #fff;
  background-color: #b9b7ad;
  border-color: #b9b7ad;
}
.btn-outline-light-spirit-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-light-spirit-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-spirit-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 183, 173, 0.5);
}

.btn-outline-brown-beer-dm {
  color: #f5720e;
  border-color: #f5720e;
}
.btn-outline-brown-beer-dm:hover {
  color: #fff;
  background-color: #f5720e;
  border-color: #f5720e;
}
.btn-outline-brown-beer-dm:focus, .btn-outline-brown-beer-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 114, 14, 0.5);
}
.btn-outline-brown-beer-dm.disabled, .btn-outline-brown-beer-dm:disabled {
  color: #f5720e;
  background-color: transparent;
}
.btn-outline-brown-beer-dm:not(:disabled):not(.disabled):active, .btn-outline-brown-beer-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-brown-beer-dm.dropdown-toggle {
  color: #fff;
  background-color: #f5720e;
  border-color: #f5720e;
}
.btn-outline-brown-beer-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-brown-beer-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown-beer-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 114, 14, 0.5);
}

.btn-outline-amber-beer-dm {
  color: #ff9a0b;
  border-color: #ff9a0b;
}
.btn-outline-amber-beer-dm:hover {
  color: #fff;
  background-color: #ff9a0b;
  border-color: #ff9a0b;
}
.btn-outline-amber-beer-dm:focus, .btn-outline-amber-beer-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 11, 0.5);
}
.btn-outline-amber-beer-dm.disabled, .btn-outline-amber-beer-dm:disabled {
  color: #ff9a0b;
  background-color: transparent;
}
.btn-outline-amber-beer-dm:not(:disabled):not(.disabled):active, .btn-outline-amber-beer-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-amber-beer-dm.dropdown-toggle {
  color: #fff;
  background-color: #ff9a0b;
  border-color: #ff9a0b;
}
.btn-outline-amber-beer-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-amber-beer-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-amber-beer-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 11, 0.5);
}

.btn-outline-straw-beer-dm {
  color: #f3c54d;
  border-color: #f3c54d;
}
.btn-outline-straw-beer-dm:hover {
  color: #fff;
  background-color: #f3c54d;
  border-color: #f3c54d;
}
.btn-outline-straw-beer-dm:focus, .btn-outline-straw-beer-dm.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 197, 77, 0.5);
}
.btn-outline-straw-beer-dm.disabled, .btn-outline-straw-beer-dm:disabled {
  color: #f3c54d;
  background-color: transparent;
}
.btn-outline-straw-beer-dm:not(:disabled):not(.disabled):active, .btn-outline-straw-beer-dm:not(:disabled):not(.disabled).active, .show > .btn-outline-straw-beer-dm.dropdown-toggle {
  color: #fff;
  background-color: #f3c54d;
  border-color: #f3c54d;
}
.btn-outline-straw-beer-dm:not(:disabled):not(.disabled):active:focus, .btn-outline-straw-beer-dm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-straw-beer-dm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 197, 77, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #444A78;
  text-decoration: none;
}
.btn-link:hover {
  color: #282c47;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #858796;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.85rem;
  color: #858796;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eaecf4;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3a3b45;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #2e2f37;
  text-decoration: none;
  background-color: #f8f9fc;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #444A78;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #858796;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #858796;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #444A78;
  background-color: #444A78;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(68, 74, 120, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8389b9;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #a3a8cb;
  border-color: #a3a8cb;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #858796;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eaecf4;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #b7b9cc solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.35rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' 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 {
  border-color: #444A78;
  background-color: #444A78;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(68, 74, 120, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(68, 74, 120, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(68, 74, 120, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #b7b9cc;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(68, 74, 120, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #8389b9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 74, 120, 0.25);
}
.custom-select:focus::-ms-value {
  color: #6e707e;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #858796;
  background-color: #eaecf4;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #8389b9;
  box-shadow: 0 0 0 0.2rem rgba(68, 74, 120, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #eaecf4;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e707e;
  content: "Browse";
  background-color: #eaecf4;
  border-left: inherit;
  border-radius: 0 0.35rem 0.35rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(68, 74, 120, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(68, 74, 120, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(68, 74, 120, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #444A78;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #a3a8cb;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #444A78;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #a3a8cb;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #444A78;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #a3a8cb;
}
.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: #dddfeb;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dddfeb;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b7b9cc;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #b7b9cc;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #b7b9cc;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #858796;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dddfeb;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #eaecf4 #eaecf4 #dddfeb;
}
.nav-tabs .nav-link.disabled {
  color: #858796;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #6e707e;
  background-color: #fff;
  border-color: #dddfeb #dddfeb #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.35rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #444A78;
}

.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.35rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1499.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.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 .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-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 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(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 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(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.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: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
}
.card-header:first-child {
  border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f8f9fc;
  border-top: 1px solid #e3e6f0;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 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.35rem - 1px);
}

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

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

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

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@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:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  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;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #444A78;
  background-color: #fff;
  border: 1px solid #dddfeb;
}
.page-link:hover {
  z-index: 2;
  color: #282c47;
  text-decoration: none;
  background-color: #eaecf4;
  border-color: #dddfeb;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 74, 120, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #444A78;
  border-color: #444A78;
}
.page-item.disabled .page-link {
  color: #858796;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dddfeb;
}

.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.35rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #444A78;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #323657;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 74, 120, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #858796;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #6b6d7d;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #779900;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #4f6600;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(119, 153, 0, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #E3A911;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #b4860d;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 169, 17, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #b30000;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: maroon;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 0.5);
}

.badge-light {
  color: #3a3b45;
  background-color: #f8f9fc;
}
a.badge-light:hover, a.badge-light:focus {
  color: #3a3b45;
  background-color: #d4daed;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #6e707e;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #565863;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 112, 126, 0.5);
}

.badge-white {
  color: #3a3b45;
  background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #3a3b45;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-red {
  color: #fff;
  background-color: #b30000;
}
a.badge-red:hover, a.badge-red:focus {
  color: #fff;
  background-color: maroon;
}
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 0.5);
}

.badge-red-orange {
  color: #fff;
  background-color: #D23F16;
}
a.badge-red-orange:hover, a.badge-red-orange:focus {
  color: #fff;
  background-color: #a43111;
}
a.badge-red-orange:focus, a.badge-red-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(210, 63, 22, 0.5);
}

.badge-orange {
  color: #fff;
  background-color: #f17e2b;
}
a.badge-orange:hover, a.badge-orange:focus {
  color: #fff;
  background-color: #db640e;
}
a.badge-orange:focus, a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 126, 43, 0.5);
}

.badge-orange-yellow {
  color: #fff;
  background-color: #EA941E;
}
a.badge-orange-yellow:hover, a.badge-orange-yellow:focus {
  color: #fff;
  background-color: #c37812;
}
a.badge-orange-yellow:focus, a.badge-orange-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 148, 30, 0.5);
}

.badge-yellow {
  color: #fff;
  background-color: #E3A911;
}
a.badge-yellow:hover, a.badge-yellow:focus {
  color: #fff;
  background-color: #b4860d;
}
a.badge-yellow:focus, a.badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 169, 17, 0.5);
}

.badge-yellow-green {
  color: #fff;
  background-color: #ADA109;
}
a.badge-yellow-green:hover, a.badge-yellow-green:focus {
  color: #fff;
  background-color: #7d7406;
}
a.badge-yellow-green:focus, a.badge-yellow-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 161, 9, 0.5);
}

.badge-green {
  color: #fff;
  background-color: #779900;
}
a.badge-green:hover, a.badge-green:focus {
  color: #fff;
  background-color: #4f6600;
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(119, 153, 0, 0.5);
}

.badge-aqua {
  color: #fff;
  background-color: #559256;
}
a.badge-aqua:hover, a.badge-aqua:focus {
  color: #fff;
  background-color: #427243;
}
a.badge-aqua:focus, a.badge-aqua.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(85, 146, 86, 0.5);
}

.badge-blue {
  color: #fff;
  background-color: #338bac;
}
a.badge-blue:hover, a.badge-blue:focus {
  color: #fff;
  background-color: #276b85;
}
a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 139, 172, 0.5);
}

.badge-blue-navy {
  color: #fff;
  background-color: #3C6B92;
}
a.badge-blue-navy:hover, a.badge-blue-navy:focus {
  color: #fff;
  background-color: #2d516e;
}
a.badge-blue-navy:focus, a.badge-blue-navy.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(60, 107, 146, 0.5);
}

.badge-navy {
  color: #fff;
  background-color: #444A78;
}
a.badge-navy:hover, a.badge-navy:focus {
  color: #fff;
  background-color: #323657;
}
a.badge-navy:focus, a.badge-navy.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 74, 120, 0.5);
}

.badge-indigo {
  color: #fff;
  background-color: #77558B;
}
a.badge-indigo:hover, a.badge-indigo:focus {
  color: #fff;
  background-color: #5c426b;
}
a.badge-indigo:focus, a.badge-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(119, 85, 139, 0.5);
}

.badge-purple {
  color: #fff;
  background-color: #aa5f9e;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #fff;
  background-color: #8c4a81;
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(170, 95, 158, 0.5);
}

.badge-pink {
  color: #fff;
  background-color: #E386AC;
}
a.badge-pink:hover, a.badge-pink:focus {
  color: #fff;
  background-color: #d95d90;
}
a.badge-pink:focus, a.badge-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 134, 172, 0.5);
}

.badge-pink-red {
  color: #fff;
  background-color: #CB4356;
}
a.badge-pink-red:hover, a.badge-pink-red:focus {
  color: #fff;
  background-color: #ac2f41;
}
a.badge-pink-red:focus, a.badge-pink-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(203, 67, 86, 0.5);
}

.badge-maroon {
  color: #fff;
  background-color: #520f30;
}
a.badge-maroon:hover, a.badge-maroon:focus {
  color: #fff;
  background-color: #270717;
}
a.badge-maroon:focus, a.badge-maroon.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 15, 48, 0.5);
}

.badge-bid {
  color: #fff;
  background-color: #73C837;
}
a.badge-bid:hover, a.badge-bid:focus {
  color: #fff;
  background-color: #5ca02c;
}
a.badge-bid:focus, a.badge-bid.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 200, 55, 0.5);
}

.badge-offer {
  color: #fff;
  background-color: #0064C8;
}
a.badge-offer:hover, a.badge-offer:focus {
  color: #fff;
  background-color: #004b95;
}
a.badge-offer:focus, a.badge-offer.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 200, 0.5);
}

.badge-red-dm {
  color: #fff;
  background-color: #ff4d4d;
}
a.badge-red-dm:hover, a.badge-red-dm:focus {
  color: #fff;
  background-color: #ff1a1a;
}
a.badge-red-dm:focus, a.badge-red-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 77, 0.5);
}

.badge-red-orange-dm {
  color: #fff;
  background-color: #ff8969;
}
a.badge-red-orange-dm:hover, a.badge-red-orange-dm:focus {
  color: #fff;
  background-color: #ff6136;
}
a.badge-red-orange-dm:focus, a.badge-red-orange-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 137, 105, 0.5);
}

.badge-orange-dm {
  color: #fff;
  background-color: #ff9950;
}
a.badge-orange-dm:hover, a.badge-orange-dm:focus {
  color: #fff;
  background-color: #ff7c1d;
}
a.badge-orange-dm:focus, a.badge-orange-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 80, 0.5);
}

.badge-orange-yellow-dm {
  color: #fff;
  background-color: #ffad3c;
}
a.badge-orange-yellow-dm:hover, a.badge-orange-yellow-dm:focus {
  color: #fff;
  background-color: #ff9709;
}
a.badge-orange-yellow-dm:focus, a.badge-orange-yellow-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 173, 60, 0.5);
}

.badge-yellow-dm {
  color: #fff;
  background-color: #ffbd0f;
}
a.badge-yellow-dm:hover, a.badge-yellow-dm:focus {
  color: #fff;
  background-color: #db9e00;
}
a.badge-yellow-dm:focus, a.badge-yellow-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 189, 15, 0.5);
}

.badge-yellow-green-dm {
  color: #fff;
  background-color: #e9d800;
}
a.badge-yellow-green-dm:hover, a.badge-yellow-green-dm:focus {
  color: #fff;
  background-color: #b6a900;
}
a.badge-yellow-green-dm:focus, a.badge-yellow-green-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 216, 0, 0.5);
}

.badge-green-dm {
  color: #fff;
  background-color: #9fcc00;
}
a.badge-green-dm:hover, a.badge-green-dm:focus {
  color: #fff;
  background-color: #779900;
}
a.badge-green-dm:focus, a.badge-green-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(159, 204, 0, 0.5);
}

.badge-aqua-dm {
  color: #fff;
  background-color: #4dcd4f;
}
a.badge-aqua-dm:hover, a.badge-aqua-dm:focus {
  color: #fff;
  background-color: #32b534;
}
a.badge-aqua-dm:focus, a.badge-aqua-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(77, 205, 79, 0.5);
}

.badge-blue-dm {
  color: #fff;
  background-color: #26b6ec;
}
a.badge-blue-dm:hover, a.badge-blue-dm:focus {
  color: #fff;
  background-color: #129acd;
}
a.badge-blue-dm:focus, a.badge-blue-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 182, 236, 0.5);
}

.badge-blue-navy-dm {
  color: #fff;
  background-color: #2689db;
}
a.badge-blue-navy-dm:hover, a.badge-blue-navy-dm:focus {
  color: #fff;
  background-color: #1d6eb1;
}
a.badge-blue-navy-dm:focus, a.badge-blue-navy-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 137, 219, 0.5);
}

.badge-navy-dm {
  color: #fff;
  background-color: #7a85db;
}
a.badge-navy-dm:hover, a.badge-navy-dm:focus {
  color: #fff;
  background-color: #5260d0;
}
a.badge-navy-dm:focus, a.badge-navy-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 133, 219, 0.5);
}

.badge-indigo-dm {
  color: #fff;
  background-color: #b071d5;
}
a.badge-indigo-dm:hover, a.badge-indigo-dm:focus {
  color: #fff;
  background-color: #9a4ac9;
}
a.badge-indigo-dm:focus, a.badge-indigo-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(176, 113, 213, 0.5);
}

.badge-purple-dm {
  color: #fff;
  background-color: #d963c6;
}
a.badge-purple-dm:hover, a.badge-purple-dm:focus {
  color: #fff;
  background-color: #cf3ab7;
}
a.badge-purple-dm:focus, a.badge-purple-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(217, 99, 198, 0.5);
}

.badge-pink-dm {
  color: #fff;
  background-color: #ff8ebc;
}
a.badge-pink-dm:hover, a.badge-pink-dm:focus {
  color: #fff;
  background-color: #ff5b9e;
}
a.badge-pink-dm:focus, a.badge-pink-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 142, 188, 0.5);
}

.badge-pink-red-dm {
  color: #fff;
  background-color: #ee5369;
}
a.badge-pink-red-dm:hover, a.badge-pink-red-dm:focus {
  color: #fff;
  background-color: #e92540;
}
a.badge-pink-red-dm:focus, a.badge-pink-red-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 83, 105, 0.5);
}

.badge-maroon-dm {
  color: #fff;
  background-color: #f3077b;
}
a.badge-maroon-dm:hover, a.badge-maroon-dm:focus {
  color: #fff;
  background-color: #c10662;
}
a.badge-maroon-dm:focus, a.badge-maroon-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 7, 123, 0.5);
}

.badge-white-wine {
  color: #fff;
  background-color: #A79743;
}
a.badge-white-wine:hover, a.badge-white-wine:focus {
  color: #fff;
  background-color: #837634;
}
a.badge-white-wine:focus, a.badge-white-wine.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(167, 151, 67, 0.5);
}

.badge-red-wine {
  color: #fff;
  background-color: #DA2735;
}
a.badge-red-wine:hover, a.badge-red-wine:focus {
  color: #fff;
  background-color: #b01e2a;
}
a.badge-red-wine:focus, a.badge-red-wine.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 39, 53, 0.5);
}

.badge-rose-wine {
  color: #fff;
  background-color: #FB7F6D;
}
a.badge-rose-wine:hover, a.badge-rose-wine:focus {
  color: #fff;
  background-color: #fa533b;
}
a.badge-rose-wine:focus, a.badge-rose-wine.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 127, 109, 0.5);
}

.badge-orange-wine {
  color: #fff;
  background-color: #F89022;
}
a.badge-orange-wine:hover, a.badge-orange-wine:focus {
  color: #fff;
  background-color: #e07707;
}
a.badge-orange-wine:focus, a.badge-orange-wine.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 144, 34, 0.5);
}

.badge-dark-spirit {
  color: #fff;
  background-color: #AD5E28;
}
a.badge-dark-spirit:hover, a.badge-dark-spirit:focus {
  color: #fff;
  background-color: #84471e;
}
a.badge-dark-spirit:focus, a.badge-dark-spirit.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 94, 40, 0.5);
}

.badge-light-spirit {
  color: #fff;
  background-color: #B7B6AF;
}
a.badge-light-spirit:hover, a.badge-light-spirit:focus {
  color: #fff;
  background-color: #9f9e94;
}
a.badge-light-spirit:focus, a.badge-light-spirit.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(183, 182, 175, 0.5);
}

.badge-brown-beer {
  color: #fff;
  background-color: #974506;
}
a.badge-brown-beer:hover, a.badge-brown-beer:focus {
  color: #fff;
  background-color: #662f04;
}
a.badge-brown-beer:focus, a.badge-brown-beer.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(151, 69, 6, 0.5);
}

.badge-amber-beer {
  color: #fff;
  background-color: #D77E00;
}
a.badge-amber-beer:hover, a.badge-amber-beer:focus {
  color: #fff;
  background-color: #a46000;
}
a.badge-amber-beer:focus, a.badge-amber-beer.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(215, 126, 0, 0.5);
}

.badge-straw-beer {
  color: #fff;
  background-color: #F1C44F;
}
a.badge-straw-beer:hover, a.badge-straw-beer:focus {
  color: #fff;
  background-color: #edb420;
}
a.badge-straw-beer:focus, a.badge-straw-beer.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 196, 79, 0.5);
}

.badge-white-wine-dm {
  color: #fff;
  background-color: #b9a331;
}
a.badge-white-wine-dm:hover, a.badge-white-wine-dm:focus {
  color: #fff;
  background-color: #907f27;
}
a.badge-white-wine-dm:focus, a.badge-white-wine-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(185, 163, 49, 0.5);
}

.badge-red-wine-dm {
  color: #fff;
  background-color: #e93140;
}
a.badge-red-wine-dm:hover, a.badge-red-wine-dm:focus {
  color: #fff;
  background-color: #d11625;
}
a.badge-red-wine-dm:focus, a.badge-red-wine-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 49, 64, 0.5);
}

.badge-rose-wine-dm {
  color: #fff;
  background-color: #ff8573;
}
a.badge-rose-wine-dm:hover, a.badge-rose-wine-dm:focus {
  color: #fff;
  background-color: #ff5840;
}
a.badge-rose-wine-dm:focus, a.badge-rose-wine-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 133, 115, 0.5);
}

.badge-orange-wine-dm {
  color: #fff;
  background-color: #ff9d35;
}
a.badge-orange-wine-dm:hover, a.badge-orange-wine-dm:focus {
  color: #fff;
  background-color: #ff8402;
}
a.badge-orange-wine-dm:focus, a.badge-orange-wine-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 157, 53, 0.5);
}

.badge-dark-spirit-dm {
  color: #fff;
  background-color: #df915c;
}
a.badge-dark-spirit-dm:hover, a.badge-dark-spirit-dm:focus {
  color: #fff;
  background-color: #d77431;
}
a.badge-dark-spirit-dm:focus, a.badge-dark-spirit-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(223, 145, 92, 0.5);
}

.badge-light-spirit-dm {
  color: #fff;
  background-color: #b9b7ad;
}
a.badge-light-spirit-dm:hover, a.badge-light-spirit-dm:focus {
  color: #fff;
  background-color: #a19f92;
}
a.badge-light-spirit-dm:focus, a.badge-light-spirit-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(185, 183, 173, 0.5);
}

.badge-brown-beer-dm {
  color: #fff;
  background-color: #f5720e;
}
a.badge-brown-beer-dm:hover, a.badge-brown-beer-dm:focus {
  color: #fff;
  background-color: #c85b08;
}
a.badge-brown-beer-dm:focus, a.badge-brown-beer-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 114, 14, 0.5);
}

.badge-amber-beer-dm {
  color: #fff;
  background-color: #ff9a0b;
}
a.badge-amber-beer-dm:hover, a.badge-amber-beer-dm:focus {
  color: #fff;
  background-color: #d77e00;
}
a.badge-amber-beer-dm:focus, a.badge-amber-beer-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 11, 0.5);
}

.badge-straw-beer-dm {
  color: #fff;
  background-color: #f3c54d;
}
a.badge-straw-beer-dm:hover, a.badge-straw-beer-dm:focus {
  color: #fff;
  background-color: #f0b51d;
}
a.badge-straw-beer-dm:focus, a.badge-straw-beer-dm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 197, 77, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eaecf4;
  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.35rem;
}

.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: #23263e;
  background-color: #dadbe4;
  border-color: #cbccd9;
}
.alert-primary hr {
  border-top-color: #bcbece;
}
.alert-primary .alert-link {
  color: #11121d;
}

.alert-secondary {
  color: #45464e;
  background-color: #e7e7ea;
  border-color: #dddde2;
}
.alert-secondary hr {
  border-top-color: #cfcfd6;
}
.alert-secondary .alert-link {
  color: #2d2e33;
}

.alert-success {
  color: #3e5000;
  background-color: #e4ebcc;
  border-color: #d9e2b8;
}
.alert-success hr {
  border-top-color: #cfdba6;
}
.alert-success .alert-link {
  color: #161d00;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #765809;
  background-color: #f9eecf;
  border-color: #f7e7bc;
}
.alert-warning hr {
  border-top-color: #f4dfa5;
}
.alert-warning .alert-link {
  color: #473505;
}

.alert-danger {
  color: #5d0000;
  background-color: #f0cccc;
  border-color: #eab8b8;
}
.alert-danger hr {
  border-top-color: #e4a4a4;
}
.alert-danger .alert-link {
  color: #2a0000;
}

.alert-light {
  color: #818183;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686869;
}

.alert-dark {
  color: #393a42;
  background-color: #e2e2e5;
  border-color: #d6d7db;
}
.alert-dark hr {
  border-top-color: #c8cacf;
}
.alert-dark .alert-link {
  color: #212227;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: black;
}

.alert-red {
  color: #5d0000;
  background-color: #f0cccc;
  border-color: #eab8b8;
}
.alert-red hr {
  border-top-color: #e4a4a4;
}
.alert-red .alert-link {
  color: #2a0000;
}

.alert-red-orange {
  color: #6d210b;
  background-color: #f6d9d0;
  border-color: #f2c9be;
}
.alert-red-orange hr {
  border-top-color: #eeb7a9;
}
.alert-red-orange .alert-link {
  color: #3f1306;
}

.alert-orange {
  color: #7d4216;
  background-color: #fce5d5;
  border-color: #fbdbc4;
}
.alert-orange hr {
  border-top-color: #f9ccac;
}
.alert-orange .alert-link {
  color: #522b0e;
}

.alert-orange-yellow {
  color: #7a4d10;
  background-color: #fbead2;
  border-color: #f9e1c0;
}
.alert-orange-yellow hr {
  border-top-color: #f7d6a9;
}
.alert-orange-yellow .alert-link {
  color: #4d310a;
}

.alert-yellow {
  color: #765809;
  background-color: #f9eecf;
  border-color: #f7e7bc;
}
.alert-yellow hr {
  border-top-color: #f4dfa5;
}
.alert-yellow .alert-link {
  color: #473505;
}

.alert-yellow-green {
  color: #5a5405;
  background-color: #efecce;
  border-color: #e8e5ba;
}
.alert-yellow-green hr {
  border-top-color: #e2dea7;
}
.alert-yellow-green .alert-link {
  color: #2a2702;
}

.alert-green {
  color: #3e5000;
  background-color: #e4ebcc;
  border-color: #d9e2b8;
}
.alert-green hr {
  border-top-color: #cfdba6;
}
.alert-green .alert-link {
  color: #161d00;
}

.alert-aqua {
  color: #2c4c2d;
  background-color: #dde9dd;
  border-color: #cfe0d0;
}
.alert-aqua hr {
  border-top-color: #c0d6c1;
}
.alert-aqua .alert-link {
  color: #192c1a;
}

.alert-blue {
  color: #1b4859;
  background-color: #d6e8ee;
  border-color: #c6dfe8;
}
.alert-blue hr {
  border-top-color: #b4d5e1;
}
.alert-blue .alert-link {
  color: #0f2832;
}

.alert-blue-navy {
  color: #1f384c;
  background-color: #d8e1e9;
  border-color: #c8d6e0;
}
.alert-blue-navy hr {
  border-top-color: #b8cad7;
}
.alert-blue-navy .alert-link {
  color: #101d28;
}

.alert-navy {
  color: #23263e;
  background-color: #dadbe4;
  border-color: #cbccd9;
}
.alert-navy hr {
  border-top-color: #bcbece;
}
.alert-navy .alert-link {
  color: #11121d;
}

.alert-indigo {
  color: #3e2c48;
  background-color: #e4dde8;
  border-color: #d9cfdf;
}
.alert-indigo hr {
  border-top-color: #cdc0d5;
}
.alert-indigo .alert-link {
  color: #231928;
}

.alert-purple {
  color: #583152;
  background-color: #eedfec;
  border-color: #e7d2e4;
}
.alert-purple hr {
  border-top-color: #dec1da;
}
.alert-purple .alert-link {
  color: #371f33;
}

.alert-pink {
  color: #764659;
  background-color: #f9e7ee;
  border-color: #f7dde8;
}
.alert-pink hr {
  border-top-color: #f2c8da;
}
.alert-pink .alert-link {
  color: #563341;
}

.alert-pink-red {
  color: #6a232d;
  background-color: #f5d9dd;
  border-color: #f0cad0;
}
.alert-pink-red hr {
  border-top-color: #eab6be;
}
.alert-pink-red .alert-link {
  color: #44161d;
}

.alert-maroon {
  color: #2b0819;
  background-color: #dccfd6;
  border-color: #cfbcc5;
}
.alert-maroon hr {
  border-top-color: #c4adb8;
}
.alert-maroon .alert-link {
  color: black;
}

.alert-bid {
  color: #3c681d;
  background-color: #e3f4d7;
  border-color: #d8f0c7;
}
.alert-bid hr {
  border-top-color: #caebb3;
}
.alert-bid .alert-link {
  color: #254012;
}

.alert-offer {
  color: #003468;
  background-color: #cce0f4;
  border-color: #b8d4f0;
}
.alert-offer hr {
  border-top-color: #a3c7ec;
}
.alert-offer .alert-link {
  color: #001b35;
}

.alert-red-dm {
  color: #852828;
  background-color: #ffdbdb;
  border-color: #ffcdcd;
}
.alert-red-dm hr {
  border-top-color: #ffb4b4;
}
.alert-red-dm .alert-link {
  color: #5e1c1c;
}

.alert-red-orange-dm {
  color: #854737;
  background-color: #ffe7e1;
  border-color: #ffded5;
}
.alert-red-orange-dm hr {
  border-top-color: #ffcabc;
}
.alert-red-orange-dm .alert-link {
  color: #613428;
}

.alert-orange-dm {
  color: #85502a;
  background-color: #ffebdc;
  border-color: #ffe2ce;
}
.alert-orange-dm hr {
  border-top-color: #ffd3b5;
}
.alert-orange-dm .alert-link {
  color: #5e391e;
}

.alert-orange-yellow-dm {
  color: #855a1f;
  background-color: #ffefd8;
  border-color: #ffe8c8;
}
.alert-orange-yellow-dm hr {
  border-top-color: #ffddaf;
}
.alert-orange-yellow-dm .alert-link {
  color: #5c3e15;
}

.alert-yellow-dm {
  color: #856208;
  background-color: #fff2cf;
  border-color: #ffedbc;
}
.alert-yellow-dm hr {
  border-top-color: #ffe6a3;
}
.alert-yellow-dm .alert-link {
  color: #553f05;
}

.alert-yellow-green-dm {
  color: #797000;
  background-color: #fbf7cc;
  border-color: #f9f4b8;
}
.alert-yellow-green-dm hr {
  border-top-color: #f7f0a0;
}
.alert-yellow-green-dm .alert-link {
  color: #464100;
}

.alert-green-dm {
  color: #536a00;
  background-color: #ecf5cc;
  border-color: #e4f1b8;
}
.alert-green-dm hr {
  border-top-color: #dceda3;
}
.alert-green-dm .alert-link {
  color: #2b3700;
}

.alert-aqua-dm {
  color: #286b29;
  background-color: #dbf5dc;
  border-color: #cdf1ce;
}
.alert-aqua-dm hr {
  border-top-color: #b9ebba;
}
.alert-aqua-dm .alert-link {
  color: #1a461b;
}

.alert-blue-dm {
  color: #145f7b;
  background-color: #d4f0fb;
  border-color: #c2ebfa;
}
.alert-blue-dm hr {
  border-top-color: #aae3f8;
}
.alert-blue-dm .alert-link {
  color: #0d3d4f;
}

.alert-blue-navy-dm {
  color: #144772;
  background-color: #d4e7f8;
  border-color: #c2def5;
}
.alert-blue-navy-dm hr {
  border-top-color: #acd2f1;
}
.alert-blue-navy-dm .alert-link {
  color: #0c2c47;
}

.alert-navy-dm {
  color: #3f4572;
  background-color: #e4e7f8;
  border-color: #daddf5;
}
.alert-navy-dm hr {
  border-top-color: #c6cbf0;
}
.alert-navy-dm .alert-link {
  color: #2d3151;
}

.alert-indigo-dm {
  color: #5c3b6f;
  background-color: #efe3f7;
  border-color: #e9d7f3;
}
.alert-indigo-dm hr {
  border-top-color: #dec3ed;
}
.alert-indigo-dm .alert-link {
  color: #40294e;
}

.alert-purple-dm {
  color: #713367;
  background-color: #f7e0f4;
  border-color: #f4d3ef;
}
.alert-purple-dm hr {
  border-top-color: #efbfe8;
}
.alert-purple-dm .alert-link {
  color: #4e2347;
}

.alert-pink-dm {
  color: #854a62;
  background-color: #ffe8f2;
  border-color: #ffdfec;
}
.alert-pink-dm hr {
  border-top-color: #ffc6dd;
}
.alert-pink-dm .alert-link {
  color: #64384a;
}

.alert-pink-red-dm {
  color: #7c2b37;
  background-color: #fcdde1;
  border-color: #facfd5;
}
.alert-pink-red-dm hr {
  border-top-color: #f8b8c1;
}
.alert-pink-red-dm .alert-link {
  color: #561e26;
}

.alert-maroon-dm {
  color: #7e0440;
  background-color: #fdcde5;
  border-color: #fcbada;
}
.alert-maroon-dm hr {
  border-top-color: #fba2cd;
}
.alert-maroon-dm .alert-link {
  color: #4d0227;
}

.alert-white-wine {
  color: #574f23;
  background-color: #edead9;
  border-color: #e6e2ca;
}
.alert-white-wine hr {
  border-top-color: #ded9b9;
}
.alert-white-wine .alert-link {
  color: #332e14;
}

.alert-red-wine {
  color: #71141c;
  background-color: #f8d4d7;
  border-color: #f5c3c6;
}
.alert-red-wine hr {
  border-top-color: #f1adb1;
}
.alert-red-wine .alert-link {
  color: #460c11;
}

.alert-rose-wine {
  color: #834239;
  background-color: #fee5e2;
  border-color: #fedbd6;
}
.alert-rose-wine hr {
  border-top-color: #fdc5bd;
}
.alert-rose-wine .alert-link {
  color: #5f302a;
}

.alert-orange-wine {
  color: #814b12;
  background-color: #fee9d3;
  border-color: #fde0c1;
}
.alert-orange-wine hr {
  border-top-color: #fcd4a8;
}
.alert-orange-wine .alert-link {
  color: #54310c;
}

.alert-dark-spirit {
  color: #5a3115;
  background-color: #efdfd4;
  border-color: #e8d2c3;
}
.alert-dark-spirit hr {
  border-top-color: #e1c4b1;
}
.alert-dark-spirit .alert-link {
  color: #311a0b;
}

.alert-light-spirit {
  color: #5f5f5b;
  background-color: #f1f0ef;
  border-color: #ebebe9;
}
.alert-light-spirit hr {
  border-top-color: #dfdfdc;
}
.alert-light-spirit .alert-link {
  color: #454542;
}

.alert-brown-beer {
  color: #4f2403;
  background-color: #eadacd;
  border-color: #e2cbb9;
}
.alert-brown-beer hr {
  border-top-color: #dbbea7;
}
.alert-brown-beer .alert-link {
  color: #1e0e01;
}

.alert-amber-beer {
  color: #704200;
  background-color: #f7e5cc;
  border-color: #f4dbb8;
}
.alert-amber-beer hr {
  border-top-color: #f1d0a2;
}
.alert-amber-beer .alert-link {
  color: #3d2400;
}

.alert-straw-beer {
  color: #7d6629;
  background-color: #fcf3dc;
  border-color: #fbeece;
}
.alert-straw-beer hr {
  border-top-color: #f9e6b6;
}
.alert-straw-beer .alert-link {
  color: #57471c;
}

.alert-white-wine-dm {
  color: #605519;
  background-color: #f1edd6;
  border-color: #ebe5c5;
}
.alert-white-wine-dm hr {
  border-top-color: #e4ddb2;
}
.alert-white-wine-dm .alert-link {
  color: #38310e;
}

.alert-red-wine-dm {
  color: #791921;
  background-color: #fbd6d9;
  border-color: #f9c5ca;
}
.alert-red-wine-dm hr {
  border-top-color: #f7aeb5;
}
.alert-red-wine-dm .alert-link {
  color: #4f1015;
}

.alert-rose-wine-dm {
  color: #85453c;
  background-color: #ffe7e3;
  border-color: #ffddd8;
}
.alert-rose-wine-dm hr {
  border-top-color: #ffc7bf;
}
.alert-rose-wine-dm .alert-link {
  color: #62332c;
}

.alert-orange-wine-dm {
  color: #85521c;
  background-color: #ffebd7;
  border-color: #ffe4c6;
}
.alert-orange-wine-dm hr {
  border-top-color: #ffd8ad;
}
.alert-orange-wine-dm .alert-link {
  color: #5b3813;
}

.alert-dark-spirit-dm {
  color: #744b30;
  background-color: #f9e9de;
  border-color: #f6e0d1;
}
.alert-dark-spirit-dm hr {
  border-top-color: #f2d2bc;
}
.alert-dark-spirit-dm .alert-link {
  color: #503421;
}

.alert-light-spirit-dm {
  color: #605f5a;
  background-color: #f1f1ef;
  border-color: #ebebe8;
}
.alert-light-spirit-dm hr {
  border-top-color: #dfdfda;
}
.alert-light-spirit-dm .alert-link {
  color: #464541;
}

.alert-brown-beer-dm {
  color: #7f3b07;
  background-color: #fde3cf;
  border-color: #fcd8bc;
}
.alert-brown-beer-dm hr {
  border-top-color: #fbcaa4;
}
.alert-brown-beer-dm .alert-link {
  color: #4f2504;
}

.alert-amber-beer-dm {
  color: #855006;
  background-color: #ffebce;
  border-color: #ffe3bb;
}
.alert-amber-beer-dm hr {
  border-top-color: #ffd9a2;
}
.alert-amber-beer-dm .alert-link {
  color: #543304;
}

.alert-straw-beer-dm {
  color: #7e6628;
  background-color: #fdf3db;
  border-color: #fcefcd;
}
.alert-straw-beer-dm hr {
  border-top-color: #fbe7b5;
}
.alert-straw-beer-dm .alert-link {
  color: #57471c;
}

@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: #eaecf4;
  border-radius: 0.35rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #444A78;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #6e707e;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #6e707e;
  text-decoration: none;
  background-color: #f8f9fc;
}
.list-group-item-action:active {
  color: #858796;
  background-color: #eaecf4;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #858796;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #444A78;
  border-color: #444A78;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1500px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #23263e;
  background-color: #cbccd9;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #23263e;
  background-color: #bcbece;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #23263e;
  border-color: #23263e;
}

.list-group-item-secondary {
  color: #45464e;
  background-color: #dddde2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #45464e;
  background-color: #cfcfd6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #45464e;
  border-color: #45464e;
}

.list-group-item-success {
  color: #3e5000;
  background-color: #d9e2b8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #3e5000;
  background-color: #cfdba6;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #3e5000;
  border-color: #3e5000;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #765809;
  background-color: #f7e7bc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #765809;
  background-color: #f4dfa5;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #765809;
  border-color: #765809;
}

.list-group-item-danger {
  color: #5d0000;
  background-color: #eab8b8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #5d0000;
  background-color: #e4a4a4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #5d0000;
  border-color: #5d0000;
}

.list-group-item-light {
  color: #818183;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818183;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818183;
  border-color: #818183;
}

.list-group-item-dark {
  color: #393a42;
  background-color: #d6d7db;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #393a42;
  background-color: #c8cacf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #393a42;
  border-color: #393a42;
}

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

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

.list-group-item-red {
  color: #5d0000;
  background-color: #eab8b8;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #5d0000;
  background-color: #e4a4a4;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #5d0000;
  border-color: #5d0000;
}

.list-group-item-red-orange {
  color: #6d210b;
  background-color: #f2c9be;
}
.list-group-item-red-orange.list-group-item-action:hover, .list-group-item-red-orange.list-group-item-action:focus {
  color: #6d210b;
  background-color: #eeb7a9;
}
.list-group-item-red-orange.list-group-item-action.active {
  color: #fff;
  background-color: #6d210b;
  border-color: #6d210b;
}

.list-group-item-orange {
  color: #7d4216;
  background-color: #fbdbc4;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #7d4216;
  background-color: #f9ccac;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #7d4216;
  border-color: #7d4216;
}

.list-group-item-orange-yellow {
  color: #7a4d10;
  background-color: #f9e1c0;
}
.list-group-item-orange-yellow.list-group-item-action:hover, .list-group-item-orange-yellow.list-group-item-action:focus {
  color: #7a4d10;
  background-color: #f7d6a9;
}
.list-group-item-orange-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #7a4d10;
  border-color: #7a4d10;
}

.list-group-item-yellow {
  color: #765809;
  background-color: #f7e7bc;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #765809;
  background-color: #f4dfa5;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #765809;
  border-color: #765809;
}

.list-group-item-yellow-green {
  color: #5a5405;
  background-color: #e8e5ba;
}
.list-group-item-yellow-green.list-group-item-action:hover, .list-group-item-yellow-green.list-group-item-action:focus {
  color: #5a5405;
  background-color: #e2dea7;
}
.list-group-item-yellow-green.list-group-item-action.active {
  color: #fff;
  background-color: #5a5405;
  border-color: #5a5405;
}

.list-group-item-green {
  color: #3e5000;
  background-color: #d9e2b8;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #3e5000;
  background-color: #cfdba6;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #3e5000;
  border-color: #3e5000;
}

.list-group-item-aqua {
  color: #2c4c2d;
  background-color: #cfe0d0;
}
.list-group-item-aqua.list-group-item-action:hover, .list-group-item-aqua.list-group-item-action:focus {
  color: #2c4c2d;
  background-color: #c0d6c1;
}
.list-group-item-aqua.list-group-item-action.active {
  color: #fff;
  background-color: #2c4c2d;
  border-color: #2c4c2d;
}

.list-group-item-blue {
  color: #1b4859;
  background-color: #c6dfe8;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #1b4859;
  background-color: #b4d5e1;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #1b4859;
  border-color: #1b4859;
}

.list-group-item-blue-navy {
  color: #1f384c;
  background-color: #c8d6e0;
}
.list-group-item-blue-navy.list-group-item-action:hover, .list-group-item-blue-navy.list-group-item-action:focus {
  color: #1f384c;
  background-color: #b8cad7;
}
.list-group-item-blue-navy.list-group-item-action.active {
  color: #fff;
  background-color: #1f384c;
  border-color: #1f384c;
}

.list-group-item-navy {
  color: #23263e;
  background-color: #cbccd9;
}
.list-group-item-navy.list-group-item-action:hover, .list-group-item-navy.list-group-item-action:focus {
  color: #23263e;
  background-color: #bcbece;
}
.list-group-item-navy.list-group-item-action.active {
  color: #fff;
  background-color: #23263e;
  border-color: #23263e;
}

.list-group-item-indigo {
  color: #3e2c48;
  background-color: #d9cfdf;
}
.list-group-item-indigo.list-group-item-action:hover, .list-group-item-indigo.list-group-item-action:focus {
  color: #3e2c48;
  background-color: #cdc0d5;
}
.list-group-item-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #3e2c48;
  border-color: #3e2c48;
}

.list-group-item-purple {
  color: #583152;
  background-color: #e7d2e4;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #583152;
  background-color: #dec1da;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #583152;
  border-color: #583152;
}

.list-group-item-pink {
  color: #764659;
  background-color: #f7dde8;
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #764659;
  background-color: #f2c8da;
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #764659;
  border-color: #764659;
}

.list-group-item-pink-red {
  color: #6a232d;
  background-color: #f0cad0;
}
.list-group-item-pink-red.list-group-item-action:hover, .list-group-item-pink-red.list-group-item-action:focus {
  color: #6a232d;
  background-color: #eab6be;
}
.list-group-item-pink-red.list-group-item-action.active {
  color: #fff;
  background-color: #6a232d;
  border-color: #6a232d;
}

.list-group-item-maroon {
  color: #2b0819;
  background-color: #cfbcc5;
}
.list-group-item-maroon.list-group-item-action:hover, .list-group-item-maroon.list-group-item-action:focus {
  color: #2b0819;
  background-color: #c4adb8;
}
.list-group-item-maroon.list-group-item-action.active {
  color: #fff;
  background-color: #2b0819;
  border-color: #2b0819;
}

.list-group-item-bid {
  color: #3c681d;
  background-color: #d8f0c7;
}
.list-group-item-bid.list-group-item-action:hover, .list-group-item-bid.list-group-item-action:focus {
  color: #3c681d;
  background-color: #caebb3;
}
.list-group-item-bid.list-group-item-action.active {
  color: #fff;
  background-color: #3c681d;
  border-color: #3c681d;
}

.list-group-item-offer {
  color: #003468;
  background-color: #b8d4f0;
}
.list-group-item-offer.list-group-item-action:hover, .list-group-item-offer.list-group-item-action:focus {
  color: #003468;
  background-color: #a3c7ec;
}
.list-group-item-offer.list-group-item-action.active {
  color: #fff;
  background-color: #003468;
  border-color: #003468;
}

.list-group-item-red-dm {
  color: #852828;
  background-color: #ffcdcd;
}
.list-group-item-red-dm.list-group-item-action:hover, .list-group-item-red-dm.list-group-item-action:focus {
  color: #852828;
  background-color: #ffb4b4;
}
.list-group-item-red-dm.list-group-item-action.active {
  color: #fff;
  background-color: #852828;
  border-color: #852828;
}

.list-group-item-red-orange-dm {
  color: #854737;
  background-color: #ffded5;
}
.list-group-item-red-orange-dm.list-group-item-action:hover, .list-group-item-red-orange-dm.list-group-item-action:focus {
  color: #854737;
  background-color: #ffcabc;
}
.list-group-item-red-orange-dm.list-group-item-action.active {
  color: #fff;
  background-color: #854737;
  border-color: #854737;
}

.list-group-item-orange-dm {
  color: #85502a;
  background-color: #ffe2ce;
}
.list-group-item-orange-dm.list-group-item-action:hover, .list-group-item-orange-dm.list-group-item-action:focus {
  color: #85502a;
  background-color: #ffd3b5;
}
.list-group-item-orange-dm.list-group-item-action.active {
  color: #fff;
  background-color: #85502a;
  border-color: #85502a;
}

.list-group-item-orange-yellow-dm {
  color: #855a1f;
  background-color: #ffe8c8;
}
.list-group-item-orange-yellow-dm.list-group-item-action:hover, .list-group-item-orange-yellow-dm.list-group-item-action:focus {
  color: #855a1f;
  background-color: #ffddaf;
}
.list-group-item-orange-yellow-dm.list-group-item-action.active {
  color: #fff;
  background-color: #855a1f;
  border-color: #855a1f;
}

.list-group-item-yellow-dm {
  color: #856208;
  background-color: #ffedbc;
}
.list-group-item-yellow-dm.list-group-item-action:hover, .list-group-item-yellow-dm.list-group-item-action:focus {
  color: #856208;
  background-color: #ffe6a3;
}
.list-group-item-yellow-dm.list-group-item-action.active {
  color: #fff;
  background-color: #856208;
  border-color: #856208;
}

.list-group-item-yellow-green-dm {
  color: #797000;
  background-color: #f9f4b8;
}
.list-group-item-yellow-green-dm.list-group-item-action:hover, .list-group-item-yellow-green-dm.list-group-item-action:focus {
  color: #797000;
  background-color: #f7f0a0;
}
.list-group-item-yellow-green-dm.list-group-item-action.active {
  color: #fff;
  background-color: #797000;
  border-color: #797000;
}

.list-group-item-green-dm {
  color: #536a00;
  background-color: #e4f1b8;
}
.list-group-item-green-dm.list-group-item-action:hover, .list-group-item-green-dm.list-group-item-action:focus {
  color: #536a00;
  background-color: #dceda3;
}
.list-group-item-green-dm.list-group-item-action.active {
  color: #fff;
  background-color: #536a00;
  border-color: #536a00;
}

.list-group-item-aqua-dm {
  color: #286b29;
  background-color: #cdf1ce;
}
.list-group-item-aqua-dm.list-group-item-action:hover, .list-group-item-aqua-dm.list-group-item-action:focus {
  color: #286b29;
  background-color: #b9ebba;
}
.list-group-item-aqua-dm.list-group-item-action.active {
  color: #fff;
  background-color: #286b29;
  border-color: #286b29;
}

.list-group-item-blue-dm {
  color: #145f7b;
  background-color: #c2ebfa;
}
.list-group-item-blue-dm.list-group-item-action:hover, .list-group-item-blue-dm.list-group-item-action:focus {
  color: #145f7b;
  background-color: #aae3f8;
}
.list-group-item-blue-dm.list-group-item-action.active {
  color: #fff;
  background-color: #145f7b;
  border-color: #145f7b;
}

.list-group-item-blue-navy-dm {
  color: #144772;
  background-color: #c2def5;
}
.list-group-item-blue-navy-dm.list-group-item-action:hover, .list-group-item-blue-navy-dm.list-group-item-action:focus {
  color: #144772;
  background-color: #acd2f1;
}
.list-group-item-blue-navy-dm.list-group-item-action.active {
  color: #fff;
  background-color: #144772;
  border-color: #144772;
}

.list-group-item-navy-dm {
  color: #3f4572;
  background-color: #daddf5;
}
.list-group-item-navy-dm.list-group-item-action:hover, .list-group-item-navy-dm.list-group-item-action:focus {
  color: #3f4572;
  background-color: #c6cbf0;
}
.list-group-item-navy-dm.list-group-item-action.active {
  color: #fff;
  background-color: #3f4572;
  border-color: #3f4572;
}

.list-group-item-indigo-dm {
  color: #5c3b6f;
  background-color: #e9d7f3;
}
.list-group-item-indigo-dm.list-group-item-action:hover, .list-group-item-indigo-dm.list-group-item-action:focus {
  color: #5c3b6f;
  background-color: #dec3ed;
}
.list-group-item-indigo-dm.list-group-item-action.active {
  color: #fff;
  background-color: #5c3b6f;
  border-color: #5c3b6f;
}

.list-group-item-purple-dm {
  color: #713367;
  background-color: #f4d3ef;
}
.list-group-item-purple-dm.list-group-item-action:hover, .list-group-item-purple-dm.list-group-item-action:focus {
  color: #713367;
  background-color: #efbfe8;
}
.list-group-item-purple-dm.list-group-item-action.active {
  color: #fff;
  background-color: #713367;
  border-color: #713367;
}

.list-group-item-pink-dm {
  color: #854a62;
  background-color: #ffdfec;
}
.list-group-item-pink-dm.list-group-item-action:hover, .list-group-item-pink-dm.list-group-item-action:focus {
  color: #854a62;
  background-color: #ffc6dd;
}
.list-group-item-pink-dm.list-group-item-action.active {
  color: #fff;
  background-color: #854a62;
  border-color: #854a62;
}

.list-group-item-pink-red-dm {
  color: #7c2b37;
  background-color: #facfd5;
}
.list-group-item-pink-red-dm.list-group-item-action:hover, .list-group-item-pink-red-dm.list-group-item-action:focus {
  color: #7c2b37;
  background-color: #f8b8c1;
}
.list-group-item-pink-red-dm.list-group-item-action.active {
  color: #fff;
  background-color: #7c2b37;
  border-color: #7c2b37;
}

.list-group-item-maroon-dm {
  color: #7e0440;
  background-color: #fcbada;
}
.list-group-item-maroon-dm.list-group-item-action:hover, .list-group-item-maroon-dm.list-group-item-action:focus {
  color: #7e0440;
  background-color: #fba2cd;
}
.list-group-item-maroon-dm.list-group-item-action.active {
  color: #fff;
  background-color: #7e0440;
  border-color: #7e0440;
}

.list-group-item-white-wine {
  color: #574f23;
  background-color: #e6e2ca;
}
.list-group-item-white-wine.list-group-item-action:hover, .list-group-item-white-wine.list-group-item-action:focus {
  color: #574f23;
  background-color: #ded9b9;
}
.list-group-item-white-wine.list-group-item-action.active {
  color: #fff;
  background-color: #574f23;
  border-color: #574f23;
}

.list-group-item-red-wine {
  color: #71141c;
  background-color: #f5c3c6;
}
.list-group-item-red-wine.list-group-item-action:hover, .list-group-item-red-wine.list-group-item-action:focus {
  color: #71141c;
  background-color: #f1adb1;
}
.list-group-item-red-wine.list-group-item-action.active {
  color: #fff;
  background-color: #71141c;
  border-color: #71141c;
}

.list-group-item-rose-wine {
  color: #834239;
  background-color: #fedbd6;
}
.list-group-item-rose-wine.list-group-item-action:hover, .list-group-item-rose-wine.list-group-item-action:focus {
  color: #834239;
  background-color: #fdc5bd;
}
.list-group-item-rose-wine.list-group-item-action.active {
  color: #fff;
  background-color: #834239;
  border-color: #834239;
}

.list-group-item-orange-wine {
  color: #814b12;
  background-color: #fde0c1;
}
.list-group-item-orange-wine.list-group-item-action:hover, .list-group-item-orange-wine.list-group-item-action:focus {
  color: #814b12;
  background-color: #fcd4a8;
}
.list-group-item-orange-wine.list-group-item-action.active {
  color: #fff;
  background-color: #814b12;
  border-color: #814b12;
}

.list-group-item-dark-spirit {
  color: #5a3115;
  background-color: #e8d2c3;
}
.list-group-item-dark-spirit.list-group-item-action:hover, .list-group-item-dark-spirit.list-group-item-action:focus {
  color: #5a3115;
  background-color: #e1c4b1;
}
.list-group-item-dark-spirit.list-group-item-action.active {
  color: #fff;
  background-color: #5a3115;
  border-color: #5a3115;
}

.list-group-item-light-spirit {
  color: #5f5f5b;
  background-color: #ebebe9;
}
.list-group-item-light-spirit.list-group-item-action:hover, .list-group-item-light-spirit.list-group-item-action:focus {
  color: #5f5f5b;
  background-color: #dfdfdc;
}
.list-group-item-light-spirit.list-group-item-action.active {
  color: #fff;
  background-color: #5f5f5b;
  border-color: #5f5f5b;
}

.list-group-item-brown-beer {
  color: #4f2403;
  background-color: #e2cbb9;
}
.list-group-item-brown-beer.list-group-item-action:hover, .list-group-item-brown-beer.list-group-item-action:focus {
  color: #4f2403;
  background-color: #dbbea7;
}
.list-group-item-brown-beer.list-group-item-action.active {
  color: #fff;
  background-color: #4f2403;
  border-color: #4f2403;
}

.list-group-item-amber-beer {
  color: #704200;
  background-color: #f4dbb8;
}
.list-group-item-amber-beer.list-group-item-action:hover, .list-group-item-amber-beer.list-group-item-action:focus {
  color: #704200;
  background-color: #f1d0a2;
}
.list-group-item-amber-beer.list-group-item-action.active {
  color: #fff;
  background-color: #704200;
  border-color: #704200;
}

.list-group-item-straw-beer {
  color: #7d6629;
  background-color: #fbeece;
}
.list-group-item-straw-beer.list-group-item-action:hover, .list-group-item-straw-beer.list-group-item-action:focus {
  color: #7d6629;
  background-color: #f9e6b6;
}
.list-group-item-straw-beer.list-group-item-action.active {
  color: #fff;
  background-color: #7d6629;
  border-color: #7d6629;
}

.list-group-item-white-wine-dm {
  color: #605519;
  background-color: #ebe5c5;
}
.list-group-item-white-wine-dm.list-group-item-action:hover, .list-group-item-white-wine-dm.list-group-item-action:focus {
  color: #605519;
  background-color: #e4ddb2;
}
.list-group-item-white-wine-dm.list-group-item-action.active {
  color: #fff;
  background-color: #605519;
  border-color: #605519;
}

.list-group-item-red-wine-dm {
  color: #791921;
  background-color: #f9c5ca;
}
.list-group-item-red-wine-dm.list-group-item-action:hover, .list-group-item-red-wine-dm.list-group-item-action:focus {
  color: #791921;
  background-color: #f7aeb5;
}
.list-group-item-red-wine-dm.list-group-item-action.active {
  color: #fff;
  background-color: #791921;
  border-color: #791921;
}

.list-group-item-rose-wine-dm {
  color: #85453c;
  background-color: #ffddd8;
}
.list-group-item-rose-wine-dm.list-group-item-action:hover, .list-group-item-rose-wine-dm.list-group-item-action:focus {
  color: #85453c;
  background-color: #ffc7bf;
}
.list-group-item-rose-wine-dm.list-group-item-action.active {
  color: #fff;
  background-color: #85453c;
  border-color: #85453c;
}

.list-group-item-orange-wine-dm {
  color: #85521c;
  background-color: #ffe4c6;
}
.list-group-item-orange-wine-dm.list-group-item-action:hover, .list-group-item-orange-wine-dm.list-group-item-action:focus {
  color: #85521c;
  background-color: #ffd8ad;
}
.list-group-item-orange-wine-dm.list-group-item-action.active {
  color: #fff;
  background-color: #85521c;
  border-color: #85521c;
}

.list-group-item-dark-spirit-dm {
  color: #744b30;
  background-color: #f6e0d1;
}
.list-group-item-dark-spirit-dm.list-group-item-action:hover, .list-group-item-dark-spirit-dm.list-group-item-action:focus {
  color: #744b30;
  background-color: #f2d2bc;
}
.list-group-item-dark-spirit-dm.list-group-item-action.active {
  color: #fff;
  background-color: #744b30;
  border-color: #744b30;
}

.list-group-item-light-spirit-dm {
  color: #605f5a;
  background-color: #ebebe8;
}
.list-group-item-light-spirit-dm.list-group-item-action:hover, .list-group-item-light-spirit-dm.list-group-item-action:focus {
  color: #605f5a;
  background-color: #dfdfda;
}
.list-group-item-light-spirit-dm.list-group-item-action.active {
  color: #fff;
  background-color: #605f5a;
  border-color: #605f5a;
}

.list-group-item-brown-beer-dm {
  color: #7f3b07;
  background-color: #fcd8bc;
}
.list-group-item-brown-beer-dm.list-group-item-action:hover, .list-group-item-brown-beer-dm.list-group-item-action:focus {
  color: #7f3b07;
  background-color: #fbcaa4;
}
.list-group-item-brown-beer-dm.list-group-item-action.active {
  color: #fff;
  background-color: #7f3b07;
  border-color: #7f3b07;
}

.list-group-item-amber-beer-dm {
  color: #855006;
  background-color: #ffe3bb;
}
.list-group-item-amber-beer-dm.list-group-item-action:hover, .list-group-item-amber-beer-dm.list-group-item-action:focus {
  color: #855006;
  background-color: #ffd9a2;
}
.list-group-item-amber-beer-dm.list-group-item-action.active {
  color: #fff;
  background-color: #855006;
  border-color: #855006;
}

.list-group-item-straw-beer-dm {
  color: #7e6628;
  background-color: #fcefcd;
}
.list-group-item-straw-beer-dm.list-group-item-action:hover, .list-group-item-straw-beer-dm.list-group-item-action:focus {
  color: #7e6628;
  background-color: #fbe7b5;
}
.list-group-item-straw-beer-dm.list-group-item-action.active {
  color: #fff;
  background-color: #7e6628;
  border-color: #7e6628;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #858796;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e3e6f0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .modal-lg,
.modal-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  .modal-xl {
    max-width: 1600px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #858796;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #444A78;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #444A78;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23444A78' 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23444A78' 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: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #444A78;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary, *.primary .bg-wine,
*.primary .nav-link.active .badge {
  background-color: #444A78 !important;
}

a.bg-primary:hover, *.primary a.bg-wine:hover,
*.primary .nav-link.active a.badge:hover, a.bg-primary:focus, *.primary a.bg-wine:focus,
*.primary .nav-link.active a.badge:focus,
button.bg-primary:hover,
*.primary button.bg-wine:hover,
*.primary .nav-link.active button.badge:hover,
button.bg-primary:focus,
*.primary button.bg-wine:focus,
*.primary .nav-link.active button.badge:focus {
  background-color: #323657 !important;
}

.bg-secondary, *.secondary .bg-wine,
*.secondary .nav-link.active .badge {
  background-color: #858796 !important;
}

a.bg-secondary:hover, *.secondary a.bg-wine:hover,
*.secondary .nav-link.active a.badge:hover, a.bg-secondary:focus, *.secondary a.bg-wine:focus,
*.secondary .nav-link.active a.badge:focus,
button.bg-secondary:hover,
*.secondary button.bg-wine:hover,
*.secondary .nav-link.active button.badge:hover,
button.bg-secondary:focus,
*.secondary button.bg-wine:focus,
*.secondary .nav-link.active button.badge:focus {
  background-color: #6b6d7d !important;
}

.bg-success, *.success .bg-wine,
*.success .nav-link.active .badge {
  background-color: #779900 !important;
}

a.bg-success:hover, *.success a.bg-wine:hover,
*.success .nav-link.active a.badge:hover, a.bg-success:focus, *.success a.bg-wine:focus,
*.success .nav-link.active a.badge:focus,
button.bg-success:hover,
*.success button.bg-wine:hover,
*.success .nav-link.active button.badge:hover,
button.bg-success:focus,
*.success button.bg-wine:focus,
*.success .nav-link.active button.badge:focus {
  background-color: #4f6600 !important;
}

.bg-info, *.info .bg-wine,
*.info .nav-link.active .badge {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, *.info a.bg-wine:hover,
*.info .nav-link.active a.badge:hover, a.bg-info:focus, *.info a.bg-wine:focus,
*.info .nav-link.active a.badge:focus,
button.bg-info:hover,
*.info button.bg-wine:hover,
*.info .nav-link.active button.badge:hover,
button.bg-info:focus,
*.info button.bg-wine:focus,
*.info .nav-link.active button.badge:focus {
  background-color: #117a8b !important;
}

.bg-warning, *.warning .bg-wine,
*.warning .nav-link.active .badge {
  background-color: #E3A911 !important;
}

a.bg-warning:hover, *.warning a.bg-wine:hover,
*.warning .nav-link.active a.badge:hover, a.bg-warning:focus, *.warning a.bg-wine:focus,
*.warning .nav-link.active a.badge:focus,
button.bg-warning:hover,
*.warning button.bg-wine:hover,
*.warning .nav-link.active button.badge:hover,
button.bg-warning:focus,
*.warning button.bg-wine:focus,
*.warning .nav-link.active button.badge:focus {
  background-color: #b4860d !important;
}

.bg-danger, *.danger .bg-wine,
*.danger .nav-link.active .badge {
  background-color: #b30000 !important;
}

a.bg-danger:hover, *.danger a.bg-wine:hover,
*.danger .nav-link.active a.badge:hover, a.bg-danger:focus, *.danger a.bg-wine:focus,
*.danger .nav-link.active a.badge:focus,
button.bg-danger:hover,
*.danger button.bg-wine:hover,
*.danger .nav-link.active button.badge:hover,
button.bg-danger:focus,
*.danger button.bg-wine:focus,
*.danger .nav-link.active button.badge:focus {
  background-color: maroon !important;
}

.bg-light, *.light .bg-wine,
*.light .nav-link.active .badge {
  background-color: #f8f9fc !important;
}

a.bg-light:hover, *.light a.bg-wine:hover,
*.light .nav-link.active a.badge:hover, a.bg-light:focus, *.light a.bg-wine:focus,
*.light .nav-link.active a.badge:focus,
button.bg-light:hover,
*.light button.bg-wine:hover,
*.light .nav-link.active button.badge:hover,
button.bg-light:focus,
*.light button.bg-wine:focus,
*.light .nav-link.active button.badge:focus {
  background-color: #d4daed !important;
}

.bg-dark, *.dark .bg-wine,
*.dark .nav-link.active .badge {
  background-color: #6e707e !important;
}

a.bg-dark:hover, *.dark a.bg-wine:hover,
*.dark .nav-link.active a.badge:hover, a.bg-dark:focus, *.dark a.bg-wine:focus,
*.dark .nav-link.active a.badge:focus,
button.bg-dark:hover,
*.dark button.bg-wine:hover,
*.dark .nav-link.active button.badge:hover,
button.bg-dark:focus,
*.dark button.bg-wine:focus,
*.dark .nav-link.active button.badge:focus {
  background-color: #565863 !important;
}

.bg-white, *.white .bg-wine,
*.white .nav-link.active .badge {
  background-color: #fff !important;
}

a.bg-white:hover, *.white a.bg-wine:hover,
*.white .nav-link.active a.badge:hover, a.bg-white:focus, *.white a.bg-wine:focus,
*.white .nav-link.active a.badge:focus,
button.bg-white:hover,
*.white button.bg-wine:hover,
*.white .nav-link.active button.badge:hover,
button.bg-white:focus,
*.white button.bg-wine:focus,
*.white .nav-link.active button.badge:focus {
  background-color: #e6e6e6 !important;
}

.bg-black, *.black .bg-wine,
*.black .nav-link.active .badge {
  background-color: #000 !important;
}

a.bg-black:hover, *.black a.bg-wine:hover,
*.black .nav-link.active a.badge:hover, a.bg-black:focus, *.black a.bg-wine:focus,
*.black .nav-link.active a.badge:focus,
button.bg-black:hover,
*.black button.bg-wine:hover,
*.black .nav-link.active button.badge:hover,
button.bg-black:focus,
*.black button.bg-wine:focus,
*.black .nav-link.active button.badge:focus {
  background-color: black !important;
}

.bg-red, *.red .bg-wine,
*.red .nav-link.active .badge {
  background-color: #b30000 !important;
}

a.bg-red:hover, *.red a.bg-wine:hover,
*.red .nav-link.active a.badge:hover, a.bg-red:focus, *.red a.bg-wine:focus,
*.red .nav-link.active a.badge:focus,
button.bg-red:hover,
*.red button.bg-wine:hover,
*.red .nav-link.active button.badge:hover,
button.bg-red:focus,
*.red button.bg-wine:focus,
*.red .nav-link.active button.badge:focus {
  background-color: maroon !important;
}

.bg-red-orange, *.red-orange .bg-wine,
*.red-orange .nav-link.active .badge {
  background-color: #D23F16 !important;
}

a.bg-red-orange:hover, *.red-orange a.bg-wine:hover,
*.red-orange .nav-link.active a.badge:hover, a.bg-red-orange:focus, *.red-orange a.bg-wine:focus,
*.red-orange .nav-link.active a.badge:focus,
button.bg-red-orange:hover,
*.red-orange button.bg-wine:hover,
*.red-orange .nav-link.active button.badge:hover,
button.bg-red-orange:focus,
*.red-orange button.bg-wine:focus,
*.red-orange .nav-link.active button.badge:focus {
  background-color: #a43111 !important;
}

.bg-orange, *.orange .bg-wine,
*.orange .nav-link.active .badge {
  background-color: #f17e2b !important;
}

a.bg-orange:hover, *.orange a.bg-wine:hover,
*.orange .nav-link.active a.badge:hover, a.bg-orange:focus, *.orange a.bg-wine:focus,
*.orange .nav-link.active a.badge:focus,
button.bg-orange:hover,
*.orange button.bg-wine:hover,
*.orange .nav-link.active button.badge:hover,
button.bg-orange:focus,
*.orange button.bg-wine:focus,
*.orange .nav-link.active button.badge:focus {
  background-color: #db640e !important;
}

.bg-orange-yellow, *.orange-yellow .bg-wine,
*.orange-yellow .nav-link.active .badge {
  background-color: #EA941E !important;
}

a.bg-orange-yellow:hover, *.orange-yellow a.bg-wine:hover,
*.orange-yellow .nav-link.active a.badge:hover, a.bg-orange-yellow:focus, *.orange-yellow a.bg-wine:focus,
*.orange-yellow .nav-link.active a.badge:focus,
button.bg-orange-yellow:hover,
*.orange-yellow button.bg-wine:hover,
*.orange-yellow .nav-link.active button.badge:hover,
button.bg-orange-yellow:focus,
*.orange-yellow button.bg-wine:focus,
*.orange-yellow .nav-link.active button.badge:focus {
  background-color: #c37812 !important;
}

.bg-yellow, *.yellow .bg-wine,
*.yellow .nav-link.active .badge {
  background-color: #E3A911 !important;
}

a.bg-yellow:hover, *.yellow a.bg-wine:hover,
*.yellow .nav-link.active a.badge:hover, a.bg-yellow:focus, *.yellow a.bg-wine:focus,
*.yellow .nav-link.active a.badge:focus,
button.bg-yellow:hover,
*.yellow button.bg-wine:hover,
*.yellow .nav-link.active button.badge:hover,
button.bg-yellow:focus,
*.yellow button.bg-wine:focus,
*.yellow .nav-link.active button.badge:focus {
  background-color: #b4860d !important;
}

.bg-yellow-green, *.yellow-green .bg-wine,
*.yellow-green .nav-link.active .badge {
  background-color: #ADA109 !important;
}

a.bg-yellow-green:hover, *.yellow-green a.bg-wine:hover,
*.yellow-green .nav-link.active a.badge:hover, a.bg-yellow-green:focus, *.yellow-green a.bg-wine:focus,
*.yellow-green .nav-link.active a.badge:focus,
button.bg-yellow-green:hover,
*.yellow-green button.bg-wine:hover,
*.yellow-green .nav-link.active button.badge:hover,
button.bg-yellow-green:focus,
*.yellow-green button.bg-wine:focus,
*.yellow-green .nav-link.active button.badge:focus {
  background-color: #7d7406 !important;
}

.bg-green, *.green .bg-wine,
*.green .nav-link.active .badge {
  background-color: #779900 !important;
}

a.bg-green:hover, *.green a.bg-wine:hover,
*.green .nav-link.active a.badge:hover, a.bg-green:focus, *.green a.bg-wine:focus,
*.green .nav-link.active a.badge:focus,
button.bg-green:hover,
*.green button.bg-wine:hover,
*.green .nav-link.active button.badge:hover,
button.bg-green:focus,
*.green button.bg-wine:focus,
*.green .nav-link.active button.badge:focus {
  background-color: #4f6600 !important;
}

.bg-aqua, *.aqua .bg-wine,
*.aqua .nav-link.active .badge {
  background-color: #559256 !important;
}

a.bg-aqua:hover, *.aqua a.bg-wine:hover,
*.aqua .nav-link.active a.badge:hover, a.bg-aqua:focus, *.aqua a.bg-wine:focus,
*.aqua .nav-link.active a.badge:focus,
button.bg-aqua:hover,
*.aqua button.bg-wine:hover,
*.aqua .nav-link.active button.badge:hover,
button.bg-aqua:focus,
*.aqua button.bg-wine:focus,
*.aqua .nav-link.active button.badge:focus {
  background-color: #427243 !important;
}

.bg-blue, *.blue .bg-wine,
*.blue .nav-link.active .badge {
  background-color: #338bac !important;
}

a.bg-blue:hover, *.blue a.bg-wine:hover,
*.blue .nav-link.active a.badge:hover, a.bg-blue:focus, *.blue a.bg-wine:focus,
*.blue .nav-link.active a.badge:focus,
button.bg-blue:hover,
*.blue button.bg-wine:hover,
*.blue .nav-link.active button.badge:hover,
button.bg-blue:focus,
*.blue button.bg-wine:focus,
*.blue .nav-link.active button.badge:focus {
  background-color: #276b85 !important;
}

.bg-blue-navy, *.blue-navy .bg-wine,
*.blue-navy .nav-link.active .badge {
  background-color: #3C6B92 !important;
}

a.bg-blue-navy:hover, *.blue-navy a.bg-wine:hover,
*.blue-navy .nav-link.active a.badge:hover, a.bg-blue-navy:focus, *.blue-navy a.bg-wine:focus,
*.blue-navy .nav-link.active a.badge:focus,
button.bg-blue-navy:hover,
*.blue-navy button.bg-wine:hover,
*.blue-navy .nav-link.active button.badge:hover,
button.bg-blue-navy:focus,
*.blue-navy button.bg-wine:focus,
*.blue-navy .nav-link.active button.badge:focus {
  background-color: #2d516e !important;
}

.bg-navy, *.navy .bg-wine,
*.navy .nav-link.active .badge {
  background-color: #444A78 !important;
}

a.bg-navy:hover, *.navy a.bg-wine:hover,
*.navy .nav-link.active a.badge:hover, a.bg-navy:focus, *.navy a.bg-wine:focus,
*.navy .nav-link.active a.badge:focus,
button.bg-navy:hover,
*.navy button.bg-wine:hover,
*.navy .nav-link.active button.badge:hover,
button.bg-navy:focus,
*.navy button.bg-wine:focus,
*.navy .nav-link.active button.badge:focus {
  background-color: #323657 !important;
}

.bg-indigo, *.indigo .bg-wine,
*.indigo .nav-link.active .badge {
  background-color: #77558B !important;
}

a.bg-indigo:hover, *.indigo a.bg-wine:hover,
*.indigo .nav-link.active a.badge:hover, a.bg-indigo:focus, *.indigo a.bg-wine:focus,
*.indigo .nav-link.active a.badge:focus,
button.bg-indigo:hover,
*.indigo button.bg-wine:hover,
*.indigo .nav-link.active button.badge:hover,
button.bg-indigo:focus,
*.indigo button.bg-wine:focus,
*.indigo .nav-link.active button.badge:focus {
  background-color: #5c426b !important;
}

.bg-purple, *.purple .bg-wine,
*.purple .nav-link.active .badge {
  background-color: #aa5f9e !important;
}

a.bg-purple:hover, *.purple a.bg-wine:hover,
*.purple .nav-link.active a.badge:hover, a.bg-purple:focus, *.purple a.bg-wine:focus,
*.purple .nav-link.active a.badge:focus,
button.bg-purple:hover,
*.purple button.bg-wine:hover,
*.purple .nav-link.active button.badge:hover,
button.bg-purple:focus,
*.purple button.bg-wine:focus,
*.purple .nav-link.active button.badge:focus {
  background-color: #8c4a81 !important;
}

.bg-pink, *.pink .bg-wine,
*.pink .nav-link.active .badge {
  background-color: #E386AC !important;
}

a.bg-pink:hover, *.pink a.bg-wine:hover,
*.pink .nav-link.active a.badge:hover, a.bg-pink:focus, *.pink a.bg-wine:focus,
*.pink .nav-link.active a.badge:focus,
button.bg-pink:hover,
*.pink button.bg-wine:hover,
*.pink .nav-link.active button.badge:hover,
button.bg-pink:focus,
*.pink button.bg-wine:focus,
*.pink .nav-link.active button.badge:focus {
  background-color: #d95d90 !important;
}

.bg-pink-red, *.pink-red .bg-wine,
*.pink-red .nav-link.active .badge {
  background-color: #CB4356 !important;
}

a.bg-pink-red:hover, *.pink-red a.bg-wine:hover,
*.pink-red .nav-link.active a.badge:hover, a.bg-pink-red:focus, *.pink-red a.bg-wine:focus,
*.pink-red .nav-link.active a.badge:focus,
button.bg-pink-red:hover,
*.pink-red button.bg-wine:hover,
*.pink-red .nav-link.active button.badge:hover,
button.bg-pink-red:focus,
*.pink-red button.bg-wine:focus,
*.pink-red .nav-link.active button.badge:focus {
  background-color: #ac2f41 !important;
}

.bg-maroon, *.maroon .bg-wine,
*.maroon .nav-link.active .badge {
  background-color: #520f30 !important;
}

a.bg-maroon:hover, *.maroon a.bg-wine:hover,
*.maroon .nav-link.active a.badge:hover, a.bg-maroon:focus, *.maroon a.bg-wine:focus,
*.maroon .nav-link.active a.badge:focus,
button.bg-maroon:hover,
*.maroon button.bg-wine:hover,
*.maroon .nav-link.active button.badge:hover,
button.bg-maroon:focus,
*.maroon button.bg-wine:focus,
*.maroon .nav-link.active button.badge:focus {
  background-color: #270717 !important;
}

.bg-bid, *.bid .bg-wine,
*.bid .nav-link.active .badge {
  background-color: #73C837 !important;
}

a.bg-bid:hover, *.bid a.bg-wine:hover,
*.bid .nav-link.active a.badge:hover, a.bg-bid:focus, *.bid a.bg-wine:focus,
*.bid .nav-link.active a.badge:focus,
button.bg-bid:hover,
*.bid button.bg-wine:hover,
*.bid .nav-link.active button.badge:hover,
button.bg-bid:focus,
*.bid button.bg-wine:focus,
*.bid .nav-link.active button.badge:focus {
  background-color: #5ca02c !important;
}

.bg-offer, *.offer .bg-wine,
*.offer .nav-link.active .badge {
  background-color: #0064C8 !important;
}

a.bg-offer:hover, *.offer a.bg-wine:hover,
*.offer .nav-link.active a.badge:hover, a.bg-offer:focus, *.offer a.bg-wine:focus,
*.offer .nav-link.active a.badge:focus,
button.bg-offer:hover,
*.offer button.bg-wine:hover,
*.offer .nav-link.active button.badge:hover,
button.bg-offer:focus,
*.offer button.bg-wine:focus,
*.offer .nav-link.active button.badge:focus {
  background-color: #004b95 !important;
}

.bg-red-dm, *.red-dm .bg-wine,
*.red-dm .nav-link.active .badge {
  background-color: #ff4d4d !important;
}

a.bg-red-dm:hover, *.red-dm a.bg-wine:hover,
*.red-dm .nav-link.active a.badge:hover, a.bg-red-dm:focus, *.red-dm a.bg-wine:focus,
*.red-dm .nav-link.active a.badge:focus,
button.bg-red-dm:hover,
*.red-dm button.bg-wine:hover,
*.red-dm .nav-link.active button.badge:hover,
button.bg-red-dm:focus,
*.red-dm button.bg-wine:focus,
*.red-dm .nav-link.active button.badge:focus {
  background-color: #ff1a1a !important;
}

.bg-red-orange-dm, *.red-orange-dm .bg-wine,
*.red-orange-dm .nav-link.active .badge {
  background-color: #ff8969 !important;
}

a.bg-red-orange-dm:hover, *.red-orange-dm a.bg-wine:hover,
*.red-orange-dm .nav-link.active a.badge:hover, a.bg-red-orange-dm:focus, *.red-orange-dm a.bg-wine:focus,
*.red-orange-dm .nav-link.active a.badge:focus,
button.bg-red-orange-dm:hover,
*.red-orange-dm button.bg-wine:hover,
*.red-orange-dm .nav-link.active button.badge:hover,
button.bg-red-orange-dm:focus,
*.red-orange-dm button.bg-wine:focus,
*.red-orange-dm .nav-link.active button.badge:focus {
  background-color: #ff6136 !important;
}

.bg-orange-dm, *.orange-dm .bg-wine,
*.orange-dm .nav-link.active .badge {
  background-color: #ff9950 !important;
}

a.bg-orange-dm:hover, *.orange-dm a.bg-wine:hover,
*.orange-dm .nav-link.active a.badge:hover, a.bg-orange-dm:focus, *.orange-dm a.bg-wine:focus,
*.orange-dm .nav-link.active a.badge:focus,
button.bg-orange-dm:hover,
*.orange-dm button.bg-wine:hover,
*.orange-dm .nav-link.active button.badge:hover,
button.bg-orange-dm:focus,
*.orange-dm button.bg-wine:focus,
*.orange-dm .nav-link.active button.badge:focus {
  background-color: #ff7c1d !important;
}

.bg-orange-yellow-dm, *.orange-yellow-dm .bg-wine,
*.orange-yellow-dm .nav-link.active .badge {
  background-color: #ffad3c !important;
}

a.bg-orange-yellow-dm:hover, *.orange-yellow-dm a.bg-wine:hover,
*.orange-yellow-dm .nav-link.active a.badge:hover, a.bg-orange-yellow-dm:focus, *.orange-yellow-dm a.bg-wine:focus,
*.orange-yellow-dm .nav-link.active a.badge:focus,
button.bg-orange-yellow-dm:hover,
*.orange-yellow-dm button.bg-wine:hover,
*.orange-yellow-dm .nav-link.active button.badge:hover,
button.bg-orange-yellow-dm:focus,
*.orange-yellow-dm button.bg-wine:focus,
*.orange-yellow-dm .nav-link.active button.badge:focus {
  background-color: #ff9709 !important;
}

.bg-yellow-dm, *.yellow-dm .bg-wine,
*.yellow-dm .nav-link.active .badge {
  background-color: #ffbd0f !important;
}

a.bg-yellow-dm:hover, *.yellow-dm a.bg-wine:hover,
*.yellow-dm .nav-link.active a.badge:hover, a.bg-yellow-dm:focus, *.yellow-dm a.bg-wine:focus,
*.yellow-dm .nav-link.active a.badge:focus,
button.bg-yellow-dm:hover,
*.yellow-dm button.bg-wine:hover,
*.yellow-dm .nav-link.active button.badge:hover,
button.bg-yellow-dm:focus,
*.yellow-dm button.bg-wine:focus,
*.yellow-dm .nav-link.active button.badge:focus {
  background-color: #db9e00 !important;
}

.bg-yellow-green-dm, *.yellow-green-dm .bg-wine,
*.yellow-green-dm .nav-link.active .badge {
  background-color: #e9d800 !important;
}

a.bg-yellow-green-dm:hover, *.yellow-green-dm a.bg-wine:hover,
*.yellow-green-dm .nav-link.active a.badge:hover, a.bg-yellow-green-dm:focus, *.yellow-green-dm a.bg-wine:focus,
*.yellow-green-dm .nav-link.active a.badge:focus,
button.bg-yellow-green-dm:hover,
*.yellow-green-dm button.bg-wine:hover,
*.yellow-green-dm .nav-link.active button.badge:hover,
button.bg-yellow-green-dm:focus,
*.yellow-green-dm button.bg-wine:focus,
*.yellow-green-dm .nav-link.active button.badge:focus {
  background-color: #b6a900 !important;
}

.bg-green-dm, *.green-dm .bg-wine,
*.green-dm .nav-link.active .badge {
  background-color: #9fcc00 !important;
}

a.bg-green-dm:hover, *.green-dm a.bg-wine:hover,
*.green-dm .nav-link.active a.badge:hover, a.bg-green-dm:focus, *.green-dm a.bg-wine:focus,
*.green-dm .nav-link.active a.badge:focus,
button.bg-green-dm:hover,
*.green-dm button.bg-wine:hover,
*.green-dm .nav-link.active button.badge:hover,
button.bg-green-dm:focus,
*.green-dm button.bg-wine:focus,
*.green-dm .nav-link.active button.badge:focus {
  background-color: #779900 !important;
}

.bg-aqua-dm, *.aqua-dm .bg-wine,
*.aqua-dm .nav-link.active .badge {
  background-color: #4dcd4f !important;
}

a.bg-aqua-dm:hover, *.aqua-dm a.bg-wine:hover,
*.aqua-dm .nav-link.active a.badge:hover, a.bg-aqua-dm:focus, *.aqua-dm a.bg-wine:focus,
*.aqua-dm .nav-link.active a.badge:focus,
button.bg-aqua-dm:hover,
*.aqua-dm button.bg-wine:hover,
*.aqua-dm .nav-link.active button.badge:hover,
button.bg-aqua-dm:focus,
*.aqua-dm button.bg-wine:focus,
*.aqua-dm .nav-link.active button.badge:focus {
  background-color: #32b534 !important;
}

.bg-blue-dm, *.blue-dm .bg-wine,
*.blue-dm .nav-link.active .badge {
  background-color: #26b6ec !important;
}

a.bg-blue-dm:hover, *.blue-dm a.bg-wine:hover,
*.blue-dm .nav-link.active a.badge:hover, a.bg-blue-dm:focus, *.blue-dm a.bg-wine:focus,
*.blue-dm .nav-link.active a.badge:focus,
button.bg-blue-dm:hover,
*.blue-dm button.bg-wine:hover,
*.blue-dm .nav-link.active button.badge:hover,
button.bg-blue-dm:focus,
*.blue-dm button.bg-wine:focus,
*.blue-dm .nav-link.active button.badge:focus {
  background-color: #129acd !important;
}

.bg-blue-navy-dm, *.blue-navy-dm .bg-wine,
*.blue-navy-dm .nav-link.active .badge {
  background-color: #2689db !important;
}

a.bg-blue-navy-dm:hover, *.blue-navy-dm a.bg-wine:hover,
*.blue-navy-dm .nav-link.active a.badge:hover, a.bg-blue-navy-dm:focus, *.blue-navy-dm a.bg-wine:focus,
*.blue-navy-dm .nav-link.active a.badge:focus,
button.bg-blue-navy-dm:hover,
*.blue-navy-dm button.bg-wine:hover,
*.blue-navy-dm .nav-link.active button.badge:hover,
button.bg-blue-navy-dm:focus,
*.blue-navy-dm button.bg-wine:focus,
*.blue-navy-dm .nav-link.active button.badge:focus {
  background-color: #1d6eb1 !important;
}

.bg-navy-dm, *.navy-dm .bg-wine,
*.navy-dm .nav-link.active .badge {
  background-color: #7a85db !important;
}

a.bg-navy-dm:hover, *.navy-dm a.bg-wine:hover,
*.navy-dm .nav-link.active a.badge:hover, a.bg-navy-dm:focus, *.navy-dm a.bg-wine:focus,
*.navy-dm .nav-link.active a.badge:focus,
button.bg-navy-dm:hover,
*.navy-dm button.bg-wine:hover,
*.navy-dm .nav-link.active button.badge:hover,
button.bg-navy-dm:focus,
*.navy-dm button.bg-wine:focus,
*.navy-dm .nav-link.active button.badge:focus {
  background-color: #5260d0 !important;
}

.bg-indigo-dm, *.indigo-dm .bg-wine,
*.indigo-dm .nav-link.active .badge {
  background-color: #b071d5 !important;
}

a.bg-indigo-dm:hover, *.indigo-dm a.bg-wine:hover,
*.indigo-dm .nav-link.active a.badge:hover, a.bg-indigo-dm:focus, *.indigo-dm a.bg-wine:focus,
*.indigo-dm .nav-link.active a.badge:focus,
button.bg-indigo-dm:hover,
*.indigo-dm button.bg-wine:hover,
*.indigo-dm .nav-link.active button.badge:hover,
button.bg-indigo-dm:focus,
*.indigo-dm button.bg-wine:focus,
*.indigo-dm .nav-link.active button.badge:focus {
  background-color: #9a4ac9 !important;
}

.bg-purple-dm, *.purple-dm .bg-wine,
*.purple-dm .nav-link.active .badge {
  background-color: #d963c6 !important;
}

a.bg-purple-dm:hover, *.purple-dm a.bg-wine:hover,
*.purple-dm .nav-link.active a.badge:hover, a.bg-purple-dm:focus, *.purple-dm a.bg-wine:focus,
*.purple-dm .nav-link.active a.badge:focus,
button.bg-purple-dm:hover,
*.purple-dm button.bg-wine:hover,
*.purple-dm .nav-link.active button.badge:hover,
button.bg-purple-dm:focus,
*.purple-dm button.bg-wine:focus,
*.purple-dm .nav-link.active button.badge:focus {
  background-color: #cf3ab7 !important;
}

.bg-pink-dm, *.pink-dm .bg-wine,
*.pink-dm .nav-link.active .badge {
  background-color: #ff8ebc !important;
}

a.bg-pink-dm:hover, *.pink-dm a.bg-wine:hover,
*.pink-dm .nav-link.active a.badge:hover, a.bg-pink-dm:focus, *.pink-dm a.bg-wine:focus,
*.pink-dm .nav-link.active a.badge:focus,
button.bg-pink-dm:hover,
*.pink-dm button.bg-wine:hover,
*.pink-dm .nav-link.active button.badge:hover,
button.bg-pink-dm:focus,
*.pink-dm button.bg-wine:focus,
*.pink-dm .nav-link.active button.badge:focus {
  background-color: #ff5b9e !important;
}

.bg-pink-red-dm, *.pink-red-dm .bg-wine,
*.pink-red-dm .nav-link.active .badge {
  background-color: #ee5369 !important;
}

a.bg-pink-red-dm:hover, *.pink-red-dm a.bg-wine:hover,
*.pink-red-dm .nav-link.active a.badge:hover, a.bg-pink-red-dm:focus, *.pink-red-dm a.bg-wine:focus,
*.pink-red-dm .nav-link.active a.badge:focus,
button.bg-pink-red-dm:hover,
*.pink-red-dm button.bg-wine:hover,
*.pink-red-dm .nav-link.active button.badge:hover,
button.bg-pink-red-dm:focus,
*.pink-red-dm button.bg-wine:focus,
*.pink-red-dm .nav-link.active button.badge:focus {
  background-color: #e92540 !important;
}

.bg-maroon-dm, *.maroon-dm .bg-wine,
*.maroon-dm .nav-link.active .badge {
  background-color: #f3077b !important;
}

a.bg-maroon-dm:hover, *.maroon-dm a.bg-wine:hover,
*.maroon-dm .nav-link.active a.badge:hover, a.bg-maroon-dm:focus, *.maroon-dm a.bg-wine:focus,
*.maroon-dm .nav-link.active a.badge:focus,
button.bg-maroon-dm:hover,
*.maroon-dm button.bg-wine:hover,
*.maroon-dm .nav-link.active button.badge:hover,
button.bg-maroon-dm:focus,
*.maroon-dm button.bg-wine:focus,
*.maroon-dm .nav-link.active button.badge:focus {
  background-color: #c10662 !important;
}

.bg-white-wine, *.white-wine .bg-wine,
*.white-wine .nav-link.active .badge {
  background-color: #A79743 !important;
}

a.bg-white-wine:hover, *.white-wine a.bg-wine:hover,
*.white-wine .nav-link.active a.badge:hover, a.bg-white-wine:focus, *.white-wine a.bg-wine:focus,
*.white-wine .nav-link.active a.badge:focus,
button.bg-white-wine:hover,
*.white-wine button.bg-wine:hover,
*.white-wine .nav-link.active button.badge:hover,
button.bg-white-wine:focus,
*.white-wine button.bg-wine:focus,
*.white-wine .nav-link.active button.badge:focus {
  background-color: #837634 !important;
}

.bg-red-wine, *.red-wine .bg-wine,
*.red-wine .nav-link.active .badge {
  background-color: #DA2735 !important;
}

a.bg-red-wine:hover, *.red-wine a.bg-wine:hover,
*.red-wine .nav-link.active a.badge:hover, a.bg-red-wine:focus, *.red-wine a.bg-wine:focus,
*.red-wine .nav-link.active a.badge:focus,
button.bg-red-wine:hover,
*.red-wine button.bg-wine:hover,
*.red-wine .nav-link.active button.badge:hover,
button.bg-red-wine:focus,
*.red-wine button.bg-wine:focus,
*.red-wine .nav-link.active button.badge:focus {
  background-color: #b01e2a !important;
}

.bg-rose-wine, *.rose-wine .bg-wine,
*.rose-wine .nav-link.active .badge {
  background-color: #FB7F6D !important;
}

a.bg-rose-wine:hover, *.rose-wine a.bg-wine:hover,
*.rose-wine .nav-link.active a.badge:hover, a.bg-rose-wine:focus, *.rose-wine a.bg-wine:focus,
*.rose-wine .nav-link.active a.badge:focus,
button.bg-rose-wine:hover,
*.rose-wine button.bg-wine:hover,
*.rose-wine .nav-link.active button.badge:hover,
button.bg-rose-wine:focus,
*.rose-wine button.bg-wine:focus,
*.rose-wine .nav-link.active button.badge:focus {
  background-color: #fa533b !important;
}

.bg-orange-wine, *.orange-wine .bg-wine,
*.orange-wine .nav-link.active .badge {
  background-color: #F89022 !important;
}

a.bg-orange-wine:hover, *.orange-wine a.bg-wine:hover,
*.orange-wine .nav-link.active a.badge:hover, a.bg-orange-wine:focus, *.orange-wine a.bg-wine:focus,
*.orange-wine .nav-link.active a.badge:focus,
button.bg-orange-wine:hover,
*.orange-wine button.bg-wine:hover,
*.orange-wine .nav-link.active button.badge:hover,
button.bg-orange-wine:focus,
*.orange-wine button.bg-wine:focus,
*.orange-wine .nav-link.active button.badge:focus {
  background-color: #e07707 !important;
}

.bg-dark-spirit, *.dark-spirit .bg-wine,
*.dark-spirit .nav-link.active .badge {
  background-color: #AD5E28 !important;
}

a.bg-dark-spirit:hover, *.dark-spirit a.bg-wine:hover,
*.dark-spirit .nav-link.active a.badge:hover, a.bg-dark-spirit:focus, *.dark-spirit a.bg-wine:focus,
*.dark-spirit .nav-link.active a.badge:focus,
button.bg-dark-spirit:hover,
*.dark-spirit button.bg-wine:hover,
*.dark-spirit .nav-link.active button.badge:hover,
button.bg-dark-spirit:focus,
*.dark-spirit button.bg-wine:focus,
*.dark-spirit .nav-link.active button.badge:focus {
  background-color: #84471e !important;
}

.bg-light-spirit, *.light-spirit .bg-wine,
*.light-spirit .nav-link.active .badge {
  background-color: #B7B6AF !important;
}

a.bg-light-spirit:hover, *.light-spirit a.bg-wine:hover,
*.light-spirit .nav-link.active a.badge:hover, a.bg-light-spirit:focus, *.light-spirit a.bg-wine:focus,
*.light-spirit .nav-link.active a.badge:focus,
button.bg-light-spirit:hover,
*.light-spirit button.bg-wine:hover,
*.light-spirit .nav-link.active button.badge:hover,
button.bg-light-spirit:focus,
*.light-spirit button.bg-wine:focus,
*.light-spirit .nav-link.active button.badge:focus {
  background-color: #9f9e94 !important;
}

.bg-brown-beer, *.brown-beer .bg-wine,
*.brown-beer .nav-link.active .badge {
  background-color: #974506 !important;
}

a.bg-brown-beer:hover, *.brown-beer a.bg-wine:hover,
*.brown-beer .nav-link.active a.badge:hover, a.bg-brown-beer:focus, *.brown-beer a.bg-wine:focus,
*.brown-beer .nav-link.active a.badge:focus,
button.bg-brown-beer:hover,
*.brown-beer button.bg-wine:hover,
*.brown-beer .nav-link.active button.badge:hover,
button.bg-brown-beer:focus,
*.brown-beer button.bg-wine:focus,
*.brown-beer .nav-link.active button.badge:focus {
  background-color: #662f04 !important;
}

.bg-amber-beer, *.amber-beer .bg-wine,
*.amber-beer .nav-link.active .badge {
  background-color: #D77E00 !important;
}

a.bg-amber-beer:hover, *.amber-beer a.bg-wine:hover,
*.amber-beer .nav-link.active a.badge:hover, a.bg-amber-beer:focus, *.amber-beer a.bg-wine:focus,
*.amber-beer .nav-link.active a.badge:focus,
button.bg-amber-beer:hover,
*.amber-beer button.bg-wine:hover,
*.amber-beer .nav-link.active button.badge:hover,
button.bg-amber-beer:focus,
*.amber-beer button.bg-wine:focus,
*.amber-beer .nav-link.active button.badge:focus {
  background-color: #a46000 !important;
}

.bg-straw-beer, *.straw-beer .bg-wine,
*.straw-beer .nav-link.active .badge {
  background-color: #F1C44F !important;
}

a.bg-straw-beer:hover, *.straw-beer a.bg-wine:hover,
*.straw-beer .nav-link.active a.badge:hover, a.bg-straw-beer:focus, *.straw-beer a.bg-wine:focus,
*.straw-beer .nav-link.active a.badge:focus,
button.bg-straw-beer:hover,
*.straw-beer button.bg-wine:hover,
*.straw-beer .nav-link.active button.badge:hover,
button.bg-straw-beer:focus,
*.straw-beer button.bg-wine:focus,
*.straw-beer .nav-link.active button.badge:focus {
  background-color: #edb420 !important;
}

.bg-white-wine-dm, *.white-wine-dm .bg-wine,
*.white-wine-dm .nav-link.active .badge {
  background-color: #b9a331 !important;
}

a.bg-white-wine-dm:hover, *.white-wine-dm a.bg-wine:hover,
*.white-wine-dm .nav-link.active a.badge:hover, a.bg-white-wine-dm:focus, *.white-wine-dm a.bg-wine:focus,
*.white-wine-dm .nav-link.active a.badge:focus,
button.bg-white-wine-dm:hover,
*.white-wine-dm button.bg-wine:hover,
*.white-wine-dm .nav-link.active button.badge:hover,
button.bg-white-wine-dm:focus,
*.white-wine-dm button.bg-wine:focus,
*.white-wine-dm .nav-link.active button.badge:focus {
  background-color: #907f27 !important;
}

.bg-red-wine-dm, *.red-wine-dm .bg-wine,
*.red-wine-dm .nav-link.active .badge {
  background-color: #e93140 !important;
}

a.bg-red-wine-dm:hover, *.red-wine-dm a.bg-wine:hover,
*.red-wine-dm .nav-link.active a.badge:hover, a.bg-red-wine-dm:focus, *.red-wine-dm a.bg-wine:focus,
*.red-wine-dm .nav-link.active a.badge:focus,
button.bg-red-wine-dm:hover,
*.red-wine-dm button.bg-wine:hover,
*.red-wine-dm .nav-link.active button.badge:hover,
button.bg-red-wine-dm:focus,
*.red-wine-dm button.bg-wine:focus,
*.red-wine-dm .nav-link.active button.badge:focus {
  background-color: #d11625 !important;
}

.bg-rose-wine-dm, *.rose-wine-dm .bg-wine,
*.rose-wine-dm .nav-link.active .badge {
  background-color: #ff8573 !important;
}

a.bg-rose-wine-dm:hover, *.rose-wine-dm a.bg-wine:hover,
*.rose-wine-dm .nav-link.active a.badge:hover, a.bg-rose-wine-dm:focus, *.rose-wine-dm a.bg-wine:focus,
*.rose-wine-dm .nav-link.active a.badge:focus,
button.bg-rose-wine-dm:hover,
*.rose-wine-dm button.bg-wine:hover,
*.rose-wine-dm .nav-link.active button.badge:hover,
button.bg-rose-wine-dm:focus,
*.rose-wine-dm button.bg-wine:focus,
*.rose-wine-dm .nav-link.active button.badge:focus {
  background-color: #ff5840 !important;
}

.bg-orange-wine-dm, *.orange-wine-dm .bg-wine,
*.orange-wine-dm .nav-link.active .badge {
  background-color: #ff9d35 !important;
}

a.bg-orange-wine-dm:hover, *.orange-wine-dm a.bg-wine:hover,
*.orange-wine-dm .nav-link.active a.badge:hover, a.bg-orange-wine-dm:focus, *.orange-wine-dm a.bg-wine:focus,
*.orange-wine-dm .nav-link.active a.badge:focus,
button.bg-orange-wine-dm:hover,
*.orange-wine-dm button.bg-wine:hover,
*.orange-wine-dm .nav-link.active button.badge:hover,
button.bg-orange-wine-dm:focus,
*.orange-wine-dm button.bg-wine:focus,
*.orange-wine-dm .nav-link.active button.badge:focus {
  background-color: #ff8402 !important;
}

.bg-dark-spirit-dm, *.dark-spirit-dm .bg-wine,
*.dark-spirit-dm .nav-link.active .badge {
  background-color: #df915c !important;
}

a.bg-dark-spirit-dm:hover, *.dark-spirit-dm a.bg-wine:hover,
*.dark-spirit-dm .nav-link.active a.badge:hover, a.bg-dark-spirit-dm:focus, *.dark-spirit-dm a.bg-wine:focus,
*.dark-spirit-dm .nav-link.active a.badge:focus,
button.bg-dark-spirit-dm:hover,
*.dark-spirit-dm button.bg-wine:hover,
*.dark-spirit-dm .nav-link.active button.badge:hover,
button.bg-dark-spirit-dm:focus,
*.dark-spirit-dm button.bg-wine:focus,
*.dark-spirit-dm .nav-link.active button.badge:focus {
  background-color: #d77431 !important;
}

.bg-light-spirit-dm, *.light-spirit-dm .bg-wine,
*.light-spirit-dm .nav-link.active .badge {
  background-color: #b9b7ad !important;
}

a.bg-light-spirit-dm:hover, *.light-spirit-dm a.bg-wine:hover,
*.light-spirit-dm .nav-link.active a.badge:hover, a.bg-light-spirit-dm:focus, *.light-spirit-dm a.bg-wine:focus,
*.light-spirit-dm .nav-link.active a.badge:focus,
button.bg-light-spirit-dm:hover,
*.light-spirit-dm button.bg-wine:hover,
*.light-spirit-dm .nav-link.active button.badge:hover,
button.bg-light-spirit-dm:focus,
*.light-spirit-dm button.bg-wine:focus,
*.light-spirit-dm .nav-link.active button.badge:focus {
  background-color: #a19f92 !important;
}

.bg-brown-beer-dm, *.brown-beer-dm .bg-wine,
*.brown-beer-dm .nav-link.active .badge {
  background-color: #f5720e !important;
}

a.bg-brown-beer-dm:hover, *.brown-beer-dm a.bg-wine:hover,
*.brown-beer-dm .nav-link.active a.badge:hover, a.bg-brown-beer-dm:focus, *.brown-beer-dm a.bg-wine:focus,
*.brown-beer-dm .nav-link.active a.badge:focus,
button.bg-brown-beer-dm:hover,
*.brown-beer-dm button.bg-wine:hover,
*.brown-beer-dm .nav-link.active button.badge:hover,
button.bg-brown-beer-dm:focus,
*.brown-beer-dm button.bg-wine:focus,
*.brown-beer-dm .nav-link.active button.badge:focus {
  background-color: #c85b08 !important;
}

.bg-amber-beer-dm, *.amber-beer-dm .bg-wine,
*.amber-beer-dm .nav-link.active .badge {
  background-color: #ff9a0b !important;
}

a.bg-amber-beer-dm:hover, *.amber-beer-dm a.bg-wine:hover,
*.amber-beer-dm .nav-link.active a.badge:hover, a.bg-amber-beer-dm:focus, *.amber-beer-dm a.bg-wine:focus,
*.amber-beer-dm .nav-link.active a.badge:focus,
button.bg-amber-beer-dm:hover,
*.amber-beer-dm button.bg-wine:hover,
*.amber-beer-dm .nav-link.active button.badge:hover,
button.bg-amber-beer-dm:focus,
*.amber-beer-dm button.bg-wine:focus,
*.amber-beer-dm .nav-link.active button.badge:focus {
  background-color: #d77e00 !important;
}

.bg-straw-beer-dm, *.straw-beer-dm .bg-wine,
*.straw-beer-dm .nav-link.active .badge {
  background-color: #f3c54d !important;
}

a.bg-straw-beer-dm:hover, *.straw-beer-dm a.bg-wine:hover,
*.straw-beer-dm .nav-link.active a.badge:hover, a.bg-straw-beer-dm:focus, *.straw-beer-dm a.bg-wine:focus,
*.straw-beer-dm .nav-link.active a.badge:focus,
button.bg-straw-beer-dm:hover,
*.straw-beer-dm button.bg-wine:hover,
*.straw-beer-dm .nav-link.active button.badge:hover,
button.bg-straw-beer-dm:focus,
*.straw-beer-dm button.bg-wine:focus,
*.straw-beer-dm .nav-link.active button.badge:focus {
  background-color: #f0b51d !important;
}

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

.bg-white, *.white .bg-wine,
*.white .nav-link.active .badge {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #858796 !important;
}

.bg-black, *.black .bg-wine,
*.black .nav-link.active .badge {
  background-color: #000 !important;
}

.bg-red, *.red .bg-wine,
*.red .nav-link.active .badge {
  background-color: #b30000 !important;
}

.bg-orange, *.orange .bg-wine,
*.orange .nav-link.active .badge {
  background-color: #f17e2b !important;
}

.bg-yellow, *.yellow .bg-wine,
*.yellow .nav-link.active .badge {
  background-color: #E3A911 !important;
}

.bg-green, *.green .bg-wine,
*.green .nav-link.active .badge {
  background-color: #779900 !important;
}

.bg-blue, *.blue .bg-wine,
*.blue .nav-link.active .badge {
  background-color: #338bac !important;
}

.bg-indigo, *.indigo .bg-wine,
*.indigo .nav-link.active .badge {
  background-color: #77558B !important;
}

.bg-purlpe, .bg-violet {
  background-color: #aa5f9e !important;
}

.bg-black, *.black .bg-wine,
*.black .nav-link.active .badge {
  background-color: #000 !important;
}

.bg-pink, *.pink .bg-wine,
*.pink .nav-link.active .badge {
  background-color: #E386AC !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

.border-left {
  border-left: 1px solid #e3e6f0 !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: #444A78 !important;
}

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

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

.border-dark {
  border-color: #6e707e !important;
}

.border-white {
  border-color: #fff !important;
}

.border-black {
  border-color: #000 !important;
}

.border-red {
  border-color: #b30000 !important;
}

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

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

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

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

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

.border-green {
  border-color: #779900 !important;
}

.border-aqua {
  border-color: #559256 !important;
}

.border-blue {
  border-color: #338bac !important;
}

.border-blue-navy {
  border-color: #3C6B92 !important;
}

.border-navy {
  border-color: #444A78 !important;
}

.border-indigo {
  border-color: #77558B !important;
}

.border-purple {
  border-color: #aa5f9e !important;
}

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

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

.border-maroon {
  border-color: #520f30 !important;
}

.border-bid {
  border-color: #73C837 !important;
}

.border-offer {
  border-color: #0064C8 !important;
}

.border-red-dm {
  border-color: #ff4d4d !important;
}

.border-red-orange-dm {
  border-color: #ff8969 !important;
}

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

.border-orange-yellow-dm {
  border-color: #ffad3c !important;
}

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

.border-yellow-green-dm {
  border-color: #e9d800 !important;
}

.border-green-dm {
  border-color: #9fcc00 !important;
}

.border-aqua-dm {
  border-color: #4dcd4f !important;
}

.border-blue-dm {
  border-color: #26b6ec !important;
}

.border-blue-navy-dm {
  border-color: #2689db !important;
}

.border-navy-dm {
  border-color: #7a85db !important;
}

.border-indigo-dm {
  border-color: #b071d5 !important;
}

.border-purple-dm {
  border-color: #d963c6 !important;
}

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

.border-pink-red-dm {
  border-color: #ee5369 !important;
}

.border-maroon-dm {
  border-color: #f3077b !important;
}

.border-white-wine {
  border-color: #A79743 !important;
}

.border-red-wine {
  border-color: #DA2735 !important;
}

.border-rose-wine {
  border-color: #FB7F6D !important;
}

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

.border-dark-spirit {
  border-color: #AD5E28 !important;
}

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

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

.border-amber-beer {
  border-color: #D77E00 !important;
}

.border-straw-beer {
  border-color: #F1C44F !important;
}

.border-white-wine-dm {
  border-color: #b9a331 !important;
}

.border-red-wine-dm {
  border-color: #e93140 !important;
}

.border-rose-wine-dm {
  border-color: #ff8573 !important;
}

.border-orange-wine-dm {
  border-color: #ff9d35 !important;
}

.border-dark-spirit-dm {
  border-color: #df915c !important;
}

.border-light-spirit-dm {
  border-color: #b9b7ad !important;
}

.border-brown-beer-dm {
  border-color: #f5720e !important;
}

.border-amber-beer-dm {
  border-color: #ff9a0b !important;
}

.border-straw-beer-dm {
  border-color: #f3c54d !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.35rem !important;
}

.rounded-top {
  border-top-left-radius: 0.35rem !important;
  border-top-right-radius: 0.35rem !important;
}

.rounded-right {
  border-top-right-radius: 0.35rem !important;
  border-bottom-right-radius: 0.35rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

.rounded-left {
  border-top-left-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: 1500px) {
  .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;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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: 1200px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1500px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: 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;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

.shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 0.3rem 1.75rem 0 rgba(58, 59, 69, 0.3) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1500px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .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, .sidebar .sidebar-heading, .dropdown .dropdown-menu .dropdown-header {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white, *.white .text-wine {
  color: #fff !important;
}

.text-primary, *.primary .text-wine, .wine-profile .nav-tabs-with-sub-nav .nav-link.active {
  color: #444A78 !important;
}

a.text-primary:hover, *.primary a.text-wine:hover, .wine-profile .nav-tabs-with-sub-nav a.nav-link.active:hover, a.text-primary:focus, *.primary a.text-wine:focus, .wine-profile .nav-tabs-with-sub-nav a.nav-link.active:focus {
  color: #282c47 !important;
}

.text-secondary, *.secondary .text-wine {
  color: #858796 !important;
}

a.text-secondary:hover, *.secondary a.text-wine:hover, a.text-secondary:focus, *.secondary a.text-wine:focus {
  color: #60616f !important;
}

.text-success, *.success .text-wine {
  color: #779900 !important;
}

a.text-success:hover, *.success a.text-wine:hover, a.text-success:focus, *.success a.text-wine:focus {
  color: #3c4d00 !important;
}

.text-info, *.info .text-wine {
  color: #17a2b8 !important;
}

a.text-info:hover, *.info a.text-wine:hover, a.text-info:focus, *.info a.text-wine:focus {
  color: #0f6674 !important;
}

.text-warning, *.warning .text-wine {
  color: #E3A911 !important;
}

a.text-warning:hover, *.warning a.text-wine:hover, a.text-warning:focus, *.warning a.text-wine:focus {
  color: #9c740c !important;
}

.text-danger, *.danger .text-wine {
  color: #b30000 !important;
}

a.text-danger:hover, *.danger a.text-wine:hover, a.text-danger:focus, *.danger a.text-wine:focus {
  color: #670000 !important;
}

.text-light, *.light .text-wine {
  color: #f8f9fc !important;
}

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

.text-dark, *.dark .text-wine {
  color: #6e707e !important;
}

a.text-dark:hover, *.dark a.text-wine:hover, a.text-dark:focus, *.dark a.text-wine:focus {
  color: #4a4c55 !important;
}

.text-white, *.white .text-wine {
  color: #fff !important;
}

a.text-white:hover, *.white a.text-wine:hover, a.text-white:focus, *.white a.text-wine:focus {
  color: #d9d9d9 !important;
}

.text-black, *.black .text-wine {
  color: #000 !important;
}

a.text-black:hover, *.black a.text-wine:hover, a.text-black:focus, *.black a.text-wine:focus {
  color: black !important;
}

.text-red, *.red .text-wine {
  color: #b30000 !important;
}

a.text-red:hover, *.red a.text-wine:hover, a.text-red:focus, *.red a.text-wine:focus {
  color: #670000 !important;
}

.text-red-orange, *.red-orange .text-wine {
  color: #D23F16 !important;
}

a.text-red-orange:hover, *.red-orange a.text-wine:hover, a.text-red-orange:focus, *.red-orange a.text-wine:focus {
  color: #8d2a0f !important;
}

.text-orange, *.orange .text-wine {
  color: #f17e2b !important;
}

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

.text-orange-yellow, *.orange-yellow .text-wine {
  color: #EA941E !important;
}

a.text-orange-yellow:hover, *.orange-yellow a.text-wine:hover, a.text-orange-yellow:focus, *.orange-yellow a.text-wine:focus {
  color: #ab6a10 !important;
}

.text-yellow, *.yellow .text-wine {
  color: #E3A911 !important;
}

a.text-yellow:hover, *.yellow a.text-wine:hover, a.text-yellow:focus, *.yellow a.text-wine:focus {
  color: #9c740c !important;
}

.text-yellow-green, *.yellow-green .text-wine {
  color: #ADA109 !important;
}

a.text-yellow-green:hover, *.yellow-green a.text-wine:hover, a.text-yellow-green:focus, *.yellow-green a.text-wine:focus {
  color: #645d05 !important;
}

.text-green, *.green .text-wine {
  color: #779900 !important;
}

a.text-green:hover, *.green a.text-wine:hover, a.text-green:focus, *.green a.text-wine:focus {
  color: #3c4d00 !important;
}

.text-aqua, *.aqua .text-wine {
  color: #559256 !important;
}

a.text-aqua:hover, *.aqua a.text-wine:hover, a.text-aqua:focus, *.aqua a.text-wine:focus {
  color: #39623a !important;
}

.text-blue, *.blue .text-wine {
  color: #338bac !important;
}

a.text-blue:hover, *.blue a.text-wine:hover, a.text-blue:focus, *.blue a.text-wine:focus {
  color: #225b71 !important;
}

.text-blue-navy, *.blue-navy .text-wine {
  color: #3C6B92 !important;
}

a.text-blue-navy:hover, *.blue-navy a.text-wine:hover, a.text-blue-navy:focus, *.blue-navy a.text-wine:focus {
  color: #26435c !important;
}

.text-navy, *.navy .text-wine {
  color: #444A78 !important;
}

a.text-navy:hover, *.navy a.text-wine:hover, a.text-navy:focus, *.navy a.text-wine:focus {
  color: #282c47 !important;
}

.text-indigo, *.indigo .text-wine {
  color: #77558B !important;
}

a.text-indigo:hover, *.indigo a.text-wine:hover, a.text-indigo:focus, *.indigo a.text-wine:focus {
  color: #4e385c !important;
}

.text-purple, *.purple .text-wine {
  color: #aa5f9e !important;
}

a.text-purple:hover, *.purple a.text-wine:hover, a.text-purple:focus, *.purple a.text-wine:focus {
  color: #7b4172 !important;
}

.text-pink, *.pink .text-wine {
  color: #E386AC !important;
}

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

.text-pink-red, *.pink-red .text-wine {
  color: #CB4356 !important;
}

a.text-pink-red:hover, *.pink-red a.text-wine:hover, a.text-pink-red:focus, *.pink-red a.text-wine:focus {
  color: #982a39 !important;
}

.text-maroon, *.maroon .text-wine {
  color: #520f30 !important;
}

a.text-maroon:hover, *.maroon a.text-wine:hover, a.text-maroon:focus, *.maroon a.text-wine:focus {
  color: #11030a !important;
}

.text-bid, *.bid .text-wine {
  color: #73C837 !important;
}

a.text-bid:hover, *.bid a.text-wine:hover, a.text-bid:focus, *.bid a.text-wine:focus {
  color: #518c27 !important;
}

.text-offer, *.offer .text-wine {
  color: #0064C8 !important;
}

a.text-offer:hover, *.offer a.text-wine:hover, a.text-offer:focus, *.offer a.text-wine:focus {
  color: #003e7c !important;
}

.text-red-dm, *.red-dm .text-wine {
  color: #ff4d4d !important;
}

a.text-red-dm:hover, *.red-dm a.text-wine:hover, a.text-red-dm:focus, *.red-dm a.text-wine:focus {
  color: #ff0101 !important;
}

.text-red-orange-dm, *.red-orange-dm .text-wine {
  color: #ff8969 !important;
}

a.text-red-orange-dm:hover, *.red-orange-dm a.text-wine:hover, a.text-red-orange-dm:focus, *.red-orange-dm a.text-wine:focus {
  color: #ff4e1c !important;
}

.text-orange-dm, *.orange-dm .text-wine {
  color: #ff9950 !important;
}

a.text-orange-dm:hover, *.orange-dm a.text-wine:hover, a.text-orange-dm:focus, *.orange-dm a.text-wine:focus {
  color: #ff6d04 !important;
}

.text-orange-yellow-dm, *.orange-yellow-dm .text-wine {
  color: #ffad3c !important;
}

a.text-orange-yellow-dm:hover, *.orange-yellow-dm a.text-wine:hover, a.text-orange-yellow-dm:focus, *.orange-yellow-dm a.text-wine:focus {
  color: #ef8a00 !important;
}

.text-yellow-dm, *.yellow-dm .text-wine {
  color: #ffbd0f !important;
}

a.text-yellow-dm:hover, *.yellow-dm a.text-wine:hover, a.text-yellow-dm:focus, *.yellow-dm a.text-wine:focus {
  color: #c18c00 !important;
}

.text-yellow-green-dm, *.yellow-green-dm .text-wine {
  color: #e9d800 !important;
}

a.text-yellow-green-dm:hover, *.yellow-green-dm a.text-wine:hover, a.text-yellow-green-dm:focus, *.yellow-green-dm a.text-wine:focus {
  color: #9d9100 !important;
}

.text-green-dm, *.green-dm .text-wine {
  color: #9fcc00 !important;
}

a.text-green-dm:hover, *.green-dm a.text-wine:hover, a.text-green-dm:focus, *.green-dm a.text-wine:focus {
  color: #638000 !important;
}

.text-aqua-dm, *.aqua-dm .text-wine {
  color: #4dcd4f !important;
}

a.text-aqua-dm:hover, *.aqua-dm a.text-wine:hover, a.text-aqua-dm:focus, *.aqua-dm a.text-wine:focus {
  color: #2da12f !important;
}

.text-blue-dm, *.blue-dm .text-wine {
  color: #26b6ec !important;
}

a.text-blue-dm:hover, *.blue-dm a.text-wine:hover, a.text-blue-dm:focus, *.blue-dm a.text-wine:focus {
  color: #1089b6 !important;
}

.text-blue-navy-dm, *.blue-navy-dm .text-wine {
  color: #2689db !important;
}

a.text-blue-navy-dm:hover, *.blue-navy-dm a.text-wine:hover, a.text-blue-navy-dm:focus, *.blue-navy-dm a.text-wine:focus {
  color: #19609b !important;
}

.text-navy-dm, *.navy-dm .text-wine {
  color: #7a85db !important;
}

a.text-navy-dm:hover, *.navy-dm a.text-wine:hover, a.text-navy-dm:focus, *.navy-dm a.text-wine:focus {
  color: #3d4ecb !important;
}

.text-indigo-dm, *.indigo-dm .text-wine {
  color: #b071d5 !important;
}

a.text-indigo-dm:hover, *.indigo-dm a.text-wine:hover, a.text-indigo-dm:focus, *.indigo-dm a.text-wine:focus {
  color: #8e39c0 !important;
}

.text-purple-dm, *.purple-dm .text-wine {
  color: #d963c6 !important;
}

a.text-purple-dm:hover, *.purple-dm a.text-wine:hover, a.text-purple-dm:focus, *.purple-dm a.text-wine:focus {
  color: #c02fa9 !important;
}

.text-pink-dm, *.pink-dm .text-wine {
  color: #ff8ebc !important;
}

a.text-pink-dm:hover, *.pink-dm a.text-wine:hover, a.text-pink-dm:focus, *.pink-dm a.text-wine:focus {
  color: #ff418f !important;
}

.text-pink-red-dm, *.pink-red-dm .text-wine {
  color: #ee5369 !important;
}

a.text-pink-red-dm:hover, *.pink-red-dm a.text-wine:hover, a.text-pink-red-dm:focus, *.pink-red-dm a.text-wine:focus {
  color: #de1632 !important;
}

.text-maroon-dm, *.maroon-dm .text-wine {
  color: #f3077b !important;
}

a.text-maroon-dm:hover, *.maroon-dm a.text-wine:hover, a.text-maroon-dm:focus, *.maroon-dm a.text-wine:focus {
  color: #a80556 !important;
}

.text-white-wine, *.white-wine .text-wine {
  color: #A79743 !important;
}

a.text-white-wine:hover, *.white-wine a.text-wine:hover, a.text-white-wine:focus, *.white-wine a.text-wine:focus {
  color: #70662d !important;
}

.text-red-wine, *.red-wine .text-wine {
  color: #DA2735 !important;
}

a.text-red-wine:hover, *.red-wine a.text-wine:hover, a.text-red-wine:focus, *.red-wine a.text-wine:focus {
  color: #9a1a24 !important;
}

.text-rose-wine, *.rose-wine .text-wine {
  color: #FB7F6D !important;
}

a.text-rose-wine:hover, *.rose-wine a.text-wine:hover, a.text-rose-wine:focus, *.rose-wine a.text-wine:focus {
  color: #f93e23 !important;
}

.text-orange-wine, *.orange-wine .text-wine {
  color: #F89022 !important;
}

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

.text-dark-spirit, *.dark-spirit .text-wine {
  color: #AD5E28 !important;
}

a.text-dark-spirit:hover, *.dark-spirit a.text-wine:hover, a.text-dark-spirit:focus, *.dark-spirit a.text-wine:focus {
  color: #6f3c1a !important;
}

.text-light-spirit, *.light-spirit .text-wine {
  color: #B7B6AF !important;
}

a.text-light-spirit:hover, *.light-spirit a.text-wine:hover, a.text-light-spirit:focus, *.light-spirit a.text-wine:focus {
  color: #939187 !important;
}

.text-brown-beer, *.brown-beer .text-wine {
  color: #974506 !important;
}

a.text-brown-beer:hover, *.brown-beer a.text-wine:hover, a.text-brown-beer:focus, *.brown-beer a.text-wine:focus {
  color: #4d2303 !important;
}

.text-amber-beer, *.amber-beer .text-wine {
  color: #D77E00 !important;
}

a.text-amber-beer:hover, *.amber-beer a.text-wine:hover, a.text-amber-beer:focus, *.amber-beer a.text-wine:focus {
  color: #8b5100 !important;
}

.text-straw-beer, *.straw-beer .text-wine {
  color: #F1C44F !important;
}

a.text-straw-beer:hover, *.straw-beer a.text-wine:hover, a.text-straw-beer:focus, *.straw-beer a.text-wine:focus {
  color: #e2a812 !important;
}

.text-white-wine-dm, *.white-wine-dm .text-wine {
  color: #b9a331 !important;
}

a.text-white-wine-dm:hover, *.white-wine-dm a.text-wine:hover, a.text-white-wine-dm:focus, *.white-wine-dm a.text-wine:focus {
  color: #7c6e21 !important;
}

.text-red-wine-dm, *.red-wine-dm .text-wine {
  color: #e93140 !important;
}

a.text-red-wine-dm:hover, *.red-wine-dm a.text-wine:hover, a.text-red-wine-dm:focus, *.red-wine-dm a.text-wine:focus {
  color: #ba1421 !important;
}

.text-rose-wine-dm, *.rose-wine-dm .text-wine {
  color: #ff8573 !important;
}

a.text-rose-wine-dm:hover, *.rose-wine-dm a.text-wine:hover, a.text-rose-wine-dm:focus, *.rose-wine-dm a.text-wine:focus {
  color: #ff4227 !important;
}

.text-orange-wine-dm, *.orange-wine-dm .text-wine {
  color: #ff9d35 !important;
}

a.text-orange-wine-dm:hover, *.orange-wine-dm a.text-wine:hover, a.text-orange-wine-dm:focus, *.orange-wine-dm a.text-wine:focus {
  color: #e77700 !important;
}

.text-dark-spirit-dm, *.dark-spirit-dm .text-wine {
  color: #df915c !important;
}

a.text-dark-spirit-dm:hover, *.dark-spirit-dm a.text-wine:hover, a.text-dark-spirit-dm:focus, *.dark-spirit-dm a.text-wine:focus {
  color: #c86827 !important;
}

.text-light-spirit-dm, *.light-spirit-dm .text-wine {
  color: #b9b7ad !important;
}

a.text-light-spirit-dm:hover, *.light-spirit-dm a.text-wine:hover, a.text-light-spirit-dm:focus, *.light-spirit-dm a.text-wine:focus {
  color: #959384 !important;
}

.text-brown-beer-dm, *.brown-beer-dm .text-wine {
  color: #f5720e !important;
}

a.text-brown-beer-dm:hover, *.brown-beer-dm a.text-wine:hover, a.text-brown-beer-dm:focus, *.brown-beer-dm a.text-wine:focus {
  color: #b05007 !important;
}

.text-amber-beer-dm, *.amber-beer-dm .text-wine {
  color: #ff9a0b !important;
}

a.text-amber-beer-dm:hover, *.amber-beer-dm a.text-wine:hover, a.text-amber-beer-dm:focus, *.amber-beer-dm a.text-wine:focus {
  color: #be6f00 !important;
}

.text-straw-beer-dm, *.straw-beer-dm .text-wine {
  color: #f3c54d !important;
}

a.text-straw-beer-dm:hover, *.straw-beer-dm a.text-wine:hover, a.text-straw-beer-dm:focus, *.straw-beer-dm a.text-wine:focus {
  color: #e4a910 !important;
}

.text-body {
  color: #858796 !important;
}

.text-muted, .wine-profile .nav-tabs-with-sub-nav .nav-link {
  color: #858796 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    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 #b7b9cc;
    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: 1200px !important;
  }
  .container {
    min-width: 1200px !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 #dddfeb !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #e3e6f0;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e3e6f0;
  }
}
html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
}

a:focus {
  outline: none;
}

.img-sm {
  max-width: 20% !important;
}

#wrapper {
  display: flex;
}
#wrapper #content-wrapper {
  background-color: #f8f9fc;
  width: 100%;
  overflow-x: hidden;
}
#wrapper #content-wrapper #content {
  flex: 1 0 auto;
}

.container,
.container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}
.scroll-to-top:hover {
  background: #5a5c69;
}
.scroll-to-top i {
  font-weight: 800;
}

@keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animated--grow-in, .sidebar .nav-item .collapse {
  animation-name: growIn;
  animation-duration: 200ms;
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated--fade-in {
  animation-name: fadeIn;
  animation-duration: 200ms;
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

.bg-gradient-primary, *.primary .bg-gradient-wine {
  background-color: #444A78;
  background-image: linear-gradient(180deg, #444A78 10%, #282c47 100%);
  background-size: cover;
}

.bg-gradient-secondary, *.secondary .bg-gradient-wine {
  background-color: #858796;
  background-image: linear-gradient(180deg, #858796 10%, #60616f 100%);
  background-size: cover;
}

.bg-gradient-success, *.success .bg-gradient-wine {
  background-color: #779900;
  background-image: linear-gradient(180deg, #779900 10%, #3c4d00 100%);
  background-size: cover;
}

.bg-gradient-info, *.info .bg-gradient-wine {
  background-color: #17a2b8;
  background-image: linear-gradient(180deg, #17a2b8 10%, #0f6674 100%);
  background-size: cover;
}

.bg-gradient-warning, *.warning .bg-gradient-wine {
  background-color: #E3A911;
  background-image: linear-gradient(180deg, #E3A911 10%, #9c740c 100%);
  background-size: cover;
}

.bg-gradient-danger, *.danger .bg-gradient-wine {
  background-color: #b30000;
  background-image: linear-gradient(180deg, #b30000 10%, #670000 100%);
  background-size: cover;
}

.bg-gradient-light, *.light .bg-gradient-wine {
  background-color: #f8f9fc;
  background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%);
  background-size: cover;
}

.bg-gradient-dark, *.dark .bg-gradient-wine {
  background-color: #6e707e;
  background-image: linear-gradient(180deg, #6e707e 10%, #4a4c55 100%);
  background-size: cover;
}

.bg-gradient-white, *.white .bg-gradient-wine {
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff 10%, #d9d9d9 100%);
  background-size: cover;
}

.bg-gradient-black, *.black .bg-gradient-wine {
  background-color: #000;
  background-image: linear-gradient(180deg, #000 10%, black 100%);
  background-size: cover;
}

.bg-gradient-red, *.red .bg-gradient-wine {
  background-color: #b30000;
  background-image: linear-gradient(180deg, #b30000 10%, #670000 100%);
  background-size: cover;
}

.bg-gradient-red-orange, *.red-orange .bg-gradient-wine {
  background-color: #D23F16;
  background-image: linear-gradient(180deg, #D23F16 10%, #8d2a0f 100%);
  background-size: cover;
}

.bg-gradient-orange, *.orange .bg-gradient-wine {
  background-color: #f17e2b;
  background-image: linear-gradient(180deg, #f17e2b 10%, #c3590d 100%);
  background-size: cover;
}

.bg-gradient-orange-yellow, *.orange-yellow .bg-gradient-wine {
  background-color: #EA941E;
  background-image: linear-gradient(180deg, #EA941E 10%, #ab6a10 100%);
  background-size: cover;
}

.bg-gradient-yellow, *.yellow .bg-gradient-wine {
  background-color: #E3A911;
  background-image: linear-gradient(180deg, #E3A911 10%, #9c740c 100%);
  background-size: cover;
}

.bg-gradient-yellow-green, *.yellow-green .bg-gradient-wine {
  background-color: #ADA109;
  background-image: linear-gradient(180deg, #ADA109 10%, #645d05 100%);
  background-size: cover;
}

.bg-gradient-green, *.green .bg-gradient-wine {
  background-color: #779900;
  background-image: linear-gradient(180deg, #779900 10%, #3c4d00 100%);
  background-size: cover;
}

.bg-gradient-aqua, *.aqua .bg-gradient-wine {
  background-color: #559256;
  background-image: linear-gradient(180deg, #559256 10%, #39623a 100%);
  background-size: cover;
}

.bg-gradient-blue, *.blue .bg-gradient-wine {
  background-color: #338bac;
  background-image: linear-gradient(180deg, #338bac 10%, #225b71 100%);
  background-size: cover;
}

.bg-gradient-blue-navy, *.blue-navy .bg-gradient-wine {
  background-color: #3C6B92;
  background-image: linear-gradient(180deg, #3C6B92 10%, #26435c 100%);
  background-size: cover;
}

.bg-gradient-navy, *.navy .bg-gradient-wine {
  background-color: #444A78;
  background-image: linear-gradient(180deg, #444A78 10%, #282c47 100%);
  background-size: cover;
}

.bg-gradient-indigo, *.indigo .bg-gradient-wine {
  background-color: #77558B;
  background-image: linear-gradient(180deg, #77558B 10%, #4e385c 100%);
  background-size: cover;
}

.bg-gradient-purple, *.purple .bg-gradient-wine {
  background-color: #aa5f9e;
  background-image: linear-gradient(180deg, #aa5f9e 10%, #7b4172 100%);
  background-size: cover;
}

.bg-gradient-pink, *.pink .bg-gradient-wine {
  background-color: #E386AC;
  background-image: linear-gradient(180deg, #E386AC 10%, #d54881 100%);
  background-size: cover;
}

.bg-gradient-pink-red, *.pink-red .bg-gradient-wine {
  background-color: #CB4356;
  background-image: linear-gradient(180deg, #CB4356 10%, #982a39 100%);
  background-size: cover;
}

.bg-gradient-maroon, *.maroon .bg-gradient-wine {
  background-color: #520f30;
  background-image: linear-gradient(180deg, #520f30 10%, #11030a 100%);
  background-size: cover;
}

.bg-gradient-bid, *.bid .bg-gradient-wine {
  background-color: #73C837;
  background-image: linear-gradient(180deg, #73C837 10%, #518c27 100%);
  background-size: cover;
}

.bg-gradient-offer, *.offer .bg-gradient-wine {
  background-color: #0064C8;
  background-image: linear-gradient(180deg, #0064C8 10%, #003e7c 100%);
  background-size: cover;
}

.bg-gradient-red-dm, *.red-dm .bg-gradient-wine {
  background-color: #ff4d4d;
  background-image: linear-gradient(180deg, #ff4d4d 10%, #ff0101 100%);
  background-size: cover;
}

.bg-gradient-red-orange-dm, *.red-orange-dm .bg-gradient-wine {
  background-color: #ff8969;
  background-image: linear-gradient(180deg, #ff8969 10%, #ff4e1c 100%);
  background-size: cover;
}

.bg-gradient-orange-dm, *.orange-dm .bg-gradient-wine {
  background-color: #ff9950;
  background-image: linear-gradient(180deg, #ff9950 10%, #ff6d04 100%);
  background-size: cover;
}

.bg-gradient-orange-yellow-dm, *.orange-yellow-dm .bg-gradient-wine {
  background-color: #ffad3c;
  background-image: linear-gradient(180deg, #ffad3c 10%, #ef8a00 100%);
  background-size: cover;
}

.bg-gradient-yellow-dm, *.yellow-dm .bg-gradient-wine {
  background-color: #ffbd0f;
  background-image: linear-gradient(180deg, #ffbd0f 10%, #c18c00 100%);
  background-size: cover;
}

.bg-gradient-yellow-green-dm, *.yellow-green-dm .bg-gradient-wine {
  background-color: #e9d800;
  background-image: linear-gradient(180deg, #e9d800 10%, #9d9100 100%);
  background-size: cover;
}

.bg-gradient-green-dm, *.green-dm .bg-gradient-wine {
  background-color: #9fcc00;
  background-image: linear-gradient(180deg, #9fcc00 10%, #638000 100%);
  background-size: cover;
}

.bg-gradient-aqua-dm, *.aqua-dm .bg-gradient-wine {
  background-color: #4dcd4f;
  background-image: linear-gradient(180deg, #4dcd4f 10%, #2da12f 100%);
  background-size: cover;
}

.bg-gradient-blue-dm, *.blue-dm .bg-gradient-wine {
  background-color: #26b6ec;
  background-image: linear-gradient(180deg, #26b6ec 10%, #1089b6 100%);
  background-size: cover;
}

.bg-gradient-blue-navy-dm, *.blue-navy-dm .bg-gradient-wine {
  background-color: #2689db;
  background-image: linear-gradient(180deg, #2689db 10%, #19609b 100%);
  background-size: cover;
}

.bg-gradient-navy-dm, *.navy-dm .bg-gradient-wine {
  background-color: #7a85db;
  background-image: linear-gradient(180deg, #7a85db 10%, #3d4ecb 100%);
  background-size: cover;
}

.bg-gradient-indigo-dm, *.indigo-dm .bg-gradient-wine {
  background-color: #b071d5;
  background-image: linear-gradient(180deg, #b071d5 10%, #8e39c0 100%);
  background-size: cover;
}

.bg-gradient-purple-dm, *.purple-dm .bg-gradient-wine {
  background-color: #d963c6;
  background-image: linear-gradient(180deg, #d963c6 10%, #c02fa9 100%);
  background-size: cover;
}

.bg-gradient-pink-dm, *.pink-dm .bg-gradient-wine {
  background-color: #ff8ebc;
  background-image: linear-gradient(180deg, #ff8ebc 10%, #ff418f 100%);
  background-size: cover;
}

.bg-gradient-pink-red-dm, *.pink-red-dm .bg-gradient-wine {
  background-color: #ee5369;
  background-image: linear-gradient(180deg, #ee5369 10%, #de1632 100%);
  background-size: cover;
}

.bg-gradient-maroon-dm, *.maroon-dm .bg-gradient-wine {
  background-color: #f3077b;
  background-image: linear-gradient(180deg, #f3077b 10%, #a80556 100%);
  background-size: cover;
}

.bg-gradient-white-wine, *.white-wine .bg-gradient-wine {
  background-color: #A79743;
  background-image: linear-gradient(180deg, #A79743 10%, #70662d 100%);
  background-size: cover;
}

.bg-gradient-red-wine, *.red-wine .bg-gradient-wine {
  background-color: #DA2735;
  background-image: linear-gradient(180deg, #DA2735 10%, #9a1a24 100%);
  background-size: cover;
}

.bg-gradient-rose-wine, *.rose-wine .bg-gradient-wine {
  background-color: #FB7F6D;
  background-image: linear-gradient(180deg, #FB7F6D 10%, #f93e23 100%);
  background-size: cover;
}

.bg-gradient-orange-wine, *.orange-wine .bg-gradient-wine {
  background-color: #F89022;
  background-image: linear-gradient(180deg, #F89022 10%, #c76906 100%);
  background-size: cover;
}

.bg-gradient-dark-spirit, *.dark-spirit .bg-gradient-wine {
  background-color: #AD5E28;
  background-image: linear-gradient(180deg, #AD5E28 10%, #6f3c1a 100%);
  background-size: cover;
}

.bg-gradient-light-spirit, *.light-spirit .bg-gradient-wine {
  background-color: #B7B6AF;
  background-image: linear-gradient(180deg, #B7B6AF 10%, #939187 100%);
  background-size: cover;
}

.bg-gradient-brown-beer, *.brown-beer .bg-gradient-wine {
  background-color: #974506;
  background-image: linear-gradient(180deg, #974506 10%, #4d2303 100%);
  background-size: cover;
}

.bg-gradient-amber-beer, *.amber-beer .bg-gradient-wine {
  background-color: #D77E00;
  background-image: linear-gradient(180deg, #D77E00 10%, #8b5100 100%);
  background-size: cover;
}

.bg-gradient-straw-beer, *.straw-beer .bg-gradient-wine {
  background-color: #F1C44F;
  background-image: linear-gradient(180deg, #F1C44F 10%, #e2a812 100%);
  background-size: cover;
}

.bg-gradient-white-wine-dm, *.white-wine-dm .bg-gradient-wine {
  background-color: #b9a331;
  background-image: linear-gradient(180deg, #b9a331 10%, #7c6e21 100%);
  background-size: cover;
}

.bg-gradient-red-wine-dm, *.red-wine-dm .bg-gradient-wine {
  background-color: #e93140;
  background-image: linear-gradient(180deg, #e93140 10%, #ba1421 100%);
  background-size: cover;
}

.bg-gradient-rose-wine-dm, *.rose-wine-dm .bg-gradient-wine {
  background-color: #ff8573;
  background-image: linear-gradient(180deg, #ff8573 10%, #ff4227 100%);
  background-size: cover;
}

.bg-gradient-orange-wine-dm, *.orange-wine-dm .bg-gradient-wine {
  background-color: #ff9d35;
  background-image: linear-gradient(180deg, #ff9d35 10%, #e77700 100%);
  background-size: cover;
}

.bg-gradient-dark-spirit-dm, *.dark-spirit-dm .bg-gradient-wine {
  background-color: #df915c;
  background-image: linear-gradient(180deg, #df915c 10%, #c86827 100%);
  background-size: cover;
}

.bg-gradient-light-spirit-dm, *.light-spirit-dm .bg-gradient-wine {
  background-color: #b9b7ad;
  background-image: linear-gradient(180deg, #b9b7ad 10%, #959384 100%);
  background-size: cover;
}

.bg-gradient-brown-beer-dm, *.brown-beer-dm .bg-gradient-wine {
  background-color: #f5720e;
  background-image: linear-gradient(180deg, #f5720e 10%, #b05007 100%);
  background-size: cover;
}

.bg-gradient-amber-beer-dm, *.amber-beer-dm .bg-gradient-wine {
  background-color: #ff9a0b;
  background-image: linear-gradient(180deg, #ff9a0b 10%, #be6f00 100%);
  background-size: cover;
}

.bg-gradient-straw-beer-dm, *.straw-beer-dm .bg-gradient-wine {
  background-color: #f3c54d;
  background-image: linear-gradient(180deg, #f3c54d 10%, #e4a910 100%);
  background-size: cover;
}

.bg-primary, *.primary .bg-wine,
*.primary .nav-link.active .badge {
  background-color: #444A78;
}

.bg-secondary, *.secondary .bg-wine,
*.secondary .nav-link.active .badge {
  background-color: #858796;
}

.bg-success, *.success .bg-wine,
*.success .nav-link.active .badge {
  background-color: #779900;
}

.bg-info, *.info .bg-wine,
*.info .nav-link.active .badge {
  background-color: #17a2b8;
}

.bg-warning, *.warning .bg-wine,
*.warning .nav-link.active .badge {
  background-color: #E3A911;
}

.bg-danger, *.danger .bg-wine,
*.danger .nav-link.active .badge {
  background-color: #b30000;
}

.bg-light, *.light .bg-wine,
*.light .nav-link.active .badge {
  background-color: #f8f9fc;
}

.bg-dark, *.dark .bg-wine,
*.dark .nav-link.active .badge {
  background-color: #6e707e;
}

.bg-white, *.white .bg-wine,
*.white .nav-link.active .badge {
  background-color: #fff;
}

.bg-black, *.black .bg-wine,
*.black .nav-link.active .badge {
  background-color: #000;
}

.bg-red, *.red .bg-wine,
*.red .nav-link.active .badge {
  background-color: #b30000;
}

.bg-red-orange, *.red-orange .bg-wine,
*.red-orange .nav-link.active .badge {
  background-color: #D23F16;
}

.bg-orange, *.orange .bg-wine,
*.orange .nav-link.active .badge {
  background-color: #f17e2b;
}

.bg-orange-yellow, *.orange-yellow .bg-wine,
*.orange-yellow .nav-link.active .badge {
  background-color: #EA941E;
}

.bg-yellow, *.yellow .bg-wine,
*.yellow .nav-link.active .badge {
  background-color: #E3A911;
}

.bg-yellow-green, *.yellow-green .bg-wine,
*.yellow-green .nav-link.active .badge {
  background-color: #ADA109;
}

.bg-green, *.green .bg-wine,
*.green .nav-link.active .badge {
  background-color: #779900;
}

.bg-aqua, *.aqua .bg-wine,
*.aqua .nav-link.active .badge {
  background-color: #559256;
}

.bg-blue, *.blue .bg-wine,
*.blue .nav-link.active .badge {
  background-color: #338bac;
}

.bg-blue-navy, *.blue-navy .bg-wine,
*.blue-navy .nav-link.active .badge {
  background-color: #3C6B92;
}

.bg-navy, *.navy .bg-wine,
*.navy .nav-link.active .badge {
  background-color: #444A78;
}

.bg-indigo, *.indigo .bg-wine,
*.indigo .nav-link.active .badge {
  background-color: #77558B;
}

.bg-purple, *.purple .bg-wine,
*.purple .nav-link.active .badge {
  background-color: #aa5f9e;
}

.bg-pink, *.pink .bg-wine,
*.pink .nav-link.active .badge {
  background-color: #E386AC;
}

.bg-pink-red, *.pink-red .bg-wine,
*.pink-red .nav-link.active .badge {
  background-color: #CB4356;
}

.bg-maroon, *.maroon .bg-wine,
*.maroon .nav-link.active .badge {
  background-color: #520f30;
}

.bg-bid, *.bid .bg-wine,
*.bid .nav-link.active .badge {
  background-color: #73C837;
}

.bg-offer, *.offer .bg-wine,
*.offer .nav-link.active .badge {
  background-color: #0064C8;
}

.bg-red-dm, *.red-dm .bg-wine,
*.red-dm .nav-link.active .badge {
  background-color: #ff4d4d;
}

.bg-red-orange-dm, *.red-orange-dm .bg-wine,
*.red-orange-dm .nav-link.active .badge {
  background-color: #ff8969;
}

.bg-orange-dm, *.orange-dm .bg-wine,
*.orange-dm .nav-link.active .badge {
  background-color: #ff9950;
}

.bg-orange-yellow-dm, *.orange-yellow-dm .bg-wine,
*.orange-yellow-dm .nav-link.active .badge {
  background-color: #ffad3c;
}

.bg-yellow-dm, *.yellow-dm .bg-wine,
*.yellow-dm .nav-link.active .badge {
  background-color: #ffbd0f;
}

.bg-yellow-green-dm, *.yellow-green-dm .bg-wine,
*.yellow-green-dm .nav-link.active .badge {
  background-color: #e9d800;
}

.bg-green-dm, *.green-dm .bg-wine,
*.green-dm .nav-link.active .badge {
  background-color: #9fcc00;
}

.bg-aqua-dm, *.aqua-dm .bg-wine,
*.aqua-dm .nav-link.active .badge {
  background-color: #4dcd4f;
}

.bg-blue-dm, *.blue-dm .bg-wine,
*.blue-dm .nav-link.active .badge {
  background-color: #26b6ec;
}

.bg-blue-navy-dm, *.blue-navy-dm .bg-wine,
*.blue-navy-dm .nav-link.active .badge {
  background-color: #2689db;
}

.bg-navy-dm, *.navy-dm .bg-wine,
*.navy-dm .nav-link.active .badge {
  background-color: #7a85db;
}

.bg-indigo-dm, *.indigo-dm .bg-wine,
*.indigo-dm .nav-link.active .badge {
  background-color: #b071d5;
}

.bg-purple-dm, *.purple-dm .bg-wine,
*.purple-dm .nav-link.active .badge {
  background-color: #d963c6;
}

.bg-pink-dm, *.pink-dm .bg-wine,
*.pink-dm .nav-link.active .badge {
  background-color: #ff8ebc;
}

.bg-pink-red-dm, *.pink-red-dm .bg-wine,
*.pink-red-dm .nav-link.active .badge {
  background-color: #ee5369;
}

.bg-maroon-dm, *.maroon-dm .bg-wine,
*.maroon-dm .nav-link.active .badge {
  background-color: #f3077b;
}

.bg-white-wine, *.white-wine .bg-wine,
*.white-wine .nav-link.active .badge {
  background-color: #A79743;
}

.bg-red-wine, *.red-wine .bg-wine,
*.red-wine .nav-link.active .badge {
  background-color: #DA2735;
}

.bg-rose-wine, *.rose-wine .bg-wine,
*.rose-wine .nav-link.active .badge {
  background-color: #FB7F6D;
}

.bg-orange-wine, *.orange-wine .bg-wine,
*.orange-wine .nav-link.active .badge {
  background-color: #F89022;
}

.bg-dark-spirit, *.dark-spirit .bg-wine,
*.dark-spirit .nav-link.active .badge {
  background-color: #AD5E28;
}

.bg-light-spirit, *.light-spirit .bg-wine,
*.light-spirit .nav-link.active .badge {
  background-color: #B7B6AF;
}

.bg-brown-beer, *.brown-beer .bg-wine,
*.brown-beer .nav-link.active .badge {
  background-color: #974506;
}

.bg-amber-beer, *.amber-beer .bg-wine,
*.amber-beer .nav-link.active .badge {
  background-color: #D77E00;
}

.bg-straw-beer, *.straw-beer .bg-wine,
*.straw-beer .nav-link.active .badge {
  background-color: #F1C44F;
}

.bg-white-wine-dm, *.white-wine-dm .bg-wine,
*.white-wine-dm .nav-link.active .badge {
  background-color: #b9a331;
}

.bg-red-wine-dm, *.red-wine-dm .bg-wine,
*.red-wine-dm .nav-link.active .badge {
  background-color: #e93140;
}

.bg-rose-wine-dm, *.rose-wine-dm .bg-wine,
*.rose-wine-dm .nav-link.active .badge {
  background-color: #ff8573;
}

.bg-orange-wine-dm, *.orange-wine-dm .bg-wine,
*.orange-wine-dm .nav-link.active .badge {
  background-color: #ff9d35;
}

.bg-dark-spirit-dm, *.dark-spirit-dm .bg-wine,
*.dark-spirit-dm .nav-link.active .badge {
  background-color: #df915c;
}

.bg-light-spirit-dm, *.light-spirit-dm .bg-wine,
*.light-spirit-dm .nav-link.active .badge {
  background-color: #b9b7ad;
}

.bg-brown-beer-dm, *.brown-beer-dm .bg-wine,
*.brown-beer-dm .nav-link.active .badge {
  background-color: #f5720e;
}

.bg-amber-beer-dm, *.amber-beer-dm .bg-wine,
*.amber-beer-dm .nav-link.active .badge {
  background-color: #ff9a0b;
}

.bg-straw-beer-dm, *.straw-beer-dm .bg-wine,
*.straw-beer-dm .nav-link.active .badge {
  background-color: #f3c54d;
}

.bg-gray-100 {
  background-color: #f8f9fc !important;
}

.bg-gray-200 {
  background-color: #eaecf4 !important;
}

.bg-gray-300 {
  background-color: #dddfeb !important;
}

.bg-gray-400 {
  background-color: #d1d3e2 !important;
}

.bg-gray-500 {
  background-color: #b7b9cc !important;
}

.bg-gray-600 {
  background-color: #858796 !important;
}

.bg-gray-700 {
  background-color: #6e707e !important;
}

.bg-gray-800 {
  background-color: #5a5c69 !important;
}

.bg-gray-900 {
  background-color: #3a3b45 !important;
}

.bg-primary-100 {
  background: rgba(68, 74, 120, 0.1);
}

.bg-primary-200 {
  background: rgba(68, 74, 120, 0.2);
}

.bg-primary-300 {
  background: rgba(68, 74, 120, 0.3);
}

.bg-primary-400 {
  background: rgba(68, 74, 120, 0.4);
}

.bg-primary-500 {
  background: rgba(68, 74, 120, 0.5);
}

.bg-primary-600 {
  background: rgba(68, 74, 120, 0.6);
}

.bg-primary-700 {
  background: rgba(68, 74, 120, 0.7);
}

.bg-primary-800 {
  background: rgba(68, 74, 120, 0.8);
}

.bg-primary-900 {
  background: rgba(68, 74, 120, 0.9);
}

.o-hidden {
  overflow: hidden !important;
}

.hide {
  display: none !important;
}

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

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

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

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

.text-xs {
  font-size: 0.7rem;
}

.text-lg {
  font-size: 1.2rem;
}

.text-gray-100 {
  color: #f8f9fc !important;
}

.text-gray-200 {
  color: #eaecf4 !important;
}

.text-gray-300 {
  color: #dddfeb !important;
}

.text-gray-400 {
  color: #d1d3e2 !important;
}

.text-gray-500 {
  color: #b7b9cc !important;
}

.text-gray-600 {
  color: #858796 !important;
}

.text-gray-700 {
  color: #6e707e !important;
}

.text-gray-800 {
  color: #5a5c69 !important;
}

.text-gray-900 {
  color: #3a3b45 !important;
}

.text-black-75 {
  color: rgba(0, 0, 0, 0.75) !important;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.list-inline-middot .list-inline-item {
  margin-right: 0px;
}
.list-inline-middot .list-inline-item::before {
  content: "·";
  font-weight: bold;
  margin: 0 0.25rem;
}
.list-inline-middot .list-inline-item:first-child::before {
  content: none;
}
.list-inline-middot .list-inline-item:last-child::after {
  content: none;
}

.border-top-primary {
  border-top: 0.25rem solid #444A78 !important;
}

.border-right-primary {
  border-right: 0.25rem solid #444A78 !important;
}

.border-bottom-primary {
  border-bottom: 0.25rem solid #444A78 !important;
}

.border-left-primary, *.primary .border-left-wine {
  border-left: 0.25rem solid #444A78 !important;
}

.border-top-secondary {
  border-top: 0.25rem solid #858796 !important;
}

.border-right-secondary {
  border-right: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
  border-bottom: 0.25rem solid #858796 !important;
}

.border-left-secondary, *.secondary .border-left-wine {
  border-left: 0.25rem solid #858796 !important;
}

.border-top-success {
  border-top: 0.25rem solid #779900 !important;
}

.border-right-success {
  border-right: 0.25rem solid #779900 !important;
}

.border-bottom-success {
  border-bottom: 0.25rem solid #779900 !important;
}

.border-left-success, *.success .border-left-wine {
  border-left: 0.25rem solid #779900 !important;
}

.border-top-info {
  border-top: 0.25rem solid #17a2b8 !important;
}

.border-right-info {
  border-right: 0.25rem solid #17a2b8 !important;
}

.border-bottom-info {
  border-bottom: 0.25rem solid #17a2b8 !important;
}

.border-left-info, *.info .border-left-wine {
  border-left: 0.25rem solid #17a2b8 !important;
}

.border-top-warning {
  border-top: 0.25rem solid #E3A911 !important;
}

.border-right-warning {
  border-right: 0.25rem solid #E3A911 !important;
}

.border-bottom-warning {
  border-bottom: 0.25rem solid #E3A911 !important;
}

.border-left-warning, *.warning .border-left-wine {
  border-left: 0.25rem solid #E3A911 !important;
}

.border-top-danger {
  border-top: 0.25rem solid #b30000 !important;
}

.border-right-danger {
  border-right: 0.25rem solid #b30000 !important;
}

.border-bottom-danger {
  border-bottom: 0.25rem solid #b30000 !important;
}

.border-left-danger, *.danger .border-left-wine {
  border-left: 0.25rem solid #b30000 !important;
}

.border-top-light {
  border-top: 0.25rem solid #f8f9fc !important;
}

.border-right-light {
  border-right: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
  border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-light, *.light .border-left-wine {
  border-left: 0.25rem solid #f8f9fc !important;
}

.border-top-dark {
  border-top: 0.25rem solid #6e707e !important;
}

.border-right-dark {
  border-right: 0.25rem solid #6e707e !important;
}

.border-bottom-dark {
  border-bottom: 0.25rem solid #6e707e !important;
}

.border-left-dark, *.dark .border-left-wine {
  border-left: 0.25rem solid #6e707e !important;
}

.border-top-white {
  border-top: 0.25rem solid #fff !important;
}

.border-right-white {
  border-right: 0.25rem solid #fff !important;
}

.border-bottom-white {
  border-bottom: 0.25rem solid #fff !important;
}

.border-left-white, *.white .border-left-wine {
  border-left: 0.25rem solid #fff !important;
}

.border-top-black {
  border-top: 0.25rem solid #000 !important;
}

.border-right-black {
  border-right: 0.25rem solid #000 !important;
}

.border-bottom-black {
  border-bottom: 0.25rem solid #000 !important;
}

.border-left-black, *.black .border-left-wine {
  border-left: 0.25rem solid #000 !important;
}

.border-top-red {
  border-top: 0.25rem solid #b30000 !important;
}

.border-right-red {
  border-right: 0.25rem solid #b30000 !important;
}

.border-bottom-red {
  border-bottom: 0.25rem solid #b30000 !important;
}

.border-left-red, *.red .border-left-wine {
  border-left: 0.25rem solid #b30000 !important;
}

.border-top-red-orange {
  border-top: 0.25rem solid #D23F16 !important;
}

.border-right-red-orange {
  border-right: 0.25rem solid #D23F16 !important;
}

.border-bottom-red-orange {
  border-bottom: 0.25rem solid #D23F16 !important;
}

.border-left-red-orange, *.red-orange .border-left-wine {
  border-left: 0.25rem solid #D23F16 !important;
}

.border-top-orange {
  border-top: 0.25rem solid #f17e2b !important;
}

.border-right-orange {
  border-right: 0.25rem solid #f17e2b !important;
}

.border-bottom-orange {
  border-bottom: 0.25rem solid #f17e2b !important;
}

.border-left-orange, *.orange .border-left-wine {
  border-left: 0.25rem solid #f17e2b !important;
}

.border-top-orange-yellow {
  border-top: 0.25rem solid #EA941E !important;
}

.border-right-orange-yellow {
  border-right: 0.25rem solid #EA941E !important;
}

.border-bottom-orange-yellow {
  border-bottom: 0.25rem solid #EA941E !important;
}

.border-left-orange-yellow, *.orange-yellow .border-left-wine {
  border-left: 0.25rem solid #EA941E !important;
}

.border-top-yellow {
  border-top: 0.25rem solid #E3A911 !important;
}

.border-right-yellow {
  border-right: 0.25rem solid #E3A911 !important;
}

.border-bottom-yellow {
  border-bottom: 0.25rem solid #E3A911 !important;
}

.border-left-yellow, *.yellow .border-left-wine {
  border-left: 0.25rem solid #E3A911 !important;
}

.border-top-yellow-green {
  border-top: 0.25rem solid #ADA109 !important;
}

.border-right-yellow-green {
  border-right: 0.25rem solid #ADA109 !important;
}

.border-bottom-yellow-green {
  border-bottom: 0.25rem solid #ADA109 !important;
}

.border-left-yellow-green, *.yellow-green .border-left-wine {
  border-left: 0.25rem solid #ADA109 !important;
}

.border-top-green {
  border-top: 0.25rem solid #779900 !important;
}

.border-right-green {
  border-right: 0.25rem solid #779900 !important;
}

.border-bottom-green {
  border-bottom: 0.25rem solid #779900 !important;
}

.border-left-green, *.green .border-left-wine {
  border-left: 0.25rem solid #779900 !important;
}

.border-top-aqua {
  border-top: 0.25rem solid #559256 !important;
}

.border-right-aqua {
  border-right: 0.25rem solid #559256 !important;
}

.border-bottom-aqua {
  border-bottom: 0.25rem solid #559256 !important;
}

.border-left-aqua, *.aqua .border-left-wine {
  border-left: 0.25rem solid #559256 !important;
}

.border-top-blue {
  border-top: 0.25rem solid #338bac !important;
}

.border-right-blue {
  border-right: 0.25rem solid #338bac !important;
}

.border-bottom-blue {
  border-bottom: 0.25rem solid #338bac !important;
}

.border-left-blue, *.blue .border-left-wine {
  border-left: 0.25rem solid #338bac !important;
}

.border-top-blue-navy {
  border-top: 0.25rem solid #3C6B92 !important;
}

.border-right-blue-navy {
  border-right: 0.25rem solid #3C6B92 !important;
}

.border-bottom-blue-navy {
  border-bottom: 0.25rem solid #3C6B92 !important;
}

.border-left-blue-navy, *.blue-navy .border-left-wine {
  border-left: 0.25rem solid #3C6B92 !important;
}

.border-top-navy {
  border-top: 0.25rem solid #444A78 !important;
}

.border-right-navy {
  border-right: 0.25rem solid #444A78 !important;
}

.border-bottom-navy {
  border-bottom: 0.25rem solid #444A78 !important;
}

.border-left-navy, *.navy .border-left-wine {
  border-left: 0.25rem solid #444A78 !important;
}

.border-top-indigo {
  border-top: 0.25rem solid #77558B !important;
}

.border-right-indigo {
  border-right: 0.25rem solid #77558B !important;
}

.border-bottom-indigo {
  border-bottom: 0.25rem solid #77558B !important;
}

.border-left-indigo, *.indigo .border-left-wine {
  border-left: 0.25rem solid #77558B !important;
}

.border-top-purple {
  border-top: 0.25rem solid #aa5f9e !important;
}

.border-right-purple {
  border-right: 0.25rem solid #aa5f9e !important;
}

.border-bottom-purple {
  border-bottom: 0.25rem solid #aa5f9e !important;
}

.border-left-purple, *.purple .border-left-wine {
  border-left: 0.25rem solid #aa5f9e !important;
}

.border-top-pink {
  border-top: 0.25rem solid #E386AC !important;
}

.border-right-pink {
  border-right: 0.25rem solid #E386AC !important;
}

.border-bottom-pink {
  border-bottom: 0.25rem solid #E386AC !important;
}

.border-left-pink, *.pink .border-left-wine {
  border-left: 0.25rem solid #E386AC !important;
}

.border-top-pink-red {
  border-top: 0.25rem solid #CB4356 !important;
}

.border-right-pink-red {
  border-right: 0.25rem solid #CB4356 !important;
}

.border-bottom-pink-red {
  border-bottom: 0.25rem solid #CB4356 !important;
}

.border-left-pink-red, *.pink-red .border-left-wine {
  border-left: 0.25rem solid #CB4356 !important;
}

.border-top-maroon {
  border-top: 0.25rem solid #520f30 !important;
}

.border-right-maroon {
  border-right: 0.25rem solid #520f30 !important;
}

.border-bottom-maroon {
  border-bottom: 0.25rem solid #520f30 !important;
}

.border-left-maroon, *.maroon .border-left-wine {
  border-left: 0.25rem solid #520f30 !important;
}

.border-top-bid {
  border-top: 0.25rem solid #73C837 !important;
}

.border-right-bid {
  border-right: 0.25rem solid #73C837 !important;
}

.border-bottom-bid {
  border-bottom: 0.25rem solid #73C837 !important;
}

.border-left-bid, *.bid .border-left-wine {
  border-left: 0.25rem solid #73C837 !important;
}

.border-top-offer {
  border-top: 0.25rem solid #0064C8 !important;
}

.border-right-offer {
  border-right: 0.25rem solid #0064C8 !important;
}

.border-bottom-offer {
  border-bottom: 0.25rem solid #0064C8 !important;
}

.border-left-offer, *.offer .border-left-wine {
  border-left: 0.25rem solid #0064C8 !important;
}

.border-top-red-dm {
  border-top: 0.25rem solid #ff4d4d !important;
}

.border-right-red-dm {
  border-right: 0.25rem solid #ff4d4d !important;
}

.border-bottom-red-dm {
  border-bottom: 0.25rem solid #ff4d4d !important;
}

.border-left-red-dm, *.red-dm .border-left-wine {
  border-left: 0.25rem solid #ff4d4d !important;
}

.border-top-red-orange-dm {
  border-top: 0.25rem solid #ff8969 !important;
}

.border-right-red-orange-dm {
  border-right: 0.25rem solid #ff8969 !important;
}

.border-bottom-red-orange-dm {
  border-bottom: 0.25rem solid #ff8969 !important;
}

.border-left-red-orange-dm, *.red-orange-dm .border-left-wine {
  border-left: 0.25rem solid #ff8969 !important;
}

.border-top-orange-dm {
  border-top: 0.25rem solid #ff9950 !important;
}

.border-right-orange-dm {
  border-right: 0.25rem solid #ff9950 !important;
}

.border-bottom-orange-dm {
  border-bottom: 0.25rem solid #ff9950 !important;
}

.border-left-orange-dm, *.orange-dm .border-left-wine {
  border-left: 0.25rem solid #ff9950 !important;
}

.border-top-orange-yellow-dm {
  border-top: 0.25rem solid #ffad3c !important;
}

.border-right-orange-yellow-dm {
  border-right: 0.25rem solid #ffad3c !important;
}

.border-bottom-orange-yellow-dm {
  border-bottom: 0.25rem solid #ffad3c !important;
}

.border-left-orange-yellow-dm, *.orange-yellow-dm .border-left-wine {
  border-left: 0.25rem solid #ffad3c !important;
}

.border-top-yellow-dm {
  border-top: 0.25rem solid #ffbd0f !important;
}

.border-right-yellow-dm {
  border-right: 0.25rem solid #ffbd0f !important;
}

.border-bottom-yellow-dm {
  border-bottom: 0.25rem solid #ffbd0f !important;
}

.border-left-yellow-dm, *.yellow-dm .border-left-wine {
  border-left: 0.25rem solid #ffbd0f !important;
}

.border-top-yellow-green-dm {
  border-top: 0.25rem solid #e9d800 !important;
}

.border-right-yellow-green-dm {
  border-right: 0.25rem solid #e9d800 !important;
}

.border-bottom-yellow-green-dm {
  border-bottom: 0.25rem solid #e9d800 !important;
}

.border-left-yellow-green-dm, *.yellow-green-dm .border-left-wine {
  border-left: 0.25rem solid #e9d800 !important;
}

.border-top-green-dm {
  border-top: 0.25rem solid #9fcc00 !important;
}

.border-right-green-dm {
  border-right: 0.25rem solid #9fcc00 !important;
}

.border-bottom-green-dm {
  border-bottom: 0.25rem solid #9fcc00 !important;
}

.border-left-green-dm, *.green-dm .border-left-wine {
  border-left: 0.25rem solid #9fcc00 !important;
}

.border-top-aqua-dm {
  border-top: 0.25rem solid #4dcd4f !important;
}

.border-right-aqua-dm {
  border-right: 0.25rem solid #4dcd4f !important;
}

.border-bottom-aqua-dm {
  border-bottom: 0.25rem solid #4dcd4f !important;
}

.border-left-aqua-dm, *.aqua-dm .border-left-wine {
  border-left: 0.25rem solid #4dcd4f !important;
}

.border-top-blue-dm {
  border-top: 0.25rem solid #26b6ec !important;
}

.border-right-blue-dm {
  border-right: 0.25rem solid #26b6ec !important;
}

.border-bottom-blue-dm {
  border-bottom: 0.25rem solid #26b6ec !important;
}

.border-left-blue-dm, *.blue-dm .border-left-wine {
  border-left: 0.25rem solid #26b6ec !important;
}

.border-top-blue-navy-dm {
  border-top: 0.25rem solid #2689db !important;
}

.border-right-blue-navy-dm {
  border-right: 0.25rem solid #2689db !important;
}

.border-bottom-blue-navy-dm {
  border-bottom: 0.25rem solid #2689db !important;
}

.border-left-blue-navy-dm, *.blue-navy-dm .border-left-wine {
  border-left: 0.25rem solid #2689db !important;
}

.border-top-navy-dm {
  border-top: 0.25rem solid #7a85db !important;
}

.border-right-navy-dm {
  border-right: 0.25rem solid #7a85db !important;
}

.border-bottom-navy-dm {
  border-bottom: 0.25rem solid #7a85db !important;
}

.border-left-navy-dm, *.navy-dm .border-left-wine {
  border-left: 0.25rem solid #7a85db !important;
}

.border-top-indigo-dm {
  border-top: 0.25rem solid #b071d5 !important;
}

.border-right-indigo-dm {
  border-right: 0.25rem solid #b071d5 !important;
}

.border-bottom-indigo-dm {
  border-bottom: 0.25rem solid #b071d5 !important;
}

.border-left-indigo-dm, *.indigo-dm .border-left-wine {
  border-left: 0.25rem solid #b071d5 !important;
}

.border-top-purple-dm {
  border-top: 0.25rem solid #d963c6 !important;
}

.border-right-purple-dm {
  border-right: 0.25rem solid #d963c6 !important;
}

.border-bottom-purple-dm {
  border-bottom: 0.25rem solid #d963c6 !important;
}

.border-left-purple-dm, *.purple-dm .border-left-wine {
  border-left: 0.25rem solid #d963c6 !important;
}

.border-top-pink-dm {
  border-top: 0.25rem solid #ff8ebc !important;
}

.border-right-pink-dm {
  border-right: 0.25rem solid #ff8ebc !important;
}

.border-bottom-pink-dm {
  border-bottom: 0.25rem solid #ff8ebc !important;
}

.border-left-pink-dm, *.pink-dm .border-left-wine {
  border-left: 0.25rem solid #ff8ebc !important;
}

.border-top-pink-red-dm {
  border-top: 0.25rem solid #ee5369 !important;
}

.border-right-pink-red-dm {
  border-right: 0.25rem solid #ee5369 !important;
}

.border-bottom-pink-red-dm {
  border-bottom: 0.25rem solid #ee5369 !important;
}

.border-left-pink-red-dm, *.pink-red-dm .border-left-wine {
  border-left: 0.25rem solid #ee5369 !important;
}

.border-top-maroon-dm {
  border-top: 0.25rem solid #f3077b !important;
}

.border-right-maroon-dm {
  border-right: 0.25rem solid #f3077b !important;
}

.border-bottom-maroon-dm {
  border-bottom: 0.25rem solid #f3077b !important;
}

.border-left-maroon-dm, *.maroon-dm .border-left-wine {
  border-left: 0.25rem solid #f3077b !important;
}

.border-top-white-wine {
  border-top: 0.25rem solid #A79743 !important;
}

.border-right-white-wine {
  border-right: 0.25rem solid #A79743 !important;
}

.border-bottom-white-wine {
  border-bottom: 0.25rem solid #A79743 !important;
}

.border-left-white-wine, *.white-wine .border-left-wine {
  border-left: 0.25rem solid #A79743 !important;
}

.border-top-red-wine {
  border-top: 0.25rem solid #DA2735 !important;
}

.border-right-red-wine {
  border-right: 0.25rem solid #DA2735 !important;
}

.border-bottom-red-wine {
  border-bottom: 0.25rem solid #DA2735 !important;
}

.border-left-red-wine, *.red-wine .border-left-wine {
  border-left: 0.25rem solid #DA2735 !important;
}

.border-top-rose-wine {
  border-top: 0.25rem solid #FB7F6D !important;
}

.border-right-rose-wine {
  border-right: 0.25rem solid #FB7F6D !important;
}

.border-bottom-rose-wine {
  border-bottom: 0.25rem solid #FB7F6D !important;
}

.border-left-rose-wine, *.rose-wine .border-left-wine {
  border-left: 0.25rem solid #FB7F6D !important;
}

.border-top-orange-wine {
  border-top: 0.25rem solid #F89022 !important;
}

.border-right-orange-wine {
  border-right: 0.25rem solid #F89022 !important;
}

.border-bottom-orange-wine {
  border-bottom: 0.25rem solid #F89022 !important;
}

.border-left-orange-wine, *.orange-wine .border-left-wine {
  border-left: 0.25rem solid #F89022 !important;
}

.border-top-dark-spirit {
  border-top: 0.25rem solid #AD5E28 !important;
}

.border-right-dark-spirit {
  border-right: 0.25rem solid #AD5E28 !important;
}

.border-bottom-dark-spirit {
  border-bottom: 0.25rem solid #AD5E28 !important;
}

.border-left-dark-spirit, *.dark-spirit .border-left-wine {
  border-left: 0.25rem solid #AD5E28 !important;
}

.border-top-light-spirit {
  border-top: 0.25rem solid #B7B6AF !important;
}

.border-right-light-spirit {
  border-right: 0.25rem solid #B7B6AF !important;
}

.border-bottom-light-spirit {
  border-bottom: 0.25rem solid #B7B6AF !important;
}

.border-left-light-spirit, *.light-spirit .border-left-wine {
  border-left: 0.25rem solid #B7B6AF !important;
}

.border-top-brown-beer {
  border-top: 0.25rem solid #974506 !important;
}

.border-right-brown-beer {
  border-right: 0.25rem solid #974506 !important;
}

.border-bottom-brown-beer {
  border-bottom: 0.25rem solid #974506 !important;
}

.border-left-brown-beer, *.brown-beer .border-left-wine {
  border-left: 0.25rem solid #974506 !important;
}

.border-top-amber-beer {
  border-top: 0.25rem solid #D77E00 !important;
}

.border-right-amber-beer {
  border-right: 0.25rem solid #D77E00 !important;
}

.border-bottom-amber-beer {
  border-bottom: 0.25rem solid #D77E00 !important;
}

.border-left-amber-beer, *.amber-beer .border-left-wine {
  border-left: 0.25rem solid #D77E00 !important;
}

.border-top-straw-beer {
  border-top: 0.25rem solid #F1C44F !important;
}

.border-right-straw-beer {
  border-right: 0.25rem solid #F1C44F !important;
}

.border-bottom-straw-beer {
  border-bottom: 0.25rem solid #F1C44F !important;
}

.border-left-straw-beer, *.straw-beer .border-left-wine {
  border-left: 0.25rem solid #F1C44F !important;
}

.border-top-white-wine-dm {
  border-top: 0.25rem solid #b9a331 !important;
}

.border-right-white-wine-dm {
  border-right: 0.25rem solid #b9a331 !important;
}

.border-bottom-white-wine-dm {
  border-bottom: 0.25rem solid #b9a331 !important;
}

.border-left-white-wine-dm, *.white-wine-dm .border-left-wine {
  border-left: 0.25rem solid #b9a331 !important;
}

.border-top-red-wine-dm {
  border-top: 0.25rem solid #e93140 !important;
}

.border-right-red-wine-dm {
  border-right: 0.25rem solid #e93140 !important;
}

.border-bottom-red-wine-dm {
  border-bottom: 0.25rem solid #e93140 !important;
}

.border-left-red-wine-dm, *.red-wine-dm .border-left-wine {
  border-left: 0.25rem solid #e93140 !important;
}

.border-top-rose-wine-dm {
  border-top: 0.25rem solid #ff8573 !important;
}

.border-right-rose-wine-dm {
  border-right: 0.25rem solid #ff8573 !important;
}

.border-bottom-rose-wine-dm {
  border-bottom: 0.25rem solid #ff8573 !important;
}

.border-left-rose-wine-dm, *.rose-wine-dm .border-left-wine {
  border-left: 0.25rem solid #ff8573 !important;
}

.border-top-orange-wine-dm {
  border-top: 0.25rem solid #ff9d35 !important;
}

.border-right-orange-wine-dm {
  border-right: 0.25rem solid #ff9d35 !important;
}

.border-bottom-orange-wine-dm {
  border-bottom: 0.25rem solid #ff9d35 !important;
}

.border-left-orange-wine-dm, *.orange-wine-dm .border-left-wine {
  border-left: 0.25rem solid #ff9d35 !important;
}

.border-top-dark-spirit-dm {
  border-top: 0.25rem solid #df915c !important;
}

.border-right-dark-spirit-dm {
  border-right: 0.25rem solid #df915c !important;
}

.border-bottom-dark-spirit-dm {
  border-bottom: 0.25rem solid #df915c !important;
}

.border-left-dark-spirit-dm, *.dark-spirit-dm .border-left-wine {
  border-left: 0.25rem solid #df915c !important;
}

.border-top-light-spirit-dm {
  border-top: 0.25rem solid #b9b7ad !important;
}

.border-right-light-spirit-dm {
  border-right: 0.25rem solid #b9b7ad !important;
}

.border-bottom-light-spirit-dm {
  border-bottom: 0.25rem solid #b9b7ad !important;
}

.border-left-light-spirit-dm, *.light-spirit-dm .border-left-wine {
  border-left: 0.25rem solid #b9b7ad !important;
}

.border-top-brown-beer-dm {
  border-top: 0.25rem solid #f5720e !important;
}

.border-right-brown-beer-dm {
  border-right: 0.25rem solid #f5720e !important;
}

.border-bottom-brown-beer-dm {
  border-bottom: 0.25rem solid #f5720e !important;
}

.border-left-brown-beer-dm, *.brown-beer-dm .border-left-wine {
  border-left: 0.25rem solid #f5720e !important;
}

.border-top-amber-beer-dm {
  border-top: 0.25rem solid #ff9a0b !important;
}

.border-right-amber-beer-dm {
  border-right: 0.25rem solid #ff9a0b !important;
}

.border-bottom-amber-beer-dm {
  border-bottom: 0.25rem solid #ff9a0b !important;
}

.border-left-amber-beer-dm, *.amber-beer-dm .border-left-wine {
  border-left: 0.25rem solid #ff9a0b !important;
}

.border-top-straw-beer-dm {
  border-top: 0.25rem solid #f3c54d !important;
}

.border-right-straw-beer-dm {
  border-right: 0.25rem solid #f3c54d !important;
}

.border-bottom-straw-beer-dm {
  border-bottom: 0.25rem solid #f3c54d !important;
}

.border-left-straw-beer-dm, *.straw-beer-dm .border-left-wine {
  border-left: 0.25rem solid #f3c54d !important;
}

.progress-sm {
  height: 0.5rem;
}

.rotate-15 {
  transform: rotate(15deg);
}

.rotate-n-15 {
  transform: rotate(-15deg);
}

a.action-icon {
  color: #b7b9cc;
}
a.action-icon:hover {
  color: #858796;
}

.theme-icon {
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  height: 32px;
  width: 32px;
}

.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

th span,
th i,
th div {
  pointer-events: none;
}

.spinner {
  width: auto;
  height: 1.4em;
  position: relative;
  top: -2px;
}

.cursor-alias {
  cursor: alias !important;
}

.cursor-all-scroll {
  cursor: all-scroll !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-cell {
  cursor: cell !important;
}

.cursor-context-menu {
  cursor: context-menu !important;
}

.cursor-col-resize {
  cursor: col-resize !important;
}

.cursor-copy {
  cursor: copy !important;
}

.cursor-crosshair {
  cursor: crosshair !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-e-resize {
  cursor: e-resize !important;
}

.cursor-ew-resize {
  cursor: ew-resize !important;
}

.cursor-grab {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

.cursor-grabbing {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-n-resize {
  cursor: n-resize !important;
}

.cursor-ne-resize {
  cursor: ne-resize !important;
}

.cursor-nesw-resize {
  cursor: nesw-resize !important;
}

.cursor-ns-resize {
  cursor: ns-resize !important;
}

.cursor-nw-resize {
  cursor: nw-resize !important;
}

.cursor-nwse-resize {
  cursor: nwse-resize !important;
}

.cursor-no-drop {
  cursor: no-drop !important;
}

.cursor-none {
  cursor: none !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-progress {
  cursor: progress !important;
}

.cursor-row-resize {
  cursor: row-resize !important;
}

.cursor-s-resize {
  cursor: s-resize !important;
}

.cursor-se-resize {
  cursor: se-resize !important;
}

.cursor-sw-resize {
  cursor: sw-resize !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-w-resize {
  cursor: w-resize !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-zoom-in {
  cursor: zoom-in !important;
}

.cursor-zoom-out {
  cursor: zoom-out !important;
}

.dropdown .dropdown-menu {
  font-size: 0.85rem;
}
.dropdown .dropdown-menu .dropdown-header {
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}

.dropdown-menu {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2);
}

.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
}
.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
  content: "\f107";
}
.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
  position: relative;
}
.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
  position: absolute;
  transform: scale(0.7);
  transform-origin: top right;
  right: 0.25rem;
  margin-top: -0.25rem;
}
.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
  height: 2rem;
  width: 2rem;
}

.topbar {
  height: 4.375rem;
}
.topbar #sidebarToggleTop {
  height: 2.5rem;
  width: 2.5rem;
}
.topbar #sidebarToggleTop:hover {
  background-color: #eaecf4;
}
.topbar #sidebarToggleTop:active {
  background-color: #dddfeb;
}
.topbar .navbar-search {
  width: 25rem;
}
.topbar .navbar-search input {
  font-size: 0.85rem;
  height: auto;
}
.topbar .topbar-divider {
  width: 0;
  border-right: 1px solid #e3e6f0;
  height: calc(4.375rem - 2rem);
  margin: auto 1rem;
}
.topbar .nav-item .nav-link {
  height: 4.375rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}
.topbar .nav-item .nav-link:focus {
  outline: none;
}
.topbar .nav-item:focus {
  outline: none;
}
.topbar .dropdown {
  position: static;
}
.topbar .dropdown .dropdown-menu {
  width: calc(100% - 1.5rem);
  right: 0.75rem;
}
.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
}
.topbar .dropdown-list .dropdown-header {
  background-color: #444A78;
  border: 1px solid #444A78;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
}
.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #eaecf4;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid #fff;
}
.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem;
}
.topbar .dropdown-list .dropdown-item:active {
  background-color: #eaecf4;
  color: #3a3b45;
}
@media (min-width: 576px) {
  .topbar .dropdown {
    position: relative;
  }
  .topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0;
  }
  .topbar .dropdown-list {
    width: 20rem !important;
  }
  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #d1d3e2;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #b7b9cc;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
  color: #858796;
}

.sidebar {
  width: 6.5rem;
  min-height: 100vh;
}
.sidebar .logo {
  display: none;
}
.sidebar .nav-item {
  position: relative;
}
.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}
.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 6.5rem;
}
.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}
.sidebar .nav-item.active .nav-link {
  font-weight: 700;
}
.sidebar .nav-item .collapse {
  position: absolute;
  left: calc(6.5rem + 1.5rem / 2);
  z-index: 1;
  top: 2px;
}
.sidebar .nav-item .collapse .collapse-inner {
  border-radius: 0.35rem;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}
.sidebar .nav-item .collapsing {
  display: none;
  transition: none;
}
.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
  padding: 0.5rem 0;
  min-width: 10rem;
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  margin: 0;
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  display: block;
  color: #3a3b45;
  text-decoration: none;
  border-radius: 0.35rem;
  white-space: nowrap;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #eaecf4;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
  background-color: #dddfeb;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: #444A78;
  font-weight: 700;
}
.sidebar #sidebarToggle {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer;
}
.sidebar #sidebarToggle::after {
  font-weight: 900;
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.1rem;
}
.sidebar #sidebarToggle:hover {
  text-decoration: none;
}
.sidebar #sidebarToggle:focus {
  outline: none;
}
.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}
.sidebar.toggled #sidebarToggle::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.25rem;
}
.sidebar .sidebar-brand {
  height: 4.375rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 1;
}
.sidebar .sidebar-brand .sidebar-brand-icon i {
  font-size: 2rem;
}
.sidebar .sidebar-brand .sidebar-brand-text {
  display: none;
}
.sidebar hr.sidebar-divider {
  margin: 0 1rem 1rem;
}
.sidebar .sidebar-heading {
  text-align: center;
  padding: 0 1rem;
  font-weight: 800;
  font-size: 0.65rem;
}

@media (min-width: 1200px) {
  .sidebar {
    width: 14rem !important;
  }
  .sidebar .logo-sm {
    display: none;
  }
  .sidebar .logo {
    display: block;
  }
  .sidebar .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    animation: none;
  }
  .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0;
    box-shadow: none;
  }
  .sidebar .nav-item .collapsing {
    display: block;
    transition: height 0.15s ease;
  }
  .sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
    margin: 0 1rem;
  }
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 14rem;
  }
  .sidebar .nav-item .nav-link i {
    font-size: 0.85rem;
    margin-right: 0.25rem;
  }
  .sidebar .nav-item .nav-link span {
    font-size: 0.85rem;
    display: inline;
  }
  .sidebar .nav-item .nav-link[data-toggle=collapse]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
  }
  .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
    content: "\f105";
  }
  .sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  .sidebar .sidebar-brand .sidebar-brand-text {
    display: inline;
  }
  .sidebar .sidebar-heading {
    text-align: left;
  }
  .sidebar.toggled {
    overflow: visible;
    width: 6.5rem !important;
  }
  .sidebar.toggled .logo-sm {
    display: block;
  }
  .sidebar.toggled .logo {
    display: none;
  }
  .sidebar.toggled .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
    animation-name: growIn;
    animation-duration: 200ms;
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  }
  .sidebar.toggled .nav-item .collapse .collapse-inner {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    border-radius: 0.35rem;
  }
  .sidebar.toggled .nav-item .collapsing {
    display: none;
    transition: none;
  }
  .sidebar.toggled .nav-item .collapse,
.sidebar.toggled .nav-item .collapsing {
    margin: 0;
  }
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem;
  }
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
  }
  .sidebar.toggled .nav-item .nav-link i {
    margin-right: 0;
  }
  .sidebar.toggled .nav-item .nav-link[data-toggle=collapse]::after {
    display: none;
  }
  .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  .sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: none;
  }
  .sidebar.toggled .sidebar-heading {
    text-align: center;
  }
}
.sidebar-light .sidebar-brand {
  color: #6e707e;
}
.sidebar-light hr.sidebar-divider {
  border-top: 1px solid #eaecf4;
}
.sidebar-light .sidebar-heading {
  color: #b7b9cc;
}
.sidebar-light .nav-item .nav-link {
  color: #858796;
}
.sidebar-light .nav-item .nav-link i {
  color: #d1d3e2;
}
.sidebar-light .nav-item .nav-link:active, .sidebar-light .nav-item .nav-link:focus, .sidebar-light .nav-item .nav-link:hover {
  color: #6e707e;
}
.sidebar-light .nav-item .nav-link:active i, .sidebar-light .nav-item .nav-link:focus i, .sidebar-light .nav-item .nav-link:hover i {
  color: #6e707e;
}
.sidebar-light .nav-item .nav-link[data-toggle=collapse]::after {
  color: #b7b9cc;
}
.sidebar-light .nav-item.active .nav-link {
  color: #6e707e;
}
.sidebar-light .nav-item.active .nav-link i {
  color: #6e707e;
}
.sidebar-light #sidebarToggle {
  background-color: #eaecf4;
}
.sidebar-light #sidebarToggle::after {
  color: #b7b9cc;
}
.sidebar-light #sidebarToggle:hover {
  background-color: #dddfeb;
}

.sidebar-dark .sidebar-brand {
  color: #fff;
}
.sidebar-dark hr.sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar-dark .sidebar-heading {
  color: rgba(255, 255, 255, 0.4);
}
.sidebar-dark .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-dark .nav-item .nav-link i {
  color: rgba(255, 255, 255, 0.3);
}
.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
  color: #fff;
}
.sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
  color: #fff;
}
.sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-dark .nav-item.active .nav-link {
  color: #fff;
}
.sidebar-dark .nav-item.active .nav-link i {
  color: #fff;
}
.sidebar-dark #sidebarToggle {
  background-color: rgba(255, 255, 255, 0.2);
}
.sidebar-dark #sidebarToggle::after {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-dark #sidebarToggle:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.sidebar-dark.toggled #sidebarToggle::after {
  color: rgba(255, 255, 255, 0.5);
}

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

.btn-circle {
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
  height: 1.8rem;
  width: 1.8rem;
  font-size: 0.75rem;
}
.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
  height: 3.5rem;
  width: 3.5rem;
  font-size: 1.35rem;
}

.btn-icon-split {
  padding: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
}
.btn-icon-split .icon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 0.375rem 0.75rem;
}
.btn-icon-split .text {
  display: inline-block;
  padding: 0.375rem 0.75rem;
}
.btn-icon-split.btn-sm .icon, .btn-group-sm > .btn-icon-split.btn .icon {
  padding: 0.25rem 0.5rem;
}
.btn-icon-split.btn-sm .text, .btn-group-sm > .btn-icon-split.btn .text {
  padding: 0.25rem 0.5rem;
}
.btn-icon-split.btn-lg .icon, .btn-group-lg > .btn-icon-split.btn .icon {
  padding: 0.5rem 1rem;
}
.btn-icon-split.btn-lg .text, .btn-group-lg > .btn-icon-split.btn .text {
  padding: 0.5rem 1rem;
}

.btn-notification {
  position: relative;
}

.btn-notification:before {
  content: "\f0f3   ";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  font-size: 85%;
  animation: ring 2s linear infinite;
  position: absolute;
  top: 2px;
  right: 3px;
}

.btn-notification-yours {
  position: relative;
}

.btn-notification-yours:before {
  content: "\f77f   ";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  font-size: 85%;
  animation: ring 2s linear infinite;
  position: absolute;
  top: 2px;
  right: 3px;
}

.btn-ticket {
  height: 50px;
  display: block;
  width: 100%;
}

.btn-default {
  color: #444A78;
  border-color: #444A78;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(45deg);
  }
  15% {
    transform: rotate(-40deg);
  }
  25% {
    transform: rotate(20deg);
  }
  35% {
    transform: rotate(-15deg);
  }
  45% {
    transform: rotate(10deg);
  }
  55% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.btn {
  cursor: pointer;
}

.card {
  word-wrap: normal;
}
.card .card-header .dropdown {
  line-height: 1;
}
.card .card-header .dropdown .dropdown-menu {
  line-height: 1.5;
}
.card .card-header[data-toggle=collapse] {
  text-decoration: none;
  position: relative;
  padding: 0.75rem 3.25rem 0.75rem 1.25rem;
}
.card .card-header[data-toggle=collapse]::after {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 1.725rem;
  line-height: 51px;
  font-weight: 900;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: #d1d3e2;
}
.card .card-header[data-toggle=collapse].collapsed {
  border-radius: 0.35rem;
}
.card .card-header[data-toggle=collapse].collapsed::after {
  content: "\f105";
}
.card.card-hover:hover {
  box-shadow: 0 0.3rem 1.75rem 0 rgba(58, 59, 69, 0.3) !important;
  filter: brightness(110%);
}

.card-body-fixed {
  flex: 1 1 auto;
  padding: 1.25rem;
  min-height: 400px;
}

.collapsable .card-header {
  cursor: pointer;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.chart-area {
  position: relative;
  height: 10rem;
  width: 100%;
}
@media (min-width: 768px) {
  .chart-area {
    height: 20rem;
  }
}

.chart-bar {
  position: relative;
  height: 10rem;
  width: 100%;
}
@media (min-width: 768px) {
  .chart-bar {
    height: 20rem;
  }
}

.chart-pie {
  position: relative;
  height: 15rem;
  width: 100%;
}
@media (min-width: 768px) {
  .chart-pie {
    height: calc(20rem - 43px) !important;
  }
}

.bg-login-image,
.bg-register-image {
  background: #4d5488 url("../img/undraw_authentication_fsn5.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-password-image {
  background: #4d5488 url("../img/undraw_my_password_d6kg.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-confirm-logon-image {
  background: #4d5488 url("../img/undraw_secure_login_pdn4.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

form.user .custom-checkbox.small label {
  line-height: 1.5rem;
}
form.user .form-control-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}
form.user .btn-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

.btn-google {
  color: #fff;
  background-color: #ea4335;
  border-color: #fff;
}
.btn-google:hover {
  color: #fff;
  background-color: #e12717;
  border-color: #e6e6e6;
}
.btn-google:focus, .btn-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-google.disabled, .btn-google:disabled {
  color: #fff;
  background-color: #ea4335;
  border-color: #fff;
}
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #d62516;
  border-color: #dfdfdf;
}
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #fff;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #e6e6e6;
}
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #fff;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #dfdfdf;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.error {
  color: #5a5c69;
  font-size: 7rem;
  position: relative;
  line-height: 1;
  width: 12.5rem;
}

@keyframes noise-anim {
  0% {
    clip: rect(54px, 9999px, 3px, 0);
  }
  5% {
    clip: rect(68px, 9999px, 52px, 0);
  }
  10% {
    clip: rect(92px, 9999px, 25px, 0);
  }
  15% {
    clip: rect(8px, 9999px, 63px, 0);
  }
  20% {
    clip: rect(63px, 9999px, 63px, 0);
  }
  25% {
    clip: rect(30px, 9999px, 13px, 0);
  }
  30% {
    clip: rect(52px, 9999px, 28px, 0);
  }
  35% {
    clip: rect(94px, 9999px, 32px, 0);
  }
  40% {
    clip: rect(25px, 9999px, 89px, 0);
  }
  45% {
    clip: rect(89px, 9999px, 32px, 0);
  }
  50% {
    clip: rect(69px, 9999px, 58px, 0);
  }
  55% {
    clip: rect(12px, 9999px, 12px, 0);
  }
  60% {
    clip: rect(14px, 9999px, 87px, 0);
  }
  65% {
    clip: rect(1px, 9999px, 17px, 0);
  }
  70% {
    clip: rect(77px, 9999px, 13px, 0);
  }
  75% {
    clip: rect(32px, 9999px, 87px, 0);
  }
  80% {
    clip: rect(18px, 9999px, 59px, 0);
  }
  85% {
    clip: rect(1px, 9999px, 10px, 0);
  }
  90% {
    clip: rect(77px, 9999px, 96px, 0);
  }
  95% {
    clip: rect(60px, 9999px, 31px, 0);
  }
  100% {
    clip: rect(59px, 9999px, 89px, 0);
  }
}
.error:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 #b30000;
  top: 0;
  color: #5a5c69;
  background: #f8f9fc;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(80px, 9999px, 32px, 0);
  }
  5% {
    clip: rect(41px, 9999px, 10px, 0);
  }
  10% {
    clip: rect(36px, 9999px, 27px, 0);
  }
  15% {
    clip: rect(75px, 9999px, 35px, 0);
  }
  20% {
    clip: rect(41px, 9999px, 40px, 0);
  }
  25% {
    clip: rect(24px, 9999px, 44px, 0);
  }
  30% {
    clip: rect(91px, 9999px, 92px, 0);
  }
  35% {
    clip: rect(14px, 9999px, 67px, 0);
  }
  40% {
    clip: rect(50px, 9999px, 5px, 0);
  }
  45% {
    clip: rect(96px, 9999px, 35px, 0);
  }
  50% {
    clip: rect(38px, 9999px, 72px, 0);
  }
  55% {
    clip: rect(97px, 9999px, 33px, 0);
  }
  60% {
    clip: rect(40px, 9999px, 74px, 0);
  }
  65% {
    clip: rect(62px, 9999px, 27px, 0);
  }
  70% {
    clip: rect(58px, 9999px, 89px, 0);
  }
  75% {
    clip: rect(3px, 9999px, 76px, 0);
  }
  80% {
    clip: rect(25px, 9999px, 40px, 0);
  }
  85% {
    clip: rect(90px, 9999px, 23px, 0);
  }
  90% {
    clip: rect(25px, 9999px, 37px, 0);
  }
  95% {
    clip: rect(49px, 9999px, 32px, 0);
  }
  100% {
    clip: rect(44px, 9999px, 57px, 0);
  }
}
.error:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 #338bac;
  top: 0;
  color: #5a5c69;
  background: #f8f9fc;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

footer.sticky-footer {
  padding: 2rem 0;
  flex-shrink: 0;
}
footer.sticky-footer .copyright {
  font-size: 0.8rem;
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

@keyframes animation-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  display: inline-block;
  animation: animation-rotate 1s infinite steps(8);
}

.spinner-smooth {
  display: inline-block;
  animation: animation-rotate 1.5s infinite steps(360);
}

@font-face {
  font-family: "icons";
  src: url("../../../fonts/icons.eot?fk2gav");
  src: url("../../../fonts/icons.eot?fk2gav#iefix") format("embedded-opentype"), url("../../../fonts/icons.ttf?fk2gav") format("truetype"), url("../../../fonts/icons.woff?fk2gav") format("woff"), url("../../../fonts/icons.svg?fk2gav#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icon content */
.icon-livex:before {
  content: "\e905";
}

.icon-xero:before {
  content: "\e925";
}

.icon-hub:before {
  content: "\e902";
}

.icon-gibraltar:before {
  content: "\e909";
}

.icon-irongate:before {
  content: "\e911";
}

.icon-match:before {
  content: "\e913";
}

.icon-octavian:before {
  content: "\e904";
}

.icon-oswalds:before {
  content: "󩀡";
}

.icon-sothebys:before {
  content: "\e924";
}

.icon-67:before {
  content: "\e900";
}

.icon-airplane:before {
  content: "\ec03";
}

.icon-arrow-down:before {
  content: "\e3c5";
}

.icon-arrow-left:before {
  content: "\e3c7";
}

.icon-arrow-right:before {
  content: "\e3c3";
}

.icon-arrow-up:before {
  content: "\e3c1";
}

.icon-barcode:before {
  content: "\e9f7";
}

.icon-binoculars:before {
  content: "\e1b4";
}

.icon-boat:before {
  content: "\e265";
}

.icon-book:before {
  content: "\e070";
}

.icon-bottle:before {
  content: "\e633";
}

.icon-bottlelabel:before {
  content: "\ebb4";
}

.icon-box:before {
  content: "\ea81";
}

.icon-bubble:before {
  content: "\eac1";
}

.icon-bubbles:before {
  content: "\eac2";
}

.icon-bug:before {
  content: "\eb76";
}

.icon-calendar:before {
  content: "\e112";
}

.icon-camera:before {
  content: "\e036";
}

.icon-cart:before {
  content: "\e0c6";
}

.icon-case:before {
  content: "\ec16";
}

.icon-cellar:before {
  content: "\e62e";
}

.icon-cellar-empty:before {
  content: "\e605";
}

.icon-chalet:before {
  content: "\e603";
}

.icon-chateau:before {
  content: "\e600";
}

.icon-checkmark:before {
  content: "\e370";
}

.icon-clipboard:before {
  content: "\e90e";
}

.icon-board:before {
  content: "\e90e";
}

.icon-signup:before {
  content: "\e90e";
}

.icon-register:before {
  content: "\e90e";
}

.icon-agreement:before {
  content: "\e90e";
}

.icon-close:before {
  content: "\e36b";
}

.icon-cogs:before {
  content: "\e604";
}

.icon-coin-dollar:before {
  content: "\e90c";
}

.icon-coin-euro:before {
  content: "\e916";
}

.icon-coin-pound:before {
  content: "\e915";
}

.icon-coin-yen:before {
  content: "\e914";
}

.icon-compass:before {
  content: "\e90d";
}

.icon-construction:before {
  content: "\eb7d";
}

.icon-credit:before {
  content: "\e0d5";
}

.icon-danger:before {
  content: "\e369";
}

.icon-disk:before {
  content: "\e134";
}

.icon-display:before {
  content: "\ea70";
}

.icon-download:before {
  content: "\e2b8";
}

.icon-drink-up:before {
  content: "\e62c";
}

.icon-earth:before {
  content: "\ec93";
}

.icon-emptyglass:before {
  content: "\ebb0";
}

.icon-envelop:before {
  content: "\e0eb";
}

.icon-eye:before {
  content: "\e2d9";
}

.icon-eye-blocked:before {
  content: "\e917";
}

.icon-eye-minus:before {
  content: "\e918";
}

.icon-eye-plus:before {
  content: "\e919";
}

.icon-facebook:before {
  content: "\e499";
}

.icon-feed2:before {
  content: "\eef0";
}

.icon-file-excel:before {
  content: "\e920";
}

.icon-file-spreadsheet:before {
  content: "\e923";
}

.icon-file-text:before {
  content: "\e922";
}

.icon-file-word:before {
  content: "\e921";
}

.icon-file:before {
  content: "\e07b";
}

.icon-files:before {
  content: "\e07e";
}

.icon-filter:before {
  content: "\e443";
}

.icon-flag:before {
  content: "\e2d1";
}

.icon-glass:before {
  content: "\e222";
}

.icon-googleplus:before {
  content: "\e495";
}

.icon-grapes:before {
  content: "\e907";
}

.icon-fruit:before {
  content: "\e907";
}

.icon-food:before {
  content: "\e907";
}

.icon-grid:before {
  content: "\e2a0";
}

.icon-halfglass:before {
  content: "\ebaf";
}

.icon-hammer:before {
  content: "\e23b";
}

.icon-heart:before {
  content: "\e30a";
}

.icon-help:before {
  content: "\e35c";
}

.icon-history:before {
  content: "\e0ff";
}

.icon-home:before {
  content: "\e002";
}

.icon-horseridge:before {
  content: "\e91f";
}

.icon-hour-glass:before {
  content: "\e608";
}

.icon-image:before {
  content: "\e02c";
}

.icon-improving:before {
  content: "\e626";
}

.icon-info:before {
  content: "\e363";
}

.icon-keep:before {
  content: "\e624";
}

.icon-key:before {
  content: "\e1ca";
}

.icon-label:before {
  content: "\e601";
}

.icon-laptop:before {
  content: "\ea74";
}

.icon-library:before {
  content: "\e075";
}

.icon-link:before {
  content: "\e903";
}

.icon-linkedin:before {
  content: "\e4cf";
}

.icon-list:before {
  content: "\e90a";
}

.icon-location:before {
  content: "\e0f7";
}

.icon-lock:before {
  content: "\eb55";
}

.icon-loop:before {
  content: "\e3a8";
}

.icon-lorry:before {
  content: "\e260";
}

.icon-mature:before {
  content: "\e61f";
}

.icon-menu:before {
  content: "\e91d";
}

.icon-menu-down:before {
  content: "\e91b";
}

.icon-menu-sort:before {
  content: "\e91e";
}

.icon-menu-up:before {
  content: "\e91c";
}

.icon-meter:before {
  content: "\e235";
}

.icon-minus:before {
  content: "\e91a";
}

.icon-mobile:before {
  content: "\ea75";
}

.icon-more:before {
  content: "\ec5c";
}

.icon-mountains:before {
  content: "\ebd7";
}

.icon-newspaper:before {
  content: "\e90b";
}

.icon-notebook:before {
  content: "\e0ea";
}

.icon-office:before {
  content: "\e00b";
}

.icon-passport:before {
  content: "\e61d";
}

.icon-past-best:before {
  content: "\e61c";
}

.icon-pause:before {
  content: "\e910";
}

.icon-player1:before {
  content: "\e910";
}

.icon-pdf:before {
  content: "\e4e2";
}

.icon-pencil:before {
  content: "\e00d";
}

.icon-phablet:before {
  content: "\ea76";
}

.icon-phone:before {
  content: "\e0da";
}

.icon-pie:before {
  content: "\e1f7";
}

.icon-piggy-bank:before {
  content: "\ea0f";
}

.icon-pinterest:before {
  content: "\e4d7";
}

.icon-play:before {
  content: "\e90f";
}

.icon-player:before {
  content: "\e90f";
}

.icon-plus:before {
  content: "\e376";
}

.icon-popout:before {
  content: "\e912";
}

.icon-profile:before {
  content: "\e078";
}

.icon-ready:before {
  content: "\e616";
}

.icon-remove:before {
  content: "\e250";
}

.icon-ruler:before {
  content: "\e606";
}

.icon-search:before {
  content: "\e1ba";
}

.icon-sort:before {
  content: "\e908";
}

.icon-spinner:before {
  content: "\e607";
}

.icon-star:before {
  content: "\e301";
}

.icon-stats:before {
  content: "\e1fe";
}

.icon-success:before {
  content: "\e368";
}

.icon-table:before {
  content: "\e466";
}

.icon-tablet:before {
  content: "\ea77";
}

.icon-tag:before {
  content: "\e0b7";
}

.icon-thumbs-down:before {
  content: "\e901";
}

.icon-thumbs-up:before {
  content: "\ecf1";
}

.icon-trade:before {
  content: "\e640";
}

.icon-twitter:before {
  content: "\e49e";
}

.icon-unlocked:before {
  content: "\eb56";
}

.icon-unspecified:before {
  content: "\e602";
}

.icon-user:before {
  content: "\e194";
}

.icon-users:before {
  content: "\eaf5";
}

.icon-video:before {
  content: "\e04c";
}

.icon-warehouse:before {
  content: "\e906";
}

.icon-warning:before {
  content: "\e356";
}

article > .container {
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}

article.static-page > .container {
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}

.search-reset-btns .search,
.search-reset-btns .reset {
  width: 49%;
  float: left;
}
.search-reset-btns .search {
  margin-right: 2%;
}

.btn-group-sep .btn-main,
.btn-group-sep .btn-alt {
  width: 49%;
  float: left;
}
.btn-group-sep .btn-main {
  margin-right: 2%;
}

.upload-canvas img {
  width: 100%;
}

.w-70 {
  width: 70% !important;
}

.print-only {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

*:required {
  border-color: #444A78;
}
*:required:disabled {
  border-color: #d1d3e2;
}

.mandatory {
  border-color: #444A78;
}
.mandatory:disabled {
  border-color: #d1d3e2;
}

.editable-table-cell {
  position: relative;
  padding: 0 !important;
}
.editable-table-cell input,
.editable-table-cell select {
  border: 1px solid #fff;
  padding: 8px;
  width: 100%;
  background: #fcf6e7;
}
.editable-table-cell input:focus,
.editable-table-cell select:focus {
  border: 1px solid #E3A911;
}
.editable-table-cell input:disabled,
.editable-table-cell select:disabled {
  background: #f8f9fc;
}

.editable-row {
  background: #fcf6e7;
}

.editable-div {
  padding: 10px;
  clear: both;
  min-height: 10em;
  background: #eaecf4;
}

.form-control-editable-div {
  padding: 10px;
  clear: both;
  min-height: 15em;
}

.form-control-editable-div-xl {
  padding: 10px;
  clear: both;
  min-height: 25em;
}

.label-info {
  background: #ecedf2;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 0px 0px 5px 5px;
}

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

.label-maxlength {
  z-index: 1060 !important;
}

.number-input-group {
  clear: both;
  height: 32px;
}
.number-input-group input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.number-input-group input[type=number]::-webkit-inner-spin-button,
.number-input-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input-group .form-label-group {
  width: calc(100% - 88px);
  float: left;
}
.number-input-group .minus,
.number-input-group .plus {
  float: left;
  width: 44px;
}
.number-input-group .form-control {
  border-radius: 0;
}
.number-input-group .minus {
  border-radius: 0.35rem 0 0 0.35rem;
}
.number-input-group .plus {
  border-radius: 0 0.35rem 0.35rem 0;
}

.bootstrap-tagsinput {
  border: 1px solid #d1d3e2 !important;
}

input.selected,
select.selected {
  background: rgba(68, 74, 120, 0.2);
  border-color: rgba(68, 74, 120, 0.75);
}

.form-check input[type=radio],
.form-check input[type=checkbox] {
  margin-right: 10px;
}

.form-label-group {
  position: relative;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  color: #858796;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  line-height: 0.8em;
  white-space: nowrap;
  cursor: text;
}

.form-label-group input::-webkit-input-placeholder,
.form-label-group input::-ms-input-placeholder,
.form-label-group input:-ms-input-placeholder,
.form-label-group input::placeholder,
.form-label-group textarea::-webkit-input-placeholder,
.form-label-group textarea::-ms-input-placeholder,
.form-label-group textarea:-ms-input-placeholder,
.form-label-group textarea::placeholder {
  color: transparent;
}

.form-label-group > input,
.form-label-group > label {
  padding: 12px 12px;
}

.form-label-group > textarea {
  padding: 7px 12px;
}

.form-label-group.is-focused input {
  padding-top: 18px;
  padding-bottom: 4px;
}

.form-label-group.is-focused textarea {
  padding-top: 13px;
}

.form-label-group.is-focused input ~ label,
.form-label-group.is-focused textarea ~ label {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #444A78;
  font-size: 11px;
  z-index: 10;
}

.form-label-group-lg.is-focused input ~ label,
.form-label-group-lg.is-focused textarea ~ label {
  font-size: 12px;
}

.form-label-group-lg > label {
  line-height: 1.4em;
}

.ui-datepicker {
  font-size: 0.85rem;
}
.ui-datepicker .ui-widget-header {
  background: #444A78;
  color: #fff;
  border: none;
}

.datepicker table {
  margin: auto 10px;
}
.datepicker table td {
  margin: 10px;
}

.input-daterange input:first-child {
  border-radius: 0.35rem 0 0 0.35rem;
}

.input-daterange input:last-child {
  border-radius: 0 0.35rem 0.35rem 0;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  background: #444A78;
  color: #fff;
  height: 24px;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #323657;
}

.datepicker .datepicker-switch {
  border-radius: 0;
}

.datepicker .prev {
  border-radius: 4px 0px 0px 4px;
}

.datepicker .next {
  border-radius: 0px 4px 4px 0px;
}

.datepicker tfoot tr {
  border-radius: 4px;
  height: 20px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background: #444A78;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background: #E3A911;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background: #f4cd66;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background: #b7b9cc;
}

ul.typeahead {
  padding: 0.25rem;
  border-left: 0.25rem solid #444A78 !important;
}
ul.typeahead li {
  padding: 0.25rem;
}
ul.typeahead li:last-child {
  padding-bottom: 0;
}
ul.typeahead li.active {
  background: rgba(68, 74, 120, 0.1);
  border-radius: 0.35rem;
  cursor: pointer;
}
ul.typeahead li a:hover {
  text-decoration: none;
}

/* Digital wine label				*/
/* -------------------------------- */
.digital-wine-label {
  font-family: "Pinyon Script";
  text-align: center;
  border-style: solid;
  border-image-slice: 80;
  border-image-width: 25px;
  border-image-repeat: round round;
  border-image-source: url(../img/border-image-digital-wine-label.png);
  padding: 35px 25px;
  font-size: 2rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.digital-wine-label .vintage {
  font-style: normal;
  letter-spacing: 2px;
  margin-top: 20px;
  font-size: 1.25rem;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  color: #5a5c69;
}

.digital-wine-bottle-image {
  background-image: url(../img/border-image-digital-wine-bottle-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.img-thumbnail-wrapper {
  position: relative;
  cursor: pointer;
}

.img-thumbnail {
  transition: 0.5s ease;
}

.img-thumbnail-overlay {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img-thumbnail-wrapper.selected .img-thumbnail,
.img-thumbnail-wrapper:hover .img-thumbnail {
  opacity: 0.4;
}

.img-thumbnail-wrapper.selected .img-thumbnail-overlay,
.img-thumbnail-wrapper:hover .img-thumbnail-overlay {
  opacity: 1;
}

.scrolling-panel,
.scrolling-panel-xl,
.scrolling-panel-lg,
.scrolling-panel-sm,
.scrolling-panel-xs {
  max-height: 270px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.scrolling-panel-xs {
  max-height: 100px;
}

.scrolling-panel-sm {
  max-height: 135px;
}

.scrolling-panel-lg {
  max-height: 350px;
}

.scrolling-panel-xl {
  max-height: 500px;
}

.carousel {
  position: static;
}

.carousel-indicators {
  position: static;
}

.table th[scope=col] {
  background-color: #f8f9fc;
}

tfoot {
  border-top-style: double;
}

.table-align-middle tr td {
  vertical-align: middle !important;
}

.table-link a:not([href]):not([tabindex]) {
  cursor: pointer;
  color: #444A78;
}

.table-link a:hover {
  text-decoration: underline !important;
  color: #1f2237 !important;
}

.alert-centre {
  margin: -1rem -0.25rem;
}
.alert-centre a {
  text-decoration: none;
  color: #6e707e;
  padding: 0.75rem 0;
}
.alert-centre a:hover {
  background-color: #f8f9fc;
}
.alert-centre a .date {
  color: #b7b9cc;
}
.alert-centre .read-icon {
  display: none;
}
.alert-centre .mark-unread-icon {
  display: block;
  color: #444A78;
}
.alert-centre .unread {
  font-weight: bold;
  color: #1D1E23;
}
.alert-centre .unread .date {
  color: #444A78;
  font-weight: bold;
}
.alert-centre .unread .read-icon {
  display: block;
  color: #444A78;
}
.alert-centre .unread .mark-unread-icon {
  display: none;
}

.alert-centre-link {
  text-decoration: none;
  cursor: pointer;
  color: #b30000 !important;
}

.alert-centre-link:hover {
  text-decoration: underline;
}

.animate-icon-ring {
  animation: ring 2s linear infinite;
}

.fill-level-wrapper {
  position: relative;
  background: #dddfeb;
  z-index: 0;
  border-radius: 5px;
}
.fill-level-wrapper .fill-level-bottle img {
  display: none;
  width: 100%;
  height: auto;
  z-index: 20;
  position: relative;
}
.fill-level-wrapper .fill-level-bottle img.bordeaux {
  display: block;
}
.fill-level-wrapper .fill-level-wine {
  top: 0%;
  height: 0%;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.fill-level-wrapper.unknown .fill-level-bottle img.bordeaux, .fill-level-wrapper.in-neck .fill-level-bottle img.bordeaux, .fill-level-wrapper.bordeaux-in-neck .fill-level-bottle img.bordeaux, .fill-level-wrapper.bordeaux-base-of-neck .fill-level-bottle img.bordeaux, .fill-level-wrapper.bordeaux-very-top-shoulder .fill-level-bottle img.bordeaux, .fill-level-wrapper.bordeaux-top-shoulder .fill-level-bottle img.bordeaux, .fill-level-wrapper.bordeaux-mid-shoulder .fill-level-bottle img.bordeaux, .fill-level-wrapper.bordeaux-low-shoulder .fill-level-bottle img.bordeaux {
  display: block;
}
.fill-level-wrapper.unknown .fill-level-wine {
  top: 100%;
  height: 0%;
}
.fill-level-wrapper.bordeaux-in-neck .fill-level-wine, .fill-level-wrapper.in-neck .fill-level-wine {
  top: 29%;
  height: 71%;
}
.fill-level-wrapper.bordeaux-base-of-neck .fill-level-wine {
  top: 32%;
  height: 68%;
}
.fill-level-wrapper.bordeaux-very-top-shoulder .fill-level-wine, .fill-level-wrapper.bordeaux-top-shoulder .fill-level-wine {
  top: 35.5%;
  height: 64.5%;
}
.fill-level-wrapper.bordeaux-mid-shoulder .fill-level-wine {
  top: 37%;
  height: 63%;
}
.fill-level-wrapper.bordeaux-low-shoulder .fill-level-wine {
  top: 40%;
  height: 60%;
}
.fill-level-wrapper.burgundy-in-neck .fill-level-bottle img.burgundy, .fill-level-wrapper.burgundy-3cm .fill-level-bottle img.burgundy, .fill-level-wrapper.burgundy-5cm .fill-level-bottle img.burgundy, .fill-level-wrapper.burgundy-7cm .fill-level-bottle img.burgundy {
  display: block;
}
.fill-level-wrapper.burgundy-in-neck .fill-level-bottle img.bordeaux, .fill-level-wrapper.burgundy-3cm .fill-level-bottle img.bordeaux, .fill-level-wrapper.burgundy-5cm .fill-level-bottle img.bordeaux, .fill-level-wrapper.burgundy-7cm .fill-level-bottle img.bordeaux {
  display: none;
}
.fill-level-wrapper.burgundy-in-neck .fill-level-wine {
  top: 29%;
  height: 71%;
}
.fill-level-wrapper.burgundy-3cm .fill-level-wine {
  top: 33%;
  height: 67%;
}
.fill-level-wrapper.burgundy-5cm .fill-level-wine {
  top: 36.5%;
  height: 63.5%;
}
.fill-level-wrapper.burgundy-7cm .fill-level-wine {
  top: 40%;
  height: 60%;
}
.fill-level-wrapper.white-wine .fill-level-wine {
  background: #A79743;
}
.fill-level-wrapper.red-wine .fill-level-wine {
  background: #DA2735;
}
.fill-level-wrapper.rose-wine .fill-level-wine {
  background: #FB7F6D;
}
.fill-level-wrapper.orange-wine .fill-level-wine {
  background: #F89022;
}

.nav-link .search-input-wrapper {
  border-width: 1px;
}
.nav-link .search-input-wrapper:hover, .nav-link .search-input-wrapper:focus {
  border-color: #E3A911;
  box-shadow: rgba(227, 169, 17, 0.2) 0px 0px 0px 4px;
}

.search-input-wrapper {
  border: 2px solid #444A78;
  width: 100%;
  border-radius: 5px;
  padding: 4px;
}
.search-input-wrapper label,
.search-input-wrapper input,
.search-input-wrapper button {
  float: left;
}
.search-input-wrapper label {
  position: relative;
  top: 7px;
  left: 2px;
  margin: 0;
}
.search-input-wrapper input {
  border: none;
  background: none;
}
.search-input-wrapper input:focus, .search-input-wrapper input:hover, .search-input-wrapper input:active {
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}
.search-input-wrapper button {
  background: none;
  border: none;
  color: #b7b9cc;
}
.search-input-wrapper button:focus, .search-input-wrapper button:hover, .search-input-wrapper button:active {
  color: #444A78;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}

.spotlight-search dt {
  margin: 0.25rem 0 0.25rem 0;
  border-top: 1px solid #dddfeb;
  padding-top: 0.25rem;
}
.spotlight-search dt:first-of-type {
  border: none;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.spotlight-search dd a {
  color: #858796;
  display: block;
  padding: 0.2rem;
}
.spotlight-search dd a i {
  margin-right: 0.5rem;
  color: #d1d3e2;
}
.spotlight-search dd a span {
  background: #dadbe4;
  color: #444A78;
}
.spotlight-search dd a:hover, .spotlight-search dd a:focus {
  background: #ecedf2;
  text-decoration: none;
}
.spotlight-search dd a:hover i, .spotlight-search dd a:focus i {
  color: #b7b9cc;
}

.list-group-horizontal-sm .list-group-item {
  font-size: 80%;
  padding: 0.4rem;
}

.keyboard-key {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
  padding-top: 4px;
  margin-right: 2px;
}

.wine-profile .nav-tabs-with-sub-nav .nav-link.active {
  font-weight: bold;
}
.wine-profile .nav-link {
  position: relative;
}
.wine-profile .nav-link .badge-counter {
  position: absolute;
  transform: scale(0.7);
  transform-origin: top right;
  right: 0.3rem;
  top: 0.3rem;
}

@media (min-width: 576px) {
  .popover {
    max-width: 300px !important;
  }
}
@media (min-width: 768px) {
  .popover {
    max-width: 400px !important;
  }
}
@media (min-width: 1200px) {
  .popover {
    max-width: 500px !important;
  }
}
@media (min-width: 1500px) {
  .popover {
    max-width: 600px !important;
  }
}